nerdexam
CompTIA

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…

General security concepts

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)
  • A
    13% (4)
  • B
    73% (22)
  • C
    10% (3)
  • D
    3% (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

#RC4#stream cipher#symmetric encryption#streaming data encryption

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice