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


Ignore:
Timestamp:
06/14/16 16:46:04 (8 years ago)
Author:
tteixeir@bbn.com
Comment:

--

Legend:

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

    v1 v1  
     1= Lab One: Understanding the AM API using Named Data Networking  =
     2
     3== Overview ==
     4                 
     5This experiment on GENI is 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].  The NDN Forwarding Daemon (NFD) will be installed on the nodes in your network and you will run an application 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/GENIExperimenter/Graphics/ccn_lab1_topo.png?format=raw" height="100" alt="Tutorial Setup"/>
     22}}}
     23                 
     24                Five VMs at the same location connected by Layer 2 links. This scenario emulates the real [http://named-data.net/ndn-testbed/ NDN testbed].
     25
     26== Procedure ==
     27{{{
     28#!html
     29                 
     30                 
     31                <table id="Table_01" height="409" border="0" cellpadding="0" cellspacing="0">
     32                        <tr>
     33                                <td>
     34                                        <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>
     35                               </td>
     36                               <td>
     37                <ul> 
     38                             <li><a href="./Procedure/Setup">Part I: Design/Setup</a></li>
     39                             <ul>
     40                                 <li>Step 1:  Design Experiment</li>
     41                                 <li>Step 2:  Establish Environmentt</li>
     42                                 <li>Step 3:  Obtain Resources</li>
     43                             </ul></ul>
     44                               </td>
     45                        </tr>
     46                        <tr>
     47                                <td>
     48                                        <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>
     49                                </td>
     50                                <td>
     51                             <ul>
     52                <li><a href="./Procedure/Execute">Part II: Execute</a></li>
     53                             <ul> 
     54                                 <li>Step 4: Wait for resources to be ready </li>
     55                                 <li>Step 5: Try out CCN application </li>
     56                             </ul></ul>
     57                                </td>
     58                        </tr>
     59                        <tr>
     60                                <td>
     61                                        <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>
     62                                </td>
     63                 
     64                                <td>
     65                             <ul>
     66                             <li><a href="./Procedure/Finish">Part III: Finish</a></li>
     67                             <ul>
     68                                 <li>Step 6:  Cleaning Up </li>
     69                             </ul></ul>
     70                                </td>
     71                 
     72                        </tr>
     73                </table>
     74}}}