Megatrend · Artificial Intelligence

The single switch that decides whether 10,000 GPUs can "think as one machine"

When we talk about an AI cluster, we usually picture the GPUs. But the thing that ties tens of thousands of GPUs into a single supercomputer is the switch — the box that acts as the traffic junction for data. And its heart is a tiny "switch silicon" chip that sets how widely and quickly the whole cluster can move data between its parts. This lesson zooms in on just this layer — the electrical-side switch chips and systems (Ethernet vs InfiniBand) where Broadcom, Nvidia, and Arista are colliding with hundreds of billions of dollars. (The "optical" side lives in the sibling lesson Optical Interconnect.)

Category Artificial Intelligence Level Specific topic Layer infrastructure Read time ~13 min
A single switch chip in the center, with hundreds of data lines streaming in and out from every direction, weaving many GPU racks into one glowing network.
ภาพประกอบ (hero.webp)
The traffic junction for data. A single switch chip receives and sends data from thousands of wires at once — the point that decides how fast the whole cluster of GPUs can talk to each other.

01What it is

Picture a room of 10,000 people working on the same single task. Everyone is brilliant. But every few seconds they have to tell everyone else their result, all at once — and without a fast, jam-free way to pass the news around, the whole room just shouts over each other and nothing gets done. A network switch is that news-passing system for an AI cluster, and this node is the story of the chips and boxes that do the job.

Go one layer deeper and an AI switch has two parts worth separating: (1) the switch chip (switch silicon / switch ASIC) — the single chip inside the box that decides which output port each piece of data goes to. It's the "brain" that sets the speed ceiling of the whole switch · (2) the switch system — the actual box, complete with the network-control software, that takes that chip and turns it into a usable device. Some companies (Broadcom) sell only the chip, some (Arista) turn the chip into a system and sell that, and some (Nvidia) do both layers themselves.

On the megatrend map, this node is a leaf under AI Networking & Interconnect within the big trend Artificial Intelligence. It's the "electrical layer" of the network — moving data as electrical signals through chips and copper. Its sibling next door is Optical Interconnect & DCI, which handles the "optical layer" (turning data into light fired through glass fiber when it has to travel far). The switch decides where the data goes; light actually carries it the distance once the runs get longer.

Key terms
Switch ASIC · SerDes · Radix

Switch ASIC = the specialized chip that is the core of a switch · SerDes (Serializer/Deserializer) = the tiny circuit that sends and receives data over one lane; the faster per lane (100G → 200G), the more powerful the chip · Radix = the number of ports a single switch can connect. The higher the radix, the fewer switches you need to tie many GPUs together = shorter cables, lower latency, lower power bills.

02Why it matters — "the network is the computer"

One sentence has become an engineering truth of the AI era: "the network is the computer." The reason is in how models are trained — one big model is trained across tens of thousands of GPUs at once, and at every step of training every GPU has to "average together" its own result with all the others (a step called all-reduce) before moving on. That means if the switch is even a little slow or congested, the whole cluster of GPUs — each costing tens of thousands of dollars — has to stop and wait together.

This is why an AI cluster is called "network-bound" — the speed ceiling isn't how fast the compute chips are, it's how fast they can swap data with each other. The numbers make it vivid: a cluster of just 1,000 GPUs needs a non-blocking network — every GPU talking to every GPU (all-to-all) — that can carry more than 400 Tbps combined, with almost no dropped packets and latency held steady at microsecond precision. That kind of job simply didn't exist in pre-AI data-center networks.

> 400 Tbps the all-to-all data that a cluster of just 1,000 GPUs has to move between each other at once, with no bottleneck — and real clusters today are tens of times bigger. The switch is the layer that carries all of this load.

The economic consequences follow immediately. The network used to be just a "small add-on" to a data center. But in an AI cluster it's become one of the fastest-growing big-ticket costs. Dell'Oro Group estimates that the money going into switches for the AI back-end network will pass $100 billion a year by 2030, and the market for the "switch silicon" alone — before it's assembled into boxes — was already worth about $3.8 billion in 2025.

