The first standardized version of HTTP
Persistent Protocol with multiple, pipelined GETs over single TCP connection
- However HOL Blocking with FCFS strategy is painful so HTTP/2
- Loss recovery (retransmitting lost TCP segments) stalls object transmission so HTTP/3
HTTP/1.1 notion
rfc2068
Network Working Group R. Fielding Request for Comments: 2068 UC Irvine Category: Standards Track J. Gettys J. Mogul DEC H. Frystyk T. Berners-Lee MIT/LCS January 1997 Hypertext Transfer Protocol -- HTTP/1.1 Status of this Memo This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements.
https://datatracker.ietf.org/doc/html/rfc2068
QUIC과 HTTP/3 - 2. 기존의 성능 개선 기법 및 한계
1편이 주로 기존 전송 프토토콜의 확장성 문제를 다루었다고 한다면 2편에서는 프로토콜의 성능 문제 및 기존의 개선 사항을 알아 보도록 하겠습니다. 이 글의 성능 개선 기법을 이해 한다면 QUIC의 디자인이 더 쉽게 이해될 것입니다. HTTP/1.1 + TLS (https)를 생각해 보면 하나의 HTTP요청을 위해서는 다음과 같은 단계를 거쳐야 합니다. DNS 조회.
https://www.saturnsoft.net/network/2019/03/26/quic-http3-2/


Seonglae Cho