InfraLens

Topology Communication

This starter is annotated reading material and the source of truth for the lab preview. Running anything is optional; the reading goal is to explain the mechanism without hiding behind a framework call.

Reading focus

Read communication plans by asking which collective crosses which link.

Annotated sketch

## Collective map

| Strategy | Common collective | Placement concern |
| --- | --- | --- |
| DDP | all-reduce | gradient bucket size and overlap |
| FSDP | all-gather / reduce-scatter | parameter gather peak |
| MoE | all-to-all | token routing balance |

What to explain

Common trap