Topicsnetworking

Networking: How Thousands of Accelerators Are Made to Look Like One

A sourced reference collection on the AI interconnect — why a training step finishes only when its slowest link does, the twenty-year doubling of InfiniBand, what RDMA over Ethernet actually costs to run, and why the biggest buyers of AI infrastructure are funding a consortium to commoditise it.

Assertions
15
Sources consulted
17
Read in full
8/17
Cited as evidence
8
Disputed
1

17 sources sit behind this page — including any that arrive with a concept this page shares with another collection. 8 were retrieved and read in full, and only those can back an assertion. 3 could not be retrieved, and 6 were surfaced and deliberately set aside. Every one of them is named in the register below, with the reason in view. How we source this.

Background

Our own synthesis, written to orient you — not evidence. Every factual statement here is asserted and sourced further down this page.

A frontier model does not fit on one accelerator. Its parameters are split across thousands, and after every training step each one has to share what it learned with the others — for months. That makes the network a first-order component rather than plumbing. A training step finishes when its slowest participant finishes, so the worst link governs the whole cluster, and an accelerator waiting on a gradient is exactly as idle as an accelerator nobody bought.

Two networks sit inside every such cluster, built on opposite principles. Scale-up joins a few dozen accelerators into something software treats as one machine, over a proprietary memory-semantic fabric — NVLink reaches 1.8 TB/s bidirectional per GPU across up to 576 of them. Scale-out joins thousands of those machines over a network assembled from parts many vendors sell. The boundary between the two is not physics; it is a judgement about how far the expensive fabric should reach, and it moves.

The specialised side of the argument is InfiniBand, and its record is a clean twenty-year doubling: 2 Gbit/s per lane at SDR in 2001, 200 at XDR in 2024, which on a four-lane port is 800 Gbit/s. But the number that explains its persistence is latency, not bandwidth — adapter latency fell from about 5 microseconds to under 0.6 — because a workload that synchronises thousands of processes at every step cares about the tail far more than the average.

Ethernet borrowed the trick. RDMA lets one machine write into another's memory without troubling the receiving processor, and RoCE brings it to Ethernet — maintained, revealingly, by the InfiniBand Trade Association. Version 2 runs over UDP and is routable, with latencies as low as 1.3 microseconds. The cost is the part the marketing leaves out: RoCE needs a network that does not drop packets, which means Priority Flow Control and a Data Center Bridging setup harder to configure than InfiniBand — and Priority Flow Control can deadlock the network outright.

So an industry body formed to fix Ethernet properly. The Ultra Ethernet Consortium names the deficiencies precisely: scale, bandwidth density, multi-pathing, fast reaction to congestion, and the inter-dependency between flows where tail latency is the figure of merit. Its steering members are AMD, Arista, Broadcom, Cisco, HPE, Intel, Meta, Microsoft and Oracle — with Google, NVIDIA, Qualcomm, Dell and Huawei among more than forty general members. The largest buyers of AI infrastructure are funding the commoditisation of one of its most profitable layers, which is what large customers facing one supplier have always done.

There is a precedent, and the underlying census turns out to complicate it. Tertiary accounts record InfiniBand leading the TOP500 interconnect ranking between 2014 and June 2016 before 10 Gigabit Ethernet displaced it. But the June 2026 list, read directly, shows InfiniBand on 292 of the 500 systems against Gigabit Ethernet's 165 — the most common interconnect on the list, not a displaced one. Measured by aggregate performance the ordering inverts: Ethernet accounts for about 8.54 exaflops against InfiniBand's 7.10. More machines run InfiniBand; more compute runs on Ethernet. Both halves are usually quoted separately, by people who prefer one of them.

The merchant vendors' answer is concrete rather than rhetorical. Arista, a consortium steering member, ships features that map one-for-one onto the deficiencies the consortium named: Multipath Reliable Connection and packet spraying for the missing multi-pathing, Congestion Signaling and PFC-aware load balancing with ECN for slow congestion reaction. It states platforms from 102.4 Tbps up to 460 Tbps, and a distributed switch supporting more than 30,000 400GbE accelerators as a single system — a claim that commodity Ethernet can be made to behave as one fabric at frontier-training scale, which is exactly what a proprietary fabric exists to deny.

