Computer Science @ Marlboro |
Introduction to the Internet, Spring 2003 |
(physical-wire (ethernet 00:60:97:98:1E:6B (ip 12.6.230.2 (tcp port 80 ( HTTP (HTML ))))))
$ telnet akbar.marlboro.edu 80 GET / HTTP/1.0 Host: akbar.marlboro.edu HTTP/1.1 200 OKHTTP/1.1 200 OK Date: Tue, 04 Feb 2003 06:40:35 GMT Server: Apache Last-Modified: Thu, 30 Jan 2003 20:38:15 GMT ETag: "316cb-62-3e398d37" Accept-Ranges: bytes Content-Length: 98 Connection: close Content-Type: text/html <HTML> <HEAD> <META HTTP-EQUIV="Refresh" content="0;URL=http://www.marlboro.edu"> </HEAD> </HTML> Connection closed by foreign host.We'll do this in class. There are several voices in this conversation: some of it is me, speaking client-side HTTP, some of it is the remote server, answering with server-side HTTP, some of it is the HTML that the remote server is sending me, and some of it is talk to and from the telnet program handling the connection. Can you see which is which?