0% found this document useful (0 votes)
92 views15 pages

UDP v8.0

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 (0 votes)
92 views15 pages

UDP v8.0

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/ 15

Wireshark Networking Lab

UDP v8.0

Saiful Islam Tarek


Department of Computer Science and Information Engineering
University of Chittagong

December 16, 2022

1 / 15
Overview

1. Question 1
2. Question 2
3. Question 3
4. Question 4
5. Question 5
6. Question 6
7. Question 7

2 / 15
1. Select one UDP packet from your trace. From this packet,
determine how many fields there are in the UDP header.
Answer
There are 4 fields

3 / 15
2. Select one UDP packet from your trace. From this packet,
determine how many fields there are in the UDP header.
Answer
Each Fields has 2 bytes

4 / 15
Continue....

5 / 15
Continue....

6 / 15
3. The value in the Length field is the length of what?

Answer
The value in the length field is the sum of the 8 header bytes

7 / 15
4. What is the maximum number of bytes that can be included
in a UDP payload?

Answer
Here, The largest possible source port number is 216 − 1 = 65535.

And the header bytes is 8 bytes. So, the maximum number of bytes that can be included in a
UDP payload is = 65535-8 = 65527 bytes.

So, the maximum number of bytes that can be included in a UDP payload is = 65535-8 =
65527 bytes.

8 / 15
5. What is the largest possible source port number?

Answer
The largest possible source port number is 216 − 1 = 65535.

9 / 15
6. What is the protocol number for UDP? Give your answer in
both hexadecimal and decimal notation.

Answer
Protocol number for UDP in decimal = 17

Protocol number for UDP in hexadecimal = 11

10 / 15
Continue...

11 / 15
7. Examine a pair of ........... Describe the relationship between
the port numbers in the two packets.

Answer
Sending packet’s source port number is equal to the destination port of Receiver packet.
Sending packet’s destination port number is equal to the source port of Receiver packet.

Sender
Source Port = 57630; Destination Port = 48498

Receiver
Source Port = 48498; Destination Port = 57630

12 / 15
Sender

13 / 15
Receiver

14 / 15
The End

15 / 15

You might also like