1,443 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

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