0% found this document useful (0 votes)
2 views36 pages

Qualnet Simulation

This report provides an in-depth analysis of QualNet, a high-performance network simulator designed for simulating Wireless Ad Hoc Networks and evaluating routing protocols like AODV and DSR. The study highlights QualNet's architecture, capabilities, and a simulation experiment demonstrating AODV's superior performance in dynamic environments. It emphasizes the importance of simulation tools in wireless network research and QualNet's role in facilitating large-scale, real-time simulations.

Uploaded by

ranjithads
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views36 pages

Qualnet Simulation

This report provides an in-depth analysis of QualNet, a high-performance network simulator designed for simulating Wireless Ad Hoc Networks and evaluating routing protocols like AODV and DSR. The study highlights QualNet's architecture, capabilities, and a simulation experiment demonstrating AODV's superior performance in dynamic environments. It emphasizes the importance of simulation tools in wireless network research and QualNet's role in facilitating large-scale, real-time simulations.

Uploaded by

ranjithads
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Abstract

This report presents a comprehensive study of QualNet, a high-performance commercial network


simulator developed by Scalable Network Technologies (SNT). The primary focus is on simulating
Wireless Ad Hoc Networks (MANETs) and evaluating the performance of routing protocols such as
AODV (Ad Hoc On-Demand Distance Vector) and DSR (Dynamic Source Routing) using realistic
simulation scenarios.
The report covers the architecture, working mechanism, installation, and analytical capabilities of
QualNet. A detailed simulation experiment involving 10 to 50 wireless nodes is described, and
performance metrics including throughput, end-to-end delay, packet delivery ratio (PDR), and jitter
are measured and compared. The results confirm that AODV outperforms DSR in dynamic network
environments, offering superior throughput and lower delay.
Through this study, the team gained practical knowledge of wireless network simulation workflows,
protocol behavior in mobile environments, and the use of industrial-grade simulation tools for
performance evaluation. QualNet's scalability, real-time simulation capability, and rich analytics make
it one of the most powerful tools available for large-scale network research.

Page 1
Contents
Abstract ................................................................................................................................................. 1
1. Introduction to Wireless Ad Hoc Networks...................................................................................... 5
1.1 Characteristics of Wireless Ad Hoc Networks ............................................................................ 5
1.2 Types of Ad Hoc Networks ......................................................................................................... 6
1.3 Applications of Wireless Ad Hoc Networks ............................................................................... 6
2. Need for Simulation Tools ................................................................................................................ 7
2.1 Common Wireless Network Simulation Tools ........................................................................... 7
3. Introduction to QualNet .................................................................................................................... 8
3.1 Key Facts and Overview ............................................................................................................. 9
3.2 Importance of QualNet in Modern Communication Research.................................................... 9
4. Features of QualNet ........................................................................................................................ 10
4.1 High-Speed Parallel Simulation ................................................................................................ 10
4.2 Real-Time Network Simulation ................................................................................................ 10
4.3 Large-Scale Network Support ................................................................................................... 11
4.4 Comprehensive Wireless Protocol Library ............................................................................... 11
4.5 QualNet Designer – GUI-Based Scenario Creation .................................................................. 11
4.6 Advanced Wireless Channel and Propagation Modeling .......................................................... 11
4.7 Rich Performance Analytics...................................................................................................... 12
5. Architecture of QualNet .................................................................................................................. 12
5.1 Application Layer ...................................................................................................................... 13
5.2 Transport Layer ......................................................................................................................... 13
5.3 Network Layer........................................................................................................................... 14
5.4 MAC Layer ............................................................................................................................... 14
5.5 Physical Layer ........................................................................................................................... 14
6. Working Mechanism of QualNet .................................................................................................... 14
6.1 Scenario Definition ................................................................................................................... 15
6.2 Event-Driven Discrete Simulation Engine ................................................................................ 15
6.3 Protocol Stack Execution .......................................................................................................... 16
6.4 Wireless Channel Simulation .................................................................................................... 16

Page 2
6.5 Statistics Collection and Output ................................................................................................ 16
7. Installation and Setup ...................................................................................................................... 17
7.1 System Requirements ................................................................................................................ 17
7.2 Installation Steps ....................................................................................................................... 17
8. Routing Protocols in QualNet for Ad Hoc Networks ..................................................................... 18
8.1 AODV – Ad Hoc On-Demand Distance Vector Routing ......................................................... 18
8.1.1 AODV Route Discovery Mechanism ................................................................................. 19
8.1.2 AODV Route Maintenance ................................................................................................ 19
8.1.3 AODV Performance Characteristics .................................................................................. 19
8.2 DSR – Dynamic Source Routing .............................................................................................. 20
8.2.1 DSR Route Discovery ........................................................................................................ 20
8.2.2 DSR Route Caching............................................................................................................ 21
8.2.3 DSR vs AODV Comparison ............................................................................................... 21
8.3 DSDV – Destination-Sequenced Distance-Vector Routing ...................................................... 21
9. Simulation Methodology ................................................................................................................ 21
9.1 Simulation Objectives ............................................................................................................... 22
9.2 Simulation Parameters............................................................................................................... 22
9.3 Methodology Steps.................................................................................................................... 23
10. Example Simulation ...................................................................................................................... 24
10.1 Network Topology .................................................................................................................. 24
10.2 Configuration File Excerpt ...................................................................................................... 25
10.3 Simulation Execution .............................................................................................................. 25
11. Results and Performance Analysis................................................................................................ 26
11.1 Throughput Analysis ............................................................................................................... 26
11.2 End-to-End Delay Analysis ..................................................................................................... 27
11.3 Packet Delivery Ratio (PDR) .................................................................................................. 28
11.4 Jitter Analysis .......................................................................................................................... 29
12. Advantages and Disadvantages of QualNet .................................................................................. 29
12.1 Advantages of QualNet ........................................................................................................... 29
12.2 Limitations of QualNet............................................................................................................ 30
13. Comparison with Other Network Simulators ............................................................................... 31

Page 3
14. Real-World Applications of QualNet ........................................................................................... 32
14.1 Military and Defense Communication .................................................................................... 32
14.2 Disaster Recovery and Emergency Networks ......................................................................... 32
14.3 Vehicular Ad Hoc Networks (VANETs) ................................................................................ 33
14.4 IoT and Smart City Networks ................................................................................................. 33
14.5 Satellite and Space Communication........................................................................................ 33
15. Future Enhancements .................................................................................................................... 34
16. Conclusion .................................................................................................................................... 35
17. References ..................................................................................................................................... 36

