Mobile ad hoc networks
What Are Mobile ad hoc networks?
Mobile ad hoc networks (MANETs) are self-organizing wireless networks formed by a collection of mobile nodes that communicate directly with one another without relying on any pre-existing fixed infrastructure such as base stations or access points. Each node acts simultaneously as a host and as a router, forwarding packets on behalf of other nodes that lie outside direct radio range. The topology changes continuously as nodes move, join, or leave the network, requiring the network to reconfigure itself dynamically. MANETs draw on wireless communications, distributed systems, and networking theory, and they represent an important class of wireless network alongside infrastructure-based cellular and IEEE 802.11 Wi-Fi systems.
The roots of MANET research lie in military packet radio networks developed in the 1970s under DARPA's PRNET and SURAN programs. Commercial interest expanded in the late 1990s with the proliferation of IEEE 802.11-capable laptops and PDAs, and the IETF MANET working group standardized several routing protocol formats during that period. Today, MANET concepts inform the design of vehicular ad hoc networks (VANETs), tactical military networks, and the device-to-device communication modes of LTE and 5G.
Network Architecture and Node Roles
In a MANET, every node must be capable of relaying traffic for other nodes, which distinguishes the architecture from a simple peer-to-peer wireless link. Nodes typically share a common wireless channel and must coordinate medium access to avoid collisions. The lack of central coordination means that functions such as address assignment, topology discovery, and quality-of-service management must be distributed across all participating nodes. Network diameter and reachability depend on node density and transmission range: sparsely deployed nodes may create partitioned networks in which no path exists between certain source-destination pairs. The ScienceDirect overview of mobile ad hoc networks describes these architectural characteristics and their implications for protocol design.
Routing Protocols
Routing in MANETs is complicated by the continuously changing topology, which renders the static link-state and distance-vector protocols used in wired networks impractical. MANET routing protocols fall into two broad categories: proactive and reactive. Proactive protocols, such as Optimized Link State Routing (OLSR), maintain routing tables for all destinations by periodically flooding topology information; they provide immediately available routes at the cost of ongoing control-plane overhead. Reactive (on-demand) protocols, such as Ad hoc On-Demand Distance Vector (AODV) and Dynamic Source Routing (DSR), discover routes only when a source node requires one, reducing overhead at the cost of latency on the first packet of a new flow. AODV, described in an IEEE conference paper on high-delivery-fraction MANET routing, uses sequence numbers to avoid routing loops and to ensure freshness of route information. Hybrid protocols such as Zone Routing Protocol (ZRP) apply proactive routing within a defined zone around each node and reactive routing beyond that zone.
Security Challenges
The open wireless medium and absence of central authentication authority make MANETs vulnerable to attacks that would be contained in infrastructured networks. Routing table poisoning, in which a malicious node advertises false routing metrics to divert traffic, can cause denial of service or enable eavesdropping. Blackhole and grayhole attacks involve a node advertising a route to a destination and then silently dropping forwarded packets. Secure routing protocols such as SAODV extend AODV with digital signatures over route request and reply messages, and the IETF has published RFC 4728 defining the Dynamic Source Routing protocol for MANETs with discussion of security extensions. Establishing trust among nodes without centralized key management remains an active research challenge.
Applications
Mobile ad hoc networks have applications in a range of fields, including:
- Tactical military communications in areas without fixed infrastructure
- Search and rescue operations in disaster-affected regions
- Vehicular ad hoc networks (VANETs) for vehicle-to-vehicle safety messaging
- Sensor and IoT device mesh networks in industrial facilities
- Emergency first-responder coordination during infrastructure outages
- Temporary conference and event networking