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

Changes between Version 19 and Version 20 of OverSimFeatures


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

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimFeatures

    v19 v20  
    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 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.
    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 both the topology of the underlying network and the overlay topology in a customizable way.
     
    1919This is a list of features we're currently working on, which will be available in one of the next releases of !OverSim:
    2020
    21   * '''Additional overlay protocols''': At the moment we're working on implementations of Kademlia, Koorde, Broose and as well as several Application Layer Multicast protocols.
     21  * '''Additional overlay protocols''': At the moment we're working on implementations of ''Kademlia'', ''Koorde'', ''Broose'' and as well as several Application Layer Multicast protocols.
    2222
    23   * '''Additional applications''': In the future we like to add new applications which make use of the overlay protocols like a DHT, _Internet Indirection Infrastructure (i3)_ and traffic generators for multicast traffic.
     23  * '''Additional applications''': In the future we like to add new applications which make use of the overlay protocols like a DHT, ''Internet Indirection Infrastructure (i3)'' and traffic generators for multicast traffic.
    2424
    2525  * '''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.