Page 4
1. Introduction to Wireless Ad Hoc Networks
A Wireless Ad Hoc Network (WANET or MANET — Mobile Ad Hoc Network) is a self-organizing,
infrastructure-less collection of wireless nodes that communicate with each other directly or through
multi-hop paths. Unlike conventional wireless networks that rely on fixed access points or base
stations, ad hoc networks dynamically establish connectivity through peer-to-peer communication.
Each participating node functions simultaneously as a host and a router, enabling the network to adapt
automatically to changes in topology caused by node mobility, link failures, or new device additions.
The concept of wireless ad hoc networking emerged from military communication research in the
1970s, where battlefield conditions required fast deployment of communication infrastructure without
centralized control. Today, the applications of wireless ad hoc networks extend far beyond the military
domain, encompassing emergency rescue operations, vehicular communication, environmental
monitoring, smart cities, and IoT ecosystems.
The defining property of a MANET is decentralization — no single node controls the network. Every
node participates in routing decisions, and the network self-heals when nodes depart or fail. This
property makes ad hoc networks resilient and highly flexible, but also introduces significant challenges
in routing, security, energy efficiency, and quality of service (QoS).

1.1 Characteristics of Wireless Ad Hoc Networks


• Dynamic Topology: Nodes move freely, causing frequent changes in network structure.
• Multi-Hop Communication: Packets may traverse multiple intermediate nodes to reach a
destination.
• Decentralized Control: No central authority; every node shares routing responsibilities.
• Limited Bandwidth and Energy: Nodes typically rely on battery power and share a limited
wireless medium.
• Self-Organization: The network automatically adjusts routing paths when topology changes.
• Scalability Challenges: Performance may degrade as the number of nodes increases.
• Security Vulnerabilities: Open wireless medium is prone to eavesdropping, spoofing, and
denial-of-service attacks.

Page 5
1.2 Types of Ad Hoc Networks
• MANET (Mobile Ad Hoc Network): Nodes are mobile; topology changes continuously.
• VANET (Vehicular Ad Hoc Network): Communication among moving vehicles for traffic
management.
• FANET (Flying Ad Hoc Network): Network of Unmanned Aerial Vehicles (drones).
• SPAN (Smartphone Ad Hoc Network): Peer-to-peer smartphone communication without
cellular infrastructure.
• WSN (Wireless Sensor Network): Resource-constrained sensor nodes for environmental
monitoring.

1.3 Applications of Wireless Ad Hoc Networks


Wireless ad hoc networks serve a diverse range of real-world applications across industries:
• Military and Battlefield Communication: Rapid deployment of communication links in
hostile environments without pre-existing infrastructure.
• Disaster Recovery and Emergency Response: Emergency first responders establishing
temporary communication networks in areas where infrastructure has been destroyed.
• Search and Rescue Operations: Coordinating rescue workers through ad hoc mesh networks
in mountainous or forest terrain.
• Smart Transportation: Vehicle-to-Vehicle (V2V) and Vehicle-to-Infrastructure (V2I)
communication for collision avoidance and traffic control.
• Healthcare and Patient Monitoring: Wearable sensor networks transmitting real-time
patient data in hospitals or remote locations.
• Rural Connectivity: Providing internet access in remote areas where installing infrastructure
is impractical.
• IoT and Smart Cities: Interconnecting smart devices, streetlights, and environmental sensors
without centralized hubs.

Page 6
2. Need for Simulation Tools
Designing, deploying, and evaluating real wireless ad hoc networks is both technically complex and
economically expensive. Building a real test bed with tens or hundreds of mobile nodes, each with
their own wireless interfaces, requires enormous resources in terms of hardware, power, and controlled
environments. Moreover, replicating specific conditions — such as node failures, interference, varying
mobility patterns, or adversarial attacks — is nearly impossible in real deployments.
Network simulation tools address this challenge by providing a virtual environment where network
researchers can model complex wireless scenarios, configure protocol stacks, define mobility patterns,
introduce traffic loads, and measure performance metrics — all without any physical hardware.
Simulation enables repeatable, controlled, and cost-effective experimentation, making it an
indispensable technique in wireless networking research.
From an academic perspective, simulation is the primary method used to validate newly proposed
routing protocols or MAC-layer enhancements before they are considered for real-world
implementation or standardization. From an industrial perspective, organizations such as military
agencies, telecommunications companies, and IoT manufacturers use network simulators to plan
large-scale deployments and evaluate technology readiness.

2.1 Common Wireless Network Simulation Tools


A variety of simulation tools are available for wireless network research, each with its own strengths:
• NS-2 (Network Simulator 2): One of the earliest widely used open-source simulators, written
in C++ and OTcl. Popular in academia but lacks real-time simulation support.
• NS-3 (Network Simulator 3): A modernized open-source successor to NS-2, written entirely
in C++ with Python bindings. Better modular design, though GUI support remains limited.
• OMNeT++ (Objective Modular Network Testbed in C++): A component-based simulation
framework with excellent GUI and extensibility. Requires INET framework for wireless
protocols.
• OPNET Modeler: A commercial simulator offering detailed protocol models and GUI design.
Primarily used in enterprise and government sectors.
• GNS3: A graphical network simulator focused on real router and switch emulation. Less suited
for wireless protocol research.

Page 7
• QualNet: A high-performance commercial-grade simulator specifically designed for large-
scale, real-time network simulation. Provides superior speed, scalability, and wireless
modeling compared to most academic tools.
Among all these tools, QualNet stands out due to its parallel simulation engine, real-time execution
capability, industrial-grade protocol libraries, and comprehensive analytics framework — making it
the tool of choice for defense, enterprise, and advanced academic research.

3. Introduction to QualNet
QualNet is a commercially licensed, high-fidelity network simulation platform developed by Scalable
Network Technologies (SNT), a California-based company founded in 1999. Built on the foundation
of GloMoSim — a parallel discrete-event simulation library developed at UCLA — QualNet was
specifically engineered to overcome the performance limitations of earlier academic simulators by
harnessing the power of parallel computing architectures.
The platform enables researchers, engineers, and defense organizations to model and evaluate large-
scale communication networks consisting of thousands of heterogeneous nodes interacting through
wired, wireless, satellite, and hybrid links. QualNet's underlying simulation engine processes network
events using discrete-event simulation (DES) algorithms, which model only the state changes in the
network rather than continuous time steps, allowing it to simulate highly complex scenarios at speeds
that often exceed real-time execution.
QualNet's commercial nature distinguishes it from open-source alternatives. While tools like NS-3 and
OMNeT++ rely on community contributions for protocol models, QualNet provides a thoroughly
tested, peer-reviewed, and regularly updated library of over 100 built-in protocol models spanning the
entire OSI stack. This ensures that simulations closely reflect real-world behavior and can be directly
used for policy-making, procurement decisions, and engineering standards.

