Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Network Agreement/Network Protocol/OSI Model/OSI Layer/Transport Layer/TCP/TCP Feature/TCP Congestion control/
Congestion avoidance
Search

Congestion avoidance

Creator
Creator
Seonglae Cho
Created
Created
2023 Oct 24 6:24
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Oct 26 2:52
Refs
Refs
MSS

After
Slow Start Algorithm

매 RTT마다 cwnd값을 cwnd + MSS * (MSS/cwnd) 로 증가시키는 것 즉 선형적으로 cwnd값을 1씩 증가시킨다는 의미
 
 
TCP congestion control
1. congestion control congestion control은 네트워크 상의 혼잡을 줄이기 위해 패킷의 전송량을 조절하는 것이다. 혼잡이 발생하는 이유는 라우터의 버퍼가 유한하기 때문이다. 이로인해 패킷 delay나 loss가 일어날 수 있기 때문에 congestion control이 꼭 필요하다. 아래 그림에서 라우터의 input link로 들어가는 패킷의 양이 증가함에 따라 output link로 나가는 패킷의 양은 그래프와 같이 나타난다. 그래프에서 가장 최대값 지점을 찾는 과정이 congestion control이라고 보면 된다. 2. cwnd (congestion window) congestion window (혹은 flight size)는 sender가 ack을 받기 전에 보낼 수..
TCP congestion control
https://ddongwon.tistory.com/87
TCP congestion control
 
 

Recommendations

Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Network Agreement/Network Protocol/OSI Model/OSI Layer/Transport Layer/TCP/TCP Feature/TCP Congestion control/
Congestion avoidance
Copyright Seonglae Cho