The document discusses routing protocols for mobile ad hoc networks (MANETs). It provides an overview of the key challenges in MANET routing due to the dynamic and distributed nature of the networks. It also summarizes two popular on-demand (reactive) routing protocols for MANETs - Dynamic Source Routing (DSR) and Ad Hoc On-Demand Distance Vector (AODV) routing. DSR uses source routing and route maintenance, while AODV uses hop-by-hop routing, destination sequencing numbers, and periodic route updates to avoid routing loops and adapt to topological changes. Both protocols reduce overhead by only discovering routes on-demand when needed.