Megatrend · Artificial Intelligence

When cables and switches are what turn ten thousand GPUs into a single brain

Everyone talks about expensive GPUs. But here's the part people miss — training one AI takes tens of thousands of GPUs running at the same time, and every fraction of a second they have to "talk to each other" with enormous amounts of data. If the link between them is even a little slow, the most expensive GPUs in the world just sit there waiting. This lesson walks through the layer of cables and switches that ties a whole cluster of GPUs into one machine — and the hundred-billion-dollar fight between Nvidia and Broadcom that's heating up on top of it.

Category Artificial Intelligence Level Sub-theme Maturity Scaling Read time ~14 min
Many GPUs lined up in racks, threaded together by cables and switches until they fuse into a single glowing brain
ภาพประกอบ (hero.png)
The network is the computer. Tens of thousands of GPUs become "one machine" only when the network is fast enough to tie them together.

01What it is (the network is the computer)

When we hear "train an AI model," we usually picture one extremely powerful computer. It's nothing like that — big models like GPT or Gemini are trained on tens of thousands of GPUs running at once. The catch is that each GPU only sees a sliver of the data, so it constantly has to "pool" its results with its neighbors. That's where AI Networking & Interconnect comes in.

This node is about the cables and switches that bind a whole cluster of GPUs into a single computer — both the switches that route data (switching) and the optical fiber that carries it at the speed of light (optical). There's a phrase the industry loves: "the network is the computer" — and for today's AI it's no longer a metaphor, it's an engineering fact.

Key terms
Interconnect & Fabric

Interconnect = the wiring that lets many chips talk to each other · Fabric = the whole web of cables + switches that weaves the GPUs together like a sheet of cloth. The bigger the model, the wider and more seamless that cloth has to be — because a single GPU stuck "waiting for data" drags the whole cluster down with it.

On the megatrend map, this node is a sub-theme under Artificial Intelligence, sitting in the "infrastructure layer" alongside siblings like AI compute chips and power and cooling. If the chip is the "brain," the network is the "nervous system" that lets many brains think as one.

02Why the network became the bottleneck

To see why the network matters this much, you first have to understand how AI gets trained. Training a model means repeating "one step" millions of times, and in every step each GPU computes its own correction (gradient), then averages it together with every other GPU in the cluster before moving to the next step. That pooling step is called all-reduce, and it happens every step — which means if the network is slow, all the GPUs have to stop and wait together.

This is why the industry calls AI clusters "network-bound" — the speed ceiling isn't how fast the chips can compute, it's how fast they can "exchange data." On large training jobs, waiting on the network can eat up to ~40% of each step. That means GPUs costing tens of thousands of dollars each can sit idle nearly half the time if the network isn't good enough.

~40% of the time On large training jobs, "waiting on the network" (cross-node all-reduce) can eat up to about 40% of each step — the faster the network, the more value you squeeze out of those expensive GPUs.

The economic fallout follows immediately. The network used to be a "small add-on" in a data center. But in an AI cluster it becomes a major expense, estimated at around 10–20% of total cluster cost — and one of the fastest-growing pieces. On the narrow definition (just "AI data center switch systems," per ResearchAndMarkets), this market is projected to grow from $4B in 2024 to $19B in 2030 (about 30% a year). But if you count all AI back-end switch spending, the number is far bigger, potentially reaching around $100B by 2030 (Dell'Oro — see the switch layer). And that still doesn't include the optical and cable side.

AI data center "switch systems" market (narrow definition — RnM)
Market size (billion dollars) — 2030 is an estimate (CAGR ~30%) — total back-end switch spending is far larger (~$100B/2030)
Source: ResearchAndMarkets — AI Data Center Switches 2025–2030 (CAGR 29.9%)

03How it works — scale-up vs scale-out

An AI network isn't one layer — it's two layers doing different jobs, and understanding the difference between them is understanding the whole trend.

The first layer is called scale-up: linking GPUs that sit "in the same rack" so fast they behave like a single chip. The hero technology is Nvidia's NVLink — one Blackwell GPU has 18 NVLink lines, for 1.8 TB/s of total bandwidth (about 14× a regular PCIe slot). A new system like the GB200 NVL72 binds 72 GPUs in a single rack into "one domain" with 130 TB/s of total bandwidth — like cramming 72 GPUs into one giant chip.

The second layer is called scale-out: connecting "across racks" to tie hundreds or thousands of racks into a cluster of tens of thousands of GPUs. This layer uses a different kind of technology — InfiniBand or Ethernet — and it's the fiercest battleground of this whole trend (we'll come back to that fight).

scale-up and scale-out Inside one rack, GPUs are bound by NVLink (scale-up); connecting across multiple racks uses InfiniBand or Ethernet switches (scale-out), until it all becomes one cluster. SCALE-UP · inside one rack (NVLink) 72 GPUs = one domain NVLink 1.8 TB/s / GPU 130 TB/s total in-rack SCALE-OUT · across racks (InfiniBand / Ethernet) SWITCH Rack 1 Rack 2 Rack N
The two layers of the network. Inside a rack, NVLink binds GPUs into one giant chip (scale-up); across racks, InfiniBand/Ethernet switches weave every rack into a single cluster (scale-out).

