CCSP · Question #146
TLS provides and ________ for ________ communications.
The correct answer is C. Privacy, integrity. TLS (Transport Layer Security) is a cryptographic protocol that primarily provides privacy (confidentiality) and integrity for communications over a computer network.
Question
TLS provides and ________ for ________ communications.
Options
- APrivacy, security
- BSecurity, optimization
- CPrivacy, integrity
- DEnhancement, privacy
How the community answered
(57 responses)- A7% (4)
- B2% (1)
- C89% (51)
- D2% (1)
Why each option
TLS (Transport Layer Security) is a cryptographic protocol that primarily provides privacy (confidentiality) and integrity for communications over a computer network.
While TLS contributes to overall 'security,' stating 'Privacy, security' is redundant and less specific than 'Privacy, integrity' regarding its core technical functions.
TLS does not primarily provide 'optimization'; its focus is security, specifically confidentiality and integrity, and it can sometimes introduce slight overhead.
TLS (Transport Layer Security) uses encryption to provide privacy (confidentiality) by preventing eavesdropping on data transmitted between two communicating applications. It also uses cryptographic checksums to ensure integrity, meaning the data has not been altered or tampered with during transit.
'Enhancement' is too vague to describe a core technical function of TLS, and while it provides privacy, it also provides integrity.
Concept tested: TLS protocol core functions
Source: https://learn.microsoft.com/en-us/windows/win32/secauthn/tls-ssl-protocol-overview
Topics
Community Discussion
No community discussion yet for this question.