SY0-301 · Question #415
Which of the following ciphers would be BEST used to encrypt streaming video?
The correct answer is B. RC4. RC4 (B) is a stream cipher that encrypts data one bit or byte at a time, making it well-suited for continuous streaming data such as video. Stream ciphers have low latency and minimal computational overhead. RSA is an asymmetric algorithm used for key exchange, not bulk…
Question
Which of the following ciphers would be BEST used to encrypt streaming video?
Options
- ARSA
- BRC4
- CSHA1
- D3DES
How the community answered
(30 responses)- A13% (4)
- B73% (22)
- C10% (3)
- D3% (1)
Explanation
RC4 (B) is a stream cipher that encrypts data one bit or byte at a time, making it well-suited for continuous streaming data such as video. Stream ciphers have low latency and minimal computational overhead. RSA is an asymmetric algorithm used for key exchange, not bulk encryption. SHA1 is a hashing algorithm, not an encryption cipher at all. 3DES is a block cipher - it processes fixed-size chunks of data, introducing overhead and latency that make it poorly suited for real-time streaming workloads.
Topics
Community Discussion
No community discussion yet for this question.