Changes between Version 40 and Version 41 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Execute


Ignore:
Timestamp:
07/05/16 11:28:08 (8 years ago)
Author:
tteixeir@bbn.com
Comment:

--

Legend:

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

    v40 v41  
    7575SSH to the {{{Experimenter}}} node, and start the consumer application
    7676     {{{
    77      $ time sudo python /local/consumer.py -u /nytimes/science
     77     $ sudo python /local/consumer.py -u /nytimes/science
    7878     }}}
    7979The {{{Interest}}} packet travels the entire topology, leaving breadcrumbs. The {{{Data}}} packet follows the breadcrumbs back to the {{{consumer}}}, leaving cached versions of the content. This is call in-network caching and it is one of the most important features in {{{Information Centric Networking (ICN)}}}
     
    8181SSH to the {{{PI}}} node and start the consumer application
    8282     {{{
    83      $ time sudo python /local/consumer.py -u /nytimes/science
     83     $ sudo python /local/consumer.py -u /nytimes/science
    8484     }}}
    8585This time your {{{PI}}} node gets the content back, but nothing happens on the {{{Custodian}}} because the requested content is cached in the {{{Campus Router}}} node.[[br]]
    86 Note that this time the {{{Data}}} was retrieved much faster.[[br]]
     86Note that the {{{Data}}} was retrieved much faster.[[br]]
    8787You can repeat the experiment with different namespaces
    8888     {{{
    89      $ time sudo python /local/consumer.py -u /nytimes/math
     89     $ sudo python /local/consumer.py -u /nytimes/math
    9090     }}}
    9191This time you see that the {{{Interest}}} request is served by the {{{Custodian}}}.
     92[[br]]
     93Feel free to explore different {{{namespaces}}}.
    9294
    9395=== 5.2 (Optional) Visualize experiment data flows ===