Page 8
3.1 Key Facts and Overview
Parameter Details

Scalable Network Technologies (SNT), Los Angeles,


Developed By
California

Year Introduced 1999 (commercial launch); based on GloMoSim research

Simulator Type Parallel Discrete-Event Simulation (PDES)

Supported Nodes 50,000+ nodes in a single simulation

Network Types Wired, Wireless (802.11), MANET, Satellite, Hybrid

Supported Protocols 100+ built-in protocol models across all OSI layers

Supported Platforms Windows 10/11, Linux (Ubuntu 18+), macOS (limited)

License Commercial (Academic, Research, and Defense editions)

QualNet Developer, EXata (hardware-in-loop), SNT


Key Product Lines
Visualizer

3.2 Importance of QualNet in Modern Communication Research


Modern wireless communication systems require simulation environments that faithfully replicate the
physical, link, network, and application layers of real wireless systems. The gap between theoretical
protocol design and real-world network behavior is often significant, and only rigorous simulation can
bridge this gap cost-effectively. QualNet plays a critical role in this process because:
• It supports accurate wireless channel modeling including path loss, fading, shadowing, and
multipath effects.
• It provides realistic mobility models (Random Waypoint, Gauss-Markov, Group Mobility) that
simulate real human or vehicle movement patterns.
• It generates comprehensive statistical reports that allow researchers to evaluate protocol
performance across multiple scenarios simultaneously.
• It allows hardware-in-the-loop testing through EXata, enabling hybrid simulations where real
hardware devices interact with simulated nodes.

Page 9
• Its parallel execution engine distributes computation across CPU cores, enabling large-scale
scenarios to be simulated without excessive computation time.
QualNet is widely adopted by the United States Department of Defense (DoD), DARPA research
programs, NATO communication groups, leading universities, and global telecommunications
corporations for both research and operational planning purposes.

4. Features of QualNet
QualNet provides a comprehensive set of simulation features that collectively make it one of the most
capable network simulators available. Each feature is designed to serve the practical needs of large-
scale wireless network research, protocol development, and performance evaluation.

4.1 High-Speed Parallel Simulation


The most defining technical feature of QualNet is its Parallel Discrete-Event Simulation (PDES)
engine. Traditional network simulators execute events sequentially on a single processor core, which
becomes a severe bottleneck for large-scale networks. QualNet distributes simulation events across
multiple CPU cores using synchronization algorithms such as Conservative Synchronization and
Optimistic Synchronization (Time Warp). This parallel execution allows QualNet to achieve
simulation speeds several times faster than real time for large topologies.
For example, a simulation involving 1,000 mobile nodes communicating for 30 minutes of simulated
time can be completed in just a few minutes of wall-clock time on a multi-core workstation. This is a
crucial advantage for iterative protocol development, where researchers need to run dozens of
simulation scenarios with varying parameters.

4.2 Real-Time Network Simulation


QualNet supports two critical simulation modes that distinguish it from most academic simulators. In
Faster-Than-Real-Time mode, the simulator processes network events as rapidly as possible, making
it ideal for protocol analysis and research. In Real-Time mode, the simulator synchronizes its internal
clock with wall-clock time, allowing it to interface directly with live network equipment. This
capability is foundational for its EXata product, which enables hybrid emulation where physical
hardware (e.g., real radios, actual routers) interacts with simulated nodes.

Page 10
4.3 Large-Scale Network Support
QualNet can simulate networks containing more than 50,000 nodes without requiring hardware cluster
setups. Its memory-efficient protocol stack design ensures that even with thousands of nodes, the
simulator remains stable and produces accurate results. This scale makes QualNet suitable for
simulating city-wide mesh networks, military battlefield communication grids, and global satellite
constellation models.

4.4 Comprehensive Wireless Protocol Library


QualNet includes more than 100 protocol models organized across all layers of the OSI model.
Wireless-specific protocols include IEEE 802.11a/b/g/n (Wi-Fi), IEEE 802.16 (WiMAX), IEEE
802.15.4 (ZigBee), TDMA, CSMA/CA, and specialized military waveforms. At the network layer,
QualNet supports AODV, DSR, DSDV, OLSR, ZRP, and standard Internet protocols (OSPF, BGP,
RIP). At the application layer, it models FTP, HTTP, VoIP, video streaming, and Constant Bit Rate
(CBR) traffic sources.

4.5 QualNet Designer – GUI-Based Scenario Creation


QualNet Designer is the integrated graphical environment for building simulation scenarios. It
provides a drag-and-drop interface for placing nodes on a terrain map, configuring wireless
parameters, selecting routing protocols, defining mobility patterns, and setting traffic flows. The
designer supports GIS terrain data import, allowing simulations to model real-world geographic
environments including mountains, buildings, and urban landscapes.
The GUI also provides animated real-time visualization of packet flows, node movements, and route
discovery processes during simulation execution — enabling visual debugging and intuitive
understanding of network behavior.

4.6 Advanced Wireless Channel and Propagation Modeling


Wireless channel behavior is one of the most complex aspects of mobile network simulation. QualNet
implements multiple propagation models to accurately represent the signal environment:
• Free Space Path Loss Model: Suitable for open-air line-of-sight communication without
obstacles.

Page 11
• Two-Ray Ground Reflection Model: Models direct signal and one ground reflection for
terrestrial communications.
• Okumura-Hata Model: Empirical model suitable for urban and suburban macro-cell
communication.
• Shadowing and Fading Models: Implement Rayleigh and Rician fading for non-line-of-sight
environments.
• Interference Modeling: Simulates co-channel interference and adjacent channel interference
among concurrent transmissions.

4.7 Rich Performance Analytics


After each simulation run, QualNet generates detailed statistical reports covering all performance
metrics of interest. These include throughput per flow, per-node, and aggregate-level; end-to-end
packet delay distributions; jitter analysis; packet delivery ratio; packet loss rates; routing overhead
measurements; and energy consumption statistics per node. The results are available in both tabular
form for detailed analysis and graphical format for presentation and comparison.

