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.
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)- A7% (3)
- B2% (1)
- C88% (38)
- D2% (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.
Data integrity is provided by hashing algorithms such as SHA-256 or HMAC constructs, not by AES, which is a confidentiality-focused encryption algorithm.
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.
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.
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
Community Discussion
No community discussion yet for this question.