User Datagram Protocol (UDP) is a connection-oriented protocol that uses a three-way handshake (a set of initial steps required for setting up a network connection). UDP supports retransmission of lost packets, flow control (controlling the amount of sent data), and sequencing (rearranging packets that arrived out of order).
Comments