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

June 24, 2019 ยท Entered Twilight ยท ๐Ÿ› IEEE Conference on Computer Communications

๐ŸŒ… TWILIGHT: Old Age
Predates the code-sharing era โ€” a pioneer of its time

"Last commit was 6.0 years ago (โ‰ฅ5 year threshold)"

Evidence collected by the PWNC Scanner

Repo contents: .clang-format, .gitignore, .gitmodules, .jenkins, .jenkins.d, .travis.yml, .waf-tools, AUTHORS, COPYING.md, NFD, README.md, RELEASE_NOTES.rst, VERSION, apps, bindings, docs, examples, helper, model, ndn-all.hpp, ndn-cxx, tests, utils, wscript

Authors Klaus Schneider, Beichuan Zhang, Lotfi Benmohamed arXiv ID 1906.10266 Category cs.NI: Networking & Internet Citations 17 Venue IEEE Conference on Computer Communications Repository https://github.com/schneiderklaus/ndnSIM-routing โญ 6 Last Checked 1 month ago
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.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Networking & Internet