Suppose we run the Stop and Wait ARQ protocol on a link, with 50% line utilization. The link is now replaced with a new one that has half the round trip delay and six times the bit rate. If we do not change the frame length, how much will be the new line utilization?
a. It remains the same.
b. If it does not remain the same, then it can only grow, since now we have a better link, with shorter delay and higher bit rate.
c. It will be 75%.
d. It will be 25%.
Option (d) is the correct answer.
Line utilization = 50%
We know, line utilization = 1 / (1 + 2a)
Where, Tp / Tt = a
Tp = Propagation time
Tt = Transmission time = (size of frame) / (bit rate)
We have, line utilization = 50%
or, 1 / (1 + 2a) = 1/2
or, 1 / (1 + 2(Tp/Tt)) = 1/2
or, 1 + 2(Tp/Tt) = 2
or, 2(Tp/Tt) = 2 - 1
or, 2(Tp/Tt) = 1
or, (Tp/Tt) = 1/2
or, 2Tp = Tt
New transmission time = Ttn = (size of frame) / (6 * bit rate) = Tt / 6
New propagation time = Tpn = Tp / 2 [As the round-trip delay is half now]
New utilization, 1 / (1 + 2(Tpn/Ttn))
= 1 / (1 + 2((Tp/2)/(Tt/6)))
= 1 / (1 + 2(3(Tp/Tt)))
= 1 / (1 + 2(3(1/2)))
= 1 / (1 + 3) = 1/4 = 25%
Option (a) is incorrect as it will not remain the same.
Option (b) is incorrect as it will be 25%.
Option (c) is incorrect as it will not be 75% (correct answer is 25%).
Please comment in case of any doubt.
Please upvote if this helps.
Get Answers For Free
Most questions answered within 1 hours.