Path Selection
Also known as: Route Selection
Path selection is the process of evaluating available network paths and choosing the one that best matches policy, performance, or resilience requirements. It may operate continuously or in response to events such as failures, congestion, or application demands.
- Path selection chooses among available routes or links.
- It can be policy-driven, metric-driven, or application-driven.
- Good path selection improves failover and traffic distribution.
- Poor path selection can create loops or congestion.
- It is central to routing, SD-WAN, and traffic engineering.
In practice, path selection is where routing intent becomes a concrete forwarding choice. The system can select a path based on metrics, administrative policy, application class, or current link health. That choice is one of the biggest determinants of user experience in multi-path networks.
Path selection is especially important where multiple transports or overlays exist. The best path may change based on latency, loss, cost, or availability, so the network must be able to reevaluate decisions without introducing instability.
The main constraint in path selection is that the “best” path depends on the objective. A low-cost path may not be the best for latency-sensitive traffic; a fast path may be poor for resilience. That means the selection logic must be aligned with the service goal, not just the topology.
A second limitation is that selection errors can cascade. If the chosen path changes too frequently or with bad criteria, the network may oscillate or create unexpected congestion. Good path selection therefore needs clear policy, stable metrics, and feedback from real link behavior.
Across ConnectedEarth sectors, path selection is critical in WANs, SD-WAN deployments, industrial networks, and satellite-connected systems. It is the operational decision that shapes how traffic actually flows.