┌───────────────┐ ┌───────────────┐ ┌───────────────┐
│ Router A │──────▶│ Router B │──────▶│ Router C │
│ (Static Path) │ │ (Static Path) │ │ (Destination) │
└───────────────┘ └───────────────┘ └───────────────┘
Dynamic Routing Example:
┌───────────────┐ ┌───────────────┐ ┌───────────────┐
│ Router A │──────▶│ Router B │──────▶│ Router C │
│ (Route 1) │ │ (Route 1) │ │ (Destination) │
└───────────────┘ └───────────────┘ └───────────────┘
│
│ Alternative route if Route 1 fails
▼
┌───────────────┐
│ Router D │
│ (Route 2) │
└───────────────┘The diagram shows fixed paths in static routing and alternative automatic paths in dynamic routing.