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.
Question
Which protocol is used for control and session establishment for streaming media?
Options
- ARTP
- BDTLS
- CSMB
- DRTSP
How the community answered
(49 responses)- A2% (1)
- B8% (4)
- C4% (2)
- D86% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.