What Is a Crossover Cable? How It Works and When to Use It

T
Tech LYM Editorial Team
April 12, 2026 2 min read
Crossover Cable

A crossover cable is a twisted-pair Ethernet cable that enables direct communication between two devices of the same type — without a switch or router in between. It works by reversing the transmit and receive wire pairs between its two ends.

Why a Crossover Is Needed

In normal networking, a device’s transmit (TX) pins must connect to another device’s receive (RX) pins. A network switch handles this reversal automatically. But when connecting two computers directly, both devices try to transmit on the same pins — causing a communication failure. A crossover cable solves this by swapping TX and RX pairs internally.

Crossover Cable Wiring

One end is wired to T568A and the other to T568B. The key swap is between the orange pair (pins 1–2) and the green pair (pins 3–6), crossing the transmit and receive signals.

Common Uses

  • PC to PC direct connection: Transfer files between two computers without a network.
  • Switch to switch cascading: Link two switches without using uplink ports.
  • Router to router: Direct WAN or lab connections between routers.
  • Legacy console access: Access older Cisco and network devices via console ports.

Are They Still Necessary?

Most modern devices support Auto-MDI/MDIX, which detects the cable type and adjusts automatically. A regular patch cable works for direct connections on modern hardware. However, crossover cables remain relevant for legacy equipment, specific industrial devices, and network lab/training environments.

How to Identify a it

Hold both RJ-45 connectors side by side and compare the wire color order. If pin 1 is a different color on each end, it is a crossover cable. They are often sold with a red or yellow outer jacket for easy identification.

Conclusion

Crossover cables solve the direct device-to-device connection problem through simple wire pair swapping. While Auto-MDI/MDIX has reduced their necessity, understanding how it works is a fundamental part of networking knowledge.

Tech LYM Editorial Team