Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/jFed/GettingStarted_PartII_ndn/Procedure


Ignore:
Timestamp:
06/20/16 14:48:35 (8 years ago)
Author:
tteixeir@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jFed/GettingStarted_PartII_ndn/Procedure

    v1 v1  
     1= Lab One: Understanding the AM API using Named Data Networking  =
     2
     3== Overview ==
     4
     5This is a first, simple experiment on GENI useful for familiarizing new experimenters with GENI and the tools for using GENI.
     6
     7=== What you will learn ===
     8The high levels goals for this exercise are to:
     9 1. Understand what happens behind the scenes when you run and experiment in GENI
     10 1. Learn about RSpecs and the GENI AM API
     11 1. Learn about the Omni experimenter tool
     12
     13You will learn these concepts by running an experiment based on the [http://named-data.net Named Data Networking (NDN) Future Internet Architecture].  NDN software will be  installed on the nodes in your network and you will run an application on top of the NDN software that fetches content by name.
     14
     15Optionally, you can instrument you application using the GENI Desktop to see graphs of traffic on the network links.  This will give you greater insight into when application data is fetched from a  cache and when it comes all the way from a data source.
     16
     17=== Experiment Topology and Setup ===
     18
     19{{{
     20#!html
     21<img src="http://groups.geni.net/geni/attachment/wiki/GENIEducation/SampleAssignments/LabZero/Graphics/ccn_topology.png?format=raw" height="152" alt="Tutorial Setup"/>
     22}}}
     23
     24Four VMs at the same location connected by Layer 2 links. 
     25
     26
     27
     28== Procedure ==
     29{{{
     30#!html
     31
     32
     33<table id="Table_01" height="409" border="0" cellpadding="0" cellspacing="0">
     34        <tr>
     35                <td>
     36                        <a href="./Procedure/Setup"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/design.png?format=raw" width="152" height="152" alt="Design/Setup"></a>
     37               </td>
     38               <td>
     39<ul>
     40             <li><a href="./Procedure/Setup">Part I: Design/Setup</a></li>
     41             <ul>
     42                 <li>Step 1:  Design Experiment</li>
     43                 <li>Step 2:  Establish Environmentt</li>
     44                 <li>Step 3:  Obtain Resources</li>
     45             </ul></ul>
     46               </td>
     47        </tr>
     48        <tr>
     49                <td>
     50                        <a href="./Procedure/Execute"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/execute.png?format=raw" width="152" height="143" alt="Execute"></a>
     51                </td>
     52                <td>
     53             <ul>
     54<li><a href="./Procedure/Execute">Part II: Execute</a></li>
     55             <ul>
     56                 <li>Step 4: Wait for resources to be ready </li>
     57                 <li>Step 5: Try out NDN application </li>
     58             </ul></ul>
     59                </td>
     60        </tr>
     61        <tr>
     62                <td>
     63                        <a href="./Procedure/Finish"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/finish.png?format=raw" width="152" height="114" alt="Finish"></a>
     64                </td>
     65
     66                <td>
     67             <ul>
     68             <li><a href="./Procedure/Finish">Part III: Finish</a></li>
     69             <ul>
     70                 <li>Step 6:  Cleaning Up </li>
     71             </ul></ul>
     72                </td>
     73
     74        </tr>
     75</table>