Computer Science, asked by fayizpayyanad, 8 months ago

CONSIDER THE UDP header 12 03 00 0F 00 IE A3 10 .What is the total lenght of UDP?

Answers

Answered by kartikey07
2

Answer:

The UDP header has four parts, each of two bytes. That means we get the following interpretation of the header. (a) Source port number = 063216 = 1586 (b) Destination port number = 000D16 = 13 (c) Total length = 001C16 = 28 bytes (d) Since the header is 8 bytes the data length is 28 - 8 = 20 bytes.

Explanation:

hope it helps you

Mark brainlist please...

Similar questions