Fast Reroute with Highly Connected Routes Based on Maximum Flow Evaluation
Leon Okida, Maverson E. Schuze-Rosa, Elias P. Duarte Jr

TL;DR
This paper introduces MaxFlowRouting, a proactive fault-tolerant routing algorithm that uses maximum flow evaluation to select highly connected backup routes, improving resilience over traditional shortest path methods.
Contribution
The paper proposes a novel MaxFlowRouting algorithm that enhances fast reroute strategies by selecting routes with higher connectivity using maximum flow evaluation.
Findings
MaxFlowRouting provides more alternative paths than Dijkstra's algorithm.
Simulation results show improved fault tolerance with MaxFlowRouting.
The algorithm performs well across various network topologies and real-world backbones.
Abstract
Fault-tolerant routing allows the selection of alternative routes to the destination after the route being used fails. Fast Reroute (FRR) is a proactive strategy through which the protocol pre-configures backup routes that are activated when needed. In this work, we propose the MaxFlowRouting algorithm that employs maximum flow evaluation as well as the route size to select routes that are highly connected. The main advantage of the proposed algorithm is that if any component of such a route fails, there are more alternative paths to the destination in comparison with the route computed with Dijkstra's shortest path algorithm. Simulation results are presented in which we compare the two algorithms (Dijkstra's and MaxFlowRouting) for multiple different random graphs (including Erdos-Renyi, Bar\'abasi-Albert, and Watts-Strogatz) and also for the topologies of some of the most important…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms
