UDP Mcqs
UDP Mcqs
This set of Computer Networks Multiple Choice Questions & Answers (MCQs) focuses on
“UDP”.
7. The port number is “ephemeral port number”, if the source host is _______
a) NTP
b) Echo
c) Server
d) Client
View Answer
Answer: d
Explanation: Port numbers from 1025 to 5000 are used as ephemeral port numbers in
Windows Operating System. Ephemeral port numbers are short-lived port numbers which
can be used for clients in a UDP system where there are temporary clients all the time.
10. The ______ field is used to detect errors over the entire user datagram.
a) udp header
b) checksum
c) source port
d) destination port
View Answer
Answer: b
Explanation: Checksum field is used to detect errors over the entire user datagram. Though
it is not as efficient as CRC which is used in TCP, it gets the job done for the UDP datagram
as UDP doesn’t have to ensure the delivery of the packet.