Hopbased
Hopbased describes a family of methods, metrics, and rules in networking and distributed systems that base routing, forwarding, or search decisions on the number of intermediate nodes (hops) between a source and a destination. The central idea is that hop count can serve as a simple and scalable indicator of reachability, cost, or freshness of information, especially in environments with limited state or rapidly changing topology.
In routing, hop-based approaches use hop count as the primary metric for path selection. The best-known example
Implementation commonly involves incrementing a hop counter at each forward step, enforcing a maximum hop limit,
Advantages of hopbased designs include simplicity, predictable behavior, and low state requirements, making them suitable for