edited by
1,829 views

4 Answers

4 4 votes

total time = 160 + 99*20 = 160+1980=2140ms

0 0 votes

Total packet = 100000/1000 = 100.

Transmission time for 1 packet in all mode = 

(1000/52 kbps) = 19.23 msec.

so , for 100th packet transmission delay = 19.23 * 100 

.                                                                       = 1923 msec.

now, as it is a 4 hop path, means, 3 switches are there..

So, total transmission delay in all nodes 

19.23 * 3

57.69 msec.

Now, add 4 hop's propagation delay = 4 * 20 = 80 msec.

 

so, total duration = 1923 + 57.69 + 80 = 2060.69 msec 

.                                               

0 0 votes
Formula is,

H = Number of hops, P = number of packets , T = transmission time , S = Propagation time

Transmission time = 1000bit * 1000ms/52000bit = 19.23ms

Delay = ((P-1) + H)*T + H*S = (99+4)*19.23ms + 4*20ms

                                              = 103*19.23ms + 80ms = 1980.76ms+80ms = 2060.76
Position:
Show:

Related questions

3 3 votes
1 answers 1 answer
1.4k
1.4k views
3 3 votes
1 1 answer
3.3k
3.3k views
shaurya uppal asked Aug 26, 2017
3,338 views
A packet switching network (highly loaded) has the following characteristics:Propagation delay = 2sec/hopData Transmission rate = 1 MbpsPacket size = r bit = 512 bitsNumb...
2 2 votes
1 answers 1 answer
1.3k
1.3k views
!KARAN asked May 5, 2018
1,271 views
How long does it take a packet of length L to propagate over a link of distance D, propagation speed S, and transmission rate R bps. Does this delay depend on transmissio...
2 2 votes
2 2 answers
2.0k
2.0k views