ACCELERATION IS CORRECT.
TLS Record protocol provides the actual secure communication method for transmitting data; encryption + authentication & in some cases also compression.
Acceleration is not a component of TLS, it might be provided by another external component
TLS Record Protocol manages the following:
Dividing outgoing messages into manageable blocks, and reassembling incoming messages.
Compressing outgoing blocks and decompressing incoming blocks (optional).
Applying a Message Authentication Code (MAC) to outgoing messages, and verifying incoming messages using the MAC.
Encrypting outgoing messages and decrypting incoming messages.
Authentication is actually done by the Handshake protocol. The Message Authentication Code is applied at the Record layer, but the authentication is not done here. TLS Accelerators are hardware encryption engines and are used in the Record layer.
upvoted 3 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
rkumar16d
3 weeks, 5 days agoJohnnyBG
8 months agokepalon
2 years, 8 months ago[Removed]
2 years, 10 months agoAlanJP
3 years, 4 months ago