close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Dec 18, 2006, 2:18:52 PM (18 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v19
|
v20
|
|
5 | 5 | [[Image(OverSimArchitecture.png, right, nolink)]] |
6 | 6 | |
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. |
8 | 8 | |
9 | 9 | * '''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. |
… |
… |
|
19 | 19 | This is a list of features we're currently working on, which will be available in one of the next releases of !OverSim: |
20 | 20 | |
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. |
22 | 22 | |
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. |
24 | 24 | |
25 | 25 | * '''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. |