CCSP · Question #609
Which data state would be most likely to use TLS as a protection mechanism?
The correct answer is D. Data in transit. TLS (Transport Layer Security) is specifically designed to protect data in transit-data actively moving across a network between two endpoints, such as between a client and a server. TLS encrypts the communication channel, preventing eavesdropping and tampering during transmissio
Question
Which data state would be most likely to use TLS as a protection mechanism?
Options
- AData in use
- BData at rest
- CArchived
- DData in transit
How the community answered
(38 responses)- A8% (3)
- B3% (1)
- C3% (1)
- D87% (33)
Explanation
TLS (Transport Layer Security) is specifically designed to protect data in transit-data actively moving across a network between two endpoints, such as between a client and a server. TLS encrypts the communication channel, preventing eavesdropping and tampering during transmission. Data at rest (B) and archived data (C) are typically protected by encryption at the storage level (e.g., AES encryption of disk volumes or files). Data in use (A) refers to data being actively processed in memory, which requires different protection mechanisms such as trusted execution environments (TEEs).
Topics
Community Discussion
No community discussion yet for this question.