5. Architecture of QualNet
QualNet's internal architecture mirrors the classic OSI (Open Systems Interconnection) model,
implementing a full protocol stack for each simulated node. Every node in the simulation maintains
its own independent instance of all protocol layers, enabling authentic modeling of node-to-node
interactions, protocol state machines, and per-node performance tracking. The layered architecture
ensures modularity — protocols at each layer can be configured independently, and custom protocols
can be inserted at any layer through well-defined APIs.

Page 12
Figure 1: QualNet Layered Architecture – Full OSI Protocol Stack per Simulated Node

5.1 Application Layer


The application layer is responsible for generating and consuming simulated network traffic. QualNet
provides built-in traffic models including Constant Bit Rate (CBR) UDP flows, File Transfer Protocol
(FTP) over TCP, Hypertext Transfer Protocol (HTTP), Voice over IP (VoIP) using G.711 codec
modeling, and video streaming applications. Researchers can also define custom traffic generators
with specific packet size distributions, inter-packet intervals, and traffic start/stop times. The
application layer communicates with the transport layer via standard socket-like primitives.

5.2 Transport Layer


The transport layer implements both TCP (Transmission Control Protocol) and UDP (User Datagram
Protocol). TCP is fully implemented with mechanisms including slow start, congestion avoidance, fast
retransmit, and fast recovery — enabling accurate modeling of reliable data transfer over wireless
links. UDP is implemented without reliability mechanisms, making it suitable for real-time
applications such as VoIP and video where low latency is more critical than guaranteed delivery. The
transport layer passes segments/datagrams to the network layer for routing.

Page 13
5.3 Network Layer
The network layer is the most critical component for wireless ad hoc network simulations. It is
responsible for packet forwarding, routing protocol operation, and address assignment. QualNet
implements both proactive and reactive routing protocols at this layer. IPv4 and IPv6 addressing are
fully supported, and packets are forwarded based on routing table entries maintained by the active
routing protocol. The network layer also implements IP fragmentation and reassembly, ICMP, and
ARP.

5.4 MAC Layer


The Medium Access Control (MAC) layer governs how nodes share the wireless channel and controls
access to the physical medium. For wireless ad hoc networks, QualNet implements IEEE 802.11 DCF
(Distributed Coordination Function), which uses CSMA/CA with backoff mechanisms to avoid
collisions. The MAC layer also implements TDMA for scheduled access networks and supports virtual
carrier sensing through the RTS/CTS mechanism. MAC-level features like frame aggregation
(802.11n) and QoS differentiation (802.11e EDCA) are also available.

5.5 Physical Layer


The physical layer models the radio signal transmission and reception process. It calculates received
signal strength based on the selected propagation model, antenna gain, transmit power, and distance
between nodes. Nodes receive packets only when the received signal-to-noise ratio (SNR) exceeds the
required threshold. Simultaneously active transmissions within range cause interference, which is
modeled using a SINR (Signal-to-Interference-plus-Noise Ratio) calculation. The physical layer also
models different modulation and coding schemes and their corresponding bit error rates.

6. Working Mechanism of QualNet


QualNet operates as a parallel discrete-event simulator. The simulation is driven entirely by events —
discrete occurrences at specific points in simulated time that change the state of the network model.
Between events, the simulation advances instantaneously to the next scheduled event rather than
stepping through continuous time intervals. This approach is far more computationally efficient for
network simulation, where periods of silence (no transmission) can be skipped over instantly.

Page 14
Figure 2: QualNet Simulation Workflow – From Scenario Definition to Results Output

6.1 Scenario Definition


Every QualNet simulation begins with a configuration file (typically named [Link]) that
defines the entire simulation scenario. This file specifies the number of nodes, their initial positions,
the terrain dimensions, the simulation duration, the selected routing and MAC protocols for each node,
the traffic flows to be generated, the mobility model and associated parameters, and the statistics to be
collected during simulation. The configuration file can be created manually using a text editor or
automatically generated through the QualNet Designer GUI.

6.2 Event-Driven Discrete Simulation Engine


At the core of QualNet is a Parallel Discrete-Event Simulation (PDES) engine. When the simulation
starts, the engine populates an initial event queue with all scheduled events — such as "Node 3
generates a packet at time T=1.2s" or "Node 7 moves to position (450, 320) at T=3.5s." The engine

Page 15
always processes the event with the smallest timestamp first, advancing simulated time to that point
and executing the event's associated state changes.
Events trigger further events: when a packet is generated, it triggers transmission events at the MAC
layer; successful MAC transmission triggers reception events at neighbor nodes; reception triggers
processing events through the protocol stack of the receiving node. This cascading event structure
faithfully models the cause-effect relationships of real network communication.

6.3 Protocol Stack Execution


Each simulated node maintains a complete, independent instance of all configured protocol layers.
When a packet transmission event fires, it passes through the sending node's protocol stack from top
to bottom (Application → Transport → Network → MAC → Physical), with each layer adding its
header and performing its protocol function. On the receiving side, the packet traverses the stack from
bottom to top, with each layer stripping its header and processing the contained information.

6.4 Wireless Channel Simulation


When the physical layer initiates a wireless transmission, QualNet determines which other nodes are
within communication range by calculating the received power at each potential receiver using the
configured propagation model. Nodes with sufficient received power (above the receiver sensitivity
threshold) successfully receive the packet, while others experience signal loss and drop the packet.
Simultaneous transmissions by nearby nodes cause interference and may corrupt packets if the SINR
falls below the required threshold.

6.5 Statistics Collection and Output


Throughout the simulation, QualNet continuously records statistical data at configurable intervals. At
the end of simulation, it generates comprehensive output files in both text and binary format. These
include per-node statistics (packets sent, received, dropped, routing overhead), per-flow statistics
(throughput, delay, jitter), and aggregate network statistics. The Packet Trace feature records every
packet event with timestamps, enabling detailed post-processing and debugging. Results can be
visualized directly in the QualNet Designer interface or exported to external analysis tools.

Page 16
7. Installation and Setup
QualNet requires a commercial license obtained directly from Scalable Network Technologies (SNT).
Academic institutions may obtain discounted research licenses. The installation process involves
multiple steps and requires specific system configurations.

7.1 System Requirements


Component Minimum / Recommended

Operating System Windows 10/11 (64-bit) or Linux Ubuntu 18.04+ / CentOS 7+

Intel/AMD x86-64 (minimum 4 cores; 8+ cores


Processor
recommended)

8 GB minimum; 16–32 GB recommended for large-scale


RAM
simulations