Why split it into two layers? Because scale-up is much faster — NVLink inside the rack is about 18× faster than the scale-out network across racks. So engineers try to "cram" as many GPUs as possible into the same scale-up domain (from 8 per node, to 72 per rack, heading toward 576). Because every time data has to leave for the scale-out layer, that's a kind of "wasted time."

Key terms
All-reduce

It's "combine and average" the values from every GPU, then send the result back to all of them equally — and it happens on every training step. The more GPUs, the heavier the all-reduce. That's why a network's "bandwidth" (how wide it can send) and "latency" (how much delay) directly set how fast you can train an AI.

04The two layers of this trend (switching + optics)

Seen as a business, this trend splits into two interdependent halves — and both are booming at the same time.

The first half is switches and switch chips (Switching & Networking Silicon/Systems) — the "traffic junction" for data. A switch takes data from hundreds of cables and sends it the right way. The heart of it is the switch chip (switch ASIC), which sets how much data a single switch can move. The latest switch chips double in speed every generation. This is the arena where Broadcom and Arista are clashing (more on the players and specs at → the switch layer).

The second half is connecting with light (Optical Interconnect & DCI) — when you have to send data farther and faster, copper (cable) starts to break down: the faster it goes, the hotter it gets and the shorter the distance it can reach. So the world is switching to light — turning data into optical signals fired down glass fiber. That converter is called an optical transceiver, and demand for it is exploding. The total transceiver market topped $23B in 2025 (up about 50% in a single year). The core of it is a wall of physics — at 200G per lane, copper can't reach even 1 meter, so light is the only way left to keep scaling. And the value clusters in the western-held "upstream lasers" more than in the modules China dominates (see → the optical layer).

Total optical transceiver market
Value (billion dollars) — up about 50% in 2025 on AI demand
Source: Cignal AI, LightCounting (2025) — the Ethernet side of transceivers alone hit ~$17B (+60%)

So this node is really "the same story, two sides" — the switch is the brain deciding where data goes, and the optics are the blood vessels actually carrying it. Both have to get faster together, or the other one becomes the bottleneck.

05How it connects in the ecosystem

AI Networking doesn't float on its own. It's the layer that "threads" the other trends together:

  • Binds AI compute chips into one machine: this is the deepest relationship. However good a GPU is, it's meaningless if they can't talk to each other — so this node's demand is tied directly to GPU sales. The more GPUs you buy, the more cables and switches you have to buy with them
  • Part of building AI data centers: switches, cables, and transceivers are the parts installed while building a giant cluster
  • Draws enormous power: a high-speed network eats a lot of electricity — which is why co-packaged optics (putting the light right on the chip) matters, since it can cut tens of megawatts per cluster
  • Depends on semiconductors and Interconnect & passive: a switch chip is still a chip that has to be made in a foundry, and the cables, connectors, and advanced substrates are the physical parts that have to be assembled together
  • Depends on critical raw materials: from high-quality copper to the materials for glass fiber and the lasers inside the transceiver
If the AI chip is the "brain" and power/cooling is the "respiratory system," this node is the "nervous system" that lets tens of thousands of brains think as one — and it's a layer investors are only just starting to see as being as important as the chip itself.

06The battle right now (2025–2026)

This is the most dramatic part — a war over the AI network between two big camps, with hundreds of billions of dollars on the line.

On one side is Nvidia, which doesn't just sell GPUs but sells "the whole system" — including its own networking, both InfiniBand (from buying Mellanox) and NVLink for scale-up. InfiniBand once held around 80% of the AI cluster back-end because it's stable and low-latency, so Nvidia tries to "lock in" customers to buy chip and network as a single package.

On the other side is the Ethernet alliance, led by Broadcom (switch chips) and Arista (switch systems), pushing an open standard called Ultra Ethernet (spec 1.0 shipped mid-2025) to make Ethernet — an open-standard technology — fast and stable enough to take on InfiniBand. The pitch: "no single-vendor lock-in, and cheaper."

And in 2025 the tide turned — Ethernet overtook InfiniBand to become AI's main scale-out network for the first time, with reports that Ethernet's market for scale-out that year was more than 2× the size of InfiniBand's — a flip from when InfiniBand held ~80%.

Two parallel roads. The wider open-standard road is overtaking the narrower specialized one, with GPUs flowing along both
ภาพประกอบ (battle.png)
The open standard overtakes the purpose-built expressway. Ethernet (open, cheaper) is passing InfiniBand (specialized, low-latency) to become AI's main network.

The players' numbers tell the story clearly. Broadcom has become the quiet winner of this era — in fiscal Q4 2025 its AI-chip revenue grew 74% to a record, and the networking side grew 170%, making up about 40% of all AI revenue. Meanwhile Arista raised its 2026 AI revenue target to $2.75B (from a $1.5B target in 2025), with a backlog of over $6.8B waiting to ship.

