Ch 01 quiz
Chapter 01 · Foundations of QUIC and HTTP3

Check your understanding

13 questionsself-scored · offline

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

0 / 11 correct
  1. Q1multiple choice
    For a typical web page made of many small objects, what most often dominates completion time?
  2. Q2multiple choice
    In the TCP + TLS + HTTP/2 stack, where does head-of-line blocking actually occur?
  3. Q3true / false
    QUIC eliminates every form of head-of-line blocking.
  4. Q4multiple choice
    Before the first request is sent, how many round trips does QUIC's 1-RTT handshake need, versus TCP + TLS 1.3?
  5. Q5multiple choice
    Why do QUIC packet numbers give cleaner RTT samples than TCP sequence numbers?
  6. Q6multiple choice
    How many packet number spaces does QUIC maintain?
  7. Q7true / false
    A single HTTP/3 request/response exchange uses one client-initiated bidirectional stream.
  8. Q8multiple choice
    Which of these has no HTTP/3 frame equivalent, because QUIC already provides the function?
  9. Q9multiple choice
    What does a QUIC long header carry that the short (1-RTT) header omits?
  10. Q10multiple choice
    A UDP datagram carrying a QUIC Initial packet must be at least how large?
  11. Q11true / false
    A TLS keylog file can be shared publicly without exposing the captured traffic.
  12. Q12short answer
    Why can a QUIC connection survive a client moving from Wi-Fi to cellular, when a TCP connection cannot?
  13. Q13short answer
    Distinguish coalescing from multiplexing in QUIC.