TechRef Wiki

Network Architecture & Routing Protocols

A color-coded mapping of logical protocols to physical infrastructure paths across an enterprise network topology.

v2.4 Updated 24 Jul 2026 12 min read
Description

This is a technical network diagram illustrating the interconnection between several hardware components of an enterprise network infrastructure. The infographic uses a schematic layout where hardware devices are depicted as 3D isometric blocks, connected by multi-colored lines representing data paths or logical configurations. Each line is color-coded to correspond with a specific networking protocol or concept listed in the legends.

Hardware Topology

The documented architecture follows a canonical north-south traffic flow across five discrete hardware tiers:

Router Cisco ISR 4521
Firewall Cisco ASA 5500-X
Switch Catalyst 3300-24P
Load Balancer F5 BIG-IP
Server Application Tier
What makes this unique: Instead of showing simple electricity or ethernet cables, the lines in this diagram represent the type of traffic or configuration being managed. A single piece of hardware — particularly the Load Balancer or Switch — must handle multiple overlapping protocols and security rules simultaneously to maintain a functioning network.

Protocol Legend

Each line color in the diagram maps to a specific protocol or concept. The legend below defines the seven documented protocol layers:

BGP RFC 4271
OSPF RFC 2328
VLAN 802.1Q
ACLs Security
HTTPS TLS 1.3
HTTP TCP/80
GENEVE NVO3

Protocols & Concepts

B BGP — Border Gateway Protocol

Orange lines in the diagram represent BGP routing sessions. BGP is the de-facto exterior gateway protocol of the internet, responsible for exchanging reachability information between autonomous systems. Within this topology, the Cisco ISR 4521 router establishes eBGP peers with upstream providers and iBGP sessions toward the internal network.

  • Path-vector protocol using TCP port 179
  • Attributes: AS_PATH, NEXT_HOP, LOCAL_PREF, MED
  • Convergence relies on route reflectors in larger fabrics
O OSPF — Open Shortest Path First

Purple lines denote OSPF link-state advertisements. OSPF is an interior gateway protocol that computes shortest-path trees using Dijkstra's algorithm. In this deployment, OSPF runs within the enterprise fabric to provide fast convergence and loop-free routing between the distribution and access layers.

  • Link-state protocol, areas 0 (backbone) through N
  • Cost metric based on interface bandwidth
  • Hello timer: 10s (default), Dead timer: 40s
V VLAN — Virtual Local Area Network

Teal/Blue lines indicate VLAN trunking. VLANs segment the broadcast domain at Layer 2, allowing the Catalyst 3300-24P to isolate traffic by function (e.g., management, voice, data) while sharing the same physical infrastructure. Trunk ports use 802.1Q tagging to carry multiple VLANs.

  • 802.1Q tag inserted between Source MAC and EtherType
  • Native VLAN (typically 1) carries untagged traffic
  • VTP optional; manual pruning recommended
A ACLs — Access Control Lists

Light Blue lines represent ACL filtering policies. ACLs enforce permit/deny rules at the firewall and switch levels, controlling which traffic may traverse between VLANs or enter/exit the network. The Cisco ASA 5500-X applies both standard and extended ACLs in this architecture.

  • Standard ACL: match on source IP only (1–99)
  • Extended ACL: match on source/dest IP, protocol, port (100–199)
  • Implicit deny-all at the end of every ACL
H HTTPS & HTTP

Application-layer protocols carried over the network. HTTPS (green lines) represents encrypted web traffic terminated at the load balancer, while HTTP (gray lines) represents internal backend communication between the F5 BIG-IP and the application servers.

  • HTTPS uses TLS 1.3 on TCP/443; offloaded at LB
  • HTTP uses TCP/80 for internal health checks and backend pools
  • F5 BIG-IP supports SSL termination, re-encryption, and pass-through
G GENEVE — Generic Network Virtualization Encapsulation

GENEVE encapsulates Layer 2 frames in UDP for network virtualization overlays. It provides a flexible, extensible tunnel format that supports multi-tenant environments. In this diagram, GENEVE tunnels connect virtualized segments across the physical underlay.

  • UDP encapsulation, destination port 6081
  • Variable-length option headers (TLV format)
  • Compatible with VXLAN and NVGRE control planes

Color Mapping Reference

The infographic's distinguishing feature is its color-coded mapping of logical protocols to physical paths. Each line color unambiguously identifies the traffic type: orange for BGP, purple for OSPF, teal for VLANs, light blue for ACLs, green for HTTPS, gray for HTTP, and pink for GENEVE. This visual encoding allows operators to trace cross-protocol interactions at a glance.

Protocol      Color         Function
───────       ─────         ────────
BGP           #f97316       Inter-AS routing
OSPF          #a855f7       Intra-domain SPF
VLAN          #06b6d4       L2 segmentation
ACLs          #67e8f9       Permit/deny rules
HTTPS         #10b981       Encrypted web
HTTP          #6b7280       Backend web
GENEVE        #ec4899       Overlay tunneling
Key Takeaway

A single piece of hardware — like the Load Balancer or Switch — must handle multiple overlapping protocols and security rules simultaneously. The color-coded path visualization makes this multi-protocol reality explicit, aiding troubleshooting, documentation, and capacity planning.