Definition
East‑west traffic is a term used primarily in computer networking and data‑center architecture to describe the flow of data packets between devices that reside within the same local network, data center, or cloud environment. The phrase contrasts with “north‑south traffic,” which refers to data moving into and out of a network boundary (i.e., between a data center and external networks such as the Internet). In the context of transportation planning, the term may also be employed informally to denote vehicular movement along an east‑to‑west axis, but its technical usage is most prominent in networking literature.
Data‑Center and Cloud Computing Context
| Aspect | Description |
|---|---|
| Scope | Communication between servers, virtual machines, storage systems, and other resources that are part of the same logical or physical infrastructure. |
| Typical Protocols | TCP, UDP, HTTP/HTTPS, gRPC, storage protocols (e.g., iSCSI, NFS), and any intra‑cluster communication mechanisms. |
| Performance Considerations | Low latency, high bandwidth, and minimal packet loss are critical because many modern applications (e.g., microservices, distributed databases, container orchestration) rely on rapid east‑west exchanges. |
| Architectural Implications | Data‑center designs emphasize high‑capacity, low‑latency switching fabrics (e.g., leaf‑spine topologies) and technologies such as RDMA, VXLAN, and software‑defined networking (SDN) to optimize east‑west traffic. |
| Security Measures | Internal segmentation, micro‑segmentation, and east‑west firewalls or intrusion‑detection systems are deployed to monitor and protect intra‑data‑center traffic. |
Comparison with North‑South Traffic
-
Directionality:
- East‑west: Lateral movement within the data‑center perimeter.
- North‑south: Vertical movement across the data‑center perimeter (client ↔ data‑center).
-
Typical Volume: East‑west traffic often accounts for a majority (sometimes >70 %) of total data‑center traffic in modern cloud environments because of the rise of distributed services and internal data replication.
-
Optimization Focus:
- East‑west: Emphasizes internal network topology, fabric oversubscription ratios, and intra‑rack bandwidth.
- North‑south: Concentrates on external gateway capacity, WAN links, and edge routing.
Historical Development
The dichotomy of east‑west versus north‑south traffic emerged in the early 2010s alongside the rapid adoption of virtualization, containerization, and software‑defined data‑center architectures. Industry whitepapers from major networking vendors (e.g., Cisco, Juniper, Arista) and cloud providers (e.g., Amazon Web Services, Microsoft Azure, Google Cloud) popularized the terminology to aid in capacity‑planning and security‑architecture discussions.
Relevant Technologies and Practices
- Leaf‑Spine Architecture – Provides uniform, low‑latency paths for east‑west flows by minimizing the number of hops between any two servers.
- Overlay Networks – VXLAN, Geneve, and NVGRE encapsulate east‑west traffic to enable flexible, multi‑tenant isolation while retaining efficient routing.
- RDMA over Converged Ethernet (RoCE) – Reduces CPU overhead for east‑west data transfers in high‑performance computing and storage clusters.
- Micro‑segmentation – Implements fine‑grained security policies that apply specifically to east‑west traffic between workloads.
Implications for Network Design
Designers must consider the following when planning for east‑west traffic:
- Bandwidth Oversubscription Ratio – Target ratios close to 1:1 in the spine layer to avoid bottlenecks.
- Latency Budget – Aim for sub‑microsecond latency for latency‑sensitive east‑west exchanges (e.g., high‑frequency trading, real‑time analytics).
- Traffic Engineering – Use ECMP (Equal‑Cost Multi‑Path) routing and SDN controllers to balance flows dynamically.
- Monitoring – Deploy telemetry solutions capable of distinguishing east‑west from north‑south traffic for accurate performance and security analytics.
See Also
- North‑south traffic
- Leaf‑spine network topology
- Data‑center networking
- Software‑defined networking (SDN)
- Micro‑segmentation
References
- Cisco Systems, “Understanding East‑West Traffic in Modern Data Centers,” 2015.
- Arista Networks, “Leaf‑Spine Architecture for High‑Performance East‑West Traffic,” White Paper, 2017.
- NIST SP 800‑125, “Guide to Security for Full Virtualization Technologies,” 2016 – sections on intra‑cloud traffic segmentation.
Note: The term “East‑west traffic” is widely recognized in technical literature pertaining to networking and data‑center design. In the broader transportation sector, the phrase may be used descriptively but does not constitute a formally defined concept.