Changes between Initial Version and Version 1 of GEC17Agenda/GettingStartedWithGENI_III_GIMI/Procedure/DesignSetup


Ignore:
Timestamp:
06/20/13 16:54:24 (11 years ago)
Author:
divyashri.bhat@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC17Agenda/GettingStartedWithGENI_III_GIMI/Procedure/DesignSetup

    v1 v1  
     1In this part of the tutorial we give a brief overview on the experiment workflow.
     2GIMI is providing experimenters with a set of tools that will aid them in allocating GENI
     3resources (currently this is limited to ExoGENI resources), executing experiments, and performing
     4measurements while these experiments are running. In addition, the GIMI tools will allow
     5experimenters to analyze and visualize measurement data. Finally, a federated set of iRODS
     6servers provides an archival service.[[BR]]
     7The figure below illustrate what we describe as the experiment workflow.
     8During the tutorial we will walk through the single steps of this workflow with the goal to
     9have experimenters apply this workflow to their own experiments.
     10
     11== Topology ==
     12
     13The image below illustrates the ExoGENI topology that we will create within the scope of this tutorial. The experiment described above will be
     14executed on the basis of this topology.
     15Note, that NodeC is running in a different physical location (BBN) than the other nodes (RENCI).
     16In Section [[http://groups.geni.net/geni/wiki/GIMI-GEC16-Tutorials/GIMI-GEC16-TutorialB/Slice Obtain Slice]], we will go through the process of setting up and obtaining a slice that represents this topology.
     17
     18[[Image(topology.jpg)]]
     19
     20The routing in this topology is set up as follows:
     21
     22|| Origin Node || Destination Net || Via IP       || Node ||
     23|| A           || 192.168.1.0/24  || 192.168.4.10 || B    ||
     24||             || 192.168.2.0/24  || 192.168.4.10 || B    ||
     25||             || 192.168.3.0/24  || 192.168.5.12 || C    ||
     26||             || 192.168.4.0/24  || 192.168.4.11 || A    ||
     27||             || 192.168.5.0/24  || 192.168.5.11 || A    ||
     28||             || 192.168.6.0/24  || 192.168.5.12 || C    ||
     29|| B           || 192.168.1.0/24  || 192.168.1.10 || B    ||
     30||             || 192.168.2.0/24  || 192.168.2.10 || B    ||
     31||             || 192.168.3.0/24  || 192.168.1.13 || D    ||
     32||             || 192.168.4.0/24  || 192.168.4.10 || B    ||
     33||             || 192.168.5.0/24  || 192.168.4.11 || A    ||
     34||             || 192.168.6.0/24  || 192.168.2.12 || C    ||
     35|| C           || 192.168.1.0/24  || 192.168.3.13 || D    ||
     36||             || 192.168.2.0/24  || 192.168.2.12 || C    ||
     37||             || 192.168.3.0/24  || 192.168.3.12 || C    ||
     38||             || 192.168.4.0/24  || 192.168.5.11 || A    ||
     39||             || 192.168.5.0/24  || 192.168.5.12 || C    ||
     40||             || 192.168.6.0/24  || 192.168.6.12 || C    ||
     41|| D           || 192.168.1.0/24  || 192.168.1.13 || D    ||
     42||             || 192.168.2.0/24  || 192.168.3.12 || C    ||
     43||             || 192.168.3.0/24  || 192.168.3.13 || D    ||
     44||             || 192.168.4.0/24  || 192.168.1.10 || B    ||
     45||             || 192.168.5.0/24  || 192.168.3.12 || C    ||
     46||             || 192.168.6.0/24  || 192.168.3.12 || C    ||
     47|| E           || 192.168.1.0/24  || 192.168.6.12 || C    ||
     48||             || 192.168.2.0/24  || 192.168.6.12 || C    ||
     49||             || 192.168.3.0/24  || 192.168.6.12 || C    ||
     50||             || 192.168.4.0/24  || 192.168.6.12 || C    ||
     51||             || 192.168.5.0/24  || 192.168.6.12 || C    ||
     52||             || 192.168.6.0/24  || 192.168.6.14 || E    ||
     53
     54----