Disk Space 20 GB for full installation including sample scenarios

OpenGL-capable GPU for 3D terrain visualization in


Graphics
Designer

Network (license) Internet connectivity required for license server verification

7.2 Installation Steps


1. Obtain License: Contact SNT at [Link] to purchase or request an academic license.
Receive license key file.
2. Download Installer: Access the SNT customer portal and download the platform-specific
installer package (e.g., [Link] for Linux).
3. Extract and Run Installer: On Linux: tar -xzf [Link], then sudo ./[Link]. On
Windows: run the .exe installer as Administrator.
4. Set Environment Variables: Configure QUALNET_HOME to the installation directory and
add the QualNet binary path to PATH. On Linux, add to ~/.bashrc: export
QUALNET_HOME=/opt/qualnet and export PATH=$PATH:$QUALNET_HOME/bin.

Page 17
5. Install GUI Components: Install QualNet Designer GUI by running the Designer installer
package. On Linux, this requires additional X11 display libraries.
6. License Verification: Run qualnet -license-check to verify the license is active and all modules
are accessible.
7. Run Sample Scenario: Test the installation by running a sample: cd
$QUALNET_HOME/scenarios/wireless && qualnet [Link]. Verify that output
statistics files are generated.

8. Routing Protocols in QualNet for Ad Hoc Networks


Routing is the most fundamental challenge in wireless ad hoc networks. Since there is no fixed
infrastructure, every node must participate in determining paths for forwarding packets to destinations.
QualNet implements a comprehensive set of routing protocols specifically designed for wireless ad
hoc environments. These protocols fall into two primary categories: reactive (on-demand) protocols,
which discover routes only when needed, and proactive (table-driven) protocols, which continuously
maintain routing tables across the entire network.

8.1 AODV – Ad Hoc On-Demand Distance Vector Routing

Figure 3: AODV Route Discovery – RREQ Broadcast (Red) and RREP Unicast (Green)

Page 18
AODV (RFC 3561) is a reactive routing protocol that establishes routes on demand — only when a
source node needs to send data to a destination for which no route is currently known. AODV
combines the route discovery mechanism of Dynamic Source Routing (DSR) with the distance vector
approach of DSDV, but without requiring nodes to maintain routes to all destinations at all times.

8.1.1 AODV Route Discovery Mechanism


When a source node S needs to communicate with destination D and has no valid route in its routing
table, it initiates a route discovery process by broadcasting a Route Request (RREQ) packet. The
RREQ contains the source address, destination address, a unique broadcast ID, and sequence numbers
for freshness comparison. Each node receiving the RREQ checks whether it already knows a fresh
route to the destination. If it does, it sends a Route Reply (RREP) back toward the source. Otherwise,
it rebroadcasts the RREQ to its neighbors after recording the reverse route.
When the RREQ reaches the destination node D, it sends a unicast Route Reply (RREP) back along
the reverse path that was established by the RREQ propagation. Each intermediate node receiving the
RREP creates or updates a forward route entry to the destination and forwards the RREP toward the
source. Once S receives the RREP, a bidirectional route is established and data transmission begins.

8.1.2 AODV Route Maintenance

AODV uses sequence numbers to ensure route freshness and prevent routing loops. Each node
maintains a monotonically increasing sequence number that is included in RREQ and RREP messages.
When a link break is detected (through link-layer feedback or a timeout), the node that detects the
break sends a Route Error (RERR) message upstream toward all source nodes that use this broken
link. Upon receiving a RERR, source nodes that still have active data flows reinitiate route discovery.

8.1.3 AODV Performance Characteristics

• Reduced Routing Overhead: Routes are discovered only when needed, minimizing control
message flooding.
• Loop-Free Routing: Sequence numbers guarantee loop-free and fresh routes.
• Local Repair: Nodes can locally repair broken routes without involving the source, reducing
discovery latency.
• High Throughput: Fresher routes and efficient local repair lead to better data delivery.

Page 19
• Scalability: Performs well in moderately large networks but flooding overhead increases with
scale.

8.2 DSR – Dynamic Source Routing

Figure 4: DSR Source Routing – Complete Route Embedded in Packet Header

DSR (RFC 4728) is another reactive routing protocol but uses a fundamentally different forwarding
strategy called source routing. In DSR, the entire sequence of intermediate nodes forming the route is
embedded in every data packet's header. Intermediate nodes do not need to maintain routing tables —
they simply read the next hop address from the packet header and forward accordingly.

8.2.1 DSR Route Discovery

DSR also uses RREQ flooding for route discovery. As the RREQ traverses the network, each
intermediate node appends its own address to the RREQ before rebroadcasting. When the RREQ
reaches the destination, it contains the complete ordered list of intermediate nodes — the full source
route. The destination sends a RREP back along this recorded route, and the source begins embedding
this route sequence in every subsequent data packet.

Page 20
8.2.2 DSR Route Caching

A key feature of DSR is its aggressive route caching strategy. Every node promiscuously monitors all
passing packets and extracts route information from headers to populate its local route cache. When a
node needs to send a packet and has no valid route, it first queries its own cache before initiating a
network-wide RREQ. This caching dramatically reduces the number of route discovery operations in
dense networks.

8.2.3 DSR vs AODV Comparison

While both are reactive protocols, their performance characteristics differ significantly. DSR's source
routing eliminates per-hop routing table lookups but increases packet header overhead (which grows
with route length). In sparse or highly mobile networks, DSR's route cache may contain stale routes,
leading to higher packet loss. AODV's hop-by-hop forwarding with sequence number freshness
guarantees provides more reliable delivery in highly dynamic environments.

8.3 DSDV – Destination-Sequenced Distance-Vector Routing


DSDV is a proactive routing protocol where every node maintains a complete routing table with entries
for all reachable destinations in the network. Routing tables are periodically broadcast across the
network and updated whenever topology changes occur. DSDV uses destination sequence numbers
(like AODV) to prevent routing loops and ensure that fresher routes are always preferred. While
DSDV guarantees route availability without discovery delay, its continuous routing table updates
generate significant overhead in large and highly mobile networks.

9. Simulation Methodology
The simulation study was designed to evaluate and compare the performance of AODV and DSR
routing protocols in a mobile wireless ad hoc network environment. The methodology followed a
structured approach from scenario definition through result analysis, consistent with best practices in
network simulation research.

