Multiple choice

UDP verifies that all packets have arrived. True or false?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

UDP is a connectionless protocol that does not perform error checking or packet verification. TCP is the protocol responsible for ensuring all packets arrive correctly.