Arista's AI revenue target jumps
Revenue target from AI data centers (million dollars)
Source: Converge Digest, Futurum (Arista FY2025) — total backlog ~$6.8B

The optical side is just as hot. 800G demand pushed Chinese makers like Innolight and Eoptolink to grab a combined ~60% of Nvidia's added orders, while western players like Coherent and Lumentum hold the lasers and upstream parts. And Nvidia itself jumped into the optical arena with co-packaged optics switches — Quantum-X (late 2025) and Spectrum-X (2026).

Key players in this field
Note
We rank players by their role in the value chain and market share, not raw market cap — to reflect who really controls which layer of the network · not investment advice.
NvidiaNVDA · US
USA · owns the whole system
Sells both GPUs + networking (NVLink for scale-up, InfiniBand from Mellanox, Spectrum-X Ethernet). Its edge is the "package deal" — locking customers into both the chip and the network.
core · platform owner
BroadcomAVGO · US
USA · the quiet winner
King of Ethernet switch chips (Tomahawk 6 = 102.4 Tbps, Jericho 4). Its networking side grew 170% YoY, making up ~40% of AI revenue. Spearhead of the Ultra Ethernet camp.
core · switch-chip leader
Arista NetworksANET · US
USA · switch systems
Leader in high-end Ethernet switch systems for AI (EtherLink). Its main customers are the cloud titans. Raised its 2026 AI revenue target to $2.75B, with ~$6.8B backlog.
core · Ethernet systems leader
MarvellMRVL · US
USA · chips & optics DSP
A player in networking chips and the optics DSPs at the heart of high-speed transceivers — both rival and partner to Broadcom in upstream silicon.
core · chips & optics
Coherent/ LumentumCOHR · LITE · US
USA · upstream of optics
Controls upstream optical parts — lasers, photonics chips, and high-speed transceivers, the raw materials of every 800G/1.6T link. Gets the full benefit of the optical super-cycle.
core · upstream optics
Innolight/ Eoptolink300308 · 300502 · CS
China · transceiver factories
China's big optical-module factories, grabbing a combined ~60% of Nvidia's added 800G orders — the core of the optical supply chain, even amid trade tensions.
core · optical-module leader

07The road ahead

The first direction is a "copper-to-light super-cycle". The higher the speed per channel (800G → 1.6T → 3.2T), the more copper runs out of road, so light takes over at shorter and shorter distances. The endpoint is co-packaged optics (CPO) — putting the laser right next to the switch chip to cut power and add speed. 2025–2026 is seen as the first year of real production CPO, with Google, Meta, Amazon, and Nvidia leading the way — pluggable transceivers aren't going away, but the path is clearly toward more light.

The second direction is Ethernet keeps taking share, with a maturing Ultra Ethernet standard and a broader ecosystem. Ethernet revenue for AI scale-out is forecast to top $100B a year by 2030. But InfiniBand won't disappear — it still owns the jobs that demand the very lowest latency and highest certainty (frontier-scale training clusters, national research).

The third direction is scale-up opens up. Today NVLink belongs to Nvidia alone, but there are efforts to build an open scale-up standard (for instance, pushing Ethernet down into the scale-up layer too). If it works, it opens the field for other players to compete in a layer Nvidia once monopolized — a new round of the battle now taking shape.

08Challenges & risks

AI networking is a hot trend, but it comes with risks you have to see clearly.

The first risk is being tied to the AI investment cycle. This node's demand is tied directly to building GPU clusters. If hyperscaler AI investment slows (or if there's a period of "over-building"), orders for switches and transceivers stall right away — this is a business that grows very fast on the way up, but is sensitive to the spending rhythm of just a few customers.

The second risk is an unsettled standards war. The InfiniBand vs Ethernet fight and the opening of scale-up mean today's leader could be disrupted by a new technology or standard. Betting on the wrong standard in a business that changes this fast is expensive.

The third risk is geopolitics and the optical supply chain. Most cost-effective optical modules are made in China (Innolight, Eoptolink), while the main customers and upstream chips sit on the US side. Trade tensions or export controls could hit both the price and the delivery of a layer that's already in short supply.

AI Networking is a trend that "gets the full AI tailwind and is a real bottleneck" — three keys: (1) who controls which layer (switch chips = Broadcom/Nvidia, systems = Arista, optics = Coherent/Lumentum/Chinese factories) · (2) how far Ethernet keeps eating InfiniBand, and when scale-up opens up · (3) whether the AI investment cycle is still strong — the real value lies in "who controls the technology that lets ten thousand GPUs talk to each other fastest and most efficiently," not just who sells the most today.

In short: AI Networking is the layer that was dismissed as just "wiring" but suddenly became one of the most important bottlenecks — and battlegrounds — of the AI era. Because the most expensive GPU in the world is worthless the moment there's no network fast enough to tie them together. Understanding that "the network is the computer" is understanding why hundreds of billions of dollars are flowing into the cables and switches we never even see.

Explore this theme — live data, stocks & news →