Home » Computer Networks » Computer networks miscellaneous » Question

Computer networks miscellaneous

  1. The distance between two stations M and N is L km. All frames are K bits long. The propagation delay per kilometer is t s. Let R b/s be the channel capacity. Assuming that processing delay is negligible, the minimum number of bits for the sequence number field in a frame for maximum utilization, when the sliding window protocol is used, is
    1. log2
      2LTR + 2K
      K

    2. log2
      2LTR
      K

    3. log2
      2LTR + K
      K

    4. log2
      2LTR + K
      2K
Correct Option: C

We can send (RTT /Transmission Time) number of packets for maximum utilization of the channel, as in this time we get the first ACK back and till that time, we can continue sending packets.
So, ((Transmission Time + 2*Propagation Time)/ transmission Time)
Number of packets should be sent.
Therefore, bits required for the sequence number field :

[log2 {(K/R +2Lt) / (K / R)}] = log2
2LTR + K
K



Your comments will be displayed only after manual approval.