User Datagram Protocol (UDP)
Connectionless end-to-end service
No flow control. No error recovery (no acks)
Error detection (Checksum) optional. Applies to pseudo-header (same as TCP) and UDP segment. If not used, it is set to zero.
Used by SNMP, DNS, TFTP etc