Status report: marionnet or "how to implement a virtual network laboratory in six months and be happy"

  • Authors:
  • Jean-Vincent Loddo;Luca Saiu

  • Affiliations:
  • Laboratoire d'Informatique de l'Universié Paris Nord, Paris, France;Laboratoire d'Informatique de l'Université Paris Nord, Paris, France

  • Venue:
  • ML '07 Proceedings of the 2007 workshop on Workshop on ML
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

A virtual network laboratory -allowing to emulate a physical network of computers and network devices such as switches or routers in software- represents a valuable tool for students, and may also be useful to researchers and system administrators. A tool of this kind, particularly if it aims at being usable by inexperienced students, should offer the same opportunities of configuring and experimenting with components as a physical network, providing also an intuitive graphical user interface for dynamically manipulating the network topology and each individualvirtual device. Building such an inherently concurrent system is nontrivial, requiring the integration of many different components written in different languages and a complex control logic. Indeed some projects with similar purposes have been existing for years, and typically use scripting languages such as Python and Bash; by contrast our system, Marionnet, has been implemented using the functional language OCaml in just six man-months and yet providing several important features still missing in more mature projects.We seize the occasion of describing Marionnet to discuss therelevance of the functional style and of advanced type systems for dramatically cutting development time.