440 views
9 9 votes

A CSMA/CD network operates at $1 ~\text{Gbps}$ with a minimum frame size of $512 ~\text{bytes}$. The maximum segment length allowed is $200 ~\text{meters}$. If the data rate is increased to $10 ~\text{Gbps}$ while keeping the same minimum frame size, what is the new maximum segment length possible? (Assume same propagation speed)
 

  1. $20 ~\text{meters}$
     
  2. $50 ~\text{meters}$
     
  3. $100 ~\text{meters}$
     
  4. $10 ~\text{meters}$

2 Answers

1 1 vote

Given CSMA/CD:

$\frac{\text{Frame Size}}{\text{Data Rate}} \ge 2 \times \frac{\text{Segment Length}}{\text{Propagation Speed}}$

Drop the constants

  • Propagation speed
  • Frame size
  • The coefficient 2
 
The Inequality Boils down to:
$L \propto \frac{1}{R}$
 
R (data rate) increases 10 fold from 1 to 10 Gbps
Then you expect L (segment length) to decrease 10 fold
 
L' = L/10
L' = 200/10 = 20 metres
 
Hence, Option A is Correct
 

Disclaimer:
Although these kinds of proportionalities are easy to setup and solve, they are double-edged swords. So be careful while selecting your constants. With that said, it would probably be a good idea to refer to the official, completely solved answer by the OP. 
 

 

0 0 votes

For CSMA/CD:

$$
\frac{\text { Frame Size }}{\text { Data Rate }} \geq 2 \times \frac{\text { Segment Length }}{\text { Propagation Speed }}
$$

Let:

  • $F=$ frame size (bits)
     
  • $R=$ data rate (bps)
     
  • $L=$ segment length (m)
     
  • $v=$ propagation speed (m/s)


So:
$$
\begin{aligned}
& \frac{F}{R} \geq 2 \times \frac{L}{v} \\\\
& L \leq \frac{F \times v}{2 \times R}
\end{aligned}
$$

$F=512 \text { bytes }=512 \times 8=4096 \text { bits }$

$R_1=1 \mathrm{Gbps}=10^9 \mathrm{bps}$

$L_1=200 \mathrm{~m}$

\begin{aligned}
& \qquad 200=\frac{4096 \times v}{2 \times 10^9} \\\\
& 200 \times 2 \times 10^9=4096 \times v \\\\
& 4 \times 10^{11}=4096 \times v \\\\
& v=\frac{4 \times 10^{11}}{4096} \\\\
& v=\frac{4 \times 10^{11}}{4.096 \times 10^3} \\\\
& v \approx 9.765625 \times 10^7 \mathrm{~m} / \mathrm{s}
\end{aligned}

$F \text { same }=4096 \text { bits }$

$R_2=10 \mathrm{Gbps}=10^{10} \mathrm{bps}$

$v \text { same }=9.765625 \times 10^7 \mathrm{~m} / \mathrm{s}$

\begin{aligned}
& \qquad L_2 \leq \frac{4096 \times 9.765625 \times 10^7}{2 \times 10^{10}} \\\\
& \qquad L_2 \leq 20 \mathrm{~m}
\end{aligned}

Answer:
Position:
Show:

Related questions

6 6 votes
2 2 answers
340
340 views
GO Classes asked Nov 26, 2025
340 views
In a CSMA/CD network, the bandwidth is $100 \text{Mbps}$ and the minimum frame size is $512 ~\text{bits}$. If the network segment length is increased by $50 \%$ and the d...
9 9 votes
4 4 answers
659
659 views
GO Classes asked Nov 26, 2025
659 views
You are given the network $\verb|10.1500.0.0/19|$. You need to create multiple subnets where each subnet must have exactly $\mathbf{1022}$ usable hosts.What is the maximu...
8 8 votes
3 3 answers
407
407 views
GO Classes asked Nov 26, 2025
407 views
A sender uses the Selective Repeat ARQ protocol.Frame size $=2000 \text{bits}$ Sender transmission rate $=500 \mathrm{Kbps}$ $(1 \mathrm{Kbps}=1000 \mathrm{bps})$ ACK siz...
10 10 votes
3 3 answers
505
505 views
GO Classes asked Nov 26, 2025
505 views
A network engineer is analyzing a link that uses the Stop-and-Wait ARQ protocol. The data frames are $\mathrm{2000 ~bytes}$ in size and are sent at a rate of $\mathrm{125...