0% found this document useful (1 vote)
296 views

IP v8.0 Solution

Uploaded by

xamacaw558
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
296 views

IP v8.0 Solution

Uploaded by

xamacaw558
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 39

Wireshark Networking Lab

IP v8.0

Saiful Islam Tarek


Department of Computer Science and Engineering
University of Chittagong

December 20, 2022

1 / 39
Overview
1. Question 1
2. Question 2
3. Question 3
4. Question 4
5. Question 5
6. Question 6
7. Question 7
8. Question 8
9. Question 9
10. Question 10
11. Question 11
12. Question 12
13. Question 13
14. Question 14
15. Question 15
2 / 39
1. Select the first ICMP Echo Request message sent by your
computer.......What is the IP address of your computer?

Answer
IP address of my computer is : 192.168.1.102

3 / 39
2. What is the value in the upper layer protocol field?
Answer
The value is : ICMP(1)

4 / 39
3. How many bytes are in the IP header?
Answer
20 bytes

5 / 39
3.1 How many bytes are in the payload of the IP datagram?
Explain how you determined the number of payload bytes.
Answer
Total length - Header length = 64 bytes

6 / 39
4. Has this IP datagram been fragmented? Explain how you
determined whether or not the datagram has been fragmented.

Answer
This IP datagram is not fragmented.

If fragment flag is not set then datagram is not fragmented.

If fragment flag is set then datagram is fragmented.

7 / 39
Continue.....

8 / 39
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?

Answer
The Identification field.

TTL or Time to live field.

Header checksum field.

9 / 39
Continue....

10 / 39
Continue....

11 / 39
6.Which fields stay constant? Which of the fields must stay
constant?

Answer
Source address

Destination address

Header length

IP version

12 / 39
Continue...

13 / 39
6.1 Which fields must change?

Answer
The Identification field.

TTL or Time to live field.

Header checksum field.

14 / 39
7. Describe the pattern you see in the values in the
Identification field of the IP datagram

Answer
I see that the value of this field is increased by 1.

15 / 39
Continue....

16 / 39
Continue....

17 / 39
8. What is the value in the Identification field and the TTL
field?
Answer
0xa60b and 244

18 / 39
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?

Answer
The Identification field value is changed but TTL remain unchanged

19 / 39
Continue....

20 / 39
Continue....

21 / 39
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?

Answer
Yes , it has 2 fragment.

22 / 39
Continue....

23 / 39
Continue....

24 / 39
11. Print out the first fragment of the fragmented IP datagram.
What information in the IP header indicates that the datagram
been fragmented?

Answer
In the IP header of the first fragment the more fragment flag was set. It indicates that it has
another fragment.

25 / 39
Continue....

26 / 39
11.1 How long is this IP datagram?

Answer
The IP datagram is 1480 bytes long.

27 / 39
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?

Answer
The flag is 0x0. That means it has not any fragment.Therefore it is the last fragment but not
first fragment.

28 / 39
Continue....

29 / 39
12.1 Are the more fragments? How can you tell?
Answer
If more fragment flag is set then it has more fragment.But if flag is not set, then this is the
last fragment.

30 / 39
13. What fields change in the IP header between the first and
second fragment?

Answer
Total Length

Flags

More Fragments

Fragment Offset

31 / 39
First Fragment

32 / 39
Second Fragment

33 / 39
14. How many fragments were created from the original
datagram?
Answer
3 Fragment

34 / 39
15. What fields change in the IP header among the fragments?

Answer
Total Length

Flags

More Fragments

Fragment Offset

35 / 39
First Fragment

36 / 39
Second Fragment

37 / 39
Third Fragment

38 / 39
The End

39 / 39

You might also like