Enterprise data centers converge onto one general-purpose fabric. AI sites deliberately do not. Meta's published account of its training clusters describes separating GPU training onto its own dedicated backend network, because its traffic — bursty, load-imbalanced, coordinated across tens of thousands of GPUs for weeks at a time — is hostile to anything sharing a fabric with it.[1]
Fiber entry and the physical plant
Everything external begins at the entrance facility: outside-plant fiber terminating in an entrance room, transitioning to inside-plant cable, cross-connecting into the main distribution area. ANSI/TIA-942 — the data-center telecommunications infrastructure standard, currently at revision C — defines those spaces, pathways, and redundancy topologies.[5] Two carrier paths sharing one conduit are one path with two invoices; real diversity means separate entry points, conduits, and routes off the property. Inside, media follows the lane rate rather than taste. IEEE Std 802.3df-2024 defines 800 Gb/s Ethernet and 400/800 Gb/s physical layers on 100 Gb/s-per-lane signalling, with separate copper, multimode, and single-mode variants.[4] Copper direct-attach survives a couple of metres at those lane rates, so it stays inside the rack; anything crossing a row runs on fiber, and single-mode dominates because its reach does not collapse as lane rates climb.
Leaf-spine: why the fabric looks the way it does
A leaf-spine fabric is a two-tier Clos topology: every leaf connects to every spine, and nothing connects leaf to leaf. Path length is uniform, so any server is the same number of hops from any other — which matters when a collective completes only as fast as its slowest participant. Load spreads across many equal-cost paths instead of one tree, and capacity grows by adding spines rather than replacing a chassis. The pressure point is oversubscription: the ratio of bandwidth facing servers to bandwidth facing spines. Backend AI fabrics are normally built non-blocking, because a bottleneck between racks is paid on every training step for the life of the cluster; frontend and storage planes are routinely oversubscribed, because their traffic tolerates queueing.
Hyperscale practice has already moved past the flat two-tier picture. Google's Jupiter work replaced a static spine layer with optical circuit switches under software-defined control, reporting 5× higher speed and capacity, a 30% capex reduction, and a 41% power reduction across the evolution period while serving live traffic.[3] The transferable lesson for a smaller site is not optical switching — it is that topology has to be incrementally extensible, because the next hardware generation arrives before the building is full.