The money flowing into AI back-end network switches
data-center switch market for AI back-end (billions of dollars) — 2030 is a projection
Source: Dell'Oro Group / SDxCentral — AI back-end switch spending to pass $100B by 2030 (midpoint of the estimate range)

03How it works (leaf/spine fabric)

The heart of tying 10,000 GPUs into one well-connected conversation is a structure called leaf/spine (or fat-tree) — instead of running cables from every GPU directly to every other (impossible with tens of thousands), you arrange switches in two layers and route data through the middle layer.

The bottom layer is the leaf switch — the switch GPUs plug straight into, each leaf handling one group of GPUs. The top layer is the spine switch — the switch that links every leaf together. When one GPU sends data to another GPU on a different leaf, the data always travels just two hops: leaf → spine → leaf, no matter how far apart those two GPUs are — which keeps latency "steady" and predictable, and that matters enormously during all-reduce.

The leaf/spine network that ties GPUs together GPUs plug into the bottom-layer leaf switches; every leaf connects up to the top-layer spine switches. Data from one GPU to another goes up through a leaf to a spine and back down to a leaf on the other side — just two hops — so any GPU can talk to any other with steady latency. SPINE · ties every leaf together SPINE LEAF · GPUs plug straight into this leaf 1 leaf 2 leaf N GPU GPU GPU always two hops: leaf→spine→leaf
Two layers, connecting everything. GPUs plug into a leaf · every leaf connects up to a spine · data from any GPU to any GPU travels just leaf→spine→leaf, keeping latency steady and predictable.

What makes the switch chip "hard" is the word non-blocking — the network has to be built so every GPU can send at full speed to any other GPU at the same time, which means the spine layer has to bring down as much bandwidth as the leaves take in (a 1:1 ratio). The wider a single switch chip can send and receive (the higher its radix), the fewer switches it takes to build this fabric — meaning shorter cables, fewer switches, lower latency, and lower power bills. That's why "the width of a single chip" has become a key battlefield.

There's one more layer not to confuse: connecting GPUs within the same rack as fast as possible (called scale-up — Nvidia uses NVLink) is different from connecting across racks into a big cluster (called scale-out — using InfiniBand/Ethernet). The leaf/spine we just looked at is the scale-out layer — and it's the main arena of this lesson.

04How it connects in the ecosystem

The switch layer doesn't work alone. It's the joint that ties several trends together.

  • Tying GPUs / AI accelerators into one machine: this is the deepest relationship. However good a GPU is, it's worthless if it can't talk to its peers — so switch demand is tied directly to GPU sales. The more GPUs you buy, the more switches you have to buy with them
  • Always paired with Optical Interconnect: the switch decides where data goes (the electrical layer), but when it has to travel farther than copper can handle, it gets converted to light (the optical layer) — these two layers have to get faster together, or one becomes the bottleneck. And the line between them is blurring with co-packaged optics, which puts the light right on the switch chip
  • A component of AI servers/racks: many leaf switches get installed while assembling racks and clusters — it's a standard part you can't do without in any AI data-center build
  • Depends on semiconductors: a switch ASIC is, in the end, a chip you make at an advanced foundry (TSMC) — top-end switch chips use the same generation of technology as GPUs
  • Eats huge amounts of power: high-speed switches and SerDes draw a lot of power — that's exactly why high radix and co-packaged optics matter, because they cut the energy per bit
perspective An easy way to remember it: GPU = the "brain" · the switch (this node) = the "nervous system" that makes tens of thousands of brains think as one · light = the "blood vessels" that carry it far away — all three have to grow together. Every time a cluster gets bigger, the number of switches and the width it needs grow even faster than the number of GPUs.

05Where it stands now

