|
|
|
|
|
by niftich
3539 days ago
|
|
This is mostly correct but not entirely. HTTPS is layered such that it's HTTP > TLS > TCP. QUIC replaces the 'TLS > TCP' portion with 'QUIC > UDP', which you can then run HTTP or HTTP2 on top of. QUIC is not an alternative to HTTP2 (yet), although there's work underway to (re-)define HTTP2 in terms of QUIC [1], thereby replacing the awkward transport protocol aspects of HTTP2 with the very similar mechanisms provided by QUIC. [1] https://tools.ietf.org/html/draft-shade-quic-http2-mapping-0... |
|
For those seeking more detail, I found these two links helpful:
https://docs.google.com/presentation/d/15e1bLKYeN56GL1oTJSF9...
https://ma.ttias.be/googles-quic-protocol-moving-web-tcp-udp...