recategorized by
652 views
3 votes
3 votes
Suppose there are $4$ routers connected between two systems $S_1$ and $S_2$. $S_1$ wants to send a python file of size $8 \:KB$ to $S_2$. But the data rates at each routers are different. The data rates between the routers are $1 \: Mbps$ , $2 \: Mbps$, $1 \: Mbps$ and $512 \: Kbps$ respectively.  Find the maximum possible bandwidth for the file transfer in Kbps.  

(Assume that the time to transfer $1$ bit from $S_1$ to $S_2$ is $32$ sec and there is no traffic between these two systems)
recategorized by

1 Answer

0 votes
0 votes
The data can be transmitted with minimum data rate throughout the path. (i.e) $512$ Kbps Given there is no traffic between these two systems. Propagation delay is $32$ sec. Length of the file is $64$ Kbits.
Transmission delay $= L/B = 64/512 =1/8$ sec
Propagation delay $= 32 $ sec
Maximum possible bandwidth means the throughput. (i.e) how much bandwidth can be used.
Throughput = utilization * bandwidth
$=\frac{1}{1+2(\frac{32}{1/8})} * 512$ Kbps
$\approx 1$ Kbps
Answer:

Related questions