Udp

UDP

User datagram protocol was added to the core network protocol suite after TCP/IP. UDP is also referred to as null protocol.

The specification is here

Domain Name System (DNS) and webRTC both use UDP.

Datagram

UDP sends datagrams.

Packet: any formatted block of data

Datagram: packets delivered via an unreliable service with no delivery guarantees

Null Protocol Services