Remove the fixed center
In a MANET, the nodes are the infrastructure.
A mobile ad hoc network has no permanently required access point, switch, or router at its center. Devices discover nearby neighbors and may forward packets for nodes that are outside direct radio range. A phone, vehicle, sensor, or field computer can be both an endpoint and a router.
Forward across neighbors
Reachability can require several changing hops.
Node A may reach node D through B and C even when A and D cannot communicate directly. Each forwarding node consumes airtime, battery, and processing capacity, so a longer path is not automatically a better path.
Choose when to discover
MANET protocols trade route freshness for control overhead.
AODV
On-demand distance-vector routing discovers a route when needed and maintains sequence information to reduce stale paths.
DSR
Dynamic Source Routing places the discovered route in packet headers, which can become expensive as paths grow.
OLSR
Optimized Link State Routing maintains routes proactively and reduces flooding with selected relay nodes.
Trade-off
Proactive knowledge costs periodic control traffic; reactive discovery costs setup delay and route repair time.
Expect churn
Mobility turns a stable route into a temporary hypothesis.
Nodes can move, sleep, lose radio visibility, exhaust battery, or become congested. A protocol must detect broken next hops, invalidate stale routes, limit broadcast storms, and avoid choosing paths that are technically reachable but operationally fragile.
Keep the domains distinct
Telecommunications carries the radio; Networks decides the path.
The Telecommunications angle covers propagation, channel access, interference, range, modulation, and the physical wireless link. The Networks angle covered here is neighbor discovery, forwarding, addressing, route selection, repair, and end-to-end behavior.
A MANET may use Wi-Fi or another radio, but it is not the same thing as Wi-Fi. Wi-Fi describes a family of wireless LAN technologies; MANET describes a topology and routing model that can operate without fixed infrastructure.
Knowledge check
Test your MANET model
Answer five questions.