Changes between Version 23 and Version 24 of Software


Ignore:
Timestamp:
Jul 18, 2013, 10:46:16 PM (11 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software

    v23 v24  
    1111[[BR]]
    1212
    13 === 2.1. Experiment Control ===
     13== Experiment Control ==
    1414
    1515The main component of the Experiment Management Service is the '''Node Handler''' that functions as an Experiment Controller.  It multicasts commands to the nodes at the appropriate time and keeps track of their execution.  The '''Node Agent''' software component resides on each node, where it listens and executes the commands from the '''Node Handler'''. It also reports information back to the '''Node Handler'''.  The combination of these two components gives the user the controls over the testbed, and enables the automated collection of experimental results.  Because the '''Node Handler''' uses a rule-based approach to monitoring and controlling experiments, occasional feedback from experimenters may be required to fine tune its operation. Figure 4 illustrates the execution of an experiment from the user's point-of-view.
     
    3030
    3131[[BR]]
    32 === 2.2. Measurement & Result Collection ===
     32== Measurement & Result Collection ==
    3333
    3434The '''ORBIT Measurement Framework & Library (OML)''' is responsible for collecting the experimental results. It is based on a client/server architecture as illustrated in Figure 5 below.