The Splinternet
The global, open internet is fracturing. Driven by national security and economic protectionism, nations are pulling their physical and logical networks within their political borders.
The Three Models of Sovereign Control
Governments employ different strategies to exert control over routing and data flow, resulting in distinct models of the splinternet.
| Model | Mechanisms | Primary Examples |
|---|---|---|
| The Firewall (Censorship) | DNS hijacking, Deep Packet Inspection (DPI), blocking ASNs at border gateways. | China (Great Firewall), Iran (NIN) |
| The Regulatory Fortress | GDPR, strict data localization laws, massive fines for cross-border data transfers. | European Union |
| The Sovereign Disconnect | Mandated domestic DNS root servers, capability to physically disconnect international cables. | Russia (RuNet) |
Data Localization Infrastructure
When a government mandates that data generated by its citizens must remain within its borders, it completely alters infrastructure deployment. Cloud providers must build local data centers rather than serving a region from a central hub.
This increases costs and reduces resilience. If a local facility goes down, traffic cannot fail over to a neighboring country without violating the law.
Impact on BGP
Sovereignty efforts often involve creating state-mandated Internet Exchange Points (IXPs) and forcing domestic ISPs to peer locally, attempting to prevent domestic traffic from taking routes over international submarine cables.
Tool: Traffic Localization Verifier
Simulate whether a connection violates data localization rules based on source, destination, and transit ASNs.
Common Mistakes in Analyzing the Splinternet
- Assuming VPNs solve everything: State firewalls use Deep Packet Inspection to detect the cryptographic signatures of VPN protocols (like Wireguard or OpenVPN) and drop the packets entirely, regardless of where they are routed.
- Underestimating physical disconnects: Logical censorship is hard; physical censorship is easy. In conflict zones, governments often just order the power shut off at the core ISP data centers.
FAQ
Can Russia actually disconnect from the internet?
Yes, theoretically. In 2019, Russia passed the "Sovereign Internet" law, forcing ISPs to install DPI equipment controlled by the state (Roskomnadzor) and mandating the creation of a domestic alternative to the global DNS system. Tests have shown they can run domestically isolated.