recategorized by
21,248 views
14 14 votes
Consider a token ring network with a length of 2 km having 10 stations including a monitoring station. The propagation speed of the signal is $2 \times10^8m/s$ and the token transmission time is ignored. If each station is allowed to hold the token for $2 µsec$, the minimum time for which the monitoring station should wait (in $µsec$) before assuming that the token is lost is _______.

6 Answers

Best answer
21 21 votes

Time required to complete one cycle=Tp (Ring Latency) +N*THT 

= 2km/(2*108 m/s) +10*2

= 10 + 10 * 2 = 30 μs

    where THT is token holding time .

selected by
5 5 votes
My answer is 30 us. Please someone verify.
5 5 votes
Length = 2 km
Propagation Speed v = 2*10^8 m/s
Token Holding Time = 2 micro sec

Waiting time
= length/speed + (#stations - 1)*(token holding time) to
  length/speed + (#stations)*(token holding time)
= 28 to 30
5 5 votes

$\Rightarrow Propagation Time =$$\frac{Distance}{Speed}=\frac{2\,Km}{2 * 10^{8}\, m/s} = 10\, \mu s$

Including the monitoring station there are 10 stations.

Now once the token is released by the monitoring station it should wait atleast the time till the token comes back after travelling 2 Km through other 9 stations present in the ring.

So minimum time to wait is,

$10 \, \mu s$ propagation time for $2\, Km$ distance $+$ $9$ stations hold the token for $2 \mu s$ each.

$\Rightarrow 10 \, \mu s + 2\, \mu s * 9 \, stations \Rightarrow 28 microseconds$

Anyways gate answer key has accepted 30 also as the answer. So instead of 9 if you put 10, it was still accepted.

0 0 votes
Answer: [28, 30]

 

$$\text{Following is an idea about the network topology}$$

$$\text{Monitoring station = 1}$$

$$\text{Non-monitoring stations = 9}$$

 

$$\text{Assuming the monitoring station DOES NOT hold the token.}$$

 

$$\text{Token holding time per station = 2 }\mu s$$

$$\text{Token holding time for 9 stations = 18 } \mu s$$

 

$$\text{Now, if a packet is lost, its information needs to get "propagated" to the monitoring station by the appropriate stations.}$$

$$\text{Maximum propagation delay =} \text{ Distance} / \text{ Propagation Speed} = 2000 m / 2 \times 10^{8} m/s = 10 \mu s$$

 

$$\text{Total wait time before assuming packet is lost = } 18 \mu s + 10 \mu s = 28 \mu s$$

 

$$\text{Assuming the monitoring station also holds the token.}$$

$$\text{Total wait time before assuming packet is lost = } 30 \mu s$$

Answer:
Position:
Show:

Related questions

78 78 votes
11 answers 11 answers
33.4k
33.4k views
go_editor asked Sep 28, 2014
33,437 views
Consider a $6$-stage instruction pipeline, where all stages are perfectly balanced. Assume that there is no cycle-time overhead of pipelining. When an application is exec...
20 20 votes
5 answers 5 answers
9.3k
9.3k views
go_editor asked Sep 26, 2014
9,340 views
Which of the following are used to generate a message digest by the network security protocols?RSASHA-$1$DESMD5I and III onlyII and III onlyII and IV onlyIII and IV only
14 14 votes
5 answers 5 answers
11.6k
11.6k views
go_editor asked Sep 28, 2014
11,557 views
Suppose a polynomial time algorithm is discovered that correctly computes the largest clique in a given graph. In this scenario, which one of the following represents the...
15 15 votes
1 answers 1 answer
22.4k
22.4k views
Kathleen asked Sep 21, 2014
22,372 views
In a token ring network the transmission speed is $10^7$ bps and the propagation speed is $200\;\text{meters}/\mu \text{s}.$ The $1$-bit delay in this network is equivale...