Succint greedy routing without metric on planar triangulations
Pierre Leone, Kasun Samarasinghe

TL;DR
This paper demonstrates that greedy routing can be successfully performed on planar triangulations using a metric-free, combinatorial approach, eliminating the need for geometric embeddings.
Contribution
It introduces a metric-free, combinatorial algorithm for greedy routing on planar triangulations, showing success without relying on greedy embeddings.
Findings
Greedy routing succeeds on planar triangulations without metric embeddings.
The algorithm uses only local combinatorial information and requires O(log n) bits.
This challenges the assumption that greedy embeddings are necessary for successful greedy routing.
Abstract
Geographic routing is an appealing routing strategy that uses the location information of the nodes to route the data. This technique uses only local information of the communication graph topology and does not require computational effort to build routing table or equivalent data structures. A particularly efficient implementation of this paradigm is greedy routing, where along the data path the nodes forward the data to a neighboring node that is closer to the destination. The decreasing distance to the destination implies the success of the routing scheme. A related problem is to consider an abstract graph and decide whether there exists an embedding of the graph in a metric space, called a greedy embedding, such that greedy routing guarantees the delivery of the data. In the present paper, we use a metric-free definition of greedy path and we show that greedy routing is successful…
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
TopicsMobile Ad Hoc Networks · Computational Geometry and Mesh Generation · Opportunistic and Delay-Tolerant Networks
