Changes between Version 7 and Version 8 of Deter/NewExDesc
- Timestamp:
- Sep 29, 2010 12:11:37 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Deter/NewExDesc
v7 v8 3 3 === Metadescriptions === 4 4 5 The highest level is '''metadescription''' of that experiment class. It contains '''dimensions''' that are important to be defined for this class of experiments. Metadescriptions are created by experts in the given research area. Users usually don't touch them or if they do they start from an existing one and modify it. If there's no metadescription in a given field there should be a nice user-friendly process that lets experts create it from scratch by defining the required dimensions and then slowly add to it. 5 The highest level is '''metadescription''' of that experiment class. It contains '''dimensions''' that are important to be defined for this class of experiments. Metadescriptions are created by experts in the given research area. Users usually don't touch them or if they do they start from an existing one and modify it. If there's no metadescription in a given field there should be a nice user-friendly process that lets experts create it from scratch by defining the required dimensions and then slowly add to it. Each dimension should allow for multiple choices and their combinations, e.g., multiple topologies connected together, multiple traffic streams, etc. 6 6 7 7 Every metadescription has the following dimensions: … … 14 14 Some metadescriptions contain more like: 15 15 16 * traffic (could be domain-specific, depending on type of traffic - mission vs background) - it's a little vague what portion of traffic gets defined in event timeline as opposed to here. We should have an option of defining multiple traffic streams at one place (here) if they are similar. Defining traffic means defining request/reply sizes, timing and perhaps content.17 * visualization (domain-specific) 18 * post-processing (domain-specific) 19 * routing changes (domain-specific)16 * traffic (could be domain-specific, depending on type of traffic - mission vs background) - it's a little vague what portion of traffic gets defined in event timeline as opposed to here. We should have an option of defining multiple traffic streams at one place (here) if they are similar. Defining traffic means defining request/reply sizes, timing, content, etc. depending on the model being used for this dimension. If event timeline mentioned specific traffic (e.g., DNS) then here we'd offer models that can generate such traffic - for that particular event. In general we should offer here all models since users may want to generate some background traffic that's noise in the experiment. 17 * visualization (domain-specific) - LANGUAGE: Pointers to tools, their inputs and outputs 18 * post-processing (domain-specific) - LANGUAGE: Pointers to tools, their inputs and outputs 19 * monitors (domain-specific) - LANGUAGE: Pointers to tools, their inputs and outputs 20 20 * whatever else makes sense for that class of experiments 21 21 22 Each 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 Internet-like 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.22 Each dimension can be output from multiple '''models'''. 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 Internet-like 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. 23 23 24 24 === Experiment Design ===