# Hop-by-Hop Multipath Routing: Choosing the Right Nexthop Set

**Authors:** Klaus Schneider, Beichuan Zhang, and Lotfi Benmohamed

arXiv: 1906.10266 · 2019-06-26

## TL;DR

This paper explores hop-by-hop multipath routing, proposing LFID, a method that increases available paths and robustness by allowing bidirectional links while avoiding loops, improving failure resilience and traffic distribution.

## Contribution

The paper introduces LFID routing, a novel approach that expands nexthop options beyond DAG constraints while maintaining loop-free paths, enhancing multipath routing capabilities.

## Key findings

- LFID provides more and shorter paths than existing methods.
- LFID improves failure and congestion resilience.
- LFID approaches the performance of source routing.

## Abstract

The Internet can be made more efficient and robust with hop-by-hop multipath routing: Each router on the path can split packets between multiple nexthops in order to 1) avoid failed links and 2) reduce traffic on congested links. Before deciding how to split traffic, one first needs to decide which nexthops to allow at each step. In this paper, we investigate the requirements and trade-offs for making this choice.   Most related work chooses the viable nexthops by applying the "Downward Criterion", i.e., only adding nexthops that lead closer to the destination; or more generally by creating a Directed Acyclic Graph (DAG) for each destination. We show that a DAG's nexthop options are necessarily limited, and that, by using certain links in both directions (per destination), we can add further nexthops while still avoiding loops. Our solution LFID (Loop-Free Inport-Dependent) routing, though having a slightly higher time complexity, leads to both a higher number of and shorter potential paths than related work. LFID thus protects against a higher percentage of single and multiple failures (or congestions) and comes close to the performance of arbitrary source routing.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.10266/full.md

## Figures

43 figures with captions in the complete paper: https://tomesphere.com/paper/1906.10266/full.md

## References

40 references — full list in the complete paper: https://tomesphere.com/paper/1906.10266/full.md

---
Source: https://tomesphere.com/paper/1906.10266