ZONE ROUTING PROTOCOL (ZRP)
ZRP is a flexible routing framework for mobile ad hoc networks by blending
proactive routing inside a defined local zone with reactive routing outside the zone.
This hybrid approach reduces routing overhead and improves scalability in dynamic
wireless environments.
How ZRP Works
ZRP divides the network into overlapping zones based on each node's local
neighborhood. Within a node's zone, routing is maintained proactively, while for
destinations outside the zone, routing is performed reactively. Each node maintains a
routing zone around itself, with the size of the zone defined by a radius measured in
hops.
Proactive (Intrazone): Nodes within the routing zone use proactive routing,
maintaining updated route information through periodic updates.
Reactive (Interzone): For nodes beyond the local zone, ZRP uses reactive
routing, initiating route discovery only when needed.
This proactive-reactive mix reduces route discovery latency and minimizes overhead
compared to pure proactive or reactive protocols.
Components of ZRP
IARP (IntrAzone Routing Protocol):
Handles proactive routing within a node's local zone.
Keeps track of up-to-date routes to nodes within the zone.
IERP (IntErzone Routing Protocol):
Handles reactive routing for destinations outside the local zone.
Initiates route discovery processes when a node outside the zone needs to be
contacted.
BRP (Bordercast Resolution Protocol):
Supports efficient route query forwarding by reducing redundant transmissions.
Bordercasts route requests to nodes at the edge (border nodes) of the zone rather than
broadcasting to all nodes.
Why ZRP is Used (Benefits)
Reduces the route discovery overhead associated with pure reactive protocols.
Decreases route maintenance traffic compared to pure proactive protocols.
Adapts well to highly dynamic network topologies.
Optimizes resource utilization such as bandwidth and battery life in mobile
devices.
Key Features
Hybrid routing protocol (combines proactive and reactive features).
Zone-based organization around each node.
Use of bordercasting instead of broadcasting for route queries.
Flexibility through adjustable zone radius.
Suitable for dynamic and scalable network environments.
Advantages of ZRP
Efficient use of bandwidth.
Lower route discovery latency.
Scalable to large network sizes.
Adaptability to changes in network topology.
Reduction of redundant control message traffic.
Disadvantages of ZRP
Zone radius must be carefully optimized; too small or too large zones can lead to
performance degradation.
Increased complexity due to maintaining both proactive and reactive routing
protocols.
Overhead in maintaining routing zones in very high-mobility scenarios.
Real-World Applications
Military communications in battlefield networks.
Emergency response and disaster recovery communications.
Vehicular Ad Hoc Networks (VANETs) for traffic management.
Wireless sensor networks requiring efficient and adaptive routing.