User Tools

Site Tools


protocols:http

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
protocols:http [2026/07/01 14:07] – [Intro] v1ctorprotocols:http [2026/07/01 14:08] (current) – [Intro] v1ctor
Line 20: Line 20:
  
 **HTTP/3**\\ **HTTP/3**\\
-HTTP/3 runs on top of the QUICK (Quick UDP). The main idea that we eliminate two handshaks that were needed in HTTPs (TCP + TLS).+HTTP/3 runs on top of the QUIC (Quick UDP). The main idea that we eliminate two handshaks that were needed in HTTPs (TCP + TLS).
  
-In QUIC TLS handshake is absorbed into the initial setup handshake. HTTP/3 does not run TLS "on top" of QUICL. Instead, **TLS 1.3** is built into the QUIC protocol itself.+In QUIC TLS handshake is absorbed into the initial setup handshake. HTTP/3 does not run TLS "on top" of QUIC. Instead, **TLS 1.3** is built into the QUIC protocol itself.
  
-QUIC mitigates HOL (Head of Line) problem by treating each stream within a single connection independently. If one particular frame is lost, QUICK will handle it separately without blocking the rest of the streams.+QUIC mitigates HOL (Head of Line) problem by treating each stream within a single connection independently. If one particular frame is lost, QUIC will handle it separately without blocking the rest of the streams.
  
 ===== HTTP Request Message ===== ===== HTTP Request Message =====
protocols/http.txt · Last modified: by v1ctor