minimalhop
Minimalhop is a routing concept used in computer networks and graph theory that describes strategies prioritizing the fewest hops from a source to a destination. In many networks, each hop represents a traversal from one node to a neighbor and incurs processing, queuing, and potential delay. Minimalhop routing aims to minimize hop count, often at the expense of other metrics such as link reliability, bandwidth, or latency.
In unweighted networks, minimalhop can be achieved with breadth-first search or by using a hop-count distance
Applications of minimalhop include mobile ad hoc networks, sensor networks, and mesh networks where fast convergence
Advantages of minimalhop include simplicity, fast convergence, and reduced control overhead, especially in highly dynamic topologies.
See also: hop count, shortest path routing, breadth-first search, energy-aware routing.