CISSP-ISSAP · Question #223
Which of the following types of ciphers operates on a group of bits rather than an individual character or bit of a message?
The correct answer is A. Block cipher. Block ciphers encrypt data in fixed-size chunks (commonly 64 or 128 bits at a time), making option A correct - the defining characteristic is operating on a group of bits as a unit. Stream ciphers (D) are the close alternative, but they operate on individual bits or bytes one at
Question
Which of the following types of ciphers operates on a group of bits rather than an individual character or bit of a message?
Options
- ABlock cipher
- BClassical cipher
- CSubstitution cipher
- DStream cipher
How the community answered
(25 responses)- A88% (22)
- B4% (1)
- C8% (2)
Explanation
Block ciphers encrypt data in fixed-size chunks (commonly 64 or 128 bits at a time), making option A correct - the defining characteristic is operating on a group of bits as a unit. Stream ciphers (D) are the close alternative, but they operate on individual bits or bytes one at a time, making them the opposite. Classical ciphers (B) are historical techniques (like Caesar cipher) that typically work on individual characters, not bit groups. Substitution ciphers (C) are a category of classical cipher that replace individual characters with other characters - also character-level, not group-level.
Memory tip: Think "block = bulk" - a block cipher processes a whole block of bits at once, like encrypting a whole chunk of data in one operation, whereas a stream cipher flows bit by bit like water through a pipe.
Topics
Community Discussion
No community discussion yet for this question.