312-50V9 · Question #160
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. A core characteristic of PKI is that public keys are distributed through digitally signed certificates issued by a Certificate Authority.
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
(27 responses)- A4% (1)
- B70% (19)
- C7% (2)
- D19% (5)
Why each option
A core characteristic of PKI is that public keys are distributed through digitally signed certificates issued by a Certificate Authority.
Public-key cryptosystems are actually significantly slower than symmetric-key cryptosystems due to the mathematical complexity of asymmetric operations like RSA.
In PKI, a Certificate Authority (CA) issues digital certificates that bind a public key to an identity and signs those certificates digitally. When a digital signature is verified, the public key embedded in the signed certificate is used, effectively distributing public keys within the signed certificate/signature infrastructure. This binding through CA-signed certificates is the foundational mechanism that enables trusted public key distribution in PKI.
PKI exists precisely because public key distribution still requires authenticated infrastructure - Certificate Authorities provide the trusted chain needed to verify that a public key genuinely belongs to the claimed owner.
Technical non-repudiation via digital signatures is one of the primary capabilities that PKI and asymmetric cryptography provide, not a feature they lack.
Concept tested: PKI public key distribution via digital certificates
Source: https://learn.microsoft.com/en-us/windows/win32/seccertenroll/about-public-key-infrastructure
Topics
Community Discussion
No community discussion yet for this question.