Which statement about UDP is true?

Study for CodeHS The Internet Test. Engage with interactive quizzes and practice questions with detailed explanations. Prepare confidently for your exam!

Multiple Choice

Which statement about UDP is true?

Explanation:
UDP is a transport protocol that operates without establishing a connection and without guaranteeing delivery. It sends data with minimal overhead, so it can be faster because there’s no handshake, no acknowledgments, and no built-in retransmission. But this speed comes at the cost of reliability: packets can be lost, arrive out of order, or be duplicated, and there’s no automatic recovery. That’s why the best statement is that UDP is connectionless and faster but less reliable. It captures the trade-off: lightweight, quick transmission, but no guarantees. The other ideas don’t fit because a connection-oriented, reliable protocol describes TCP, UDP does not provide inherent encryption, and while UDP isn’t reliable, the most complete description emphasizes its speed advantage alongside its unreliability.

UDP is a transport protocol that operates without establishing a connection and without guaranteeing delivery. It sends data with minimal overhead, so it can be faster because there’s no handshake, no acknowledgments, and no built-in retransmission. But this speed comes at the cost of reliability: packets can be lost, arrive out of order, or be duplicated, and there’s no automatic recovery.

That’s why the best statement is that UDP is connectionless and faster but less reliable. It captures the trade-off: lightweight, quick transmission, but no guarantees. The other ideas don’t fit because a connection-oriented, reliable protocol describes TCP, UDP does not provide inherent encryption, and while UDP isn’t reliable, the most complete description emphasizes its speed advantage alongside its unreliability.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy