OnOffApplication
OnOffApplication is a traffic generator used in network simulations, most notably in the NS-3 discrete-event network simulator. It models bursty traffic by alternating between on periods, when data is transmitted, and off periods, when no traffic is generated. The application is typically configured to run over a UDP or TCP socket, depending on the simulation setup, and emits packets only during the on state.
During on periods, the application sends packets at a specified data rate and packet size to a
Key configurable parameters include OnTime and OffTime (durations of the on and off states, which may be
OnOffApplication is widely used to study network performance under bursty traffic conditions, including effects on queueing,