AI network fabrics are becoming part of the compute engine
New scale-up and scale-out architectures are moving collective operations, congestion control, routing intelligence and failure recovery into switches, NICs and interconnect protocols. For large AI systems, the network is no longer plumbing beneath the model; it is part of the runtime.
Share this article
What is happening?
A conventional data-center network is designed mainly to move packets between machines. A modern AI fabric increasingly has to help many accelerators behave like one machine. That changes the job. During tensor parallelism, expert parallelism, distributed training and disaggregated inference, accelerators repeatedly exchange activations, gradients, tokens and cache state. Some exchanges are collective operations: all-reduce combines values across many participants; all-to-all sends different data from every accelerator to every other accelerator. If one path queues or one participant arrives late, the whole synchronized step can slow down. New fabrics therefore add features such as in-network reductions, lossless transport, link-level retry, hardware load balancing, programmable congestion control and topology-aware recovery. The switch is no longer only forwarding bytes. In selected cases it is combining data, deciding how traffic should move and helping the runtime survive faults. The important metric becomes useful model work per accelerator-hour, watt and dollar, not the number printed beside an Ethernet port.
Why this trend is moving
- 01Ultra Ethernet Specification 1.0.3 became the consortium’s current published version on July 16, 2026, pushing open high-performance Ethernet from initial specification into a faster implementation cycle.
- 02AMD’s July 23 Helios networking disclosures treat front-end, scale-up, scale-out and scale-across networking as one programmable AI system rather than separate infrastructure purchases.
- 03NVIDIA’s July 20 NVLink 6 technical disclosure describes 3.6 TB/s per-GPU scale-up bandwidth and SHARP-based in-network collective compute inside Vera Rubin rack systems.
- 04NVIDIA’s July 21 Spectrum-6 launch brings 102.4 Tb/s switching and AI-specific adaptive traffic management into production-oriented gigascale Ethernet designs.
- 05UALink Common 2.0 adds In-Network Compute while its manageability specification standardizes centralized control and management planes, indicating that the scale-up fabric is becoming an actively managed subsystem.
- 06OCP ESUN 1.0 defines lossless scale-up Ethernet behavior, link-level retry and a compact four-byte header for small accelerator messages, showing Ethernet is being redesigned for traffic it was not originally built to carry.
- 07MoE inference, tensor parallelism and disaggregated serving all increase synchronized east-west communication, so network stalls can erase gains from more accelerator FLOPS.
- 08Co-packaged optics and 200G-per-lane SerDes are moving from roadmap slides into shipping or production-bound systems because electrical reach, power and bandwidth density are becoming limiting constraints.
What this means in practice
- Network architecture is becoming a model-performance decision. Teams need to benchmark collectives and accelerator stall time alongside kernel and model optimizations.
- Scale-up, scale-out and scale-across should be treated as different domains with different latency, semantics and failure requirements rather than one generic “AI network.”
- In-network compute can shorten collective operations, but it introduces numerical, portability and debugging requirements that must be qualified like accelerator kernels.
- Programmable NICs and DPUs are becoming runtime infrastructure because transport, congestion and storage-access policy increasingly changes through software rather than fixed hardware alone.
- Open standards can reduce platform lock-in only if multi-vendor interoperability works above the physical link, including collectives, management APIs and runtime libraries.
- Vertically integrated fabrics retain an advantage when tight hardware/software co-design produces measurable workload goodput; open alternatives must compete on delivered systems performance, not standards language.
- Fabric firmware, routing policy and collective-library versions should be pinned to qualified model releases because apparently small network changes can shift latency tails and end-to-end throughput.
- Power planning has to include switch ASICs, NICs, optics, retimers and cooling; a network that saves power can translate that budget into more useful accelerator capacity.
What the headline leaves out
This is the practical technical view: how the system is put together, where it can fail, and what a real deployment asks from the team running it.
How it is built
The emerging AI-fabric architecture is hierarchical. Inside a rack or pod, a scale-up network connects accelerators into a tightly coupled domain with very high bandwidth, predictable latency and explicit memory or transport semantics. UALink and NVLink address this domain through different ecosystem models. OCP ESUN is pushing Ethernet switching into the same scale-up territory, while endpoint transport work remains separate. Outside the rack, scale-out Ethernet or InfiniBand fabrics connect pods and carry data-parallel training, distributed inference and shared-service traffic. Ultra Ethernet defines a high-performance Ethernet stack for this broader AI/HPC domain. At the edges, programmable NICs and DPUs terminate transport, enforce security and increasingly accelerate storage or memory movement. Across all three layers, telemetry feeds routing and placement decisions. Co-packaged optics begins to appear where electrical reach and pluggable-module power become limiting. The architecture therefore resembles a distributed computer with multiple communication tiers, not a set of servers attached to one homogeneous network.
How inference behaves
Consider an MoE decode step. A router on each accelerator selects experts for tokens. Those experts are distributed across the scale-up domain, so tokens are dispatched through an all-to-all exchange, processed, returned and reordered before the next layer can continue. Network latency and path imbalance become part of token latency. For training, all-reduce or reduce-scatter synchronizes gradients or tensor shards. In-network compute can partially combine values as they traverse switch silicon, reducing bytes and endpoint work. UALink Common 2.0 formalizes In-Network Compute as a scale-up capability. NVIDIA’s NVLink 6 exposes SHARP collective offload in its proprietary fabric. On Ethernet, UEC and ESUN focus more heavily on transport, congestion, reliability and framing, while vendor implementations add adaptive routing and programmable endpoints. Spectrum-X research describes a multiplane topology with hardware-accelerated load balancing that reacts to fabric conditions at microsecond timescales. The common execution loop becomes: issue collective, route across multiple paths, detect congestion or failure, optionally combine data in the fabric, complete the collective, then allow model computation to proceed.
What the tests can miss
The primary evaluation mistake is comparing fabrics by peak link speed. Useful tests measure collective completion time, accelerator stall fraction and task-level goodput under realistic model communication. Message size matters: scale-up traffic can include frequent small synchronization messages as well as large tensor transfers. Collective type matters: all-reduce and MoE all-to-all stress the topology differently. Failure matters: a long training job should be tested while links flap, switches degrade and tenants compete for paths. Vendor numbers should be read in that context. NVIDIA reports up to 2.3x higher simulated decode throughput for NVLink 6 versus an off-the-shelf Ethernet comparison in selected 72-accelerator MoE scenarios; the company explicitly describes the result as simulation, so it should not be generalized into a universal performance ratio. Its Spectrum-X team separately reports 98% theoretical line rate with low jitter and limited latency degradation under injected link failures in a research paper describing its own system. AMD reports job-completion and bandwidth gains for its newest NICs and Helios fabric. Those claims are useful product evidence, but independent cross-vendor workload benchmarks remain limited. A serious buyer should reproduce all-to-all, all-reduce, tail latency, failure recovery and power-per-token on the actual model stack.
What deployment involves
Deployment should start from the workload graph rather than the switch catalog. Capture communication traces from representative training or inference jobs and identify which exchanges dominate step time. Define the scale-up domain and its required semantics, then choose a fabric and collective implementation. Shadow-test routing and congestion policies before production. Pin switch and NIC firmware, transport libraries, collective libraries and topology definitions to the runtime release. For in-network compute, compare numerical outputs against an endpoint reference and test fallback when offload is unavailable. Inject link and switch faults while jobs are active, then measure time to restored useful progress. If moving toward UALink, ESUN or UEC, require interoperability evidence across the exact endpoint and switch combinations you intend to purchase; standards compliance on a data sheet is not enough. Co-packaged optics should be deployed with a field-service plan, spare strategy and failure telemetry because its maintenance model differs from replacing a pluggable transceiver.
Where the risks sit
Programmability makes the fabric more powerful and more privileged. A DPU, smart NIC or fabric manager can influence routing, storage access, isolation and sometimes memory movement for many workloads at once. Compromised firmware or management credentials therefore create a large blast radius. In-network compute also means some numerical operations happen outside the accelerator execution environment engineers usually inspect. Controls should include signed firmware, authenticated and least-privilege management planes, configuration provenance, tenant isolation, audit logs and explicit rollback. Network telemetry should be treated as sensitive operational data because it can reveal model topology, workload timing and tenant activity. Open standards reduce dependency risk but also increase the number of interoperating components that must agree on security semantics. The fabric must remain observable enough that an operator can explain why a job slowed, rerouted or produced a different collective path after a software or firmware change.
What it really costs
AI-network economics are dominated by stranded accelerator time and power allocation. A lower-cost fabric is expensive if thousands of GPUs regularly wait on congested collectives. Conversely, buying the highest-bandwidth switch does not create value if the workload is compute-bound or the software cannot use the fabric efficiently. The useful denominator is completed model work: tokens, training steps or resolved jobs per accelerator-hour and per watt. Networking power includes switch ASICs, NICs, optics, retimers and cooling, so co-packaged optics can matter economically even before it raises peak bandwidth. Operational cost also includes failure recovery, spare inventory, firmware qualification and staff expertise. Open Ethernet-based systems may reduce procurement lock-in and reuse familiar tooling, but only if their performance and interoperability are mature enough to avoid engineering overhead that exceeds the hardware savings.
What the evidence supports
The trend is supported by multiple independent engineering directions rather than one launch. The Ultra Ethernet Consortium lists version 1.0.3, released July 16, 2026, as its current specification. UALink’s public specification page now includes Common 2.0 with In-Network Compute, a separate 200G physical/data-link specification, chiplet integration and standardized manageability. OCP ESUN 1.0 defines concrete lossless Ethernet requirements for scale-up, including link-level retry and compact framing. AMD’s July 23 Helios networking architecture spans programmable front-end DPU, UALoE scale-up and high-bandwidth AI NICs for scale-out. NVIDIA’s July 20 NVLink 6 disclosure puts collective computation inside the scale-up fabric, while its July 21 Spectrum-6 launch and May Spectrum-X research paper show aggressive scale-out traffic management. Broadcom is shipping 102.4 Tb/s Tomahawk 6 silicon and pursuing both scale-up and scale-out Ethernet. These sources disagree on ecosystem strategy and vendor advantage, but they agree on the systems premise: data movement, collective execution, routing and recovery now determine how much accelerator compute becomes useful AI output.
How it works in practice
AI networking is becoming part of the compute engine itself: scale-up and scale-out fabrics increasingly execute collective work, enforce transport semantics, steer traffic with telemetry and participate directly in the latency, utilization and fault-recovery behavior of distributed model runtimes.
How the parts work together
The headline technology is only one part of the product. Reliability, security and cost are usually decided by the handoffs around it.
- 01
Profile the communication graph
Measure tensor-parallel exchanges, expert dispatch, all-reduce, KV movement, storage traffic and control messages separately. A fabric cannot be selected from aggregate bandwidth alone.
- 02
Define the scale-up domain
Choose which accelerators must behave like one tightly coupled compute resource. This domain sets the strictest latency, bandwidth, ordering and failure-recovery requirements.
- 03
Map scale-out boundaries
Determine where traffic crosses racks or pods and which collectives remain latency-critical. Separate east-west model traffic from front-end ingestion and storage paths.
- 04
Select transport semantics
Match memory ordering, reliability, congestion control, RDMA behavior and lossless requirements to the workload rather than inheriting generic data-center defaults.
- 05
Place collective work
Decide which reductions, broadcasts or aggregation operations should remain on accelerators and which can be offloaded into switches or NICs without creating numerical, debugging or portability problems.
- 06
Engineer path diversity
Use topology-aware routing, multiple planes or equivalent mechanisms so transient congestion and link failures do not stall synchronized jobs behind one hot path.
- 07
Close the telemetry loop
Collect queue depth, retries, path utilization, collective latency, link health and job-level stall time, then feed those signals into routing and placement policy.
- 08
Budget power and optics
Treat transceivers, SerDes, retimers, switch ASICs and cooling as part of the AI power envelope. At large scale, data movement can consume power that would otherwise support accelerators.
- 09
Validate failure behavior
Inject link loss, switch faults, congestion and partial rack failures while real collectives are running. Measure recovery time and useful job progress, not only packet delivery.
- 10
Version fabric plus runtime
Bind topology, firmware, transport, collective libraries, routing policy and model parallelism into one qualified release because a network change can alter model throughput as materially as a kernel change.
Estimate the limits before the demo
These equations are planning tools rather than substitutes for testing. They help expose a design that is unlikely to fit its hardware, budget, reliability or risk limits.
Communication fraction of step time
F_comm = T_comm / T_step The share of a training or inference step spent waiting on communication is a better first-order signal than link utilization. A fabric upgrade matters when it reduces critical-path communication, not merely when it raises nominal bandwidth.
- A link can report high utilization while the model still stalls on one latency-sensitive collective.
- MoE decode can become communication-bound even when arithmetic utilization looks healthy.
Effective collective bandwidth
B_eff = D_useful / T_collective Useful bytes participating in a collective divided by end-to-end collective completion time captures protocol overhead, routing, congestion and synchronization effects that line-rate specifications omit.
- Compare B_eff for all-reduce and all-to-all separately.
- Report message-size distributions because small control exchanges and large tensor transfers stress different parts of the stack.
Network goodput efficiency
η_goodput = T_useful_compute / (T_wall · N_accel) A distributed AI system creates value only while accelerators make useful progress. Network faults, retries, tail latency and collective stalls all reduce accelerator-time goodput even if the physical links remain active.
- A more resilient fabric can beat a faster but failure-prone fabric over a week-long run.
- Use job-level useful accelerator-seconds rather than switch counters as the business metric.
Collective offload value
V_offload = ΔT_collective - T_offload_overhead - P_error·C_recovery In-network compute is worthwhile when time saved on collectives exceeds offload setup cost and the expected cost of semantic, numerical or recovery failures introduced by moving computation into the fabric.
- Simple reductions can have high value when they dominate synchronized steps.
- A proprietary offload path may lose value if it complicates portability or incident diagnosis.
The network is moving onto the model’s critical compute path
Distributed AI has always depended on communication, but the dependency is changing in kind. Earlier clusters could often treat networking as a fast transport service underneath compute nodes. Frontier training, large mixture-of-experts inference and disaggregated serving make the fabric part of the algorithmic critical path. Tokens, activations, gradients and cache state move because the model graph requires them to move, and a delayed exchange can leave many expensive accelerators idle at once.
That is why modern AI-network designs are adding functions that look less like conventional packet forwarding and more like runtime machinery: collective offload, memory-aware transport, adaptive path selection, rapid link recovery, congestion control tuned for synchronized traffic and software interfaces that expose fabric state to schedulers.
The practical consequence is that a switch upgrade can change model throughput, batch economics and failure behavior even when the GPUs and model weights remain identical. Infrastructure teams therefore need to qualify the network with the workload in the same way they qualify kernels, quantization or serving policy.
Scale-up, scale-out and scale-across solve different communication problems
The phrase “AI network” hides several distinct domains. Scale-up connects accelerators that must behave like one large compute resource. Tensor parallelism and expert parallelism can require fine-grained, latency-sensitive exchanges inside this domain, so memory semantics, ordering and all-to-all behavior matter as much as headline bandwidth.
Scale-out connects racks or pods into a larger cluster. Here the design must sustain large east-west flows, collective synchronization and many concurrent jobs while preventing congestion in one tenant or rail from creating long tails elsewhere. Ultra Ethernet and Spectrum-X are examples of efforts focused on this data-center-scale problem, although their implementation models differ.
Scale-across extends work between facilities. Propagation delay, routing domains, failure isolation and operational ownership become dominant. A fabric that is excellent inside one rack is not automatically appropriate between campuses. The emerging architecture is therefore hierarchical rather than one universal interconnect used everywhere.
UALink, ESUN and Ultra Ethernet attack different layers of the stack
UALink is a scale-up interconnect for accelerators and switches. Its 200G 1.0 specification targets up to 1,024 accelerators in an AI computing pod, while the newer Common 2.0 specification adds In-Network Compute and separates physical-layer evolution from higher-level semantics. Its manageability specification also treats the fabric as a centrally controlled system rather than a collection of independent links.
OCP ESUN focuses on using Ethernet for the scale-up network itself. The first 1.0 operator specification specifies lossless behavior, link-level retry, congestion management and a compact four-byte header intended to reduce overhead for the small messages common in tightly coupled accelerator traffic. ESUN deliberately separates switch/network requirements from endpoint transport work.
Ultra Ethernet addresses a broader high-performance Ethernet communication stack for AI and HPC, including modern RDMA, transport, congestion control, interoperability and operations. Version 1.0.3 became the current published specification on July 16, 2026. These projects can complement one another, but collapsing them into one “open Ethernet standard” obscures where interoperability actually exists.
In-network compute turns collective communication into a fabric primitive
Collective operations are synchronization points. In all-reduce, for example, many accelerators contribute partial values and each eventually needs the reduced result. If every byte must traverse endpoints repeatedly, accelerators and links spend time moving and combining data that has a known communication pattern.
In-network compute moves some of that work into the fabric. UALink Common 2.0 explicitly introduces the capability. NVIDIA’s NVLink 6 switch path exposes SHARP-based collective offload and the company reports 130 TFLOPS of aggregate in-network compute inside a Vera Rubin NVL72 rack. The exact operations and numerical semantics vary by implementation, but the systems idea is common: combine data while it is already crossing the network so fewer bytes and fewer endpoint cycles are needed.
This is not free acceleration. Offloaded reductions must preserve required precision, ordering and failure semantics; collective libraries need to know when the operation is safe; and debugging becomes harder when computation is distributed across accelerators and switch silicon. The performance benefit therefore needs to be evaluated together with portability and incident-response cost.
Mixture-of-experts inference makes all-to-all communication a first-class performance test
MoE models expose why scale-up bandwidth cannot be judged by a single peak number. A router selects experts for tokens, those tokens must be dispatched to accelerators holding the selected experts, the experts compute their outputs, and results must be gathered and reordered. At large batch sizes this creates sustained all-to-all traffic rather than a simple bulk transfer between two endpoints.
A slow or imbalanced path can erase the arithmetic efficiency that sparse activation was supposed to provide. NVIDIA’s July NVLink analysis uses this workload to argue for tightly coupled scale-up fabrics and reports up to 2.3 times higher simulated decode throughput than an off-the-shelf Ethernet comparison in selected 72-accelerator scenarios. That figure is vendor simulation, not an independent universal benchmark, but the underlying communication pattern is real and can be measured directly.
The engineering lesson is to benchmark the actual expert topology, token distribution, batch regime and collective implementation. A network that wins an all-reduce microbenchmark can still lose on MoE all-to-all under realistic skew.
Routing and congestion control are becoming workload-aware runtime policy
Synchronized AI traffic creates incast, hot paths and correlated bursts that ordinary enterprise traffic rarely produces at the same scale. Static equal-cost routing can leave capacity idle while one path queues, and one congested collective can lengthen the step time of an entire distributed job.
New AI fabrics react faster. The Spectrum-X research paper describes a multiplane architecture and hardware-accelerated load balancing intended to respond to changing network conditions at microsecond timescales. AMD emphasizes programmable NIC and DPU logic so transport and optimization policy can evolve in software. UEC defines congestion-management behavior as part of the communication architecture rather than an implementation afterthought.
This creates a new release surface. Routing policy, NIC firmware, congestion thresholds and collective scheduling can materially alter model performance. Operators should version those settings with the serving or training stack and reproduce benchmark results after changes.
The economic metric is accelerator goodput, not terabits per second
A 102.4-terabit switch is impressive only if the cluster converts that capacity into useful accelerator progress. Tail latency, retransmissions, failed links, topology imbalance, collective serialization and maintenance events can all reduce effective output while leaving many physical counters healthy.
This is why vendors increasingly frame networking in tokens per watt, job-completion time and sustained utilization. Those claims need independent reproduction, but the metric shift is correct. A fabric that is five percent slower in a clean benchmark but recovers gracefully from link faults may produce more useful work over a long training run than a faster fabric with brittle failure behavior.
Capacity planning should therefore include the cost of stranded accelerator time. When thousands of GPUs wait on one communication phase, a few milliseconds of tail latency can represent far more money than the switch power saved by a cheaper design.
Co-packaged optics is changing where large AI fabrics can be built
Electrical signaling becomes harder as lane rates and reach rise. Retimers, pluggable optical modules and high-speed SerDes consume power and board area, while every additional component becomes another failure point. The network power budget therefore grows at the same time operators want to allocate more facility power to accelerators.
NVIDIA Spectrum-6 supports both pluggable and co-packaged optics, and Broadcom has moved 102.4-terabit switching into production while also pursuing co-packaged optical variants. The attraction is not merely higher port speed. Bringing optics closer to the switch ASIC can reduce electrical reach and improve bandwidth density and power efficiency.
The trade-off is serviceability and supply-chain complexity. A failed pluggable module is simple to replace; a tightly integrated optical engine changes the maintenance model. Production adoption will depend on whether packaging yield, field replacement, thermal design and optical component reliability improve quickly enough to offset those operational costs.
The infrastructure contest is openness versus the performance advantages of extreme co-design
Open scale-up efforts are motivated partly by procurement and interoperability. A common fabric can let operators combine accelerators, switches and NICs from different suppliers, reduce dependency on one platform roadmap and reuse operational tooling. UALink, ESUN and UEC all make interoperability an explicit goal.
The competing argument is that AI performance depends on details across silicon, collective libraries, topology, firmware and schedulers, so vertically integrated systems can optimize the whole path more aggressively. NVIDIA presents NVLink and Spectrum-X in exactly these terms, with hardware and software developed as one platform.
Neither model wins automatically. Open standards need mature implementations, compliance testing and predictable semantics before theoretical vendor choice becomes practical portability. Proprietary co-design must justify lock-in with measurable workload goodput and lifecycle reliability. Buyers should demand workload-level evidence from both.
The next proof point is interoperable goodput under failure, not another bandwidth record
The standards are now moving quickly enough that implementation quality becomes the harder question. UEC 1.0.3 is current, UALink has added in-network compute and manageability, ESUN has a first operator specification, and multiple 102.4-terabit switch families are shipping or entering production systems. The next stage is not specification publication; it is multi-vendor deployment evidence.
Watch for public interoperability events, independent collective benchmarks, long-duration failure tests and software support that makes fabric features visible to common training and inference runtimes. In-network compute needs especially careful validation because performance gains are meaningful only when numerical behavior and recovery semantics remain predictable.
If those pieces mature, the network will be treated less like data-center plumbing and more like an accelerator subsystem with its own compute, memory semantics and runtime APIs. If interoperability lags, operators may continue buying vertically integrated fabrics even while open specifications look attractive on paper.
What a benchmark worth believing should report
A performance number means little unless the workload, system configuration and quality bar are fixed. This is the minimum record a team should keep.
| Metric | How to measure it | Why it matters |
|---|---|---|
| Collective completion latency | P50, P95 and P99 latency for all-reduce, all-gather, reduce-scatter and all-to-all at workload-representative message sizes. | Synchronized jobs often run at the speed of the slowest collective participant. |
| Effective all-to-all bandwidth | Useful payload bytes delivered per second under balanced and skewed expert traffic. | MoE inference stresses path diversity and endpoint scheduling differently from all-reduce. |
| Accelerator stall fraction | Fraction of accelerator time blocked on communication or remote memory movement. | This ties fabric performance directly to lost compute opportunity. |
| Job goodput | Useful tokens, training samples or completed steps per accelerator-hour. | Line rate is irrelevant if faults and tails reduce completed work. |
| Failure recovery time | Time from link or switch fault to restored useful job progress without restart. | Long-running jobs encounter hardware faults as a normal operating condition. |
| Congestion isolation | Change in latency and throughput of an unaffected tenant while another tenant creates hot-spot traffic. | Shared AI fabrics must prevent one workload from destabilizing others. |
| Routing adaptation time | Time for traffic to move away from a degraded or overloaded path. | AI bursts evolve faster than many traditional network-control loops. |
| Fabric power per delivered token | Switch, NIC, optics and cooling energy divided by useful model output. | Networking competes for the same facility power envelope as accelerators. |
| Collective offload accuracy | Numerical agreement and determinism of in-network reductions versus endpoint reference implementations. | A faster collective is unacceptable if it changes required numerical semantics. |
| Software portability | Amount of runtime, library and scheduler change required to move the workload between qualified fabrics. | Open standards create business value only when portability exists above the wire format. |
Four sensible deployment patterns
Tightly coupled proprietary scale-up
- Where it fits
- Single-vendor racks where maximum mature performance is more important than component interchangeability.
- What you take on
- Strong co-design and software integration in exchange for deeper platform dependency.
Open UALink scale-up domain
- Where it fits
- Operators building multi-vendor accelerator pods around standardized scale-up semantics.
- What you take on
- Potential procurement flexibility, but interoperability maturity and software support must be proven.
Ethernet scale-up with ESUN/SUE-T
- Where it fits
- Teams seeking Ethernet operational familiarity inside accelerator scale-up networks.
- What you take on
- Requires careful validation of latency, lossless behavior, endpoint semantics and vendor compatibility.
Ultra Ethernet scale-out
- Where it fits
- Large multi-rack AI and HPC clusters needing open high-performance RDMA and congestion behavior.
- What you take on
- Standards maturity is ahead of broad multi-vendor production evidence; qualification remains essential.
Programmable NIC/DPU front end
- Where it fits
- Agentic inference and storage-heavy systems where host CPU cycles, security and data movement compete with model work.
- What you take on
- Moves more infrastructure logic into firmware and programmable data-plane code that must be secured and versioned.
Hybrid optical fabric
- Where it fits
- High-radix, high-bandwidth deployments where pluggable optics power and density become limiting.
- What you take on
- Better electrical reach and bandwidth density versus more complex packaging, cooling and field service.
Where projects usually go wrong
Peak-bandwidth purchasing
What you see: Expensive links show healthy utilization but collective latency and model throughput barely improve.
What to do: Benchmark workload-specific collectives and accelerator stall time before procurement.
Scale-up/scale-out category confusion
What you see: A fabric is deployed outside the latency or semantic domain it was designed to serve.
What to do: Document communication domains and requirements before selecting protocols or switches.
Congestion collapse under synchronized bursts
What you see: P99 step time spikes while average network utilization remains moderate.
What to do: Test incast, path skew and multi-tenant bursts with production routing and congestion control.
Collective offload mismatch
What you see: In-network reductions produce numerical differences, unsupported data types or brittle fallback behavior.
What to do: Qualify operation types, precision and recovery semantics against endpoint references.
Firmware drift
What you see: A NIC or switch update changes routing or transport behavior and invalidates prior model benchmarks.
What to do: Pin and version firmware, NOS, transport libraries and topology with each qualified runtime release.
Hidden optical service burden
What you see: Higher-density fabric saves power but field failures take longer to isolate and repair.
What to do: Model mean-time-to-repair and spare strategy before replacing pluggable optics broadly.
Open-standard paper portability
What you see: Devices claim standards compliance but common collectives or management APIs do not interoperate.
What to do: Require multi-vendor compliance evidence and run end-to-end interoperability tests.
Telemetry without action
What you see: Operators collect queue and link metrics but routing and schedulers cannot use them quickly enough.
What to do: Define closed-loop policies and measure reaction time from detection to restored job goodput.
Failure-domain amplification
What you see: One switch or path event stalls an entire rack-scale domain.
What to do: Design path redundancy and rehearse partial-fabric failure while workloads remain active.
Network security blind spot
What you see: Programmable NICs, DPUs or fabric managers become privileged code paths without equivalent hardening.
What to do: Use signed firmware, least privilege, authenticated management planes and audited configuration changes.
A checklist you can actually use
- Have we measured the model’s real communication graph instead of relying on generic network assumptions?
- Which traffic belongs to scale-up, scale-out and scale-across domains?
- What fraction of end-to-end step time is currently communication-bound?
- Which collectives dominate the critical path, and at what message sizes?
- Does the candidate fabric preserve the memory ordering and reliability semantics the runtime expects?
- Are vendor throughput claims measured, simulated or independently reproduced?
- Can the topology sustain skewed MoE all-to-all traffic without severe tails?
- What in-network compute operations are supported, and how are precision and fallback defined?
- How quickly does the fabric recover useful job progress after a link or switch failure?
- Can one tenant create congestion that materially slows another?
- Are NIC, DPU, switch and fabric-manager versions pinned with the model runtime?
- Can the scheduler consume network telemetry when making placement decisions?
- What percentage of facility power is consumed by NICs, switches, optics and associated cooling?
- What is the operational repair model for co-packaged versus pluggable optics?
- Has claimed open-standard compatibility been tested across at least two independent implementations?
- Are fabric management interfaces authenticated, logged and separated from workload credentials?
- Do we report accelerator goodput and cost per useful token rather than only network counters?
- Will a topology or firmware change automatically trigger model-performance requalification?
Terms worth knowing
- Scale-up network
- A low-latency, high-bandwidth fabric that connects accelerators into one tightly coupled compute domain.
- Scale-out network
- A fabric that connects servers, racks or pods into a larger distributed cluster.
- Scale-across
- Networking that extends distributed AI work across separate data-center sites or campuses.
- Collective operation
- A coordinated communication primitive such as all-reduce, all-gather, broadcast or all-to-all involving many accelerators.
- In-network compute
- Execution of selected computation, often reductions or aggregation, inside switches or other fabric devices while data is in transit.
- All-reduce
- A collective that combines values from all participants and returns the reduced result to all of them.
- All-to-all
- A collective where every participant sends distinct data to every other participant; common in expert-parallel MoE workloads.
- RDMA
- Remote Direct Memory Access, which moves data between systems with minimal host-CPU involvement.
- UEC
- Ultra Ethernet Consortium, which specifies a high-performance Ethernet communication architecture for AI and HPC.
- UALink
- Ultra Accelerator Link, an open scale-up interconnect specification for accelerators and switches.
- ESUN
- OCP Ethernet for Scale-Up Networking, an open workstream defining Ethernet network behavior for scale-up AI fabrics.
- NVLink
- NVIDIA’s proprietary high-bandwidth scale-up interconnect for tightly coupled GPU systems.
- NIC
- Network interface controller. AI NICs increasingly implement transport, congestion and routing functions tailored to accelerator traffic.
- DPU
- Data Processing Unit, a programmable infrastructure processor used for networking, storage, security and related offloads.
- Congestion control
- Mechanisms that detect or prevent overloaded paths and regulate traffic to avoid packet loss and long queues.
- Goodput
- Useful application work completed after accounting for stalls, retries, failures and protocol overhead.
- Co-packaged optics
- Optical engines integrated close to a switch or compute ASIC to reduce high-speed electrical reach, power and board density pressure.
- PAM4
- Four-level pulse-amplitude modulation, a signaling method widely used in high-speed electrical and optical links.
Primary references and technical starting points
These sources support the architecture, runtime, benchmark and security claims. Vendor capabilities can change, so the article records the distinction between established evidence, measured product behavior and editorial interpretation.
- 01 Ultra Ethernet Consortium: Specification History — current v1.0.3ultraethernet.org
- 02 Ultra Ethernet Consortium: Specification 1.0 architecture and transport overviewultraethernet.org
- 03 UALink Consortium: UALink specifications including Common 2.0 In-Network Computeualinkconsortium.org
- 04 Open Compute Project: OCP ESUN 1.0 specification releaseopencompute.org
- 05 AMD: AI Networking Built for Scaleamd.com
- 06 NVIDIA: NVLink — The Scale-Up Network for AI Factoriesdeveloper.nvidia.com
- 07 NVIDIA: Spectrum-6 Arrives in Gigascale AI Factoriesblogs.nvidia.com
- 08 High-speed Networking for Giga-Scale AI Factoriesarxiv.org
- 09 Broadcom: Tomahawk 6 shipping in production volumebroadcom.com
- 10 Ultra Ethernet’s Design Principles and Architectural Innovationsarxiv.org