300-715 · Question #42
What is a characteristic of the UDP protocol?
The correct answer is B. UDP offers best-effort delivery. UDP (User Datagram Protocol) is a connectionless transport protocol that provides best-effort delivery, meaning it sends packets without establishing a connection, without acknowledgment, and without guaranteed delivery or ordering. It does not perform error checking or…
Question
What is a characteristic of the UDP protocol?
Options
- AUDP can detect when a server is down.
- BUDP offers best-effort delivery
- CUDP can detect when a server is slow
- DUDP offers information about a non-existent server
How the community answered
(17 responses)- A6% (1)
- B88% (15)
- C6% (1)
Explanation
UDP (User Datagram Protocol) is a connectionless transport protocol that provides best-effort delivery, meaning it sends packets without establishing a connection, without acknowledgment, and without guaranteed delivery or ordering. It does not perform error checking or retransmission. UDP has no mechanism to detect server availability or slowness - those are characteristics associated with connection-oriented protocols like TCP. Option A and C describe TCP-like behaviors, while Option D is not a function of any transport protocol.
Topics
Community Discussion
No community discussion yet for this question.