CCSP · Question #721
Which protocol, as a part of TLS, handles the actual secure communications and transmission of data?
The correct answer is D. Record. The TLS record protocol is the actual secure communications method for transmitting data; it's responsible for encrypting and authenticating packets throughout their transmission between the parties, and in some cases it also performs compression. The TLS handshake protocol is…
Question
Which protocol, as a part of TLS, handles the actual secure communications and transmission of data?
Options
- ANegotiation
- BHandshake
- CTransfer
- DRecord
How the community answered
(41 responses)- A5% (2)
- B2% (1)
- C5% (2)
- D88% (36)
Explanation
The TLS record protocol is the actual secure communications method for transmitting data; it's responsible for encrypting and authenticating packets throughout their transmission between the parties, and in some cases it also performs compression. The TLS handshake protocol is what negotiates and establishes the TLS connection between two parties and enables the secure communications channel to then handle data transmissions. Negotiation and transfer are not protocols under TLS.
Topics
Community Discussion
No community discussion yet for this question.