Consider the bandwidth of the line is 1.2 Mbps, packet size is 1 KB and round-trip time
is 50 msec. What is the link utilization in stop and wait?
Answers
If the bandwidth of the line is 1.2 Mbps, packet size is 1 KB and RTT is 50 msec, the link utilization in stop and wait is 0.12 or 12%.
Step-by-step explanation:
It is given,
The bandwidth of the line = 1.2 Mbps = 1.2 * 10⁶ bits per sec
Packet size = 1 KB = 2¹⁰ * 8 bits
Round Trip Time, RTT = 50 msec
The required formula for finding the link utilisation or efficiency in stop and wait:
ɳ = …… (i)
Step 1:
Firstly we will find the value for Transmission delay “Tt”.
Therefore,
Transmission Delay, Tt
= [Packet size]/[Bandwidth]
= [2¹⁰ * 8] / [1.2 * 10⁶]
= 6.82 * 10⁻³ sec
= 6.82 msec
Step 2:
Secondly, we will find the value for Propagation Delay “Tp”.
Therefore,
Propagation Delay, Tp
= [Round trip time] / 2
= 50 / 2
= 25 msec
Step 3:
Now, substituting the value of Tt & Tp in the formula in eq. (i) and, we will find the efficiency or the link utilisation in stop and wait.
Therefore,
ɳ = = = = 0.12 or 12%
Thus, the efficiency or the link utilization in stop and wait is 0.12 or 12%.
----------------------------------------------------------------------------------
Also View:
How does TCP determine the round trip time and time out interval?Discuss the algorithm.
https://brainly.in/question/1667704
An IP packet with 2500 bytes of data (plus header) passes through an IP network with MTU = 500 bytes. How many additional bytes will be delivered at the destination?
https://brainly.in/question/11782992