Fundamentals 8 min read

Why Ethernet Cabling Is Limited to 100 Meters: The Physics Behind the Rule

This article explains why wired Ethernet cabling—whether Cat 5, Cat 5e, or Cat 6—is limited to a maximum of 100 meters, covering the physical principles, CSMA/CD timing constraints, standards specifications, and practical installation considerations such as PoE and cable quality.

Open Source Linux
Open Source Linux
Open Source Linux
Why Ethernet Cabling Is Limited to 100 Meters: The Physics Behind the Rule

Maximum Cable Length in Ethernet

Both Category 5 (Cat 5) and Category 6 (Cat 6) twisted‑pair cables have a transmission distance limit of 100 meters. According to the structured cabling standards, horizontal cabling must not exceed 90 meters and the total link length must not exceed 100 meters, making 100 meters the absolute limit for wired Ethernet.

In other words, “100 meters” is the hard ceiling for Ethernet cabling.

How the 100 Meter Limit Is Derived

The limit originates from the physical properties of twisted‑pair cables. Electrical resistance and capacitance cause signal attenuation and distortion, which degrade the signal beyond a certain distance.

Ethernet uses CSMA/CD (Carrier Sense Multiple Access with Collision Detection). To detect a collision before a frame finishes transmitting, 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 512 bits require 5 120 ns.

Cat 5 cable introduces about 5.56 ns of delay per meter. Applying the “5‑4‑3‑2‑1” (golden) rule, the total allowable round‑trip delay is 5 120 ns, which translates to roughly 100 meters of cable. Exceeding this distance prevents timely collision detection, leading to packet loss.

Practical Installation Considerations

When Power over Ethernet (PoE) is used, the same 100‑meter limit applies, but installers typically limit runs to 80‑90 meters to ensure reliability. Lower speeds (e.g., 10 Mbps) can allow longer runs (150‑200 meters) depending on cable quality, though this does not conform to the standard.

High‑quality cables are essential. Poor‑quality Cat 5 cables that replace copper conductors with copper‑clad steel can cause reduced distance, instability, and packet loss. Using better‑grade Cat 5e or Cat 6 improves attenuation and crosstalk performance, supporting Gigabit Ethernet and longer reliable runs.

Cat 5e and Cat 6 share the same 100‑meter maximum, but Cat 6 offers higher bandwidth (up to 250 MHz) and better return‑loss characteristics, making it suitable for 1 Gbps+ applications.

In summary, the 100‑meter limit is dictated by signal propagation delay and collision detection requirements, not by PoE technology itself; proper cable category and quality are the key factors.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

ethernetPoENetwork WiringCable LengthCat5Cat6
Open Source Linux
Written by

Open Source Linux

Focused on sharing Linux/Unix content, covering fundamentals, system development, network programming, automation/operations, cloud computing, and related professional knowledge.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.