8,366 views
1 1 vote

16. Calculate the latency (from first bit sent to last bit received) for
the following:
(a) 100-Mbps Ethernet with a single store-and-forward switch in
the path and a packet size of 12,000 bits. Assume that each
link introduces a propagation delay of 10 µs and that the
switch begins retransmitting immediately after it has finished
receiving the packet.
(b) Same as (a) but with three switches.
(c) Same as (a), but assume the switch implements “cutthrough” switching; it is able to begin retransmitting the
packet after the first 200 bits have been received.

 

1 Answer

1 1 vote
1)transmission time=12000/100*10^6= 120 us

packer reaches at switch=120+10=130us

then from switch to destination=130

so total latency=260us

2)for 3 switches =130*4=520 us(as packet has to go over 4 links)

3)For “cut-through”, a switch needs to only decode the 200 bits before it begins to forward. This takes 2 us. This delay replaces the switch transmit delays in the previous answer for a total delay of one transmit delay + 3 cut through decoding delays + 4 propagation delays = 120+3*2+4*10=166 us
Position:
Show:

Related questions

0 0 votes
0 0 answers
1.2k
1.2k views
Akash Kanase asked Dec 15, 2015
1,191 views
23. Assume you wish to transfer an n B file along a path composed ofthe source, destination, 7 point-to-point links, and 5 switches.Suppose each link has a propagation de...
0 0 votes
0 0 answers
1.5k
1.5k views
Akash Kanase asked Dec 15, 2015
1,516 views
24. Consider a network with a ring topology, link bandwidths of 100 Mbps, and propagation speed 2 × 108 m/s. What would the circumference of the loop be to exactly contai...
0 0 votes
0 0 answers
1.3k
1.3k views
Akash Kanase asked Dec 15, 2015
1,323 views
21. Suppose a host has a 1-MB file that is to be sent to another host.The file takes 1 second of CPU time to compress 50% or 2 secondsto compress 60%.(a) Calculate the ba...
0 0 votes
0 0 answers
824
824 views
Akash Kanase asked Dec 15, 2015
824 views
19. Calculate the delay × bandwidth product for the following links.Use one-way delay, measured from first bit sent to first bitreceived.(a) 100-Mbps Ethernet with ...