Why is the DTLS (Datagram Transport Layer Security) protocol used for streaming applications that need security?

What will be an ideal response?


ANSWER: DTLS is a variant of TLS that is designed specifically for streaming communications. As the name implies, DTLS relies on UDP instead of TCP, which minimizes delays. However, applications using DTLS must provide their own means of packet reordering, flow control, and reliability assurance. DTLS includes security levels that are comparable to TLS and is commonly used by delay-sensitive applications such as VoIP and tunneling applications such as VPN.

Computer Science & Information Technology

You might also like to view...

What is the complexity of a tree traversal operation?

a. O(n) b. O(1) c. O(n^2) d. O(log n)

Computer Science & Information Technology

To add or remove temporary subtotals, click the Subtotal button in the ____________________ group on the Data tab.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

During a POST, the bootstrap program, also called the ____________________, checks basic operations of the attached hardware, including CPU, memory, and interfaces.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is the term for a socket that requires no pressure on the CPU to install?

A. WIA B. FIZ C. MIA D. ZIF

Computer Science & Information Technology