nerdexam
Cisco

210-250 · Question #150

What type of algorithm uses the same key to encrypt and decrypt data?

The correct answer is A. A symmetric algorithm. Symmetric encryption uses a single shared key for both the encryption and decryption operations. This contrasts with asymmetric encryption, which uses a mathematically related key pair.

Security Technologies

Question

What type of algorithm uses the same key to encrypt and decrypt data?

Options

  • AA symmetric algorithm
  • BAn asymmetric algorithm
  • CA public key infrastructure algorithm
  • DAn IP security algorithm

How the community answered

(22 responses)
  • A
    95% (21)
  • B
    5% (1)

Why each option

Symmetric encryption uses a single shared key for both the encryption and decryption operations. This contrasts with asymmetric encryption, which uses a mathematically related key pair.

AA symmetric algorithmCorrect

A symmetric algorithm such as AES or DES uses one secret key that both the sender and receiver must possess. The same key is applied during encryption to produce ciphertext and during decryption to recover the original plaintext, requiring secure key distribution between communicating parties.

BAn asymmetric algorithm

An asymmetric algorithm uses two mathematically linked keys - a public key for encryption and a private key for decryption (or vice versa for digital signatures), not the same key for both operations.

CA public key infrastructure algorithm

Public Key Infrastructure (PKI) is a framework of policies, certificates, and certificate authorities for managing asymmetric keys, not a type of encryption algorithm itself.

DAn IP security algorithm

IPsec is a protocol suite for authenticating and encrypting IP communications at the network layer; it can use symmetric or asymmetric algorithms but is not a key type or algorithm category.

Concept tested: Symmetric vs. asymmetric encryption key usage

Source: https://csrc.nist.gov/projects/block-cipher-techniques

Topics

#symmetric encryption#cryptography#encryption algorithms

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice