report-template
report-template
REPORT
Lab 1: Wireshark getting started
Work assignment
Comments (optional)
+ Troubles
+ Suggestions
+ Recommendations
Lab 1: Wireshark getting started
2
DETAILED REPORT
A. Task 1
1. Question 1
**The total time capturing the packets :
Total time=Time of the last packet−Time of the first packet.
+Time of the last one: 30.898208 seconds.
+Time of the first one: 0.00971 seconds.
Total time: 30.891237 seconds.
**The total number of packets captured: 8643 packets.
Protocols Descriptions
MDNS to discover and communicate with each other without the need for a
central DNS server
NBNS allows devices on a local network to discover each other using human-
readable names instead of IP addresses.
LLMNR protocol used for name resolution in local area networks (LANs) that
allows devices to resolve hostnames to IP addresses without the need
for a DNS server
c. Question 4
No: 3704
Time: 12.274307
Source: 172.30.102.35
Destination: 128.119.245.12
Protocol: HTTP
Length:569
Info: GET /wireshark-labs/INTRO-wireshark-file1.html HTTP/1.1
-The purpose of this packet: To retrieve the INTRO-wireshark-file1.html file from the
/wireshark-labs/ directory on the server using the HTTP GET method, using the
HTTP/1.1 protocol for communication.
d. Question 5
++Response packet:
No: 6960
Time: 25.341521
Source: 128.119.245.12
Destination: 172.30.102.35
Protocol: HTTP
Length: 492
Info: HTTP/1.1 200 OK (text/html)
g. Question 7
Yes, the text “Congratulations! You've downloaded the first Wireshark lab file!” is
in the captured HTTP packets. It is located in the Content section of the command
HTTP/1.1 200 OK (text/html).
Question 8
There are two primary formats for IP addresses: IPv4 and IPv6.
IPv4: Has a length of 32 bits (4 bytes). Consists of four numbers, separated by
dots. Each number ranges from 0 to 255. As the number of devices connected
to the internet grew exponentially, the available IPv4 addresses became scarce.
IPv6: Has the length of 128 bits (16 bytes). Consists of eight groups of
hexadecimal numbers, separated by colons. Each group can range from 0000 to
Question 9
The basis process of sending and receiving packets when accessing a website
When entering an URL on the browser, the URL will be translated into a
numerical IP address. This is the IP address of the web server hosting the
website. An HTTP request from the computer will be sent to the web server,
specifying the webpage we want to access.
The web server receives the HTTP request, retrieves the requested web page
from its storage, and generates an HTTP response containing the webpage's
HTML code, images, and other resources.
The web server breaks the HTTP response into smaller packets and sends them
to your computer over the TCP connection. The computer receives the packets
and reassembles them into the original HTTP response.
The role of the browser
The bridge: web servers and computers send packets through the browser and
receive HTTP requests from both sides
Rendering the packets sent by the web server
2.Task 2
e. Question 10: What is the result when applying the filter expression “HTTP”
(like Task 1)? Are there similar results when accessing an HTTP website?
When searching for HTTp like task 1, no results were found.
f. Question 11: What is the IP address of the selected website? What is the IP
address of your computer right now?
-The IP address of the website: 222.255.216.35
Question 12: Use the packet-display filter to display the packet exchange
between your computer and the website using the syntax: ip.addr== && ip.addr==
Does this indicate that you can see the returned content of the website? Describe
what is observed?