-----------------------------------------------------------
Request
-----------------------------------------------------------
GET /class/cse524/quiz0solution.html HTTP/1.0
Host: www.cse.ogi.edu
Accept: text/html, text/plain, audio/mod, image/*, video/*, video/mpeg, application/pgp, application/pgp, application/pdf, message/partial, message/external-body, application/postscript, x-be2, application/andrew-inset, text/richtext, text/enriched
Accept: x-sun-attachment, audio-file, postscript-file, default, mail-file, sun-deskset-message, application/x-metamail-patch, text/sgml, video/mpeg, image/jpeg, image/tiff, image/x-rgb, image/png, image/x-xbitmap, image/x-xbm, image/gif
Accept: application/postscript, */*;q=0.01
Accept-Encoding: gzip, compress
Accept-Language: en
User-Agent: Lynx/2.8.3dev.18 libwww-FM/2.14
-----------------------------------------------------------
Response
-----------------------------------------------------------
HTTP/1.1 200 OK
Date: Thu, 04 Oct 2001 20:45:15 GMT
Server: Apache/1.3.12 (Unix)
Last-Modified: Tue, 25 Sep 2001 18:18:59 GMT
ETag: "d56d24-76b-3bb0ca93"
Accept-Ranges: bytes
Content-Length: 1899
Connection: close
Content-Type: text/html
Quiz Solutions
ARP (Address Resolution Protocol) : Returns MAC (data-link) address given
IP address
http://www.rfc-editor.org/rfc/rfc826.txt
IP (Internet Protocol) : Connectionless datagram delivery over an interconnected
system of networks
http://www.rfc-editor.org/rfc/rfc791.txt
TCP (Transmission Control Protocol) : Connection-oriented, in-order,
reliable delivery of data
http://www.rfc-editor.org/rfc/rfc793.txt
UDP (User Datagram Protocol) : Unreliable datagram delivery with rudimentary
bit-error detection
http://www.rfc-editor.org/rfc/rfc768.txt
BGP (Border Gateway Protocol) : Inter-Autonomous System routing protocol.
Replaces EGP
http://www.rfc-editor.org/rfc/rfc1771.txt
http://www.rfc-editor.org/rfc/rfc904.txt
HTTP (Hypertext Transfer Protocol) : Protocol for delivering arbitrary web
content (HTML, JPEG, GIF, etc)
http://www.rfc-editor.org/rfc/rfc2616.txt
SMTP (Simple Mail Transfer Protocol) : reliable mail transfer
http://www.rfc-editor.org/rfc/rfc821.txt
RIP (Routing Information Protocol) : Intra-Autonomous System routing protocol
(IGP) based on the Bellman-Ford (Distance Vector) algorithm.
http://www.rfc-editor.org/rfc/rfc1723.txt
OSPF (Open Shortest Path First Protocol) : Intra-Autonomous System routing
protocol (IGP) link-state routing protocol used to construct shortest-path
tree of AS.
http://www.rfc-editor.org/rfc/rfc2178.txt
DNS (Domain Name System) : Name to IP address resolution (and vice versa)
http://www.rfc-editor.org/rfc/rfc1034.txt
http://www.rfc-editor.org/rfc/rfc1035.txt
3 and 4: See Lecture #1