279 views
0 votes
0 votes
In an ethernet using sliding window protocol ,sender window size is 5 and receiver window size is 3.How many bits are required to store maximum sequence number??

1 Answer

1 votes
1 votes
Min sequence bit required  = log(Sender Window Size + Reciever Window Size ) = log (5 + 3) = 3 bits
correct me if i am wrong :D

Related questions

0 votes
0 votes
2 answers
1
S Harika asked Apr 9, 2017
490 views
The efficiency of a 16 Mbps ethernet is 3/4.Cable length is 100 km and frame size is 1000 bytes.If the network is using sliding window protocol,what is the window size?