312-50V10 · 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, issued by a trusted Certificate Authority, bind a public key to a verified identity, enabling controlled and authenticated public key distribution.
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
(41 responses)- A7% (3)
- B5% (2)
- C2% (1)
- D85% (35)
Why each option
Digital certificates, issued by a trusted Certificate Authority, bind a public key to a verified identity, enabling controlled and authenticated public key distribution.
A hash value is a fixed-length digest used to verify data integrity, not to distribute or bind a public key to an identity.
A private key is kept secret by its owner and is never distributed; it is the paired counterpart to the public key.
A digital signature proves the authenticity and integrity of a message using the sender's private key, but it does not itself distribute or bind the public key to a verified identity.
A digital certificate is issued by a trusted Certificate Authority (CA) that cryptographically vouches for the association between a public key and its owner's identity. Recipients verify the CA's signature on the certificate to confirm the public key genuinely belongs to the claimed sender. This PKI-based mechanism is the standard method for distributing public keys in an orderly, trusted manner.
Concept tested: Public key distribution using digital certificates and PKI
Source: https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/certificate-authorities
Topics
Community Discussion
No community discussion yet for this question.