docs/infrastructure-cascade.mdx
Critical infrastructure is interdependent. A cable cut doesn't just affect connectivity; it creates cascading effects across dependent countries and systems. The cascade analysis and cable monitoring systems visualize these dependencies and provide early warning of disruptions.
The system builds a graph of 350 infrastructure nodes and dependency edges:
| Node Type | Count | Examples |
|---|---|---|
| Undersea Cables | 86 | MAREA, FLAG Europe-Asia, SEA-ME-WE 6 |
| Pipelines | 88 | Nord Stream, Trans-Siberian, Keystone |
| Ports | 62 | Singapore, Rotterdam, Shenzhen |
| Chokepoints | 9 | Suez, Hormuz, Malacca, Gibraltar, Bosphorus, Dardanelles |
| Countries | 105 | End nodes representing national impact |
When a user selects an infrastructure asset for analysis, a breadth-first cascade propagates through the graph:
1. Start at source node (e.g., "cable:marea")
2. For each dependent node:
impact = edge_strength × disruption_level × (1 - redundancy)
3. Categorize impact:
- Critical: impact > 0.8
- High: impact > 0.5
- Medium: impact > 0.2
- Low: impact ≤ 0.2
4. Recurse to depth 3 (prevent infinite loops)
The system accounts for alternative routes:
MAREA Cable Disruption:
Source: MAREA (US ↔ Spain, 200 Tbps)
Countries Affected: 4
- Spain: Medium (redundancy via other Atlantic cables)
- Portugal: Low (secondary landing)
- France: Low (alternative routes via UK)
- US: Low (high redundancy)
Alternative Routes: TAT-14 (35%), Hibernia (22%), AEConnect (18%)
FLAG Europe-Asia Disruption:
Source: FLAG Europe-Asia (UK ↔ Japan)
Countries Affected: 7
- India: Medium (major capacity share)
- UAE, Saudi Arabia: Medium (limited alternatives)
- UK, Japan: Low (high redundancy)
Alternative Routes: SEA-ME-WE 6 (11%), 2Africa (8%), Falcon (8%)
The dashboard monitors real-time cable operations and advisories from official maritime warning systems, providing early warning of potential connectivity disruptions.
| Source | Coverage | Data Type |
|---|---|---|
| NGA Warnings | Global | NAVAREA maritime warnings |
| Cable Operators | Route-specific | Maintenance advisories |
The system parses NGA (National Geospatial-Intelligence Agency) maritime warnings for cable-related activity:
| Type | Trigger | Map Display |
|---|---|---|
| Cable Advisory | Any cable-related NAVAREA warning | Yellow marker at location |
| Repair Ship | Cableship name detected in warning | Ship icon with status |
When a cableship is mentioned in warnings, the system extracts:
This enables monitoring of ongoing repair operations before official carrier announcements.
Undersea cables carry 95% of intercontinental data traffic. A cable cut can:
Early visibility into cable operations, even maintenance windows, provides advance warning for contingency planning.