Highlights

Since the CM4 supports Auto-MDIX, you can route the TX pins to the RX pins on the transformer without any issues.

Ethernet

A family of wired networking technologies (IEEE 802.3) that has dominated local area networks since the mid-1980s. It defines how bits are framed, addressed, and physically transmitted across copper, fiber, and (historically) coaxial cabling. Modern Ethernet spans speeds from 10 Mb/s to 800 Gb/s on the same fundamental frame format, which is the main reason it has outlasted every competing LAN technology (Token Ring, FDDI, ATM, ARCnet).

How it works

Each Ethernet device has a globally unique MAC address (48 bits, e.g. a4:5e:60:01:23:cd). Data is packaged into frames of 64–1518 bytes (1522 with an 802.1Q VLAN tag) containing source MAC, destination MAC, an EtherType (which higher-level protocol — IPv4, IPv6, ARP, etc.), a payload, and a 32-bit CRC for error detection.

Originally Ethernet was a shared bus with CSMA/CD (Carrier Sense Multiple Access with Collision Detection) — devices listened, transmitted when the line was clear, and backed off if two collided. Modern Ethernet is fully switched and full-duplex: each device has a dedicated link to a switch port, so collisions are impossible and CSMA/CD is effectively obsolete.

Speed tiers

StandardYearCommon nameSpeedTypical media
10BASE5 / 10BASE21983 / 1985Thicknet / Thinnet10 Mb/sCoaxial bus
IEEE 802.3i — 10BASE-T1990Ethernet10 Mb/sCat3 twisted pair
IEEE 802.3u — 100BASE-TX1995Fast Ethernet100 Mb/sCat5
IEEE 802.3ab — 1000BASE-T1999Gigabit Ethernet1 Gb/sCat5e
IEEE 802.3an — 10GBASE-T200610 GbE10 Gb/sCat6a / Cat7
IEEE 802.3bz — 2.5/5GBASE-T2016Multi-Gig2.5 / 5 Gb/sCat5e / Cat6 (re-uses existing plant)
IEEE 802.3ba — 40/100GBASE201040 / 100 GbE40 / 100 Gb/sCat8, twinax, fiber
IEEE 802.3bs — 200/400GBASE2017200 / 400 GbE200 / 400 Gb/sFiber, twinax
IEEE 802.3df — 800GBASE2022800 GbE800 Gb/sFiber
1.6TBASE (in dev)~20261.6 TbE1.6 Tb/sFiber

Maximum segment length on copper is 100 m for almost everything from 10BASE-T through 10GBASE-T. Fiber variants (-SR, -LR, -ER, -ZR) extend that to hundreds of meters, kilometers, or tens of kilometers depending on optics.

Twisted-pair cable categories

CatBandwidthSupports
Cat316 MHz10BASE-T (legacy)
Cat5100 MHz100BASE-TX
Cat5e100 MHz1000BASE-T
Cat6250 MHz1 Gb/s @ 100 m, 10 Gb/s @ ≤55 m
Cat6a500 MHz10 Gb/s @ 100 m
Cat7 / Cat7a600 / 1000 MHz10 Gb/s, shielded; rare in practice
Cat82000 MHz25/40 Gb/s @ 30 m (data center top-of-rack)

Variants worth knowing

  • -T — twisted pair copper (most LAN gear).
  • -SR / -LR / -ER / -ZR — fiber, short/long/extended/very-long range.
  • -CR / DAC (twinax) — short copper for server-to-switch in racks.
  • AVB / TSN (Time-Sensitive Networking) — extensions for deterministic real-time delivery; used in pro audio/video and increasingly in industrial and automotive.
  • Industrial Ethernet — PROFINET, EtherCAT, EtherNet/IP — Ethernet wire and frames with deterministic timing for factory floors.
  • Automotive Ethernet — single-pair variants like 100BASE-T1 and 1000BASE-T1 used in modern vehicles for ADAS and infotainment.
  • **PoE (Power over Ethernet) — power-and-data over the same cable.

Quick history

  • 1973Bob Metcalfe writes the founding Ethernet memo at Xerox, inspired in part by the ALOHAnet radio protocol.
  • 1980 — DEC, Intel, and Xerox publish the DIX standard: 10 Mb/s over coax. The “Ethernet II” frame format from this draft is still what runs on every link today.
  • 1983 — IEEE ratifies 802.3, the open standard. Token Ring and ARCnet compete for the next decade.
  • 199010BASE-T (twisted pair) replaces coax. Star topology with hubs becomes the norm.
  • 1995 — Fast Ethernet (100 Mb/s).
  • 1999 — Gigabit Ethernet over copper. Switched full-duplex makes hubs obsolete.
  • 2002 — 10 GbE arrives, initially fiber-only; copper variant follows in 2006.
  • 2010s — 40 / 100 / 200 / 400 GbE roll out across data centers as the cloud era scales.
  • 2022 — IEEE 802.3df defines 800 GbE; 1.6 TbE is in active development.

See also