312-50V9 · Question #322
Which service in a PKI will vouch for the identity of an individual or company?
The correct answer is B. CA. In a PKI, the Certificate Authority (CA) is the trusted third party that vouches for the identity of individuals or organizations by issuing and signing digital certificates.
Question
Which service in a PKI will vouch for the identity of an individual or company?
Options
- AKDC
- BCA
- CCR
- DCBC
How the community answered
(18 responses)- B94% (17)
- C6% (1)
Why each option
In a PKI, the Certificate Authority (CA) is the trusted third party that vouches for the identity of individuals or organizations by issuing and signing digital certificates.
KDC (Key Distribution Center) is a component of the Kerberos authentication protocol used to issue tickets, not a PKI identity vouching service.
A Certificate Authority (CA) is the central trust anchor in a PKI infrastructure that validates the identity of certificate requestors and then issues digitally signed X.509 certificates binding that identity to a public key. Relying parties trust certificates signed by a CA because the CA has performed identity vetting before issuance. Without a CA, there is no trusted third party to vouch for identity, making secure public-key exchanges impossible.
CR does not correspond to a standard PKI component that vouches for identity - the closest term, CRL (Certificate Revocation List), is used to invalidate compromised certificates, not vouch for identities.
CBC (Cipher Block Chaining) is a symmetric encryption mode of operation, not a PKI service or component.
Concept tested: Certificate Authority role in PKI identity validation
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/active-directory-certificate-services-overview
Topics
Community Discussion
No community discussion yet for this question.