TCP Reno

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Jan 17 9:20
Editor
Edited
Edited
2023 Oct 24 6:23
Refs
Refs
3 ACK Duplicated
와 timeout을 구분해서 다룬
timeout과 fast retransmit을 나누어서 동작
전자는
AIMD
처럼 절반만 줄이고 sshthresh를 줄어든 윈도우 값으로 정하게 된다
타임아웃 시에는 윈도우 크기를 1로 줄이고 ssthresh를 변경하지 않는다
simple and old fashioned. Standard and usable but better congestion control models exists.
notion image

ssthresh

variable which on loss event, set to 1/2 of cwnd just before loss event
 
 

Fast recovery

 
 
 
 

Recommendations