Page 21
9.1 Simulation Objectives
• To evaluate AODV and DSR protocol performance in a dynamic MANET environment.
• To measure and compare throughput, end-to-end delay, PDR, and jitter metrics.
• To analyze protocol behavior as network density increases (10 to 50 nodes).
• To identify the suitability of each protocol for different network conditions.

Figure 5: AODV Route Discovery Process showing RREQ broadcast, RREP reply, and route
establishment between source and destination nodes.
Observation: This figure illustrates the working mechanism of the AODV routing protocol in a
wireless ad hoc network. Initially, the source node broadcasts a Route Request (RREQ) packet to
discover a path to the destination. Intermediate nodes forward the request until it reaches the
destination node. The destination then sends a Route Reply (RREP) packet back through the reverse
path. After route establishment, data packets are transmitted through the discovered route.

Page 22
9.2 Simulation Parameters
Parameter Value / Configuration

Simulator QualNet Network Simulator 9.x

Simulation Area 1000m × 1000m flat terrain

Number of Nodes 10, 20, 30, 40, 50 (varied per experiment)

Simulation Duration 600 seconds (10 minutes)

Mobility Model Random Waypoint Mobility

Node Speed 1–20 m/s (random selection per node)

Pause Time 0–30 seconds

MAC Protocol IEEE 802.11b DCF

Transmission Range 250 meters

Traffic Type CBR (Constant Bit Rate) over UDP

Packet Size 512 bytes

Traffic Rate 4 packets/second per source

Propagation Model Two-Ray Ground Reflection

Antenna Model Omnidirectional, 0 dBi gain

Routing Protocols Tested AODV, DSR

9.3 Methodology Steps


 Scenario Creation: Design the wireless topology using QualNet Designer, placing nodes
randomly within the 1000m × 1000m simulation area.
 Node Configuration: Assign MAC (IEEE 802.11b), Network (AODV or DSR), and
Transport (UDP) layer protocols to each node. Configure antenna and propagation
models.

Page 23
 Mobility Configuration: Apply Random Waypoint Mobility Model to all nodes with
speed range 1–20 m/s and pause times 0–30 seconds.
 Traffic Setup: Define 5 CBR/UDP traffic flows from randomly selected source-
destination pairs. Start traffic at T=10s and end at T=590s.
 Statistics Configuration: Enable per-node and per-flow statistics collection for
throughput, delay, PDR, jitter, and routing overhead.
 Simulation Execution: Run simulation for each node count (10 to 50) and each routing
protocol, totaling 10 distinct simulation runs.
 Data Collection and Analysis: Extract statistics from output files and organize into
comparison tables and charts.

10. Example Simulation


10.1 Network Topology

Figure 6: Simulated Wireless Ad Hoc Network Topology – 20 Nodes with Active Route (Red Path)

The simulation topology consists of 20 wireless nodes distributed randomly across a 1000m × 1000m
terrain. The blue circle (labeled S) represents the source node, the red circle (labeled D) represents the
destination node, and the green nodes are intermediate routing nodes. The red highlighted path
illustrates the active multi-hop route discovered by AODV between the source and destination.

Page 24
Communication range circles (light blue) around selected nodes indicate the wireless transmission
radius of 250 meters.
As nodes move according to the Random Waypoint Mobility Model, the active route changes
dynamically. AODV responds to topology changes through RERR messages and local route repair,
maintaining data delivery continuity. DSR similarly updates its route cache, though stale cache entries
may cause temporary delivery failures in highly mobile scenarios.

10.2 Configuration File Excerpt


# QualNet Scenario Configuration SIMULATION-TIME 600S NUMBER-OF-NODES 20
TERRAIN-DIMENSIONS (1000, 1000) ROUTING-PROTOCOL AODV MAC-PROTOCOL
802.11b MOBILITY-MODEL RANDOM-WAYPOINT MIN-SPEED 1.0 MAX-SPEED 20.0
PAUSE-TIME 15.0 RADIO-TYPE 802.11b RANGE 250 PROPAGATION-MODEL TWO-RAY
STATISTICS-COLLECTION YES TRACE-ENABLED YES

10.3 Simulation Execution


The simulation was executed from the QualNet Designer GUI. During execution, the Designer
provides real-time animation showing nodes moving across the terrain, wireless links being formed
and broken, packets flowing along highlighted routes, and route discovery floods propagating when
routes are invalidated. The simulation completes the 600 seconds of simulated time in approximately
45 seconds of wall-clock time on a quad-core workstation — demonstrating QualNet's faster-than-
real-time simulation capability.
After simulation completion, QualNet automatically generates statistics files in the scenario directory.
The primary output files include the .stat file (aggregate statistics), .trace file (per-packet event log),
and .log file (simulation event log). These files are processed by QualNet's built-in analysis tools to
produce the performance comparison graphs presented in the next section.

Page 25
11. Results and Performance Analysis
The following results were obtained by simulating both AODV and DSR routing protocols under
identical network conditions with varying node densities. Each data point represents the average of
five independent simulation runs to ensure statistical reliability. The results provide clear evidence of
the behavioral differences between the two protocols and the impact of increasing node density on
network performance.

11.1 Throughput Analysis

Figure 7: QualNet Designer – Scenario Workspace showing MANET topology with 20 wireless
nodes using AODV and DSR routing protocols.

Page 26
Nodes AODV (Kbps) DSR (Kbps) AODV Advantage

10 312 298 +4.7%

20 287 276 +3.9%

30 261 248 +5.2%

40 245 230 +6.5%

50 220 198 +11.1%

Observation: This figure shows the QualNet Designer interface used to create the wireless ad hoc
network topology. The simulation workspace contains 20 wireless nodes distributed across the
terrain. The source and destination nodes communicate through intermediate nodes using multi-hop
routing. The interface also displays the project library, toolbar, and palette used for configuring
network components, routing protocols, and simulation parameters.

11.2 End-to-End Delay Analysis

Figure 8: Configuration of AODV/DSR routing protocols, mobility model, MAC layer, and traffic
parameters in QualNet.

Page 27
Nodes AODV (ms) DSR (ms) DSR Overhead

10 18 22 +22.2%

20 24 31 +29.2%

30 32 45 +40.6%

40 41 62 +51.2%

50 55 88 +60.0%

Observation: This figure shows the node configuration window in QualNet where important
simulation parameters are configured. The routing protocol is selected as AODV or DSR, mobility is
configured using the Random Waypoint model, and traffic settings such as packet size, data rate, and
transmission time are defined. These parameters determine the behavior and performance of nodes
during simulation

11.3 Packet Delivery Ratio (PDR)

