Dummynet: a simple approach to the evaluation of network protocols

  • Authors:
  • Luigi Rizzo

  • Affiliations:
  • Dipartimento di Ingegneria dell'Informazione, Università di Pisa, via Diotisalvi 2 - 56126 Pisa (Italy)

  • Venue:
  • ACM SIGCOMM Computer Communication Review
  • Year:
  • 1997

Quantified Score

Hi-index 0.00

Visualization

Abstract

Network protocols are usually tested in operational networks or in simulated environments. With the former approach it is not easy to set and control the various operational parameters such as bandwidth, delays, queue sizes. Simulators are easier to control, but they are often only an approximate model of the desired setting, especially for what regards the various traffic generators (both producers and consumers) and their interaction with the protocol itself.In this paper we show how a simple, yet flexible and accurate network simulator - dummynet - can be built with minimal modifications to an existing protocol stack, allowing experiments to be run on a standalone system. dummynet works by intercepting communications of the protocol layer under test and simulating the effects of finite queues, bandwidth limitations and communication delays. It runs in a fully operational system, hence allowing the use of real traffic generators and protocol implementations, while solving the problem of simulating unusual environments. With our tool, doing experiments with network protocols is as simple as running the desired set of applications on a workstation.A FreeBSD implementation of dummynet, targeted to TCP, is available from the author. This implementation is highly portable and compatible with other BSD-derived systems, and takes less than 300 lines of kernel code.