nerdexam
Cisco

210-250 · Question #175

Which one of the following options is used to determine the strength of a modern encryption algorithm?

The correct answer is C. key size. Key size directly determines the number of possible keys an attacker must search through, making it the primary metric for evaluating modern symmetric and asymmetric encryption strength.

Security Technologies

Question

Which one of the following options is used to determine the strength of a modern encryption algorithm?

Options

  • Aencryption operations OSI layer
  • Bcipher block size
  • Ckey size
  • Dmessage digest (fingerprint) size

How the community answered

(22 responses)
  • B
    5% (1)
  • C
    91% (20)
  • D
    5% (1)

Why each option

Key size directly determines the number of possible keys an attacker must search through, making it the primary metric for evaluating modern symmetric and asymmetric encryption strength.

Aencryption operations OSI layer

The OSI layer at which encryption operates (e.g., Layer 2, 3, or 4) describes where in the network stack encryption is applied, not the mathematical strength of the algorithm itself.

Bcipher block size

Cipher block size affects how data is divided for processing and can influence certain attack modes (e.g., birthday attacks on 64-bit blocks), but it is not the primary determinant of overall algorithm strength.

Ckey sizeCorrect

The strength of a modern encryption algorithm is measured by its resistance to brute-force attacks, which is exponentially proportional to the key size - doubling the key length squares the number of possible keys. For example, a 256-bit key has 2^256 possible combinations, whereas a 128-bit key has 2^128. NIST guidelines recommend minimum key sizes (e.g., 128-bit for AES, 2048-bit for RSA) specifically because key size governs computational infeasibility of exhaustive search.

Dmessage digest (fingerprint) size

Message digest size relates to hash function output length and integrity checking, not to the strength of the encryption algorithm being used to protect the data.

Concept tested: Encryption algorithm strength and key size relationship

Source: https://csrc.nist.gov/publications/detail/sp/800-57-part-1/rev-5/final

Topics

#encryption strength#key size#cryptographic algorithm

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice