Inbound Reachability

Also known as: Inbound Connectivity Reachability

Definition

Inbound reachability is the property of a network or service being accessible from external sources through the appropriate routing and policy paths. It is a prerequisite for externally facing services to function correctly.

Key Points
  • Inbound reachability determines whether outside traffic can reach a service.
  • It depends on routing and policy decisions.
  • It is critical for hosting, delivery, and access services.
  • Poor inbound reachability causes blackholes or failed sessions.
  • It is an operational property, not just an address property.
Concept

In practice, inbound reachability is established by prefix advertisement, routing policy, and path selection. A service may exist and be healthy internally, but if inbound paths are filtered or misdirected the outside world cannot reach it.

Operators often treat inbound reachability as a service-assurance metric because failures are immediately user visible. It is also tied to security, because the same mechanisms that allow reachability can accidentally expose too much.

Explainer

The main constraint in inbound reachability is that multiple control mechanisms must align. Routing, policy, and address advertisement all need to agree, and any mismatch can make the service unreachable. That creates a strong dependency on operational discipline.

A second issue is that inbound reachability can be unintentionally broadened. If policies are too permissive or advertisements too wide, the service may become reachable in ways that violate security or design intent. Good reachability therefore requires filtering and governance.

Across ConnectedEarth sectors, inbound reachability matters whenever a service must be accessed from outside the local network: passenger internet service, video delivery, enterprise hosting, and telecom interconnect all rely on it. It is the external visibility of a service path.