= Lab Zero: A First Experiment Using GENI and jFed Tool = == Overview == This is a first, simple experiment on GENI useful for familiarizing new experimenters with GENI and the tools for using GENI. === What you will learn === The high levels goals for this exercise are to: 1. Understand what happens behind the scenes when you run and experiment in GENI 1. Learn about RSpecs and the GENI AM API 1. Learn about the Omni experimenter tool 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. 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. === Experiment Topology and Setup === {{{ #!html Tutorial Setup }}} Reserve two VMs at the same location connected by a Layer 2 circuit. == Background == [wiki:GENIExperimenter/Tutorials/GettingStarted_PartI/Background Background information] about pre-requisites, tools, resources, and where to get help. == Video == * A [https://www.youtube.com/watch?v=vCOtltU3rX0&list=UUg_vFA7gvYEcILfAZlfL9Bw video] of the Lab Zero exercise == Procedure == {{{ #!html
Design/Setup
  • Part I: Design/Setup
    • Step 1: Design Experiment
    • Step 2: Establish Management Environment
    • Step 3: Obtain Resources
Execute
  • Part II: Execute
    • Step 4: Configure and Initialize Services
    • Step 5: Execute Experiment
    • Step 6: Analyze and Visualize Experiment
Finish