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

Nitte Meenakshi Institute of Technology: Bachelor of Engineering in Computer Science and Engineering

1) The document reports on the implementation of Wireshark to capture and analyze HTTP traffic between a web browser and server. 2) It finds that both the browser and server support HTTP 1.1 and the browser can accept English. The client IP is 192.168.1.8 and server is 22.58.33.66. 3) It retrieves an HTML file from the server with status code 200 and content length of 1150 bytes, and captures the HTTP request and response in multiple packets due to the file size.

Uploaded by

NikhilGupta
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

Nitte Meenakshi Institute of Technology: Bachelor of Engineering in Computer Science and Engineering

1) The document reports on the implementation of Wireshark to capture and analyze HTTP traffic between a web browser and server. 2) It finds that both the browser and server support HTTP 1.1 and the browser can accept English. The client IP is 192.168.1.8 and server is 22.58.33.66. 3) It retrieves an HTML file from the server with status code 200 and content length of 1150 bytes, and captures the HTTP request and response in multiple packets due to the file size.

Uploaded by

NikhilGupta
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Wireshark Implementation

NITTE MEENAKSHI INSTITUTE OF TECHNOLOGY


(AN AUTONOMOUS INSTITUTION, AFFILIATED TO VISVESVARAYA TECHNOLOGICAL UNIVERSITY,
BELGAUM, APPROVED BY AICTE & GOVT.OF KARNATAKA

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

Under the Guidance of


Mrs. Sharmila Sequeira
Assistant Professor,

Department of Computer Science and Engineering


(Accredited by NBA Tier-1)
2016-17

NITTE MEENAKSHI INSTITUTE OF TECHNOLOGY


(AN AUTONOMOUS INSTITUTION, AFFILIATED TO VISVESVARAYA TECHNOLOGICAL UNIVERSITY, BELGAUM
, APPROVED BY AICTE & GOVT.OF KARNATAKA)

Department of Computer Science and Engineering


(Accredited by NBA Tier-1)
Page i|8
Wireshark Implementation

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?

Ans- My Browser and Server are both running HTTP 1.1

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

Ans - My browser can accept English language.

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?

Ans - Client IP : 192.168.1.8


Server IP : 22.58.33.66

d) What is the status code returned from the server to your browser?

Ans - Status code: 200

P a g e iv | 8
Wireshark Implementation

e) When was the HTML file that you are retrieving last modified at the server?

Ans - Last modified : Fri, 07 Sep 2017

f) How many bytes of content are being returned to your browser?

Ans - Content length : 1150

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.

c) What is the status code and phrase in the response?

Ans - The Status Code and the response phrase is 200 OK

P a g e vii | 8
Wireshark Implementation

d) How many data-containing TCP segments were needed to carry the single HTTP
response.

Ans - There are 5 packets with the “Continuation” phrase

P a g e viii | 8

You might also like