Meanwhile the physical limit arrives. Broadcom's merchant Tomahawk 5 states 51.2 Tb/s of switching capacity; NVIDIA states 102.4 Tb/s per chip with 512 ports of 800 gigabits in five rack units. At that density, getting the signals off the chip at all is the constraint — which is where co-packaged optics stops being a research topic and becomes the only remaining option.

What is missing is named rather than implied. The Ultra Ethernet specification itself sits behind a download form and was not read, so this page describes the standard's intent and not its content. IEEE 802.3df, which defines the 800 Gb/s and 1.6 Tb/s rates quoted here from vendor pages, is paywalled. NVIDIA's own InfiniBand product pages were not retrieved, so the InfiniBand material is encyclopedic rather than first-hand. Arista's AI networking position was not read, which means this collection carries the integrated vendor's diagnosis of Ethernet's shortcomings without the merchant vendors' reply. And the TOP500 statistics behind the displacement story were not retrieved, so that history is summarised rather than shown.

Figures

Every number below is asserted and sourced elsewhere on this page.

Twenty years of doubling

InfiniBand per-lane throughput by generation. Ports are usually four lanes wide, so the top of this chart is an 800 Gbit/s link.

Throughput per lane, Gbit/s

2

SDR 2001

4

DDR 2005

8

QDR 2007

13.6

FDR 2011

25

EDR 2014

50

HDR 2018

100

NDR 2022

200

XDR 2024

Wikipedia's InfiniBand article, read directly — a tertiary account of a generation table no vendor publishes neutrally. Stated per-lane throughput, not measured results.

What the top 500 machines actually run

Interconnect family by system count, June 2026. InfiniBand leads here — but on aggregate performance the ordering reverses and Ethernet leads.

Total 500 systems

  • InfiniBand292
  • Gigabit Ethernet165
  • Omnipath26
  • Proprietary network7
  • Custom interconnect6
  • Ethernet4

TOP500 List Statistics, June 2026 list, read through the site's own category form. Counts sum to exactly 500. A twice-yearly self-reported census of machines whose operators choose to submit, not a market survey.

The latency that mattered more than the bandwidth

InfiniBand adapter latency, SDR to HDR. For a workload that synchronises thousands of processes every step, this fell further than bandwidth rose in importance.

Adapter latency, microseconds

5 µs

SDR

<0.6 µs

HDR

Wikipedia's InfiniBand article, read directly. It gives adapter latency of 5 microseconds at SDR and under 0.6 at HDR; the HDR figure is an upper bound, plotted at 0.6.

Concepts

The vocabulary this subject is built from, and what we can show about each.

Co-Packaged Optics (CPO)

packaging technologyshared from another collection — see its own page for what it asserts

Graphics Processing Unit (GPU)

componentshared from another collection — see its own page for what it asserts

InfiniBand

interconnect

On the TOP500 list of June 2026, InfiniBand leads by system count with 292 of 500 against Gigabit Ethernet's 165 — but Ethernet leads on aggregate performance, 8,538,847,560 GFlops of Rmax against InfiniBand's 7,097,006,840. More machines run InfiniBand; more compute runs on Ethernet.

ReportedSupported by the sources below, not yet editor-reviewed.
1 source1 retrieved & read

Tertiary accounts record InfiniBand leading the TOP500 interconnect share from 2014 until June 2016 before 10 Gigabit Ethernet displaced it — but the June 2026 census has InfiniBand leading by system count again, with Ethernet ahead only on aggregate performance.

DisputedSources disagree. Both accounts are shown below.
2 sources2 retrieved & read

InfiniBand doubled roughly every generation from 2 Gbit/s per lane at SDR in 2001 to 200 at XDR in 2024 — 800 Gbit/s over a four-lane port — while adapter latency fell from about 5 microseconds to under 0.6, which is the figure that explains its persistence.

ReportedSupported by the sources below, not yet editor-reviewed.
1 source1 retrieved & read
  • SupportsRetrieved & read
    InfiniBand

    WikipediaOther

Making Ethernet Fit for AI

interconnect

The Ultra Ethernet Consortium's steering members are AMD, Arista, Broadcom, Cisco, HPE, Intel, Meta, Microsoft and Oracle, with Google, NVIDIA, Qualcomm, Dell and Huawei among 40-plus general members — the largest buyers funding commoditisation of a profitable layer, with the incumbent inside the body.

