312-50V11 · Question #384
Which of the following is a characteristic of Public Key Infrastructure (PKI)?
The correct answer is B. Public-key cryptosystems distribute public-keys within digital signatures. In PKI, public keys are embedded inside digital certificates that are digitally signed by a CA, enabling authenticated and trusted distribution of public keys.
Question
Which of the following is a characteristic of Public Key Infrastructure (PKI)?
Options
- APublic-key cryptosystems are faster than symmetric-key cryptosystems.
- BPublic-key cryptosystems distribute public-keys within digital signatures.
- CPublic-key cryptosystems do not require a secure key distribution channel.
- DPublic-key cryptosystems do not provide technical non-repudiation via digital signatures.
How the community answered
(49 responses)- A2% (1)
- B92% (45)
- C2% (1)
- D4% (2)
Why each option
In PKI, public keys are embedded inside digital certificates that are digitally signed by a CA, enabling authenticated and trusted distribution of public keys.
Asymmetric (public-key) cryptosystems are significantly slower than symmetric-key cryptosystems due to the computational complexity of operations like RSA modular exponentiation; this is why hybrid encryption schemes use asymmetric crypto only for key exchange.
A digital certificate is a CA-signed data structure that binds a subject's identity to their public key. Because the CA signs the certificate, recipients can verify the authenticity of the public key without a secure channel - the CA's signature acts as the trust mechanism. This is the primary distribution vehicle for public keys within a PKI.
While public keys do not require confidentiality, PKI still requires a trusted distribution infrastructure - the CA hierarchy - to prevent key substitution attacks where an attacker swaps a legitimate public key with their own.
PKI explicitly provides technical non-repudiation through digital signatures: only the holder of the corresponding private key can produce a valid signature, which can be verified by anyone holding the public key from the certificate.
Concept tested: Public key distribution via CA-signed certificates
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.