791 views
2 votes
2 votes
consider sliding window algorithm with Ws =9 and Wr=7 and no out of order arrivals .what is smallest value of Max sequence number?
a) 7 b)15 c)8 d )16

1 Answer

3 votes
3 votes
seq no = Ws + Wr = 16.

now seq no starts from 0.so 0 to 15..total 16.

so max seq no = 15

Related questions