The biggest story in this field in 2025 is Ethernet overtaking InfiniBand to become the main scale-out network for AI for the first time. Just two years earlier, InfiniBand held about 80% of AI back-end switch sales, because it's stable and low-latency. But by Q4 2025 Ethernet had taken more than two-thirds of switch sales in AI clusters — Dell'Oro reported that Ethernet was "more than twice" the market size of InfiniBand for scale-out work that year.

Ethernet overtakes InfiniBand in AI clusters
share of AI back-end network switch sales by network type (approximate)
Source: Dell'Oro Group (2025–2026) — Ethernet >2/3 of switch sales in AI clusters in Q4 2025 (up from InfiniBand ~80% two years earlier)

Why did it flip? Because the big hyperscalers don't want to be locked to one vendor — Amazon, Microsoft, Meta, Oracle, and xAI all turned to Ethernet, which is open-standard, cheaper, and has multiple suppliers. The one who benefits the most is Broadcom, the king of switch chips, which in mid-2025 launched the Tomahawk 6 chip hitting 102.4 Tbps in a single chip (double the previous generation, holding 64 ports of 1.6T) and entered production in early 2026 — the world's first switch chip to reach this level.

Broadcom Tomahawk switch-chip width doubles every generation
data send/receive capacity of a single switch chip (Tbps)
Source: Broadcom — Tomahawk 6 = 102.4 Tbps, double Tomahawk 5 (2025; production 2026)
Two parallel roads. The wider open-standard road is overtaking the narrower specialized one, with data flowing along both.
ภาพประกอบ (battle.webp)
The open standard overtakes the bespoke expressway. Ethernet (open, cheaper, many vendors) is overtaking InfiniBand (specialized, low-latency) to become the main scale-out network for AI.

But Nvidia won't give up easily — it stopped selling just GPUs and started selling "the whole system," including its own networking: both InfiniBand (from the Mellanox acquisition) and a new Ethernet line called Spectrum-X designed specifically to fight Broadcom's Ethernet. In 2025, Spectrum-X alone crossed a run-rate of over $10 billion a year, and Nvidia's total networking revenue reached $8–11 billion a quarter — up more than 160% year over year. Meanwhile Arista, which focuses on selling high-end Ethernet "switch systems" to cloud titans, brought in $9.0 billion (+29%) for full-year 2025 and is targeting $2.75 billion in AI-specific revenue for 2026.

Key players in this field
Note
We arrange the players by their role in the chain and market share rather than raw market cap — to reflect who actually controls which level of the switch layer · not investment advice
BroadcomAVGO · US
United States · switch-chip king
The king of Ethernet switch chips (Tomahawk 6 = 102.4 Tbps in a single chip, Jericho for long-distance scale-out) — sells chips to box makers across the whole industry and spearheads the Ultra Ethernet camp that's overtaking InfiniBand.
core · switch-chip leader
NvidiaNVDA · US
United States · owns the whole system
Controls the whole vertical — GPUs + its own networking: InfiniBand (from Mellanox), NVLink for scale-up, and Spectrum-X Ethernet on a run-rate past $10B/year. Its strength is "selling as a package," locking customers into both chips and switches.
core · platform owner
Arista NetworksANET · US
United States · switch-system leader
The leader in high-end Ethernet "switch systems" for AI (EtherLink), with cloud titans as its main customers — full-year 2025 revenue hit $9.0B (+29%), targeting $2.75B in AI-specific revenue for 2026.
core · Ethernet-system leader
MarvellMRVL · US
United States · rival switch chip
A switch-chip and DSP player that's Broadcom's main rival in upstream silicon, strong in both networking chips and custom silicon (custom XPU) for hyperscalers — the industry's second choice when it wants to diversify risk.
core · switch chip
CiscoCSCO · US
United States · legacy networking system
A legacy networking giant racing into the AI back-end switch market with its Silicon One chips — starting to win deals with major hyperscalers, a direct rival to Arista at the system level.
core · switch system
Taiwan · upstream box maker
A major Taiwanese "white-box" switch maker that takes Broadcom's chips and assembles them into boxes for hyperscalers to use themselves — showing how the real hardware chain leans on Asia's ODM factories.
core · switch-box ODM

