Inter-Domain Routing

Also known as: External Routing

Definition

Inter-domain routing is the process of advertising and selecting network reachability information between separate autonomous systems or similar routing domains. It uses policy to decide which routes are accepted, exported, and preferred across boundaries.

Key Points
  • Inter-domain routing exchanges routes between administrative boundaries.
  • It is policy-driven rather than purely shortest-path driven.
  • BGP is the dominant protocol used for inter-domain routing.
  • Poor policy or filtering can cause route leaks and reachability problems.
  • It is central to internet connectivity and multi-homed enterprise design.
Concept

In practice, inter-domain routing is the policy boundary of the internet and of many large private interconnects. Each domain decides which prefixes it will announce, which peers it will trust, and how it will shape traffic entering or leaving the domain. That means the process is as much about business and governance as it is about packet movement.

The control objective is stable interconnection without surrendering local policy. Operators want external reachability, but they also need to prevent leaks, loops, and accidental transit behavior. That is why route filtering, prefix validation, and policy design are central to the architecture.

Explainer

The main risk in inter-domain routing is that policy errors have wide blast radius. A bad announcement can propagate beyond the intended boundary and disrupt routing in distant parts of the network. Unlike many internal routing failures, inter-domain mistakes can affect partners, customers, and transit providers simultaneously.

Another limitation is that policy complexity grows quickly with peering, multi-homing, and traffic engineering. The more external relationships a domain maintains, the harder it becomes to predict the full routing outcome. As a result, inter-domain routing must be managed with strict controls, observability, and disciplined change processes.

Across ConnectedEarth sectors, inter-domain routing is most visible in telecommunications and service-provider networks, but it also matters wherever enterprises, governments, maritime systems, or industrial operators connect to external providers or partner domains. It is the routing layer where autonomy meets interconnection.