1,018 views
2 votes
2 votes
If sender window size is 75 and we are using Go back -N protocol then what will be sequence number required and what is the value of N?
A. 0 to 75 and 76      B. 0 to 74 and 75
C. 0 to 75 and 74      D. 0 to 74 and 76

2 Answers

3 votes
3 votes
In Go back N, N is the sender's window size.

If window size is 75 means N= 75

Sender can send maximum of 75 packets which need 75 sequence no( unique sequence no to each packet), i.e, 0 to 74

Hence option B) is correct.

Related questions