17

If two gigabit switches are connected using an old CAT5 (not CAT5e) cable, will they slow their connection down to 100 Mbit/s?

basic6
  • 2,837

5 Answers5

29

To answer the original question without getting too pedantic, they (the active devices/endpoints/Gigabit switches for the commenters below who got confused) will negotiate and connect at the speed they determine will pass over the wire (CAT5 cable connecting them together). You have three outcomes:

  1. Quality CAT5 was used for the interconnect, the run was short enough and care was taken in termination (same goes for patch cables). The devices link up at 1Gbps and nobody knows the difference. You also get lucky and both devices are 1000BASE-T and were designed for CAT5 anyway.

  2. The CAT5 cabling and termination is marginally capable of handling 1Gbps, the devices negotiate and link up at 1Gbps. Annoyance prevails as packet retries and misery come from a connection that mostly functions. In worse situations, the negotiation occurs, but the link fails and you find you have to manually lock the connections to 100Mbps till you take care of the issues.

  3. The CAT5 installation is so marginal that the devices negotiate and connect at 100Mbps with tasty slowness, but are able to pass traffic reliably at the fallback speed.

Needless to say, scenario 2 is one you don't want.

Fiasco Labs
  • 6,864
6

There are 3 types of Cat5 Cables

Cat5(100MHz)
Cat5e(100MHz) (uncommon)
Cat5e(350MHz)

The only one that will reliably connect at 1Gbps is the Cat 5e 350Mhz. Any others would transfer at a slower rate. However, if you do get a Cat5 100Mhz to transfer at 1Gbps over a short (physically short cable) connection then you still run the risk of packet loss.

Cat5 vs Cat5e

Network support - CAT 5 cable will support 10BASE-T and 100BASE-T network standards, that is it supports networks running at 10 Mbps or 100 Mbps. CAT 5e is an enhanced version of Cat5 that adds specifications for crosstalk (see below). Cat5e cable is completely backwards compatible with Cat5, and can be used in any application in which you would normally use Cat5 cable. However, the added specifications of Cat5e enable it to support Gigabit Ethernet (1000BASE-T), or networks running at 1000 Mbps.

Crosstalk - Crosstalk is the "bleeding" of signals between one cable into another, due to a process called induction. This effect can result in slow network transfer speeds, and can even completely block the transfer of signals over the cable. Cat5e cable has been improved over Cat5 cable in this respect, and crosstalk has been greatly reduced.

Bandwidth - The bandwidth of a given conveyance media is essentially it's information carrying capacity. The greater the bandwidth of a system, the faster it is able to push data across a network. Cat5 is rated at 100Mhz while Cat5e is rated at 350Mhz. This coupled with other more stringent specifications makes Cat5e ideally suited for networks which plan to operate at Gigabit Ethernet speeds.

Bottom Line: If you plan on to implement Gigabit Ethernet, go with Cat5e. Also, the small increase in price of Cat5e over Cat5 is more than made up for by "future proofing" your network's cabling infrastructure.

Other note: if you're planning to run networking cable next to power lines and expect to get reliable 1Gbps speeds, you will want Cat6. Cat6 and Cat5e are basically the same except that Cat6 is certified to for gigabit speeds. It has better insulation of the twisted pairs and will handle running next/near power lines better.

kobaltz
  • 14,896
5

The switches have no idea what cable is used between them. The only difference between Cat 5 and Cat 5e is that Cat 5e has stricter standards for interference between wires; there's no real difference between the actual cables, and all Cat 5e cables also comply with the Cat 5 spec).

Gigabit Ethernet just requires Cat 5, not Cat 5e (the connection may be better with 5e, but it works fine with 5).

cpast
  • 2,513
3

Our company recently moved to new offices with a pretty old (from 1996) IBM/Freenet Cat 5 installation, which I was pretty concerned about.

However I had the entire installation tested with a Fluke Networks certification tester, and I am happy to report that the entire installation, passed as Cat 5E. Two cables just barely passed, but passed nonetheless.

It is my understanding that Cat 5 passing as Cat 5E is quite common and fears about Cat 5 performance often are without merit. While I have yet to run extensive performance testing of the networks, besides the certifcation, we have had zero problems with using the installation for 1000 Mbit connections.

AUPDK
  • 31
1

EDIT 2024-03-04: I need to revise my answer to state that I work at a tiny K-12 public school that was wired with SIEMON brand CAT-5 back in about 1995. As of 2024 the building has never been fully rewired.

All desktop computers are now running at 1 gigabit over this cable with no issues. I am in some cases running multigig ethernet up to 5 gigabit to 60 watt Cisco 3802i radios over our SIEMON CAT 5. It works fine, no huge packet loss problems.

We also have orange OM1 multimode also installed with the SIEMON CAT-5 that originally ran at 100 megabit. I am now pushing 10 gigabit over it with no problems, using HPE 10 gig LRM SFP+ modules and mode conditioning patch cords.


Crosstalk is specifically the worst for copper ethernet at the patch panel and to a lesser extent at each plug-socket connection.

This is because the twisted pair wires are necessarily unspiraled and lay flat and parallel next to each other, in order to be crimped or punched into the plug and socket connectors.

The patch panel then places all of these unshielded connectors in direct physical alignment and in close proximity with each other, which allows for electromagnetic leakage between the individual wires.

The specific mechanical design of the patch panel will affect how much leakage there is between adjacent connectors in the panel.

The old SIEMON brand CAT-5 racking only has 12 network cables per rack row, so there is significant separation between each plug that limits leakage.

Low density 24-port rack panels have approximately 2 to 5 mm spacing between each socket.

High density patch panels meanwhile can have 48 connectors per 1U, with the connectors tightly crammed together and stacked on top of each other.

Ideally the patch panel sockets should have metal shields around or between each of them to provide electromagnetic separation between each fanned-out parallel-pin connector, but it may just use simple plastic molded sockets with no shielding.

You can potentially reduce CAT-5 crosstalk at the patch panel by using shielded twisted-pair (STP) patch cables with a metal connector plug on both ends that is grounded to the cable shield. Most switches will ground the shielded cable connector at their end, even if the patch panel sockets are all-plastic with no grounding.

Similar signal coupling between cables occurs in rooms where multiple sockets are grouped together into a single cluster on a wall.