nerdexam
F5

101 · Question #613

Which protocol is used for control and session establishment for streaming media?

The correct answer is D. RTSP. RTSP (Real Time Streaming Protocol) is the application-layer protocol used to establish, control, and tear down media streaming sessions between a client and a media server.

Section 1: OSI Model, Network, and Application Delivery Basics

Question

Which protocol is used for control and session establishment for streaming media?

Options

  • ARTP
  • BDTLS
  • CSMB
  • DRTSP

How the community answered

(49 responses)
  • A
    2% (1)
  • B
    8% (4)
  • C
    4% (2)
  • D
    86% (42)

Why each option

RTSP (Real Time Streaming Protocol) is the application-layer protocol used to establish, control, and tear down media streaming sessions between a client and a media server.

ARTP

RTP (Real-time Transport Protocol) carries the actual audio or video media payload during a streaming session but does not handle session control or establishment - that role belongs to RTSP.

BDTLS

DTLS (Datagram Transport Layer Security) provides encryption and integrity for datagram-based protocols such as UDP and is used to secure RTP streams, but is not a session establishment or control protocol for streaming media.

CSMB

SMB (Server Message Block) is a network file-sharing protocol used to access files and printers on a network and has no role in streaming media session control or establishment.

DRTSPCorrect

RTSP operates similarly to HTTP and is specifically designed to control the delivery of real-time media - it handles session establishment, play, pause, seek, and teardown commands. The actual audio or video payload is transported separately over RTP, making RTSP the dedicated control and session establishment layer for streaming media.

Concept tested: RTSP as streaming media session control protocol

Source: https://datatracker.ietf.org/doc/html/rfc2326

Topics

#RTSP#streaming media#media protocols#RTP

Community Discussion

No community discussion yet for this question.

Full 101 Practice