shieldCISSP Practice Domain 3 — Security Architecture and Engineering Q65 of 120

Which mode of AES allows parallel encryption of independent blocks but exposes patterns when identical plaintext blocks repeat?

A CISSP practice question covering Domain 3: Security Architecture and Engineering. Try answering before reading the explanation below.

Show options & answer
A
CBC
B
GCM
C
ECB
✓ Correct answer
D
CTR
Why "ECB" is the right answer

ECB (Electronic Codebook) encrypts each block independently — repeated plaintext produces repeated ciphertext, leaking structure (the 'ECB penguin' image). CBC/GCM/CTR use IVs/nonces to break this. ECB should not be used for general data.

Study videos for this topic

Want to go deeper on Domain 3? Watch the full breakdown — every video is free, no account, no upsell.

Take the full CISSP practice test
120 questions, instant explanations, study-video links on every miss. No account.
Start full test →