nerdexam
EC-Council

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.

Cryptography

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)
  • A
    4% (1)
  • B
    70% (19)
  • C
    7% (2)
  • D
    19% (5)

Why each option

A core characteristic of PKI is that public keys are distributed through digitally signed certificates issued by a Certificate Authority.

APublic-key cryptosystems are faster than symmetric-key cryptosystems.

Public-key cryptosystems are actually significantly slower than symmetric-key cryptosystems due to the mathematical complexity of asymmetric operations like RSA.

BPublic-key cryptosystems distribute public-keys within digital signatures.Correct

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.

CPublic-key cryptosystems do not require a secure key distribution channel.

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.

DPublic-key cryptosystems do not provide technical non-repudiation via digital signatures.

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

#PKI#public-key cryptosystem#key distribution#digital signatures

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice