 |
Data file 7 |
WWW browser session accessing multiple URLs from
multiple WWW servers. Contains approximately 590Kbytes and 1,270
packets.
|
 |
Figure 2.3 |
Example output from the ping program run on the author's workstation. The
destination was www.sears.com, and the program was manually interrupted after
five responses were received.
|
 |
Figure 35.4 |
Example HTTP header returned by a server. The
status code 200 on the first line indicates that the server
honored the request; additional lines give further information
about the requested item.
|
 |
Figure 35.5 |
Major components of a Web browser. Dark arrows show the flow of
data; other arrows show control paths. The data paths from clients to
interpreters are not shown.
|
 |
Code file 36_1 |
Code for example CGI program in section 36.7
|
 |
Code file 36_2 |
Code for CGI program that stores long-term state information in
section 36.10
|
 |
Code file 36_3 |
Code for CGI program that stores short-term state information in
section 36.11
|
 |
Code file 37_1 |
Code for example Java program in section 37.13.
|
 |
Code file 37_2 |
Code for example Java program in section 37.15.
|