Geographic Routing Using Ellipses
Area of a Triangle
Does not depend on distance! Only on the 3 angles and the curvature of the space.
\(d(a,b)\): distance between \(a\) and \(b\)
UDG: Graph: \(a\) and \(b\) are neighbors iff \(d(a,b) \leq 1\)
\(c(e)\): cost of sending a message over edge \(e\):
All metrics polynomial in \(|e|\) have the same asymptotic message complexity.
Route from \(s\) to \(t\)
GOAFR: Greedy + A bounding ellipse + OFR
Greedy + OFR
\(O(\overline{st}^2)\)
\( \text{path span} = \frac{\text{shortest path(s, t)}}{d(s,t)} \)