Jump to content

User:Positron/Marionnet

From Wikipedia, the free encyclopedia
Marionnet
Original author(s)Jean-Vincent Loddo, Luca Saiu
Developer(s)Jean-Vincent Loddo, Luca Saiu
Preview release
0.60 / Spring 2008
Written inOCaml
Operating systemGNU/Linux
Platformx86, x86_64
Size12,000 lines
Typevirtualization
LicenseGPLv2 or later
Websitehttp://www.marionnet.org

Marionnet is a virtual network laboratory: it allows users to define, configure and run complex computer networks without any need for physical setup. Only a single, possibly even non-networked GNU/Linux host machine is required to simulate a whole Ethernet network complete with computers, routers, hubs, switches, cables, and more. Support is also provided for integrating the virtual network with the physical host network.


History[edit]

Marionnet was born in April 2005 as a simple textual interface to Netkit, written in OCaml by Jean-Vincent Loddo at the Paris 13 University for his own networking course.

The code has since been completely rewritten and redesigned in September 2005, in order to remove the dependency from Netkit and to ease the construction of a graphical interface, partly built on DOT. The architecture was further extended and the system made more general when Luca Saiu joined the project in 2007, contributing in particular to the dynamic reconfiguration aspects.

The system is now in active use in several universities in France and other countries.

Current development[edit]

Marionnet has reached a fairly stable state and is being successfully used for teaching networks in several universities around the world. The current development is centered around making the system easier to use for the average end user: documentation, HOWTOs, debian packages. Internationalization is also on the way through the ocaml-gettext library.

Design[edit]

Marionnet design.

On top of a GNU/Linux host, the emulation of guest machines is achieved through User Mode Linux technology that allows to run many Linux kernel in user space as regular processes.

VDE - Virtual Distributed Ethernet project is responsible of linking together Uml machines in a virtual network, its purpose is to emulate cable, hub and switch devices allowing also to introduce perturbations in the communication.

On top of this raw emulated network Marionnet acts as a coherent manager and as simple GUI.

Features[edit]

  • Dynamic reconfiguration of the network.
  • Full binary compatibility with user-level GNU/Linux software which runs on virtual machines.
  • Ability to use host X server to run graphical application (wireshark...).
  • Copy-on-write file systems, allowing to economize on disk space usage.
  • "Gateway" device to connect virtual network to host network.
  • Intuitive GUI with the network diagram dynamically updated.

Performance[edit]

Marionnet has showed good performance with complex networks (~15 machines) even on relatively old machines, remaining very responsive. The main concern is disk usage but that largely depends on the distribution of choice; pinocchio is the custom distro that was developed to meet average needs.

Uses[edit]

The main goal of Marionnet is the teaching of computers networks in university laboratories although it can be a valuable tool also for high schools. Despite being teaching-oriented Marionnet may be used to emulate networks for test or development purposes. It is quite easy to set up, fast even with complicated configurations and the possibility of reverting filesystem changes on virtual machines makes it quite flexible.

See also[edit]

References[edit]

External links[edit]

[[Category:Free software ]] [[Category:Computing platforms]] [[Category:Virtualization software]] [[Category:Free virtualization software]] [[Category:OCaml software]]