Which statement about UDP is true?

Prepare for IT Technical Interviews with comprehensive flashcards and multiple choice questions. Unlock detailed explanations and hints for every question. Excel in your interviews!

Multiple Choice

Which statement about UDP is true?

Explanation:
UDP is a connectionless, datagram-oriented protocol. Because there is no connection setup, you can send a datagram directly to a destination port without any prior handshake. This is why the statement that UDP sends data without establishing a connection first is true. In contrast, UDP does not guarantee delivery since there are no acknowledgments or retransmissions at the protocol level, so packets can be lost. It also does not use a three-way handshake—that is a feature of TCP used to establish a reliable connection. And it does not provide a reliable stream; UDP treats each datagram as an independent message, not as part of a continuous, reliable byte stream. This makes UDP fast and lightweight, suitable for applications that can tolerate some loss, such as real-time audio or video streams.

UDP is a connectionless, datagram-oriented protocol. Because there is no connection setup, you can send a datagram directly to a destination port without any prior handshake. This is why the statement that UDP sends data without establishing a connection first is true. In contrast, UDP does not guarantee delivery since there are no acknowledgments or retransmissions at the protocol level, so packets can be lost. It also does not use a three-way handshake—that is a feature of TCP used to establish a reliable connection. And it does not provide a reliable stream; UDP treats each datagram as an independent message, not as part of a continuous, reliable byte stream. This makes UDP fast and lightweight, suitable for applications that can tolerate some loss, such as real-time audio or video streams.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy