edited by
605 views
1 votes
1 votes

A computer uses the following sequence numbers: 0, 1, 2, 3, 4, 5, 6, 7, 0, 1, 2, 3, …

What will be the sender’s and receiver’s window size that are not possible in SR protocol?

  1. 4,4
  2. 5,3
  3. 7,1
  4. 5,4

Answer given is D, but I don't understand why B and C is possible. Please explain.

edited by

2 Answers

5 votes
5 votes
In SR protocol ,

Ws + Wr <= ASN  

5+4  <= 8  is false hence D is not possible
3 votes
3 votes
That is not necessarily that receiver window always same as sender window...

We just need to make receiver window must be less than sender window...

This is needed because buffer at receiver side,that means duplicate sequence num should not appear in the receiver space..

D is given because total sequence num is 8 but here we get 5+4 = 9

Related questions

1 votes
1 votes
2 answers
1
Payal Rastogi asked Jul 14, 2016
306 views
What is the process of inserting the header information of the layer and the data from the higher layer into the data frame?EncryptionCompressionEncapsulationHeading
2 votes
2 votes
1 answer
2
go_editor asked Sep 28, 2016
558 views
What layer of the OSI model is designed to perform error recovery functions?physicaldata linknetworktransport
2 votes
2 votes
4 answers
3
2 votes
2 votes
1 answer
4