1,566 views
2 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 3 votes
seq no = Ws + Wr = 16.

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

so max seq no = 15
Position:
Show:

Related questions

1 1 vote
2 2 answers
430
430 views
banoth_mahesh asked Feb 24
430 views
Station A needs to send a message consisting of 15 packets to station ‘B’ using a sling window (window size 5) and go-back-N error control strategy. All packets are ready...
0 0 votes
0 0 answers
689
689 views
Dknights asked Oct 5, 2024
689 views
Please explain the below question6. Station A sends data to station B over a full duplex link. Both A and B are using the sliding window protocol for flow control. The wi...
1 1 vote
3 3 answers
898
898 views
chetankamani asked Jul 15, 2024
898 views
Consider the sliding window algorithm where sender window size is 9 and receiver window size is 7 and no out of order arrivals. What is the smallest value for maximum seq...
0 0 votes
2 2 answers
2.2k
2.2k views
fred20978 asked Nov 8, 2022
2,177 views
I understood that receiver will correctly discard the frames in GBN all ack lost case. But its given that its positive ack and hence receiver wont send ack for discarded ...