LAB ASSIGNMENT: Analyze The Network Traffic and Performance Parameters of Network Using Wireshark On Windows (Work On Live Captured Data)
LAB ASSIGNMENT: Analyze The Network Traffic and Performance Parameters of Network Using Wireshark On Windows (Work On Live Captured Data)
d. What is the value in the transaction ID field of this DHCP Discover message?
e. Now inspect the options field in the DHCP Discover message. What are five
pieces of information (beyond an IP address) that the client is suggesting or
requesting to receive from the DHCP server as part of this DHCP transaction?
The DHCP options field that the client is asking the DHCP server to
provide as part of the DHCP transaction will be
● Parameter Request List
● Maximum DHCP Message Size
● Client Identifier
● IP Address Lease Time
● Host Name
b. What is the destination IP address used in the datagram containing this ACK
message? Is there anything special about this address? Explain.
The destination IP address in the datagram containing the ACK message would typically
be the IP address of the recipient or the receiver of the original data packet for which
the ACK is sent.
c. What is the name of the field in the DHCP ACK message (as indicated in the
Wireshark window) that contains the assigned client IP address?
d. For how long a time (the so-called “lease time”) has the DHPC server
assigned this IP address to the client?
e. What is the IP address (returned by the DHCP server to the DHCP client in
this DHCP ACK message) of the first hop router on the default path from the
client to the rest of the Internet?
9. Use Wireshark to capture the packets by browsing any website and
answer the questions below http://gaia.cs.umass.edu/wireshark-labs/HTTP-
wireshark-file1.html
:
a. Filter the packet using “http”. Answer the following questions, based on the
contents of the Ethernet frame containing the HTTP GET message.
b. What is the 48-bit Ethernet address of your computer?
c. What is the 48-bit destination address in the Ethernet frame?
d. Is this the Ethernet address of gaia.cs.umass.edu? What device has this as its
Ethernet address?
e. Give the hexadecimal value for the two-byte Frame type field. What upper
layer protocol does this correspond to?
10. Use Wireshark to capture the packets by browsing any website and
answer the questions below:
a. Select any UDP packet. Find how many fields are there in the UDP header
and Name these fields.
The UDP header contains 4 fields: source port, destination port,
length, and checksum. 2. From the packet content field, determine the
length (in bytes) of each of the UDP header fields. Each of the UDP
header fields is 2 bytes long.
c. What the value in the length field indicate? What is the length of UDP payload
d. What is the maximum number of bytes that can be included in a UDP payload
The maximum number of bytes that can be included in a UDP payload is (2^16 –
1) bytes plus the header bytes. This gives 65535 bytes – ?? = ?? bytes.
Content beyond
Syllabus :https://maxwellsullivan.wordpress.com/2013/04/07/wireshark-lab-9-
dhcp/