What are HTTP Long Connections and Pipelining Principles? What is Head-of-Line Blocking? How does HTTP/2 Multiplexing Solve Head-of-Line Blocking? What Optimizations Does HTTP/3’s QUIC Protocol Provide?

What are HTTP Long Connections and Pipelining Principles? What is Head-of-Line Blocking? How does HTTP/2 Multiplexing Solve Head-of-Line Blocking? What Optimizations Does HTTP/3's QUIC Protocol Provide?

This article belongs to the collection: Interviewing the Interviewer Series For more interview questions, feel free to add the assistant’s WeChat at the end of the article! This article overview includes: What are the main differences between HTTP/1.1 and HTTP/1.0? Can you elaborate on how HTTP long connections are implemented, their advantages, and disadvantages? Can … Read more

HTTP/3 Has Arrived!

HTTP/3 Has Arrived!

Click “Developer Technology Frontline“, select “Star🔝” Looking|Star|Message, True Love Author: billpchen, Frontend Developer at Tencent After the HTTP/2 standard was published in 2015, most mainstream browsers supported this standard by the end of that year. Since then, with advantages such as multiplexing, header compression, and server push, HTTP/2 has gained increasing favor among developers. Unbeknownst … Read more

The Momentum of HTTP/3: What Are Its Advantages?

The Momentum of HTTP/3: What Are Its Advantages?

Source: Java Backend Programming History of HTTP Overview of QUIC Protocol RTT Connection Establishment Connection Migration Head-of-Line Blocking / Multiplexing Congestion Control Flow Control After years of effort, on June 6, the IETF (Internet Engineering Task Force) officially released the RFC for HTTP/3, which is the third major version of the Hypertext Transfer Protocol (HTTP). … Read more