MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Computer Networks
Udp
Q
The ______ field is used to detect errors over the entire user datagram.
AA. Udp header
BB. Checksum
CC. Source port
DD. Destination port
Correct Answer:
B. B. Checksum
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.