Why Ethernet Cabling Is Limited to 100 Meters – Physics, Standards, and Practical Tips
This article explains why wired Ethernet cabling is capped at 100 meters, covering the physical reasons, the 5‑4‑3‑2‑1 rule, differences between Cat 5, Cat 5e, and Cat 6 cables, and practical considerations for real‑world installations.
Maximum Data Transmission Distance
Twisted‑pair Ethernet (Cat 5, Cat 5e, Cat 6) is limited to 100 m for a single segment. The structured‑cabling standard also restricts horizontal runs to 90 m, with the total link length not exceeding 100 m.
Derivation of the 100‑m Limit
Ethernet uses CSMA/CD. To guarantee collision detection, the round‑trip propagation delay must be less than the transmission time of the minimum Ethernet frame (64 bytes = 512 bits). At 100 Mbps, one bit takes 10 ns, so a 512‑bit frame occupies 5.12 µs. The propagation delay of Category 5 UTP is approximately 5.56 ns per metre. The maximum one‑way distance that fits within this window is:
max_distance = (5.12 µs) / (5.56 ns/m) ≈ 92 m (one‑way)
Round‑trip ≈ 184 m → ≈ 100 m one‑way limitThis “golden rule” (often called the 5‑4‑3‑2‑1 rule) ensures a collision can be detected before the transmitting station finishes sending the minimum frame. Exceeding the 100 m limit prevents timely collision detection, leading to undetected frame corruption and packet loss.
Practical Installation Limits
When Power over Ethernet (PoE) is used, designers typically limit cable runs to 80–90 m to provide slack and accommodate additional loss.
At lower speeds (e.g., 10 Mbps) the allowable distance can be extended to 150–200 m, but this is outside the official standard and may affect certification.
Cable Category and Quality Impact
Cat 5 : Widely used, but low‑cost variants may use copper‑clad steel, increasing resistance and attenuation.
Cat 5e : Improves attenuation and near‑end crosstalk, supports 1000Base‑T (Gigabit Ethernet) while still limited to 100 m per segment.
Cat 6 : Operates up to 250 MHz, offers better return‑loss and crosstalk performance, suitable for >1 Gbps links. Still adheres to the 100 m segment limit, though marginal extensions are possible with reduced performance.
High‑quality cables are essential for reliable PoE delivery and long‑term network stability.
Physical Basis of the Distance Limit
Signal attenuation and distortion arise from the resistance (R) and capacitance (C) of the twisted pair. The propagation velocity is roughly 2 × 10⁸ m/s, giving about 5.56 ns of delay per metre. The minimum Ethernet frame length (64 bytes) and the CSMA/CD timing requirement together define the maximum cable length.
Implications of Exceeding the Limit
If the cable exceeds 100 m, a collision may not be detected before the frame transmission ends. The corrupted frame reaches the receiver, fails CRC checks, and is discarded without triggering the back‑off retransmission algorithm, resulting in silent packet loss.
Recommendations
Design horizontal runs ≤90 m and total link ≤100 m.
For PoE installations, target 80–90 m to allow for power loss and future upgrades.
Use certified Cat 5e or Cat 6 cables with solid copper conductors.
Avoid cheap cables that substitute copper with copper‑clad steel.
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
Liangxu Linux
Liangxu, a self‑taught IT professional now working as a Linux development engineer at a Fortune 500 multinational, shares extensive Linux knowledge—fundamentals, applications, tools, plus Git, databases, Raspberry Pi, etc. (Reply “Linux” to receive essential resources.)
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
