Wireshark Bt2
Wireshark Bt2
1. Is your browser running HTTP version 1.0 or 1.1? What version of HTTP is the server
running?
2. What languages (if any) does your browser indicate that it can accept to the server?
vi-VN, en-US
3. What is the IP address of your computer? Of the gaia.cs.umass.edu server?
Source: 192.168.1.17
Destination: 128.119.245.12
4. What is the status code returned from the server to your browser?
Status: 200 OK
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?
209 bytes
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. The raw data appears to match exactly what is displayed in the package list
window
2.
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?
No there is no IF-MODIFIED-SINCE line in the GET message
9. Inspect the contents of the server response. Did the server explicitly return the
contents of the file? How can you tell?
The server did explicitly return the contents of the file. Wireshark includes a
section titled “Line-Based Text Data” which shows what the server sent back to my
browser which is specifically what the website showed when I brought it up on my
browser.
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?
Có, thông tin xuất hiện sau IF-MODIFIED-SINCE là ngày và thời gian truy cập
trang web lần cuối
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
The HTTP status code is “304: Not Modified”
The server did not return the contents of the file because the browser simply
retrieved the contents from its cache. Had the file been modified since it was last
accessed, it would have returned the contents of the file, instead it simply told my
browser to retrieve the old file from its cached memory.
3.
12. How many HTTP GET request messages did your browser send? Which packet
number in the trace contains the GET message for the Bill or Rights?
Trình duyệt chỉ gửi 1 HTTTP GET request đến server. Số 381.
13. Which packet number in the trace contains the status code and phrase associated
with the response to the HTTP GET request?
Gói số 395
14. What is the status code and phrase in the response?
The status code is 200 OK
15. How many data-containing TCP segments were needed to carry the single HTTP
response and the text of the Bill of Rights
3 TCP segments
4.
16. How many HTTP GET request messages did your browser send? To which Internet
addresses were these GET requests sent?
3 HTTP GET request
Addresses:
128.119.245.12
128.119.245.12
178.79.137.164
17. Can you tell whether your browser downloaded the two images serially, or whether
they were downloaded from the two web sites in parallel? Explain.
Trình duyệt tải 2 ảnh tuần tự
vì hình ảnh đầu tiên đã được yêu cầu và gửi trước khi hình ảnh thứ hai được trình
duyệt yêu cầu. Nếu chúng chạy song song thì cả hai tệp sẽ được yêu cầu và sẽ quay
trở lại trong cùng khoảng thời gian. Tuy nhiên, trong trường hợp này, hình ảnh thứ hai
chỉ được yêu cầu sau khi hình ảnh đầu tiên quay trở lại.
5.
18. What is the server’s response (status code and phrase) in response to the initial
HTTP GET message from your browser?
401 Unauthorized
19. When your browser’s sends the HTTP GET message for the second time, what
new field is included in the HTTP GET message?
The new field is the authorization field