edited by
57,998 views
153 153 votes
Two hosts are connected via a packet switch with $10^7$ bits per second links. Each link has a propagation delay of $20$ microseconds. The switch begins forwarding a packet $35$ microseconds after it receives the same. If $10000$ bits of data are to be transmitted between the two hosts using a packet size of $5000$ bits, the time elapsed between the transmission of the first bit of data and the reception of the last bit of the data in microseconds is ______.

14 Answers

0 0 votes
There are two packets of 5000bits each, Transmission time = 500$\mu s$

First packet arrives after $= {500}{}{}\mu s+20\mu s$  $ +   { 500}{}{}\mu s+20\mu s$ $+35\mu s$ $= {1075}{}{}\mu s$

Second packet will take same time as first packet but starts from ${}{500}\mu s$ $= {1075}\mu s + {}{500}\mu s$ $= {1575}{}{}\mu s$
0 0 votes

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Hope you like my ans i know it's big sort ans are alredy given by other people above

Answer:
Position:
Show:

Related questions

73 73 votes
6 answers 6 answers
27.4k
27.4k views
go_editor asked Feb 15, 2015
27,410 views
In the network $200.10.11.144/27$, the $\text{fourth}$ octet (in decimal) of the last $\text{IP}$ address of the network which can be assigned to a host is _______.
72 72 votes
12 answers 12 answers
26.4k
26.4k views
go_editor asked Feb 15, 2015
26,360 views
Consider a network connecting two systems located $8000$ $\text{Km}$ apart. The bandwidth of the network is $500 \times 10^6$ $\text{bits}$ per second. The propagation sp...
47 47 votes
11 answers 11 answers
22.7k
22.7k views
go_editor asked Feb 14, 2015
22,711 views
Consider a CSMA/CD network that transmits data at a rate of $100\;\textsf{Mbps}\; (10^8\;\text{bits}$ per second) over a $1\;\textsf{km}$ (kilometre) cable with no repeat...
67 67 votes
5 answers 5 answers
20.4k
20.4k views
go_editor asked Feb 16, 2015
20,429 views
Consider the following C program:#include<stdio.h int f1(void); int f2(void); int f3(void); int x=10; int main() { int x=1; x += f1() + f2 () + f3() + f2(); printf("%d", ...