nerdexam
EC-Council

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.

Cryptography

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)
  • A
    93% (39)
  • B
    2% (1)
  • C
    5% (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.

ARC4Correct

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.

BRC5

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.

CMD4

MD4 is a cryptographic hash function used for producing message digests, not for encrypting or securing bidirectional data streams.

DMD5

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

#RC4#stream cipher#voice encryption#video encryption

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice