Changes between Version 10 and Version 11 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ccn/Procedure


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

--

Legend:

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

    v10 v11  
    11= Lab One: Understanding the AM API using Named Data Networking  =
    22                 
    3                 == Overview ==
     3== Overview ==
    44                 
    5                 This is a first, simple experiment on GENI useful for familiarizing new experimenters with GENI and the tools for using GENI.
     5This is a first, simple experiment on GENI useful for familiarizing new experimenters with GENI and the tools for using GENI.
    66                 
    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
     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
    1212                 
    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.
     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.
    1414                 
    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. 
     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. 
    1616                 
    17                 === Experiment Topology and Setup ===
     17=== Experiment Topology and Setup ===
    1818                 
    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                 }}}
     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}}}
    2323                 
    2424                Four VMs at the same location connected by Layer 2 links.   
     
    2626         
    2727                 
    28                 == Procedure ==
    29         {{{
    30                 #!html
     28== Procedure ==
     29{{{
     30#!html
    3131                 
    3232                 
     
    7373                 
    7474                        </tr>
    75                 </table>
     75                </table>
     76}}}