312-50V11 · Question #806
How is the public key distributed in an orderly, controlled fashion so that the users can be sure of the sender's identity?
The correct answer is D. Digital certificate. Digital certificates are the mechanism used by Certificate Authorities to distribute public keys in a trusted, verifiable way, binding a public key to a specific identity.
Question
How is the public key distributed in an orderly, controlled fashion so that the users can be sure of the sender's identity?
Options
- AHash value
- BPrivate key
- CDigital signature
- DDigital certificate
How the community answered
(27 responses)- B7% (2)
- C4% (1)
- D89% (24)
Why each option
Digital certificates are the mechanism used by Certificate Authorities to distribute public keys in a trusted, verifiable way, binding a public key to a specific identity.
A hash value is a fixed-length output used to verify data integrity, not a mechanism for distributing or authenticating public keys.
The private key is kept secret by its owner and never distributed - sharing it would completely compromise the asymmetric key pair.
A digital signature uses the sender's private key to sign data and proves message integrity and non-repudiation, but it does not itself distribute or certify a public key in a controlled fashion.
A digital certificate is issued by a trusted Certificate Authority (CA) and cryptographically binds a public key to an entity's identity. This controlled distribution model allows recipients to verify the authenticity of the public key and, by extension, confirm the sender's identity before trusting communications or signatures.
Concept tested: Public Key Infrastructure (PKI) and digital certificate distribution
Source: https://learn.microsoft.com/en-us/windows/win32/seccertenroll/about-certificate-hierarchy
Topics
Community Discussion
No community discussion yet for this question.