Ch 09 quiz
Chapter 09 · Real-Time Traffic Optimization for Low Latency and Jitter

Check your understanding

16 questionsself-scored · offline

Answer to check your grasp of Chapter 09. Multiple-choice and true/false questions score themselves and reveal an explanation; short-answer questions reveal a model answer. Nothing leaves your browser.

0 / 14 correct
  1. Q1multiple choice
    For real-time media, which latency source usually dominates?
  2. Q2true / false
    Jitter (variance of per-packet delay) matters less than raw latency for interactive media.
  3. Q3multiple choice
    The smallest maximum datagram size QUIC requires a path to support is:
  4. Q4true / false
    QUIC relies on IP-layer fragmentation to carry packets larger than the path MTU.
  5. Q5multiple choice
    A lost DPLPMTUD PMTU probe should be treated as:
  6. Q6multiple choice
    Which transport parameter both enables DATAGRAM frames and bounds their size?
  7. Q7multiple choice
    The single question that decides reliable stream vs. unreliable datagram is:
  8. Q8true / false
    DATAGRAM frames are never retransmitted, and are also never acknowledged.
  9. Q9multiple choice
    An acknowledgment of a DATAGRAM frame guarantees:
  10. Q10multiple choice
    DATAGRAM frames are congestion controlled but NOT flow controlled. What must a sender do when the congestion controller won't allow a datagram?
  11. Q11true / false
    For a real-time stream, a large flow-control window is good because it prevents the sender from being blocked.
  12. Q12multiple choice
    Why does flow-control backpressure hurt real-time traffic specifically?
  13. Q13multiple choice
    In the §9.5 media profile, how are media and control split?
  14. Q14true / false
    Because a DATAGRAM frame cannot be fragmented, an application must split media larger than the usable datagram payload itself.
  15. Q15short answer
    Explain why, for a live video call, retransmitting a lost frame on a reliable stream can be worse than not recovering it at all.
  16. Q16short answer
    QUIC datagrams have no flow control. What replaces it to keep a real-time sender from flooding the network AND from building latency?