nerdexam
EC-Council

312-50V9 · Question #130

Advanced encryption standard is an algorithm used for which of the following?

The correct answer is C. Bulk data encryption. AES is a symmetric block cipher standardized by NIST and is the primary algorithm used for encrypting large volumes of data efficiently and securely.

Cryptography

Question

Advanced encryption standard is an algorithm used for which of the following?

Options

  • AData integrity
  • BKey discovery
  • CBulk data encryption
  • DKey recovery

How the community answered

(43 responses)
  • A
    7% (3)
  • B
    2% (1)
  • C
    88% (38)
  • D
    2% (1)

Why each option

AES is a symmetric block cipher standardized by NIST and is the primary algorithm used for encrypting large volumes of data efficiently and securely.

AData integrity

Data integrity is provided by hashing algorithms such as SHA-256 or HMAC constructs, not by AES, which is a confidentiality-focused encryption algorithm.

BKey discovery

Key discovery is not a defined cryptographic function - AES neither generates nor recovers keys; key management is handled by separate key exchange protocols such as Diffie-Hellman.

CBulk data encryptionCorrect

AES (Advanced Encryption Standard) is a symmetric-key block cipher that operates on 128-bit blocks with key sizes of 128, 192, or 256 bits, making it highly efficient for encrypting large amounts of data at rest or in transit. It is the dominant algorithm for bulk data encryption in protocols such as TLS, disk encryption tools like BitLocker, and file encryption standards. Its design prioritizes throughput and security, not key management or integrity checking.

DKey recovery

Key recovery refers to mechanisms for retrieving lost encryption keys and is a key management concern, not a function performed by AES itself.

Concept tested: AES symmetric cipher role in bulk data encryption

Source: https://csrc.nist.gov/publications/detail/fips/197/final

Topics

#AES#symmetric encryption#bulk encryption#block cipher

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice