1,369 views
3 votes
3 votes
A sends 2 frames of 1000 bit each to B via switch S.Bandwidth=10Mbps  propogation delay  over links=5us find time when second packet reaches B completely

2 Answers

Best answer
4 votes
4 votes
Answer should be 310 micro-seconds.

Tt = 1000 / 10Mbps = 100 micro-seconds.

Tp = 5 micro-seconds.

Since The Store and Forward delay is not mentioned, we can assume it to be negligible.

It is a case of pipelining in Packet Switching, so, The Propogation delay will only be considered once for the first packet since the rest of the packet follow it !

Also, the Transmission delay will be considered = No. of hops for the first packet only, and for the subsequent packets, after each Transmission delay time, 1 packet will be delivered.

So,

First packet = 2*Tt + Tp( from A to S )  + Tp ( from S to B )  = 2*100 +5 + 5 = 210 micro-seconds.

Second packet = Tt = 100 micro-seconds.

Total time at which the second packet is completely delivered to the destination = 210 + 100 = 310 micro-seconds.
edited by
Answer:

Related questions

0 votes
0 votes
0 answers
1
Ray Tomlinson asked Jul 30, 2023
216 views
What is the formula for total time in message switching
1 votes
1 votes
0 answers
2
JAINchiNMay asked Aug 12, 2022
117 views
what is the difference between switching and routing
0 votes
0 votes
0 answers
4
iarnav asked Nov 29, 2018
2,069 views
As the resouces are reserved between two communicating end systems in circuit switching, this is achieveda) authenticationb) guaranteed constant ratec) reliabilityd) stor...