Networking

User Datagram Protocol (UDP)

Definition, context, related terminology, and source references for User Datagram Protocol (UDP).

Definition

A connectionless transport protocol that sends independent datagrams without delivery, ordering, or duplicate-suppression guarantees. DNS and DHCP commonly use UDP, while applications add reliability themselves or switch to another transport when required.