06The road ahead — 1.6T and open standards

The first direction is the relentless chase for speed. Today's mainstream is the 800G port (which passed 20 million ports within just 3 years of shipping), and the next generation, 1.6T, is flowing into the market. Chips like Tomahawk 6 are already designed to support 1.6T directly. Every time the per-lane speed rises, copper runs out of road faster (the faster it goes, the hotter it gets and the shorter the distance it can carry), forcing the switch layer and the optical layer to fuse even more through co-packaged optics (CPO) — putting the laser right beside the switch chip. 2026 is seen as the first year CPO begins real production on both Ethernet and InfiniBand.

A switch chip in the center with light beams emerging directly from its edges instead of copper wires, conveying co-packaged optics moving the light onto the chip.
ภาพประกอบ (cpo.webp)
Light moves in next to the chip. When copper can't keep going at high speed, the world moves the laser right beside the switch chip (co-packaged optics) to cut power and raise speed.

The second direction is open standards taking even more share. The Ethernet camp banded together as the Ultra Ethernet Consortium and released spec 1.0 in mid-2025 to reshape Ethernet into something low-latency and lossless enough to fight InfiniBand head-on for AI work. Dell'Oro expects AI back-end switch revenue to pass $100 billion a year by 2030, mostly Ethernet — but InfiniBand won't vanish. It still owns the jobs that demand the very lowest latency and highest certainty (frontier-grade training clusters).

The third direction is a new round of battle at the scale-up layer. Today, connecting GPUs within a single rack (scale-up) belongs to Nvidia alone via NVLink. But there are efforts to push Ethernet down into this layer too (such as an open scale-up standard). If they succeed, it opens the field for Broadcom, Marvell, and other switch-chip players to compete in a layer Nvidia used to monopolize — the layer with the highest value per port in the whole cluster.

07Challenges & risks

The first risk is Nvidia's vertical lock. Because Nvidia controls both the GPU and the network, it can "sell as a package" and lock customers into buying its own switches along with the chips — forcing players who sell only switches (Broadcom, Arista) to fight against the pull keeping customers inside Nvidia's closed system. Even with Ethernet overtaking overall, breaking into clusters built purely on Nvidia GPUs gets harder.

The second risk is a standards war that isn't over. The InfiniBand vs Ethernet fight, the opening of scale-up, and the arrival of CPO all mean today's leader could be disrupted by a new standard or architecture. Betting on the wrong standard, in a business that changes fast and invests heavily in R&D, is very expensive.

The third risk is being tied to the AI investment cycle and a handful of customers. Switch demand is tied directly to building GPU clusters, and the big customers number just a few (the hyperscalers). If AI investment slows, or there's a stretch of "overbuilding," switch orders stall instantly — a business that grows extremely fast on the way up but is sensitive to the spending rhythm of a tiny set of customers.

The bottom line for investors The switch layer is the "traffic junction" that decides how fast an AI cluster can think as one machine — three keys: (1) how much further Ethernet (Broadcom/Arista/Nvidia Spectrum-X) keeps eating InfiniBand, and when Ultra Ethernet matures · (2) who controls which layer — the switch chip (Broadcom the king, Marvell), the system (Arista, Cisco), or the whole vertical (Nvidia) · (3) when scale-up opens up to other players — the real value sits in "who controls the chip that lets 10,000 GPUs talk to each other the most widely, quickly, and power-efficiently."

In short: this node is the layer once seen as just "wires and boxes" that has turned into one of the most important bottlenecks and battlefields of the AI era — because the world's most expensive GPUs are instantly worthless without a switch wide and fast enough to tie them together. For moving data over long distances with light, read on in the sibling lesson Optical Interconnect & DCI.

Explore this theme — live data, stocks & news →