28
4
As part of my course I’ve been reading the paper Ethernet: Distributed Packet Switching for Local Computer Networks. I understand that “classic” Ethernet (over coaxial cable) has a maximum length of 2500m while Ethernet over twisted pair has a maximum length of just 100m.
While Googling for an answer I found a question on superuser whose accepted answer is:
The specification of 328 feet has to do entirely with collision detection in a CSMA/CD (Carrier Sense Multi Access / Collision Detection network. The length is limited by the fact that the shortest possible frame size (64 bytes) can be sent out on the wire and if a collision occurs, the sending node will still be sending that frame when it hears the collision.
However, I understand that full duplex, packet switched Ethernet networks do not require collision detection because the connection is point and point (i.e. your computer is connected to an Ethernet switch - there are no other computers physically sharing the same cable with you) and data is sent and received on separate wires. Full duplex communication provides every network node with a unique collision domain. This operation completely avoids collisions and does not even implement the traditional Ethernet CSMA/CD protocol.
So, I must ask: why is Ethernet over Cat5 limited to 100m? It can't be because of collision detection, since full duplex Ethernet (which I suspect make up almost 99% of all LANs, unless anyone is still running a bus network from 1995) does not suffer from collisions.
If I had to guess I would guess that it is due to attenuation and signal degradation over the copper wire.
1That's a strange requirement that the cable should not be able to operate beyond 90 meters (+10 meters of patch). Do you know why that is? – None – 2014-10-07T19:56:48.077
3It is possible a longer cable will work - but it is not guaranteed. Shorter Cat 5 cables may also not work if there is a lot of EMI. Signal attenuation appears to be the limiting factor - too much signal loss and you can't guarantee 100 megabits per second. – DavidPostill – 2014-10-07T20:30:33.383
1@GeorgeRobinson Building on DavidPostill's point: All cables have resistance and impedance that affect the signal strength at the receiving NIC. Longer cables mean more attenuation. The signal must be strong enough to differentiate a high from a low. The higher frequency a nic uses to communicate over a cable, the more impedance there is. I.E. CAT5e will support gigabit (at 350 mhz) up to a rated 100 meters. Longer CAT5e cables with 10/100/1000 NICs attached could potentially negotiate 100 megabit (at 31.25 MHz) on cables significantly longer than 100 meters because of less impedance. – Keith Reynolds – 2015-08-19T18:23:43.210
I have a remote site that has a ~500 foot cable run... they get 10Mbps and intermittent packet loss. – Nanban Jim – 2018-01-22T18:25:21.697