3.4-3.5 Flashcards
1
Q
What is Go Back N?
A
sender can have up to N unacked packets in pipeline
receiver only sends cumulative ack
sender has timer for oldest unacked packet
• when timer expires, retransmit all unacked packets
2
Q
What is selective repeat?
A
sender can have up to N unack’ed packets in pipeline
rcvr sends individual ack for each packet
sender maintains timer for each unacked packet
• when timer expires, retransmit only that unacked packet
3
Q
What is RTO?
A
Round Trip Timeout
Usually is RTT + some buffer time
if RTO has elapsed and an ACK hasn’t been received retransmission is triggered
4
Q
What is flow control?
A
receiver controls sender, so sender won’t overflow receiver’s buffer by transmitting too much, too fast