960920-3

A client program wishes to download a document with URL:

http://dsv.su.se/jpalme/courses.html

Specify which commands, to and through the net, which are performed from the initial connection to the final disconnection. Also specify the parameters to the command. You can use either HTTP version 1.0 or version 1.1 in your reply.

Reply:

C: <establish connection to www.dsv.su.se on port 80>
C: GET /~jpalme/courses.html HTTP/1.0
S: HTTP/1.0 200 OK
S: ... transfer of HTML text ...
S: <closes the connection to the client>

List of exam questions