in Computer Networks
313 views
0 votes
0 votes
Suppose that we run the sliding window algorithm with $SWS = 5$ and $RWS = 3$, and no out-of-order arrivals.

(c) State a general rule for the minimum MaxSeqNum in terms of $SWS$ and $RWS$.
in Computer Networks
313 views

1 Answer

1 vote
1 vote
Max Sequence Number>=SWS+RWS

Related questions