Nitte Meenakshi Institute of Technology: Bachelor of Engineering in Computer Science and Engineering
Nitte Meenakshi Institute of Technology: Bachelor of Engineering in Computer Science and Engineering
COURSE-IMLEMENTATION REPORT
on
“WIRESHARK IMPLEMENTATION”
Submitted in partial fulfilment of the requirement for the award of Degree of
Bachelor of Engineering in
Computer Science and Engineering
Submitted by:
STUDENT : SHUBHAM SHARMA USN : 1NT15CS175
WEBSITE USED:
CAPTURED HTTP:
P a g e ii | 8
Wireshark Implementation
Part A
The Basic HTTP GET & Response Interaction
a) Is your browser running HTTP version 1.0 or 1.1? What version of HTTP is the
server running?
b) What languages (if any) does your browser indicate to the server that it can accept?
P a g e iii | 8
Wireshark Implementation
c) What is the IP address of your computer? What about the gaia.cs.umass.edu server?
d) What is the status code returned from the server to your browser?
P a g e iv | 8
Wireshark Implementation
e) When was the HTML file that you are retrieving last modified at the server?
Page v|8
Wireshark Implementation
g) 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.
Ans – NO.
Part B
Retrieving Long Documents
a) How many HTTP GET request messages did your browser send? Which packet
number in the trace contains the GET message for the Bill of Rights?
Ans - There is only one HTTP GET request. The HTTP GET request was capture
on frame 2006.
P a g e vi | 8
Wireshark Implementation
b) Which packet number in the trace contains the status code and phrase associated
with the response to the HTTP GET request?
Ans - Packet number (frame) 2048.
P a g e vii | 8
Wireshark Implementation
d) How many data-containing TCP segments were needed to carry the single HTTP
response.
P a g e viii | 8