UDP
From Hackepedia
UDP stands for User Datagram Protocol (sometimes jokingly called Unreliable Datagram Protocol). It is an OSI layer 4 protocol. UDP is explained in RFC 768. Unlike TCP which requires negotiation, UDP is a stateless protocol.
DNS is an important protocol carried over UDP. Another important
tool that uses UDP is the BSD traceroute program.