Figure 9: Real-time QualNet simulation showing active route discovery, packet transmission, and
communication between source and destination nodes.

Page 28
Protocol PDR (%) Packets Lost (%)

AODV 87.4 12.6

DSR 82.1 17.9

Observation: This figure shows the real-time execution of the wireless ad hoc network simulation in
QualNet. The simulation window visualizes packet transmission between source and destination nodes
through intermediate routing nodes. Active communication routes, Route Request (RREQ), Route
Reply (RREP), and data packet transmission are displayed dynamically. The interface also provides
event statistics, simulation timing, throughput, packet delivery ratio, and delay measurements during
runtime.

11.4 Jitter Analysis


Jitter (delay variation) is a critical metric for real-time applications such as VoIP and video
conferencing. Lower jitter indicates more consistent packet delivery timing and translates directly to
better call quality and smoother video playback. In the simulation results, AODV consistently
demonstrates lower jitter values across all node densities, with jitter increasing modestly as node count
grows (from approximately 3.2ms at 10 nodes to 12.8ms at 50 nodes). DSR exhibits higher jitter
(4.1ms to 22.7ms) due to the variable processing overhead of longer source route headers and more
frequent route cache misses causing retransmissions with variable delays.

12. Advantages and Disadvantages of QualNet


12.1 Advantages of QualNet
• Industry-Grade Simulation Accuracy: QualNet's protocol implementations are based on
official specifications and validated against real hardware measurements, providing highly
accurate simulation results that closely reflect real-world behavior.
• High-Speed Parallel Execution: The PDES engine can simulate scenarios involving thousands
of nodes in significantly less time than competing simulators, enabling large parameter sweeps
and rapid protocol iteration.

Page 29
• Real-Time Simulation and Hardware-in-the-Loop: The EXata product extension allows
QualNet to interact with real hardware devices, enabling hybrid emulation experiments that
bridge simulation and physical deployment.
• Large-Scale Network Support: With support for 50,000+ nodes, QualNet is one of the few
simulators capable of modeling city-scale networks, satellite constellations, and national
military communication grids.
• Comprehensive Protocol Library: Over 100 validated protocol models spanning all layers of
the OSI stack eliminate the need for researchers to implement standard protocols from scratch.
• Professional GUI (QualNet Designer): The integrated graphical environment provides drag-
and-drop scenario creation, real-time simulation animation, and post-simulation analysis tools
in a single unified interface.
• Extensibility and Customization: Custom protocols can be developed in C++ using well-
documented APIs, and results can be exported for analysis in external tools such as MATLAB,
R, or Python.
• Extensive Wireless Channel Modeling: Multiple propagation, fading, and antenna models
ensure accurate representation of real-world radio environments.

12.2 Limitations of QualNet


• High Licensing Cost: QualNet's commercial licensing fee is a significant barrier for small
academic institutions and individual researchers. Annual maintenance fees add to the total cost
of ownership.
• Steep Learning Curve: Configuring complex simulation scenarios, especially those involving
custom mobility models or specialized protocol stacks, requires substantial investment in
learning the QualNet configuration syntax and API.
• Limited Open-Source Community: Unlike NS-3 or OMNeT++, QualNet lacks a large open-
source community for protocol contributions, troubleshooting, and shared scenario libraries.
• Resource-Intensive GUI: QualNet Designer can be computationally demanding for very large
scenarios with thousands of moving nodes and animated packet flows.

Page 30
• C++ Requirement for Customization: Developing or modifying protocol implementations
requires proficiency in C++, which may not be accessible to researchers from non-
programming backgrounds.
• Limited Platform Support: Full feature support is available only on Windows and Linux.
macOS support is limited and may not support all protocol modules.

13. Comparison with Other Network Simulators

Figure 10: QualNet vs NS-2 vs NS-3 vs OMNeT++ Feature Comparison

The feature comparison demonstrates several key areas where QualNet differentiates itself from
popular open-source alternatives:
• Simulation Speed: QualNet's PDES engine makes it significantly faster than NS-2 and
competitive with NS-3 for large-scale scenarios. For very large topologies (10,000+ nodes),
QualNet's parallel architecture provides a decisive advantage.
• Real-Time Simulation: QualNet (and its EXata product) is the only tool in this comparison
that supports full real-time simulation with hardware-in-the-loop capability. NS-2 has no real-
time support, and NS-3's real-time scheduler is limited in scope.
• GUI Quality: QualNet Designer provides the most feature-rich GUI among the evaluated
tools, including animated simulation playback, integrated scenario design, and post-analysis
tools. OMNeT++ also offers excellent GUI capabilities through its built-in IDE.

Page 31
• Large-Scale Support: QualNet's support for 50,000+ nodes on standard hardware far exceeds
what NS-2 can practically achieve (limited to a few thousand nodes), and surpasses NS-3 and
OMNeT++ in terms of validated large-scale deployments.
• Protocol Library Coverage: QualNet's 100+ validated protocol models provide broader and
more thoroughly tested coverage than the community-maintained models in NS-3 and
OMNeT++ INET, particularly for military and wireless-specific protocols.
• Cost and Accessibility: This is QualNet's primary disadvantage. All three open-source
alternatives are freely available, while QualNet requires a commercial license that may be cost-
prohibitive for some researchers.

14. Real-World Applications of QualNet


QualNet's unique combination of scalability, accuracy, and real-time capability has made it a trusted
tool across a wide range of real-world applications:

14.1 Military and Defense Communication


QualNet is widely used by defense research organizations including DARPA, U.S. Army Research
Laboratory, and NATO communication agencies for modeling and evaluating battlefield
communication networks. Military applications include simulation of mobile ad hoc tactical networks
(MANETs), evaluation of electronic warfare countermeasures, testing of Link-16 and JTRS
waveforms, and assessment of communication resilience under adversarial conditions. QualNet's
EXata product enables real military radios to interact with simulated networks for pre-deployment
testing.

14.2 Disaster Recovery and Emergency Networks


When natural disasters destroy existing infrastructure, first responders need rapidly deployable
communication networks. QualNet is used to design and pre-evaluate emergency mesh network
configurations, ensuring that rescue teams can maintain reliable communication in rubble-filled urban
environments, flood zones, or remote wilderness areas where cellular coverage is absent. The
simulator helps planners determine optimal node placement, transmission power, and routing protocol
selection for specific disaster scenarios.

