Changes between Version 1 and Version 2 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Execute/GEMINI


Ignore:
Timestamp:
07/22/16 11:55:52 (8 years ago)
Author:
tteixeir@bbn.com
Comment:

--

Legend:

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

    v1 v2  
    1919    <td>
    2020     <img style="border:1px solid black;"
    21            src="http://192.1.242.151/images/Tools_GENI_Desktop.png?format=raw" width="500" />
     21           src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/graphics/Tools_GENI_Desktop.png?format=raw" width="500" />
    2222     <br />
    2323     <b>Figure 5-1</b> Click on the <i>GENI Desktop</i> button in the Slice Tools section of your Slice page.
     
    6262   </td>
    6363 <td>
    64    <img style="border:1px solid black;" src="http://192.1.242.151/images/GENI_Desktop_Welcome.png?format=raw" width="500" />
     64   <img style="border:1px solid black;" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/graphics/GENI_Desktop_Welcome.png?format=raw" width="500" />
    6565 <br />
    6666     <b>Figure 5-4</b> <i>GENI Desktop Welcome</i>.
     
    8383   </td>
    8484   <td>
    85     <img style="border:1px solid black;" src="http://192.1.242.151/images/Passive_Graphs.png?format=raw" width="500"  />
     85    <img style="border:1px solid black;" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/graphics/Passive_Graphs.png?format=raw" width="500"  />
    8686    </td>
    8787 </tr>
     
    9393   </td>
    9494   <td>
    95     <img style="border:1px solid black;" src="http://192.1.242.151/images/Links_and_Topology.png" width="500" />
     95    <img style="border:1px solid black;" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/graphics/Links_and_Topology.png?format=raw" width="500" />
    9696    </td>
    9797 </tr>
     
    104104   </td>
    105105   <td>
    106     <img style="border:1px solid black;" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Images/GENIDesktop-Graphs2.png?format=raw" width="500"  />
     106    <img style="border:1px solid black;" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/graphics/GEMINI_Graph.png?format=raw" width="500"  />
    107107    </td>
    108108 </tr>
     
    112112=== 5.2.3 Visualizing your Experiment ===
    113113
    114 a. At this point you will see four graphs showing traffic on each of the four links on your experiment.  The traffic you see on the links is broadcast traffic from the switch on the rack to which these nodes connect.  It is not related to your experiment.
     114a. At this point you will see two graphs showing traffic on each of the links on your experiment.  The traffic you see on the links is broadcast traffic from the switch on the rack to which these nodes connect.  It is not related to your experiment.
    115115
    116116{{{
     
    120120   <td>
    121121   <ol>
    122      <li> Go back to the ssh window you used to log into the researcher node (a.k.a. <tt>user</tt>) when you did the CCN exercise.  </li>
    123      <li> Use the <tt> /opt/ccnx-atmos/client.py </tt> program to fetch precipitation data for a time period you had not previously fetched.  This is to make sure the data will be fetched from the data source (<tt>data</tt>) and not from the cache at some node.  The time period must be between 1 Jan 1902 and 31 Jan 1902. </li>
     122     <li> Go back to the ssh window you used to log into the PI or Experimenter nodes when you did the NDN exercise.  </li>
     123     <li> Use the <tt> consumer.py </tt> program to fetch a namespace you had not previously fetched.  This is to make sure the data will be fetched from the custodian and not from the cache at some node.</li>
    124124   </ol>
    125125   </td>
     
    128128}}}
    129129
    130 b. Your graphs should now show traffic on the {{{router-dsrc1}}} and {{{link0}}} links (see example below).  The graph on the left is the network being quiet, while the graph on the right shows traffic flowing. This is because the precipitation data was not cached anywhere and had to be fetched from the data source. ''Please take note that the graphs are not scaled for direct comparison and take careful note of whether the max Y values are in bytes or kilobytes.''
     130b. Your graphs should now show traffic on the {{{lan-1}}} and {{{lan-2}}} links (see example below). The left part of the graphs is the network being quiet, while the spikes on the right are the Interest requests and Data packets. The first spike on {{{lan-2}}} is a request from the Internet-Router node, thus no traffic on {{{lan-1}}}. The same request is made by one of the consumers {{{PI}}} or {{{Experimenter}}}, thus traffic only flows on {{{lan-1}}}. The second spike on both graphs is one of the consumers fetching data from the custodian node. ''Please take note that the graphs are not scaled for direct comparison and take careful note of whether the max Y values are in bytes or kilobytes.''
    131131
    132  [[Image(http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Images/GENIDesktop-CmpTraf.png?format=raw, nolink, 50%)]]
     132 [[Image(http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/graphics/TrafficGraphs.png?format=raw, nolink, 50%)]]
    133133
    134 c. Fetch the same data again.  Notice there is no experiment traffic on the links.  This is because the data was fetched from the cache on the node {{{user}}}.
    135 
    136 d. You can investigate the CCN application further:
    137     1. Log into the collaborator node ({{{user-1}}}) to fetch data that was previously fetched by the researcher node ({{{user}}}).  Can you tell from where the data is fetched based on the graphs?
    138     2. From the collaborator node fetch data that was not previously fetched by the researcher.  Where did the data come from this time?
    139134
    140135== Cleaning up ==
    141 Go back to the [wiki:GENIExperimenter/Tutorials/GettingStarted_PartII_ccn/Procedure/Finish CCN exercise] to free up the resources you used in this experiment.
     136Go back to the [wiki:GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Finish NDN exercise] to free up the resources you used in this experiment.