CCSP · Question #509
CCSP Question #509: Real Exam Question with Answer & Explanation
The correct answer is B: Acceleration. The TLS Record Protocol is responsible for taking application data and performing four core functions: fragmentation (splitting data into manageable chunks), compression (optionally reducing data size), authentication (applying a MAC - Message Authentication Code - to ensure data
Question
Which of the following is NOT a function performed by the record protocol of TLS?
Options
- AEncryption
- BAcceleration
- CAuthentication
- DCompression
Explanation
The TLS Record Protocol is responsible for taking application data and performing four core functions: fragmentation (splitting data into manageable chunks), compression (optionally reducing data size), authentication (applying a MAC - Message Authentication Code - to ensure data integrity and authenticity), and encryption (protecting confidentiality). Acceleration is not a function of the TLS protocol itself - it is a performance feature provided by dedicated SSL/TLS hardware accelerators (e.g., specialized NICs or appliances) that offload cryptographic processing from the CPU. Acceleration is an external optimization, not part of the TLS record protocol specification.
Topics
Community Discussion
No community discussion yet for this question.