Skip to content

Latest commit

Β 

History

History
32 lines (24 loc) Β· 999 Bytes

File metadata and controls

32 lines (24 loc) Β· 999 Bytes

MANET Routing Protocol Comparison using NS-3

This project presents a detailed performance comparison of four popular MANET (Mobile Ad Hoc Network) routing protocols β€” AODV, DSDV, OLSR, and DSR β€” using the NS-3 Network Simulator.
The goal is to evaluate these protocols under identical network conditions and analyze their efficiency across multiple performance metrics.


πŸ“Œ Objectives

  • To simulate MANET scenarios using NS-3
  • To implement and compare:
    • AODV (Ad hoc On-Demand Distance Vector)
    • DSDV (Destination-Sequenced Distance Vector)
    • OLSR (Optimized Link State Routing)
    • DSR (Dynamic Source Routing)
  • To analyze protocol performance based on:
    • Packet Delivery Ratio (PDR)
    • Throughput
    • End-to-End Delay
    • Routing Overhead
    • Packet Loss

πŸ›  Tools & Technologies Used

  • NS-3 (Network Simulator 3)
  • Ubuntu / Linux Environment
  • C++
  • NetAnim (for visualization)
  • Gnuplot (for result plotting)