retagged by
532 views
4 4 votes
A university department is setting up a new network that uses the CSMA/CD protocol for media access. The network operates at a bandwidth of $100$ Mbps. The design specifies that the minimum size for any frame sent on the network is $128$ bytes. The signal propagation speed through the network cable is $2 \times 10^8$ meters/second.

To ensure that the collision detection mechanism works correctly, the maximum permissible length of the cable segment (in meters) is $\_\_\_\_$ .

2 Answers

1 1 vote

The governing formula is:

$$
T_{t x_{-} \min } \geq 2 \times T_p
$$


To find the maximum cable length, we use the equality condition:

$$
T_{t x_{-} \min }=2 \times T_p
$$


Minimum Frame Size ( $L_{\text {min }}$ ):

  • 128 bytes $=128 \times 8=1024$ bits

Bandwidth (BW):

  • $100 \mathrm{Mbps}=100 \times 10^6$ bits per second

$$
\begin{aligned}
& T_{t x \_\min }=\frac{L_{\min }}{B W}=\frac{1024 \mathrm{bits}}{100 \times 10^6 \mathrm{bps}}=10.24 \times 10^{-6} \text { seconds }=10.24 \mu s \\
& 2 \times T_p=T_{t x \_\min } \\
& 2 \times T_p=10.24 \mu s \\
& T_p=\frac{10.24 \mu s}{2}=5.12 \mu s=5.12 \times 10^{-6} \text { seconds }
\end{aligned}
$$


Length $=$ Propagation Speed $\times$ Propagation Time

Propagation Speed $\left(V_p\right): 2 \times 10^8 \mathrm{~m} / \mathrm{s}$

Propagation Time ( $T_p$ ): $5.12 \times 10^{-6} \mathrm{~s}$

Maximum Length $=\left(2 \times 10^8 \mathrm{~m} / \mathrm{s}\right) \times\left(5.12 \times 10^{-6} \mathrm{~s}\right)$

Maximum Length $=10.24 \times 10^2$ meters

Maximum Length = $1024$ meters

Answer:
Position:
Show:

Related questions

4 4 votes
1 1 answer
350
350 views
GO Classes asked Oct 24, 2025
350 views
A network link uses the Stop-and-Wait ARQ protocol to transmit data frames. The size of a data frame is $1500$ bytes. The transmission rate from the sender to the receive...
4 4 votes
2 2 answers
338
338 views
GO Classes asked Oct 24, 2025
338 views
A client and server establish a TCP connection. The connection has the following characteristics: the round trip time (RTT) is $10$ ms , the slow-start threshold is initi...
5 5 votes
4 4 answers
361
361 views
GO Classes asked Oct 24, 2025
361 views
Two hosts, $X$ and $Y$, have IP addresses $192.168.10.150$ and $192.168.10.175$, respectively. They are on a network that uses a single subnet mask $M$. For $X$ and $Y$ t...
5 5 votes
2 2 answers
348
348 views
GO Classes asked Oct 24, 2025
348 views
An Internet Service Provider (ISP) holds a large block of CIDR-based IP addresses: $150.100.0.0/18$. The ISP decides to allocate one-fourth of this block to Organization ...