InterviewSolution
Saved Bookmarks
| 1. |
Which is the correct expression for the length of UDP datagram?(a) UDP length = IP length – IP header’s length(b) UDP length = UDP length – UDP header’s length(c) UDP length = IP length + IP header’s length(d) UDP length = UDP length + UDP header’s lengthI have been asked this question in my homework.I want to ask this question from UDP topic in portion Transport Layer of Computer Network |
|
Answer» Correct option is (a) UDP length = IP length – IP header’s length |
|