This document summarizes and compares three routing protocols for mobile ad hoc networks (MANETs): AODV, DSR, and DSDV. It describes that MANETs are infrastructureless wireless networks without centralized administration. Routing in MANETs is complex due to frequent changes in network topology as nodes move. The document then provides an overview of AODV as a reactive routing protocol that establishes routes on demand, DSR as another reactive source-initiated protocol using source routing, and DSDV as a proactive table-driven protocol that maintains routing tables. It notes that AODV routing messages require little processing to minimize overhead and allows quick reaction to link breaks.