Protocol
UDP
User Datagram Protocol
User Datagram Protocol — connectionless transport with ports and an optional checksum. It is the basis for DNS, RTP, QUIC, DHCP, and RoCEv2 encapsulation. Applications must handle loss, reordering, and duplication themselves.
Tags
datagramportschecksuml4
Sources
- RFC 768
Related protocols
IPv4 / IPv6
Lab readyInternet Protocol (IPv4/IPv6) — best-effort packet network layer with addressing, TTL/hop limit, and optional fragmentation. IPv6 adds ex…
TCP
Lab readyReliable, ordered byte-stream transport with ports, sequence/ack numbers, windowing, and congestion control. Three-way handshake and four…
RTP
Lab readyEnd-to-end media transport for audio/video: sequence numbers, timestamps, SSRC, and payload type. Usually over UDP; profile and format sp…
RoCEv2
Lab readyRDMA over UDP/IPv4/IPv6 on Ethernet: InfiniBand BTH follows the UDP header (port 4791). Routable across L3 with ECN/PFC/DCQCN for congest…
DNS
Lab readyHierarchical name resolution with UDP/TCP queries and resource records (A/AAAA/CNAME/MX/TXT/…). Caching, EDNS, and DNSSEC affect both per…