Datagram Transport Layer Security
DTLS brings TLS-style encryption to UDP, which has no guaranteed delivery or ordering. It is used where low latency matters, including WebRTC media, VoIP, VPNs, and IoT protocols like CoAP. It handles packet loss and reordering itself so applications get TLS security without switching to TCP.