Does UDP use a handshake?

Prepare for the Wireshark Traffic Analysis Exam. Study with flashcards and multiple choice questions, each question includes hints and explanations. Ace your exam!

Multiple Choice

Does UDP use a handshake?

Explanation:
UDP is a connectionless, datagram-based transport protocol. It sends individual packets without establishing a connection first, so there is no handshake to set up state between sender and receiver. Each UDP datagram is independent, carrying its own source and destination ports, and delivery is not guaranteed, nor is the order preserved. Because there’s no setup phase or maintained connection state, UDP itself does not perform a handshake. Note that some applications or higher-layer protocols that run over UDP may implement their own handshake (for example, DTLS or certain custom protocols). But that handshake belongs to the application layer, not to UDP itself.

UDP is a connectionless, datagram-based transport protocol. It sends individual packets without establishing a connection first, so there is no handshake to set up state between sender and receiver. Each UDP datagram is independent, carrying its own source and destination ports, and delivery is not guaranteed, nor is the order preserved. Because there’s no setup phase or maintained connection state, UDP itself does not perform a handshake.

Note that some applications or higher-layer protocols that run over UDP may implement their own handshake (for example, DTLS or certain custom protocols). But that handshake belongs to the application layer, not to UDP itself.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy