Q1: HTTP/3 runs over which transport protocol
Multiple Choice
**Explanation:**
HTTP/3, QUIC. HTTP/3 is the mapping of HTTP semantics onto QUIC streams.
RFC 9114 defines HTTP/3 as running on QUIC.
- 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.
QUIC itself commonly uses UDP as its substrate.