Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dongcheolpark authored Oct 6, 2023
1 parent b421da3 commit 9dd0927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ko/web/performance/how_browsers_work/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ HTTPS를 이용한 보안성있는 연결을 위해서는 또 다른 "핸드셰

![TCP slow start](congestioncontrol.jpg)

첫 페이지의 로딩에 관련해서 14kb 법칙을 들어본적이 있나요? TCP 슬로우 스타트의 초기 응답의 크기가 14kb이기 때문입니다. 그리고 웹 최적화를 할 때 초기 14kb 응답을 염두해야하는 것도 이 때문입니다. TCP 슬로우 스타트는 혼잡을 피하기 위해서 네트워크의 용량에 적당한 전송 속도를 찾고자 점진적으로 속도를 높여나갑니다.
첫 페이지의 로딩에 관련해서 14kb 법칙을 들어본적이 있나요? 초기 응답의 크기가 14kb인 이유는 TCP 슬로우 스타트 때문입니다. 그리고 웹 최적화를 할 때 초기 14kb 응답을 염두해야하는 것도 이 때문입니다. TCP 슬로우 스타트는 혼잡을 피하기 위해서 네트워크의 용량에 적당한 전송 속도를 찾고자 점진적으로 속도를 높여나갑니다.

### 혼잡 제어(Congestion control)

Expand Down

0 comments on commit 9dd0927

Please sign in to comment.