Recent questions tagged go-back-n

1 votes
4 answers
31
A 20 Kbps Satellite link has a propagation delay of 400 ms. The transmitter employs the "go back n ARQ" scheme with n set to 10. Assuming that each frame is 100 bytes lon...
3 votes
1 answer
40
Compute approx. optimal window size, when packet size is 53 B, RTT is 60 micro-sec and bottleneck bandwidth is 155Kbps.
2 votes
0 answers
43
The efficiency of a Go-Back-N protocol is $\eta = \frac{N}{1+ 2 *\frac{Propogation Delay}{Transmission Delay}}$In this equation what is the exact value of N. Is it the on...
1 votes
0 answers
44
0 votes
0 answers
45
Packets are being transmitted using GB5 and here every 4th packet is lost.How many packets need to be transmitted to transmit 10 packets?
3 votes
1 answer
48
Number of transmissions required to transmit 10 packets using a sliding window (window size 5) and go-back-N error control strategy if every 4th packet is lost?
7 votes
2 answers
49
True / False?Selective repeat ARQ requires more number of bits in sequence number as compared to Go Back n ARQ.
3 votes
4 answers
50
Q. If maximum sequence number in Go back N ( arq) protocol is 'n' then window size (sender) is ?If your answer is 'n' or 'n'+1' then please design GBN for sender windo...
4 votes
1 answer
60