Wifi Models
[Devices]

Collaboration diagram for Wifi Models:

Models

The set of 802.11 models provided in ns-3 attempts to provide an accurate MAC-level implementation of the 802.11 specification and to provide a not-so-slow PHY-level model of the 802.11a specification.

The current implementation provides roughly 4 levels of models:

We have today 3 MAC high models:

The MAC low layer is split in 3 components:

The PHY layer implements a single model in the ns3::WifiPhy class: the physical layer model implemented there is described fully in a paper titled "Yet Another Network Simulator", available there: http://cutebugs.net/files/wns2-yans.pdf

It also provides a set of Rate control algorithms:

Models