Suppose there is exactly one packet switch between a sending
Solution
Dear Student,
Here is the answer...
This question is from Computer Networking. And to solve this problem simply use time and distance formula.
We know that
time = distance/velocity
So here
D1 = D2 = 1250 ( D1 and D2 is the link distance)
Propagation speed P = 2.5 X 108 mps
Time to travel between sending host and recieving host = distance/speed = 1250/2.5x108 = 0.005 seconds.
Link 1 transmission rate t1 = 10 Mbps
Link 2 transmission rate t2 = 20 Mbps
Packet Length = 2KB
# Suppose at time t0 the transmitting of the the packet occur.
# At time t1 the sending host will begin to transmit the packet
so
time t1 = 2KB/10Mbps = 2 x 210 x 8 / 10 x 2 20 = 16 / 10 x 210 = 0.0015625 seconds
Because switch uses store and forward mechanism so packet will be first stored and then transmitted so total time = t1+t2.
# Now At time t2 the the switch will completes transmission.
So time t2 = t1 + 2 x 8 x 210 / 20 x 220 = 0.0015625 + 0.00078125 = 0.00234375 seconds.
Hence the end to end delay is = t1+t2 = 0.00234375 seconds. Ans..
Kindly Check and Verify Thanks....!!!
