Skip to main content
DNS Checker(beta)

UDP

User Datagram Protocol: a fast, connectionless protocol used for DNS, gaming, and streaming.

UDP (User Datagram Protocol) is the other main transport protocol alongside TCP. Unlike TCP, UDP does not establish a connection first: it just sends data and hopes it arrives. There is no handshake, no guaranteed delivery, and no ordering. This makes UDP faster and more efficient for use cases where speed matters more than reliability: DNS queries, online gaming, video streaming, VoIP calls, and VPN tunnels (WireGuard). The trade-off is that lost packets are not automatically retransmitted. UDP port scans are inherently ambiguous because no response could mean "open" or "filtered."

Reference

Related terms

See also

Referenced on