close Warning: BrowserModule failed with ConfigurationError: Look in the Trac log for more information.

Changes between Version 23 and Version 24 of OverSimFeatures


Ignore:
Timestamp:
Dec 18, 2006, 2:38:55 PM (17 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimFeatures

    v23 v24  
    55[[Image(OverSimArchitecture.png, right, nolink)]]
    66
    7   * '''Flexibility''': The simulator allows to simulate both structured and unstructured overlay networks (currently ''Chord'' and ''GIA'' are implemented). The modular design and usage of the Common API facilitate the extension with new features or protocols. Module behavior can easily be customized by specify parameters in a human readable configuration file.
     7  * '''Flexibility''': The simulator allows to simulate both structured and unstructured overlay networks (currently ''Chord'' and ''GIA'' are implemented). The modular design and use of the Common API facilitate the extension with new features or protocols. Module behavior can easily be customized by specify parameters in a human readable configuration file.
    88
    99  * '''Interactive GUI''': In order to validate and debug new or existing overlay protocols you can make use of the GUI of OMNeT++, which visualizes networks topologies, messages and node state variables like the routing table.
    1010
    11   * '''Exchangeable Underlying Network Models''': Our simulation framework has a flexible underlying network scheme, which on the one hand provides a fully configurable network topology with realistic bandwidths, packet delays, and packet losses (''IPv4Underlay''), and on the other hand a fast and simple alternative model for high simulation performance (''SimpleUnderlay'').
     11  * '''Exchangeable Underlying Network Models''': Our simulation framework has a flexible underlying network scheme, which on the one hand provides a fully configurable network topology with realistic bandwidths, packet delays, and packet losses (''!IPv4Underlay''), and on the other hand a fast and simple alternative model for high simulation performance (''!SimpleUnderlay'').
    1212
    13   * '''Scalability''': !OverSim was designed with performance in mind. On a modern desktop PC a typical Chord network of 10,000 nodes can be simulated in real-time. We successfully simulated networks of up 100,000 nodes.
     13  * '''Scalability''': !OverSim was designed with performance in mind. On a modern desktop PC a typical Chord network of 10,000 nodes can be simulated in real-time. We successfully simulated networks of up to 100,000 nodes.
    1414
    1515  * '''Base Overlay Class''': The base overlay class facilitates the implementation of structured peer-to-peer protocols by providing a RPC interface, a generic lookup class and a common API key-based routing interface to the application.
     
    2121This is a list of features we're currently working on, which will be available in one of the next releases of !OverSim:
    2222
    23   * '''Additional overlay protocols''': At the moment we're working on implementations of ''Kademlia'', ''Koorde'', ''Broose'' and as well as several Application Layer Multicast protocols.
     23  * '''Additional overlay protocols''': At the moment we're working on implementations of ''Kademlia'', ''Koorde'', ''Broose'' as well as several Application Layer Multicast protocols.
    2424
    25   * '''Additional applications''': In the future we like to add new applications which make use of the overlay protocols like a DHT, the ''Internet Indirection Infrastructure (i3)'' protocol and traffic generators for multicast traffic.
     25  * '''Additional applications''': In the future we like to add new applications which make use of the overlay protocols like a DHT, the ''Internet Indirection Infrastructure (i3)'' protocol or traffic generators for multicast traffic.
    2626
    2727  * '''Reuse of simulation code''': The different implementations of overlay protocols should be reusable for real network applications, so that researchers can validate the simulator framework results by comparing them to the results from real-world test networks like [http://www.planet-lab.org/ PlanetLab]. Therefore, the simulation framework should be able to handle and assemble real network packets and to communicate with other implementations of the same overlay protocol.