HOL Blocking

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 May 10 15:35
Editor
Edited
Edited
2023 Oct 23 13:8
Refs
Refs
TCP

Head-of-Line blocking

with FCFS, small object may have to wait for transmission
tcp의 문제점

Since TCP guarantees the order of packets that are sent and received, a missing packet will stop all streams

패킷 라인이 첫 번째 패킷에 의해 유지 될 때 발생하는 성능 제한 현상
 

vulnerable to stream

  • stream reuse attacks
  • compression page headers and cookie attacks
 
 
HTTP/3 can resolve these issues
 

Examples

다름
  • input buffered network switches
  • out-of-order delivery and multiple requests in HTTP pipelining
 
앞의 차는 직진을 하고, 저는 우회전을 해야 됩니다.
앞의 차가 신호에 걸렸습니다. 앞의 차 때문에 나는 우회전을 못함
 
 
 
 
 
 
 

Recommendations