nerdexam
(ISC)2

CCSP · Question #509

Which of the following is NOT a function performed by the record protocol of TLS?

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…

Submitted by rohit_dlh· Apr 18, 2026Cloud Data Security

Question

Which of the following is NOT a function performed by the record protocol of TLS?

Options

  • AEncryption
  • BAcceleration
  • CAuthentication
  • DCompression

How the community answered

(40 responses)
  • A
    5% (2)
  • B
    90% (36)
  • C
    3% (1)
  • D
    3% (1)

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

#TLS#Record Protocol#Network Security#Data in Transit Protection

Community Discussion

No community discussion yet for this question.

Full CCSP Practice