nerdexam
CompTIA

N10-005 · Question #773

Which of the following is an example of asymmetric encryption?

The correct answer is A. PKI. PKI (Public Key Infrastructure) is the framework built on asymmetric encryption, using mathematically linked public and private key pairs.

Network security

Question

Which of the following is an example of asymmetric encryption?

Options

  • APKI
  • BSHA1
  • CAES
  • D3DES

How the community answered

(48 responses)
  • A
    94% (45)
  • C
    4% (2)
  • D
    2% (1)

Why each option

PKI (Public Key Infrastructure) is the framework built on asymmetric encryption, using mathematically linked public and private key pairs.

APKICorrect

PKI relies on asymmetric encryption, in which a public key encrypts data and only the corresponding private key can decrypt it (or vice versa for digital signatures). This public/private key relationship is the defining characteristic of asymmetric cryptography. PKI manages the issuance, distribution, and revocation of digital certificates that bind public keys to identities.

BSHA1

SHA1 is a cryptographic hash function used for data integrity verification, not an encryption algorithm - it produces a one-way digest and does not involve encryption keys.

CAES

AES (Advanced Encryption Standard) is a symmetric encryption algorithm that uses a single shared secret key for both encryption and decryption.

D3DES

3DES (Triple DES) is a symmetric block cipher that applies the DES algorithm three times with one or more secret keys, making it a symmetric rather than asymmetric algorithm.

Concept tested: Asymmetric encryption and PKI key pairs

Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/pki-design-guidance

Topics

#asymmetric encryption#PKI#public key infrastructure#encryption types

Community Discussion

No community discussion yet for this question.

Full N10-005 Practice