Wireshark lab4rutul

docx

School

Monroe College *

*We aren’t endorsed by this school

Course

372

Subject

Electrical Engineering

Date

Apr 3, 2024

Type

docx

Pages

8

Uploaded by MegaMooseMaster1040

Report
WIRESHARK LAB 4 RUTUL LUNAGARIYA Ping plotter Verification:
Wireshark settings change Ping result 1. Select the first ICMP Echo Request message sent by your computer, and expand the Internet Protocol part of the packet in the packet details window.
What is the IP address of your computer? Ans: ip adress : 10.0.66.166 2. Within the IP packet header, what is the value in the upper layer protocol field? Ans: ICMP (3)
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
3. How many bytes are in the IP header? How many bytes are in the payload of the IP datagram ? Ans: The payload of the datagram will be header length – total length i.e 20-56 = 36 is the pay load of ip datagram 4. Has this IP datagram been fragmented? Explain how you determined whether or not the datagram has been fragmented. Ans: no there are no datagram fragmented. Fragment offset = 0
5. Which fields in the IP datagram always change from one datagram to the next within this series of ICMP messages sent by your computer? Ans: identification, time to live and header checksum always change 6. Which fields stay constant? Which of the fields must stay constant? Which fields must change? Why? Ans: IPdatagrams ,version , header length, source IP, destination IP, differentiated Services, upper Layer Protocol. 7. Describe the pattern you see in the values in the Identification field of the IP datagram Ans: The IP header Identification fields increase with each ICMP Echo (ping) request. Reply keeps increasing
8. What is the value in the Identification field and the TTL field? Ans: identification : 31229 TTL : 3 9. Do these values remain unchanged for all of the ICMP TTL-exceeded replies sent to your computer by the nearest (first hop) router? Why? Ans: TTL field remains unchanged because the TTL for the first hop router is always the same (3) the indentification will always change because of conflicting IP datagrams 10. Find the first ICMP Echo Request message that was sent by your computer after you changed the Packet Size in pingplotter to be 2000. Has that message been fragmented across more than one IP datagram? Ans: The packet has been fragmented in all the Ip datagrams as we are increasing
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
the packet size. Ideally the packet size is 128. 11.Print out the first fragment of the fragmented IP datagram. What information in the IP header indicates that the datagram been fragmented? What information in the IP header indicates whether this is the first fragment versus a latter fragment? How long is this IP datagram? Ans: Fragment offset is 0 so this is the first fragmented packet,the first datagram has a total length of 56, including the header 12.Print out the second fragment of the fragmented IP datagram. What information in the IP header indicates that this is not the first datagram fragment? Are the more fragments? How can you tell?
I can tell that this is not the first fragment, because the fragment offset is 50. this is most likely last fragment 13.What fields change in the IP header between the first and second fragment? Ans: Total length, flags, fragment offset, and checksum. 14.How many fragments were created from the original datagram? Ans: 4 packets created. 15.What fields change in the IP header among the fragments? Ans: fragment offset, and checksum.