312-50V9 · Question #129
Which of the following is optimized for confidential communications, such as bidirectional voice and video?
The correct answer is A. RC4. RC4 is a stream cipher that encrypts data one byte at a time, making it historically favored for low-latency, bidirectional streaming applications like voice and video.
Question
Which of the following is optimized for confidential communications, such as bidirectional voice and video?
Options
- ARC4
- BRC5
- CMD4
- DMD5
How the community answered
(42 responses)- A93% (39)
- B2% (1)
- C5% (2)
Why each option
RC4 is a stream cipher that encrypts data one byte at a time, making it historically favored for low-latency, bidirectional streaming applications like voice and video.
RC4 is a symmetric stream cipher designed for speed and simplicity, processing data sequentially byte by byte without the block-alignment overhead of block ciphers. This characteristic made it well-suited for real-time, bidirectional communications such as voice and video streams where low computational overhead and continuous data flow are required. It was widely used in protocols like SSL/TLS and WEP specifically because of this streaming efficiency.
RC5 is a symmetric block cipher that operates on fixed-size data blocks, introducing padding and block-alignment requirements that are not optimal for continuous streaming media.
MD4 is a cryptographic hash function used for producing message digests, not for encrypting or securing bidirectional data streams.
MD5 is a cryptographic hash function used for data integrity verification, not for encrypting confidential communications of any kind.
Concept tested: RC4 stream cipher use case for real-time media
Source: https://www.rfc-editor.org/rfc/rfc7465
Topics
Community Discussion
No community discussion yet for this question.