Changes between Version 8 and Version 9 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ccn/Procedure


Ignore:
Timestamp:
09/14/15 18:18:13 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v8 v9  
    1 = Lab One: Understanding the AM API using Named Data Networking  =
    2 
    3 == Overview ==
    4 
    5 This 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 ===
    8 The 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 
    13 You 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 
    15 Optionally, 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/ccnx_topology_2.png?format=raw" height="252" alt="Tutorial Setup"/>
    22 }}}
    23 
    24 Five VMs at the same location connected by Layer 2 links.  One VM is acting as the data source, two VMs are acting as CCN routers, and two VMs are acting as end users.
    25 
    26 See also the [wiki:GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ccn/Procedure/AppendixStitching stitched topology] variation.
    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                         <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/design.png?format=raw" width="152" height="152" alt="Design/Setup">
    37                </td>
    38                <td>
    39 <ul>
    40              <li>Part I: Design/Setup</li>
    41              <ul>
    42                  <li><a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ccn/Procedure/Setup">Using Jacks</a></li>
    43                  <li><a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/jFed/GettingStarted_PartII_ccn/Procedure/Setup">Using jFed</a></li>
    44              </ul></ul>
    45                </td>
    46         </tr>
    47         <tr>
    48                 <td>
    49                         <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>
    50                 </td>
    51                 <td>
    52              <ul>
    53 <li><a href="./Procedure/Execute">Part II: Execute</a></li>
    54 </ul>
    55                 </td>
    56         </tr>
    57         <tr>
    58                 <td>
    59                         <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>
    60                 </td>
    61 
    62                 <td>
    63              <ul>
    64              <li><a href="./Procedure/Finish">Part III: Finish</a></li>
    65 </ul>
    66                 </td>
    67 
    68         </tr>
    69 </table>