ReportedSupported by the sources below, not yet editor-reviewed.
1 source1 retrieved & read

The Ultra Ethernet Consortium names what Ethernet lacks for AI: scale, bandwidth density, multi-pathing, fast congestion response, and flow inter-dependency where tail latency is the figure of merit — a training step finishing only when its slowest participant does.

ReportedSupported by the sources below, not yet editor-reviewed.
1 source1 retrieved & read

Arista, a consortium steering member, answers the named Ethernet deficiencies with Multipath Reliable Connection, packet spraying, Congestion Signaling and PFC-aware load balancing, and states platforms from 102.4 Tbps up to 460 Tbps and a distributed switch supporting over 30,000 400GbE accelerators as one system.

ReportedSupported by the sources below, not yet editor-reviewed.
1 source1 retrieved & read

Pluggable Optical Transceiver

componentshared from another collection — see its own page for what it asserts

RDMA and Lossless Ethernet

interconnect

RoCE gives Ethernet remote direct memory access — v1 confined to one broadcast domain, v2 routable over UDP port 4791, latencies as low as 1.3 microseconds — but requires Priority Flow Control and Data Center Bridging, which is harder to configure than InfiniBand and can deadlock the network.

ReportedSupported by the sources below, not yet editor-reviewed.
1 source1 retrieved & read

Scale-Up Versus Scale-Out

interconnect

Scale-up joins dozens of accelerators as one machine over a proprietary fabric at terabytes per second per device; scale-out joins thousands of machines over multi-vendor networking at gigabits per port — and the boundary between them is a commercial judgement, not a physical law.

ReportedSupported by the sources below, not yet editor-reviewed.
2 sources2 retrieved & read

Silicon Photonics

componentshared from another collection — see its own page for what it asserts

Switch Silicon Capacity

component

Broadcom's merchant Tomahawk 5 states 51.2 Tb/s of switching capacity; NVIDIA states 102.4 Tb/s per switch chip on 200G SerDes with 512 ports of 800G in a 5U chassis — a density at which getting signals off the chip becomes the constraint.

ReportedSupported by the sources below, not yet editor-reviewed.
2 sources2 retrieved & read

Timeline

What actually happened, in order, with sources.

Coverage
  • 1 United States
  • 5 Unattributed

Where this topic’s events took place, as far as our sources establish it. Events with no single location — a standards publication, say — and events we have not yet attributed are both counted as unattributed rather than omitted.

  1. Jun 2026

    The Census Says Both Sides Are Winning

    other

    The June 2026 TOP500 list records InfiniBand on 292 of 500 systems against Gigabit Ethernet's 165, while Ethernet leads aggregate performance at 8,538,847,560 GFlops of Rmax to InfiniBand's 7,097,006,840 — the specialised interconnect on more machines, the commodity one under more compute.

    ReportedSupported by the sources below, not yet editor-reviewed.
    1 source1 retrieved & read
  2. 2024

    InfiniBand Reaches 200 Gigabits per Lane

    technology generation milestone

    InfiniBand's XDR generation reached 200 Gbit/s per lane in 2024 — 800 Gbit/s over a four-lane port, and a hundredfold increase in per-lane throughput since 2001.

    ReportedSupported by the sources below, not yet editor-reviewed.
    1 source1 retrieved & read
    • SupportsRetrieved & read
      InfiniBand

      WikipediaOther

  3. Jun 2016

    Commodity Ethernet Displaces InfiniBand at the Top of the TOP500

    other

    InfiniBand was the most common TOP500 supercomputer interconnect from 2014 until June 2016, when 10 Gigabit Ethernet displaced it — the clearest precedent for a specialised interconnect losing share to a commodity one.

    ReportedSupported by the sources below, not yet editor-reviewed.
    1 source1 retrieved & read
    • SupportsRetrieved & read
      InfiniBand

      WikipediaOther

  4. 2001

    InfiniBand Ships at 2 Gigabits per Lane

    standards milestone

    InfiniBand's first generation shipped from 2001 at 2.5 Gbit/s signalling and 2 Gbit/s throughput per lane, with adapter latency around 5 microseconds.

    ReportedSupported by the sources below, not yet editor-reviewed.
    1 source1 retrieved & read
    • SupportsRetrieved & read
      InfiniBand

      WikipediaOther

  5. Date unknownno source establishes an occurrence date

    An Industry Consortium Publishes a Specification for AI Ethernet

    standards milestone

    The Ultra Ethernet Consortium has published a specification at version 1.0.3 for an open AI and HPC networking stack, with AMD, Arista, Broadcom, Cisco, HPE, Intel, Meta, Microsoft and Oracle steering — no release date is established by the source read here.

    ReportedSupported by the sources below, not yet editor-reviewed.
    1 source1 retrieved & read
  6. Date unknownno source establishes an occurrence date

    A Single Switch Chip Passes 100 Terabits per Second

    technology generation milestoneUnited States

    NVIDIA states 102.4 Tb/s per Spectrum-X switch chip on 200G SerDes with 512 ports of 800G in 5U, against Broadcom's merchant Tomahawk 5 at 51.2 Tb/s — neither source dates its availability, so no date is asserted.

    ReportedSupported by the sources below, not yet editor-reviewed.
    2 sources2 retrieved & read

