First, we need to determine the time it takes to transmit a single frame and the round-trip time (RTT).
The transmission time ($T_{trans}$) for one frame is calculated as:
$ T_{trans} = \frac{F}{B} = \frac{1000 \text{ bits}}{100 \times 10^3 \text{ bps}} = 0.01 \text{ s} = 10 \text{ ms} $
Since the link is lossless and acknowledgement transmission time is negligible, the Round-Trip Time (RTT) is twice the one-way propagation delay:
$ RTT = 2 \times T_{prop} = 2 \times 0.1 \text{ s} = 0.2 \text{ s} = 200 \text{ ms} $
To achieve 100% link utilization, the sliding window protocol must ensure the network "pipe" is always full. This means the sender continuously transmits frames without waiting for acknowledgements, effectively keeping the link busy for the entire RTT duration.
The minimum window size ($W$) required can be determined using the formula that ensures the sender finishes transmitting the $W^{th}$ frame just as the acknowledgement for the 1st frame arrives:
$ W = 1 + \frac{RTT}{T_{trans}} $
Substituting the calculated values:
$ W = 1 + \frac{0.2 \text{ s}}{0.01 \text{ s}} = 1 + 20 = 21 $
Therefore, a minimum window size of 21 frames is required to achieve 100% link utilization under these conditions.
Given below are two statements: one is labelled as Assertion A and the other is labelled as Reason R
Assertion A: 1-persistent CSMA provides low delay under low load conditions.
Reason R: When the channel is free, stations transmits immediately without any random delay, ensuring quick access and minimal delay.
In the light of the above statements, choose the most appropriate answer from the options given below