March 2018
Beginner to intermediate
410 pages
10h 40m
English
HTTP is secured using Transport Layer Security (TLS), as presented in previous chapters. But TLS requires an underlying stream of data such as that provided by TCP connections. Since the order of UDP datagrams is not preserved, TLS cannot be used with UDP directly. For this purpose, Datagram Transport Layer Security (DTLS), was developed. DTLS is a modification of TLS; it can be used by protocols such as UDP that lose, and possibly reorder, datagrams.
Since DTLS is often used in resource-constrained environment, DTLS implementations are also significantly more lightweight than traditional TLS implementations. At least, if not a large security library ...
Read now
Unlock full access