When streaming stored multimedia applications, the user must first download the entire content before it can start playing.
T/F
False
Streaming allows content to start playing before the entire file is downloaded.
With streaming stored multimedia applications, the user can pause, fast forward, skip ahead the audio/video.
T/F
True
Streaming applications provide control over playback features.
Which of the following applications is the least sensitive to network delays?
* Streaming video
* VoIP
* Interactive games
* File Transfer
File Transfer
File transfers can tolerate delays better than real-time applications.
Which of the following applications is the least tolerant to packet losses? Assume there is no packet retransmission.
* Streaming video
* VoIP
* Interactive games
* File Transfer
File Transfer
VoIP requires timely delivery of packets for quality communication.
Available bandwidth is one of the QoS metrics for VoIP applications.
T/F
False
Quality of Service (QoS) metrics are crucial for VoIP performance.
A longer jitter buffer reduces the number of packets that are discarded because they were received too late, but that adds to the end-to-end delay.
T/F
True
Longer buffers can improve packet delivery but increase latency.
A shorter jitter buffer will not add to the end-to-end delay as much, but that can lead to more dropped packets, which reduces the speech quality.
T/F
True
Shorter buffers may improve latency but compromise quality.
Which of the following has an impact on packet jitter?
* Encoding delay
* Decoding delay
* The type of multimedia application
* Network conditions such as buffer sizes, queueing delays, network congestion levels
Network conditions such as buffer sizes, queueing delays, network congestion levels
Various factors contribute to packet jitter in multimedia applications.
In VoIP applications, we have a harsher definition for packet loss, as we consider a packet to be lost if it never arrives or if it arrives after its scheduled playout.
T/F
True
VoIP defines packet loss strictly to ensure communication quality.
With Forward Error Correction, we also transmit redundant data that can be used for reconstructing the stream at the receiver’s side. This approach to error recovery can lead to more bandwidth consumption.
T/F
True
Forward Error Correction improves reliability but increases bandwidth usage.
With interleaving, we mix chunks of audio together so we avoid scenarios where consecutive chunks are lost. This approach can lead to increased latency.
T/F
True
Interleaving helps prevent loss but may introduce delays.
Which transport-level protocol is preferred for video content delivery?
TCP
UDP is preferred for its low latency in video streaming.
Which of the following is a characteristic of a good quality of experience from the user’s perspective?
* High re-buffering
* Low video quality
* Several video quality variations
* Low start up latency
Low start up latency
Quick startup times enhance user experience in video applications.
With throughput-based rate adaption, our goal is to have a buffer-filling rate that is greater than the buffer-depletion rate.
T/F
True
Maintaining a positive buffer balance is crucial for smooth playback.
With rate-based adaption, when the bandwidth changes rapidly, the player takes some time to converge to the right estimate of the bandwidth, which can lead to overestimation of the future bandwidth.
T/F
True
Rate-based adaptation can cause delays in adjusting to bandwidth changes.