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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is flow control?

A

receiver controls sender, so sender won’t overflow receiver’s buffer by transmitting too much, too fast

How well did you know this?
1
Not at all
2
3
4
5
Perfectly