udp
Source: https://www.cloudflare.com/learning/ddos/glossary/user-datagram-protocol-udp/
UDP
User Datagram Protocol is a layer 4 connectionless communication protocol for time-sensitive transmissions. It does not establish connections nor does it keep track of what it sent and how successfully.
UDP is faster but less reliable than TCP.
It's used in DNS lookups or in Network Time Protocols (since the queries are very simple), RIP, DHCP and so on.
udp.txt · Last modified: by plida
