Multiple choice

UDP is a simple, very reliable and connectionless protocol.

  1. True

  2. False

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

UDP (User Datagram Protocol) is connectionless and fast, but it is not reliable because it does not guarantee delivery, ordering, or error recovery.