nerdexam
(ISC)2

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.

Submitted by wei.xz· Apr 18, 2026Cloud Platform & Infrastructure Security

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)
  • B
    6% (1)
  • C
    89% (16)
  • D
    6% (1)

Why each option

In a typical Transport Layer Security (TLS) session, trust between parties is primarily established through the use of PKI certificates.

AOut-of-band authentication

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.

BMultifactor authentication

Multifactor authentication requires multiple credentials for user login but is not the method by which communicating systems establish trust within the TLS protocol itself.

CPKI certificatesCorrect

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.

DPreexisting knowledge of each other

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

#TLS#PKI#Certificates#Trust Establishment

Community Discussion

No community discussion yet for this question.

Full CCSP Practice