Q1: HTTP/3 runs over which transport protocol
Multiple Choice
**Explanation:**
**Terms:** HTTP/3, QUIC. HTTP/3 is the mapping of HTTP semantics onto QUIC streams.
**Correct (A):** RFC 9114 defines HTTP/3 as running on QUIC.
**Options:**
- A (correct): QUIC provides streams, encryption integration, and connection migration.
- B (incorrect): TCP is used by HTTP/1.1 and usually HTTP/2, not HTTP/3.
- C (incorrect): SCTP is not the basis of HTTP/3.
**Related:** QUIC itself commonly uses UDP as its substrate.