AIMD1 [네트워크] Chap 3.8 - TCP congestion control & TCP fairness TCP congestion control : details Window size (W=min(rwnd,cwnd))의 의미sender(send TCP)가 receiver(receive TCP)로부터 new ACK을 받지 않고도 보낼 수 있는 최대 byte 수(ex. 노란색 부분 byte 수 => the maximum number of in-flight (unacked) bytes)TCP sending rate ≒ (cwnd bytes sent per RTT sec.) = cwnd / RTT 각 RTT 마다 send TCP가 수신하는 ACK 개수는 다르다.그 개수를 N_ACK_RTT 라고 하면 그 값은 그 RTT에 전송된 segments 개수와 같으며, 그 값은 floor(cwnd/MSS)이다. (즉 몇개의.. 2024. 11. 26. 이전 1 다음