///////
Search
Duplicate
🎐

TCP persist timer와 관련 질문

Question
14-1 수업에서, Persist timer관련하여 설명하실 때
ACK이 lost 되어 sender가 계속해서 기다리는 상황을 방지하고자 small segment를 보낸다고 하셨는데
receiver는 Window update rule에 따라 버퍼가 2MSS 만큼 비워질 때 ACK을 보내는 것으로 알고있습니다.
버퍼가 꽉 찬 상태에서 application이 버퍼를 계속해서 읽으면서 2MSS만큼 비워지는 상황이 여러번 생길 것 같은데
그때마다 ACK이 lost되는 상황을 가정해야하나요?
Answerd by Professor Hygon Kim
Every time the sender does not get a NONZERO ack in time (by the time the persist timer expires),
the sender will keep sending a probe.