Source register

All 17 sources behind this page — what we read, what we tried to read and could not, and what we looked at and set aside, with the reason in view for each. A concept shared with another collection brings its own references with it, so some entries here were surfaced for a neighbouring topic rather than this one.

Cited as evidence
8
Tried, could not read
3
Surfaced, set aside
6
Cited sources 8 distinct links

Original publisher links. Files open on the publisher’s site; we do not host copies. A linked document is not an additional source or an independent verification.

Tried, could not read3

We attempted these and were refused or served nothing. Nothing on this page rests on them; they are published so the gaps are checkable rather than invisible.

Surfaced, set aside6

These came up while researching and were deliberately not used. We do not claim to have read them — each is listed with why it was passed over, so the shape of the survey is visible and not just its conclusions.

Coverage & limits

What this page does and does not claim.

Seventh packet, and the component that turns the other six into a machine. Sixteen sources were consulted: seven were retrieved and read, three were attempted and could not be read, and six were surfaced and set aside with a stated reason. Two gaps named in the first revision are now closed, and both changed what this page says. The TOP500 interconnect census was read directly — it sits behind a category form, so a browser was required — and it complicates the tidy displacement story drawn from tertiary sources: on the June 2026 list InfiniBand leads by system count, 292 of 500, while Ethernet leads on aggregate performance at roughly 8.54 exaflops to 7.10. Publishing both orderings together is the point, because each is routinely quoted alone by a party that prefers it, and the assertion that previously carried only the displacement half has been superseded rather than quietly edited. Arista's position was also retrieved, so this collection no longer carries an integrated vendor's diagnosis of Ethernet's shortcomings without a merchant vendor's reply — and that reply maps feature-for-feature onto the deficiencies the Ultra Ethernet Consortium named. The strongest source remains the consortium's own statement of what Ethernet lacks, because an industry body naming deficiencies in the technology it champions is more credible than a vendor naming them in a competitor's. Vendor pages are used only for facts about their own products; every comparative multiple — NVIDIA's 1.6x network performance and 1.9x NCCL claims in particular — is recorded as a claim and asserted nowhere. Remaining named gaps: the Ultra Ethernet specification, behind a download form, so this page describes the standard's intent rather than its content; IEEE 802.3df, paywalled, so the 800 Gb/s and 1.6 Tb/s rates rest on vendor pages; and NVIDIA's InfiniBand product page, which was retrieved but states no port counts, bandwidths or latencies. Not yet editor-reviewed; every assertion reads as reported.

Source check, 2026-09-17. Numeric-presence checks passed for 15 assertions using available source text, which may be cached. This is not verification of their meaning. What this check does and does not prove →

  • Not editor-reviewed unless labelled. Assertions marked Reported are assembled from the sources shown and have not yet been checked by an editor. Only Primary source and Corroborated mean a human verified them.
  • Disagreements are preserved, not resolved. Where sources conflict, both accounts appear and the assertion is marked Disputed.
  • Retrieval status is disclosed per source. A source we could not open is never counted as evidence for an assertion.

This page is also available as structured data: /api/v1/topics/networking