Ch 13 quiz
Chapter 13 · Implementation Guidance and Interoperability Testing

Check your understanding

16 questionsself-scored · offline

Answer to check your grasp of Chapter 13. 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
    Which four things must every HTTP/3 deployment configure?
  2. Q2multiple choice
    Why can't a QUIC load balancer route by the four-tuple like a TCP one?
  3. Q3multiple choice
    How does a client typically discover that a server supports HTTP/3?
  4. Q4multiple choice
    The core interoperability rule for HTTP/3 is:
  5. Q5true / false
    The reserved (GREASE) code-point formula is the same (0x1f·N + 0x21) for HTTP/3 frames and for QUIC transport parameters.
  6. Q6multiple choice
    Why should an endpoint deliberately SEND reserved (GREASE) code points?
  7. Q7multiple choice
    SETTINGS_QPACK_MAX_TABLE_CAPACITY defaults to 0. What does that mean for an encoder before the peer advertises a non-zero value?
  8. Q8true / false
    Handling valid traffic correctly is sufficient to consider a stack robust.
  9. Q9multiple choice
    A fuzzer sets a DATA frame's Length varint larger than the bytes present, and the parser reads past the buffer and crashes. What was the correct behavior?
  10. Q10multiple choice
    For a single malformed FRAME vs a single oversized/unprocessable REQUEST, the correct error scopes are:
  11. Q11multiple choice
    When ALPN negotiation fails (no compatible application protocol), the endpoint must:
  12. Q12true / false
    An endpoint may keep using the same AEAD keys indefinitely as long as the connection is healthy.
  13. Q13multiple choice
    Why are missing security checks (e.g. skipping certificate verification) especially dangerous?
  14. Q14multiple choice
    The §13.5 production-readiness gate ships a stack only when which categories pass?
  15. Q15short answer
    Two HTTP/3 stacks each pass their own conformance suite but fail to interoperate. Give two likely causes and how you'd find them.
  16. Q16short answer
    Outline the six categories of a QUIC/HTTP-3 production-readiness gate and one thing each verifies.