How the Web Works

If your TELNET window is still visible, you should see text similar to the following.

HTTP/1.1 200 OK
Date: Fri, 29 Oct 1999 18:36:47 GMT
Server: Apache/1.3.6 (Unix)  (Red Hat/Linux)
Last-Modified: Fri, 29 Oct 1999 18:00:43 GMT
ETag: "21ed-8f-3819e0cb"
Accept-Ranges: bytes
Content-Length: 143
Connection: close
Content-Type: text/html

<html>

<head>
<title>A short HTML file</title>
</head>

<body>

<h1>Short File</h1>

<p>This is a very short HTML file.</p>

</body>

</html>