Curated reference links for Network Architectures

Whether you are preparing for a network design certification, architecting your first data center fabric, or simply curious how Google and Meta build networks at planetary scale — this post collects the best reference links for six major network architecture domains, organized from vendor design guides to real-world engineering papers.

1. Enterprise Network Architecture

Enterprise (campus) networks follow the classic hierarchical model: access, distribution, and core layers, with two-tier "collapsed core" variants for smaller sites.

2. Datacenter Network Architecture

Modern data centers have moved from the three-tier model to flattened leaf-spine (Clos) fabrics optimized for east-west traffic, typically running VXLAN/EVPN overlays.

3. Service Provider Network Architecture

ISP and carrier networks are built on a core / aggregation / edge model, with MPLS in the backbone, BGP policy at the edge, and peering at Internet Exchange Points.

4. Cloud Provider Network Architecture

Public clouds organize infrastructure into Regions, Availability Zones, and global edge PoP networks, with software-defined constructs (VPC/VNet) on top.

5. Hyperscaler Network Architecture

Hyperscalers (Google, Meta, AWS, Microsoft) design their own fabrics, switches, and control planes — and publish some of the most influential networking papers in the industry.

6. Distributed Systems Network Architecture

At the application layer, networking shifts to service-to-service communication: service meshes, sidecar and ambient proxies, control/data plane separation, and eBPF-based observability.

How to Use These References

The vendor design guides (Cisco, Azure) give you the textbook layered models, while the Google and Meta engineering blogs and SIGCOMM papers show how those models break down at extreme scale — and what replaces them. Reading one of each side by side (for example, the Cisco campus guide next to Jupiter Rising) makes the architectural trade-offs much clearer than either alone.

Found this useful? Leave a comment below with the architecture domain you'd like a deep-dive on next.

Popular posts from this blog

Campus Network Architecture