Protocol Design

Connectionless

A communication model that sends self-contained datagrams without establishing a prior connection or maintaining shared state between sender and receiver. UDP is the primary connectionless transport — each datagram is independently routed and may arrive out of order, duplicated, or not at all. DNS uses connectionless UDP for low-latency queries, and QUIC builds its own reliability and ordering on top of UDP to avoid TCP's head-of-line blocking.

Verwandte Protokolle

Siehe auch