CCSP · Question #418
What are the two protocols that TLS uses?
The correct answer is A. Handshake and record. Transport Layer Security (TLS) operates using two core sub-protocols: the Handshake Protocol and the Record Protocol. The Handshake Protocol is responsible for establishing the secure session - it negotiates cipher suites, authenticates parties (using certificates), and exchanges
Question
What are the two protocols that TLS uses?
Options
- AHandshake and record
- BTransport and initiate
- CHandshake and transport
- DRecord and transmit
How the community answered
(26 responses)- A88% (23)
- B8% (2)
- C4% (1)
Explanation
Transport Layer Security (TLS) operates using two core sub-protocols: the Handshake Protocol and the Record Protocol. The Handshake Protocol is responsible for establishing the secure session - it negotiates cipher suites, authenticates parties (using certificates), and exchanges session keys. The Record Protocol handles the secure transmission of data once the session is established - it fragments, compresses, encrypts, and integrity-checks the application data. The other answer choices ('transport,' 'initiate,' and 'transmit') are not actual TLS sub-protocol names.
Topics
Community Discussion
No community discussion yet for this question.