edited by
22,331 views
15 15 votes

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 equivalent to:

  1. $500$ meters of cable.

  2. $200$ meters of cable.

  3. $20$ meters of cable.

  4. $50$ meters of cable.

1 Answer

Best answer
29 29 votes

As, token ring network

  So,        transmission delay = length / bandwidth

                  transmission delay = 1/10^7 = 0.1micro sec.

   as,  propagation speed =200m/micro sec.

         In , 1micro sec.  it covers 200m

  than in 0.1micro sec. it is 20metres.(C) answer 

selected by
Answer:
Position:
Show:

Related questions

53 53 votes
9 answers 9 answers
45.4k
45.4k views
Kathleen asked Sep 21, 2014
45,402 views
The message $11001001$ is to be transmitted using the CRC polynomial $x^3 +1$ to protect it from errors. The message that should be transmitted is:$11001001000$$110010010...
97 97 votes
16 16 answers
54.8k
54.8k views
Kathleen asked Sep 21, 2014
54,836 views
The address of a class $\text{B}$ host is to be split into subnets with a $6\;\text{-bit}$ subnet number. What is the maximum number of subnets and the maximum number of ...
88 88 votes
16 answers 16 answers
56.3k
56.3k views
Arjun asked Jul 6, 2016
56,261 views
Consider the following segment of C-code:int j, n; j = 1; while (j <= n) j = j * 2;The number of comparisons made in the execution of the loop for any $n 0$ is:$\lceil \...
69 69 votes
9 answers 9 answers
37.6k
37.6k views
Kathleen asked Sep 21, 2014
37,633 views
The order of a leaf node in a $B^+$ - tree is the maximum number of (value, data record pointer) pairs it can hold. Given that the block size is $1K\;\text{bytes}$, data ...