0% found this document useful (0 votes)
122 views4 pages

Wireshark Intro Lab

This document contains introductory questions for a Wireshark lab. [1] It asks the student to list 3 protocols seen in the unfiltered packet list, [2] calculate the time between an HTTP GET message and OK response, [3] identify the IP addresses of the client and server, and [4] print the packets for the GET and OK messages.

Uploaded by

anmolkainth
Copyright
© Attribution Non-Commercial (BY-NC)
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)
122 views4 pages

Wireshark Intro Lab

This document contains introductory questions for a Wireshark lab. [1] It asks the student to list 3 protocols seen in the unfiltered packet list, [2] calculate the time between an HTTP GET message and OK response, [3] identify the IP addresses of the client and server, and [4] print the packets for the GET and OK messages.

Uploaded by

anmolkainth
Copyright
© Attribution Non-Commercial (BY-NC)
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/ 4

WIRESHARK-lab

INTRODUCTORY LAB 1

INTRODUCTORY LAB1 QUESTIONS


1. List 3 different protocols that appear in the protocol column in the unfiltered packet-listing window in step 7 above. 2. How long did it take from when the HTTP GET message was sent until the HTTP OK reply was received? (By default, the value of the Time column in the packet-listing window is the amount of time, in seconds, since Wireshark tracing began. To display the Time field in time-of-day format, select the Wireshark View pull down menu, then select Time Display Format, then select Time-ofday.) 3. What is the Internet address of the gaia.cs.umass.edu (also known as wwwnet.cs.umass.edu)? What is the Internet address of your computer? 4. Print the two HTTP messages (GET and OK) referred to in question 2 above. To do so, select Print from the Wireshark File command menu, and select the Selected Packet Only and Print as displayed radial buttons, and then click OK.

Ans1.

Three different protocols are HTTP TCP SSL UDP

Ans2. For HTTP GET , the time shown is

Time is 22:06:27:654763000 For HTTP OK , time shown is

So the difference will give the amount of time taken between HTTP GET and HTTP OK =0.584 seconds(approx)

Ans3. IP address of my computer is 192.168.0.107 IP address of the server is 128.119.245.12 Ans4. HTTP GET PACKET INFORMATION

HTTP OK PACKET INFORMATION

You might also like