The User Datagram Protocol (UDP)
The User Datagram Protocol provides data transfer without many
of the reliable delivery capabilities of TCP.
UDP is less CPU-intensive than TCP
and is useful when guaranteed data delivery is not of paramount
importance.
See also: