Computer Science, asked by dwarakdtmm, 5 hours ago

consider the UDP header 12 03 00 0F 00 1E A3 10.
what is the total length of UDP

Answers

Answered by Anonymous
1

Answer:

It is given 12 03 00 1E A3 10 is an UDP header. Here, 12 03 represents source port, 00 1E represents destination port, 00 1E length and A3 10 checksum. So, length 00 1E which is 30 in decimal.

Similar questions