0% found this document useful (0 votes)
72 views

Is Your Browser Running HTTP Version 1

The document summarizes the results of inspecting network traffic between a browser and server. It finds that both are running HTTP 1.1 and the browser can accept English languages. The browser's IP is 100.104.5.179 and the server's is 128.119.245.12. The server returned a 200 OK status code and no modification date was found. No extra headers were seen in the packet content. The first request did not contain an If-Modified-Since header, but the second request did and included a date, with the server responding with a 304 status.

Uploaded by

project mission
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views

Is Your Browser Running HTTP Version 1

The document summarizes the results of inspecting network traffic between a browser and server. It finds that both are running HTTP 1.1 and the browser can accept English languages. The browser's IP is 100.104.5.179 and the server's is 128.119.245.12. The server returned a 200 OK status code and no modification date was found. No extra headers were seen in the packet content. The first request did not contain an If-Modified-Since header, but the second request did and included a date, with the server responding with a 304 status.

Uploaded by

project mission
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1. Is your browser running HTTP version 1.0 or 1.1? What version of HTTP is the server running?

Both are running HTTP 1.1

2. What languages (if any) does your browser indicate that it can accept to the server?

Accept-Language: en-us, enQ

3. What is the IP address of your computer? Of the gaia.cs.umass.edu server?

my IP address:100.104.5.179 and gaia.cs.umass.edu server ip address is 128.119.245.12

4. What is the status code returned from the server to your browser?

HTTP/1.1 200 OK (text/html)


5. When was the HTML file that you are retrieving last modified at the server?
=
6. How many bytes of content are being returned to your browser?
=

7. By inspecting the raw data in the packet content window, do you see any headers within the
data that are not displayed in the packet-listing window? If so, name one.

NO

8. Inspect the contents of the first HTTP GET request from your browser to the server. Do you see an
“IF-MODIFIED-SINCE” line in the HTTP GET?

9. Inspect the contents of the server response. Did the server explicitly return the contents of the file?
How can you tell?

10. Now inspect the contents of the second HTTP GET request from your browser to the server. Do you
see an “IF-MODIFIED-SINCE:” line in the HTTP GET? If so, what information follows the “IF-MODIFIED-
SINCE:” header? 11. What is the HTTP status code and phrase returned from the server in response to
this second HTTP GET? Did the server explicitly return the contents of the file? Explain.

You might also like