Which characteristic best describes UDP?

Study for the Network+ exam with Jason Dion's Course Test. Dive into multiple-choice questions, detailed explanations, and hints that prepare you for success. Secure your certification with confidence!

Multiple Choice

Which characteristic best describes UDP?

Explanation:
UDP is a connectionless, best-effort protocol. It sends messages without establishing a session, and there’s no mechanism to guarantee that a datagram will arrive, be delivered in order, or be retransmitted if lost. Because it has no state, handshakes, or reliability features, its overhead is very small and latency is low. This contrasts with TCP, which creates a connection, maintains session state, guarantees delivery, and preserves in-order delivery. So the statement that best describes UDP is that it operates without a connection and does not provide guaranteed delivery. Applications use UDP when speed matters more than perfect reliability, such as real-time communications or simple query-response services.

UDP is a connectionless, best-effort protocol. It sends messages without establishing a session, and there’s no mechanism to guarantee that a datagram will arrive, be delivered in order, or be retransmitted if lost. Because it has no state, handshakes, or reliability features, its overhead is very small and latency is low. This contrasts with TCP, which creates a connection, maintains session state, guarantees delivery, and preserves in-order delivery. So the statement that best describes UDP is that it operates without a connection and does not provide guaranteed delivery. Applications use UDP when speed matters more than perfect reliability, such as real-time communications or simple query-response services.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy