QUIC
A UDP-based transport protocol developed by Google and standardized in RFC 9000 that combines TLS 1.3 encryption with multiplexed streams, forming the foundation of HTTP/3. QUIC eliminates TCP's three-way handshake overhead by integrating the transport and cryptographic handshakes into a single 1-RTT (or 0-RTT for repeat connections) setup. Its independent stream multiplexing means a lost UDP packet only blocks the single stream it belongs to, eliminating TCP-level head-of-line blocking entirely.
संबंधित प्रोटोकॉल
गाइड में उल्लिखित
HTTP/2 vs HTTP/3: What Changed and Why
HTTP Fundamentals
RFC 9110: HTTP Semantics Deep Dive
Protocol Deep Dives
RFC 7540: HTTP/2 Protocol Deep Dive
Protocol Deep Dives
RFC 9114: HTTP/3 Protocol Deep Dive
Protocol Deep Dives
QUIC Protocol: The Transport Layer Behind HTTP/3
Protocol Deep Dives
Migrating from HTTP/2 to HTTP/3: QUIC Deployment Guide
Migration & Upgrades