CCSP · Question #65
The Transport Layer Security (TLS) protocol creates a secure communications channel over public media (such as the Internet). In a typical TLS session, what is the usual means for establishing trust b
The correct answer is C. PKI certificates. In a typical Transport Layer Security (TLS) session, trust between parties is primarily established through the use of PKI certificates.
Question
The Transport Layer Security (TLS) protocol creates a secure communications channel over public media (such as the Internet). In a typical TLS session, what is the usual means for establishing trust between the parties?
Options
- AOut-of-band authentication
- BMultifactor authentication
- CPKI certificates
- DPreexisting knowledge of each other
How the community answered
(18 responses)- B6% (1)
- C89% (16)
- D6% (1)
Why each option
In a typical Transport Layer Security (TLS) session, trust between parties is primarily established through the use of PKI certificates.
Out-of-band authentication involves using a separate communication channel for verification, which is not the primary mechanism for establishing trust in the TLS handshake.
Multifactor authentication requires multiple credentials for user login but is not the method by which communicating systems establish trust within the TLS protocol itself.
During the TLS handshake, the server presents its X.509 digital certificate, which contains its public key and is digitally signed by a trusted Certificate Authority (CA). The client verifies this certificate's authenticity and validity through the Public Key Infrastructure (PKI), thereby establishing trust in the server's identity before encrypting communications.
Preexisting knowledge of each other is not a scalable or general mechanism for establishing trust in TLS sessions across the public internet; PKI certificates provide this universal trust anchor.
Concept tested: TLS trust establishment, PKI certificates
Source: https://learn.microsoft.com/en-us/windows/win32/security/tls-ssl-and-cryptography
Topics
Community Discussion
No community discussion yet for this question.