===== Datagram Transport Layer Security (DTLS) ===== [[ddsf:public:guidebook:06_append:glossary:start| Return to Glossary ]] **Datagram Transport Layer Security (DTLS)** is a communications [[ddsf:public:guidebook:06_append:glossary:p:protocol|protocol]] designed to protect data privacy and preventing eavesdropping and tampering. It is based on the [[ddsf:public:guidebook:06_append:glossary:t:tls]] protocol, which is a protocol that provides security to computer-based communications networks. The main difference between DTSL and TLS is that DTLS uses [[ddsf:public:guidebook:06_append:glossary:u:udp]] and [[ddsf:public:guidebook:06_append:glossary:t:tls]] uses [[ddsf:public:guidebook:06_append:glossary:t:tcp]]. It is used across web browsing, mail, instant messaging and VoIP. DTSL is one of the security protocols used for WebRTC technology along with SRTP. Source: [[https://www.3cx.com/webrtc/dtls/#:~:text=Datagram%20Transport%20Layer%20Security%20(DTLS,to%20computer%2Dbased%20communications%20networks. | Datagram Transport Layer Security (DTLS) ]]