nerdexam
Cisco

200-201 · Question #106

How does certificate authority impact a security system?

The correct answer is B. It validates domain identity of a SSL certificate. A Certificate Authority (CA) serves as a trusted third party that issues digital certificates, primarily to validate the ownership of a public key and the identity of the domain associated with an SSL/TLS certificate.

Submitted by omar99· Mar 6, 2026Security Concepts

Question

How does certificate authority impact a security system?

Options

  • AIt authenticates client identity when requesting SSL certificate
  • BIt validates domain identity of a SSL certificate
  • CIt authenticates domain identity when requesting SSL certificate
  • DIt validates client identity when communicating with the server

How the community answered

(43 responses)
  • A
    5% (2)
  • B
    86% (37)
  • C
    7% (3)
  • D
    2% (1)

Why each option

A Certificate Authority (CA) serves as a trusted third party that issues digital certificates, primarily to validate the ownership of a public key and the identity of the domain associated with an SSL/TLS certificate.

AIt authenticates client identity when requesting SSL certificate

While CAs are involved in the overall trust model, authenticating client identity when requesting an SSL certificate is typically done through domain validation methods (e.g., email, DNS record) for server certificates, not primarily by the CA authenticating the client directly in the general sense.

BIt validates domain identity of a SSL certificateCorrect

A Certificate Authority (CA) is a trusted entity that issues digital certificates, and a core function of the CA is to verify and validate the identity of the domain owner when issuing an SSL/TLS certificate, ensuring that the certificate genuinely belongs to the website it represents. When a web browser connects to a website, it checks the SSL certificate's chain of trust up to a trusted CA to confirm that the domain name in the certificate matches the website being accessed, thereby validating the domain's identity.

CIt authenticates domain identity when requesting SSL certificate

The CA validates the domain identity before issuing the certificate, rather than authenticating the domain identity during the request process itself in the sense of an authentication handshake.

DIt validates client identity when communicating with the server

Validating client identity when communicating with the server is often handled by other mechanisms like client certificates or username/password, not directly by the CA validating a client's identity through a server's SSL certificate.

Concept tested: Role of Certificate Authority

Source: https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/set-up-sso-to-on-premises-resources#configure-a-certificate-authority

Topics

#certificate authority#PKI#SSL/TLS#digital certificates

Community Discussion

No community discussion yet for this question.

Full 200-201 Practice