Page 32
14.3 Vehicular Ad Hoc Networks (VANETs)
Autonomous vehicle communication requires extremely reliable, low-latency V2V (Vehicle-to-
Vehicle) and V2I (Vehicle-to-Infrastructure) protocols. QualNet is used by automotive manufacturers
and transportation agencies to simulate high-speed vehicular networks, evaluate collision avoidance
protocols (DSRC/WAVE), and assess the reliability of cooperative driving systems before expensive
real-world trials. The ability to model realistic road topologies, vehicle mobility, and high node density
makes QualNet particularly well-suited for these applications.

14.4 IoT and Smart City Networks


Smart city applications involve thousands of heterogeneous IoT devices — sensors, actuators,
cameras, smart meters — communicating over wireless mesh networks. QualNet is used to simulate
large-scale IoT deployments and evaluate communication protocols such as IEEE 802.15.4 (ZigBee),
6LoWPAN, and LoRaWAN at city scale. Planners use simulation results to optimize sensor
placement, battery consumption, and data collection strategies before physical deployment.

14.5 Satellite and Space Communication


QualNet supports satellite link modeling, making it useful for simulating Low Earth Orbit (LEO)
satellite constellations and their interactions with ground-based networks. This capability is valuable
for evaluating next-generation space communication systems, including the kind of mega-
constellations being deployed for global broadband coverage. Researchers use QualNet to evaluate
handover protocols, inter-satellite link performance, and hybrid satellite-terrestrial network
integration.

Page 33
15. Future Enhancements
The evolution of wireless communication technologies and the emergence of new research domains
point toward several important directions for QualNet's future development:
• 5G and Beyond (B5G) Network Simulation: As 5G networks become mainstream,
simulation tools must support mmWave propagation, network slicing, massive MIMO antenna
arrays, and ultra-dense small cell deployments. Future versions of QualNet are expected to
incorporate comprehensive 5G NR (New Radio) protocol models.
• AI and Machine Learning-Driven Routing: Traditional routing protocols are being
supplemented and replaced by reinforcement learning-based adaptive routing algorithms.
QualNet could integrate AI decision engines to evaluate intelligent routing strategies in
dynamic wireless environments.
• Drone (FANET) Communication Simulation: Flying ad hoc networks formed by unmanned
aerial vehicles (UAVs) present unique challenges including three-dimensional mobility,
altitude-dependent propagation, and rapid topology changes. Enhanced UAV mobility models
and 3D propagation are key future requirements.
• Cybersecurity and Intrusion Simulation: Wireless ad hoc networks are vulnerable to attacks
such as black hole attacks, wormhole attacks, and selective forwarding. Future QualNet
enhancements could include attack scenario modeling and evaluation of security
countermeasures.
• Energy Harvesting and Green Networking: As IoT devices increasingly rely on energy
harvesting (solar, RF, vibration), simulation tools must model energy availability,
consumption, and adaptive protocol behavior. QualNet could integrate energy harvesting
models for green network research.
• Cloud and Distributed Simulation: Enabling QualNet to distribute simulation workloads
across cloud computing infrastructure would further extend its scalability, allowing
simulations of million-node networks for planetary-scale communication system design.

Page 34
16. Conclusion
This report has provided a comprehensive examination of QualNet as a high-performance commercial
network simulator for wireless ad hoc network research. Through detailed analysis of its architecture,
working mechanism, protocol support, and simulation methodology, it is clear that QualNet represents
one of the most capable and sophisticated tools available for wireless network simulation.
The simulation study comparing AODV and DSR routing protocols in a mobile ad hoc network
environment yielded several important conclusions. AODV consistently outperformed DSR across all
evaluated metrics: it delivered higher throughput (up to 11.1% more at 50 nodes), lower end-to-end
delay (up to 60% less at 50 nodes), better packet delivery ratio (87.4% vs 82.1%), and lower jitter.
These results are consistent with AODV's design philosophy of maintaining fresher routes through
sequence numbers and performing efficient local route repair, which becomes increasingly
advantageous as network density and mobility increase.
From a tool evaluation perspective, QualNet's parallel discrete-event simulation engine,
comprehensive protocol library, professional GUI, and real-time simulation capability set it apart from
open-source alternatives. Its ability to scale to 50,000+ nodes while maintaining simulation accuracy
makes it uniquely suited for defense applications, enterprise network planning, and advanced
academic research. The primary limitation is its commercial licensing cost, which may restrict access
for resource-limited research groups.
This project provided the team with hands-on experience in wireless network simulation methodology,
protocol analysis, and performance evaluation techniques. The skills gained — including scenario
design, configuration file construction, statistical analysis, and result interpretation — are directly
applicable to real-world wireless networking research and engineering careers. The study reinforces
the critical importance of simulation as a bridge between theoretical protocol design and practical
network deployment.
QualNet continues to evolve with emerging wireless technologies, and its role in enabling reliable,
large-scale network simulation remains essential for advancing the field of wireless communications.

Page 35
17. References
1. Scalable Network Technologies (SNT). QualNet Network Simulator – Official Documentation
and User Manual. Available at: [Link]
simulator-software
2. C. E. Perkins, E. M. Belding-Royer, and S. Das. Ad Hoc On-Demand Distance Vector
(AODV) Routing. IETF RFC 3561, July 2003. Available at:
[Link]
3. D. B. Johnson, D. A. Maltz, and Y.-C. Hu. The Dynamic Source Routing Protocol (DSR) for
Mobile Ad Hoc Networks for IPv4. IETF RFC 4728, February 2007. Available at:
[Link]
4. IEEE Standards Association. IEEE 802.11 Wireless LAN Medium Access Control (MAC) and
Physical Layer (PHY) Specifications. Available at: [Link]
5. Andrew S. Tanenbaum and David J. Wetherall. Computer Networks, 5th Edition. Pearson
Education, 2011.
6. William Stallings. Wireless Communications and Networks, 2nd Edition. Pearson Prentice
Hall, 2005.
7. C. Bettstetter. Mobility Modeling in Wireless Networks: Categorization, Smooth Movement,
and Border Effects. ACM SIGMOBILE Mobile Computing and Communications Review,
5(3), 55–67, 2001.
8. T. Clausen and P. Jacquet. Optimized Link State Routing Protocol (OLSR). IETF RFC 3626,
October 2003.
9. Rajive Bagrodia et al. Parsec: A Parallel Simulation Environment for Complex Systems. IEEE
Computer, vol. 31, no. 10, pp. 77–85, October 1998.
10. QualNet Product Comparison: EXata vs QualNet. Scalable Networks White Paper. Available
at: [Link]

Page 36

You might also like