Adhoc Wireless Networks

What Are Adhoc Wireless Networks?

Adhoc wireless networks are decentralized communication networks formed by wireless nodes that connect directly to one another without relying on fixed infrastructure such as base stations, access points, or wired backbones. Each node in the network acts simultaneously as a host and a router, forwarding traffic on behalf of other nodes to extend the network's reach beyond a single wireless hop. The absence of centralized administration makes ad hoc networks self-organizing and well suited to scenarios where deploying infrastructure is impractical or impossible.

The concept originates from military packet radio research in the early 1970s and was formalized through the DARPA Survivable Adaptive Networks program. It gained civilian relevance with the proliferation of IEEE 802.11-capable devices and became a defining category in mobile networking research during the 1990s.

Network Architecture and Topology

Ad hoc networks have a flat or loosely hierarchical topology that changes dynamically as nodes move, join, or leave. In the simplest case, all nodes lie within each other's radio range and communicate directly; this single-hop configuration corresponds to the Independent Basic Service Set (IBSS) mode defined by the IEEE 802.11 standard. In multihop configurations, messages travel through a chain of intermediate nodes, each forwarding toward the destination. Topology changes caused by node mobility require the network to continuously update routing information.

Mobile ad hoc networks (MANETs) represent the general multihop case where nodes are free to move arbitrarily. Wireless mesh networks and wireless hive networks extend the concept toward more stable topologies where a subset of nodes are relatively stationary and serve as infrastructure relay points while still operating without central coordination.

Routing Protocols

Routing in ad hoc networks cannot rely on stable, precomputed tables because the topology changes faster than a static protocol can track. Two broad classes of routing protocol have been developed for this reason. Proactive protocols, such as the Optimized Link State Routing Protocol (OLSR), maintain routing tables continuously by exchanging topology control messages at regular intervals. OLSR reduces overhead through multipoint relay (MPR) nodes, which are selected to cover the two-hop neighborhood and retransmit control messages on behalf of their neighbors.

Reactive protocols, such as Ad hoc On-Demand Distance Vector (AODV) and Dynamic Source Routing (DSR), discover routes only when a source node needs to send data. AODV floods a route request packet through the network; when the destination or a node with a fresh route receives the request, it returns a route reply along the reverse path. The ACM MobiHoc publication on IEEE 802.11 ad hoc network scalability examined how these protocol classes perform under increasing node density and highlighted the tradeoff between overhead and responsiveness to topology change.

Security in ad hoc routing is an active research area because the lack of a trusted infrastructure makes nodes vulnerable to routing attacks such as the black hole attack, where a malicious node advertises false routes and discards forwarded traffic.

Applications

Adhoc wireless networks have applications in a range of domains, including:

  • Tactical military communications, where units deploy without fixed infrastructure in contested environments
  • Emergency and disaster response, providing connectivity when cellular networks are damaged or overloaded
  • Vehicular ad hoc networks (VANETs), enabling vehicle-to-vehicle and vehicle-to-infrastructure communication for collision avoidance and traffic management
  • Sensor network deployments in industrial monitoring, environmental sensing, and smart building automation
  • Campus and community mesh networking, extending wireless access to areas without wired coverage through cooperative multi-hop relay architectures
Loading…