Changes between Version 1 and Version 2 of Deter/NewExDesc


Ignore:
Timestamp:
Sep 16, 2010 12:43:03 PM (14 years ago)
Author:
sunshine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Deter/NewExDesc

    v1 v2  
    11We start from a class of experiments that we want to define - e.g., DDoS experiments.
    22
    3 The highest level is *metadescription*
     3The highest level is '''metadescription''' of that experiment class. It contains '''dimensions''' that are important to be defined for this class of experiments. Every metadescription has the following dimensions:
     4
     5 * topology
     6 * invariants
     7 * workflow
     8
     9Some metadescriptions contain more like:
     10
     11 * traffic
     12 * visualization
     13 * post-processing
     14 * routing changes
     15 * whatever else makes sense for that class of experiments
     16
     17Each dimension can be output from multiple '''model'''. A model can be as abstract as an equation, or it could be an output of a simulation, or a set of data points, or pretty much anything else. Each model can have '''constraints''' pretty much describing its inputs and outputs such as "this equation creates power-law topologies only when they contain more than 50 nodes". Each model has an '''input''' set of variables and an '''output''' one where the output is in some common format (or translatable into it) for that dimension.
     18
     19
     20