L18. Compare the use of TCP vs UDP for streaming. Flashcards
Which is used for streaming media, TCP or UDP?
Both
How does the choice of transport protocol affect streaming?
The choice between TCP and UDP can impact quality and reliability of the streaming experience, depending on the specific requirements of the application.
What type of streaming applications is TCP used for?
TCP is typically used for streaming applications where data integrity and order are more critical than real-time performance. Examples include video-on-demand services, where buffering can compensate for retransmission delays, and live streaming platforms that prioritize consistency over minimal latency.
What advantage does UDP have over TCP for streaming and why?
It’s faster, because there is no need to establish a connection or perform error checking
What type of streaming applications is UDP used for?
Live video streaming, online gaming, and VoIP (voice over IP) – applications where small data losses are acceptable, but delays are not.