Changes between Initial Version and Version 1 of Internal/PlanetlabOrbit


Ignore:
Timestamp:
Jun 4, 2006, 10:38:24 PM (18 years ago)
Author:
Surya Satyavolu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/PlanetlabOrbit

    v1 v1  
     1[wiki:WikiStart Orbit] > Planetlab-ORBIT Integrated demo
     2
     3= Planetlab-ORBIT integrated demo =
     4
     5== Revision History ==
     6
     7|| Version || Date || Revised by || Changes
     8|| v0.1 || 2006-06-04 || Sachin Ganu|| Initial version
     9
     10=== Objective ===
     11The objective of this demo is to show the federation of the two heterogeneous testbeds: Planetlab and ORBIT. This demonstration illustrates a typical wireless hotspot scenario with one node in the ORBIT testbed fetching video media off a remote Planetlab node and serving it to a fixed and mobile client.
     12
     13The demo has been choreographed to use nodes 17-2 and 17-7, where 17-2 is the ''hotspot AP'' that fetches the media content off a remote Planetlab node
     14''pli2.pa-1.hpl.hp.com'' and serves it to node17-7 as well as the robot based mobile node.
     15
     16Bitrate (in kbps) is measured by the receiving node and reported to the ORBIT infrastructure using the OML library.
     17
     18A representative picture of the scenario is shown below
     19[[Image
     20
     21{{{
     22Timeline     SOURCES                                                  DESTINATION
     23                                         1.5Mbps UDP CBR on Wireless
     24Time 0       Group 1: [1,2],[1,4],[1,8] -------------------------------> [5,4]   
     25Time 10      Group 2: [2,1],[2,3],[2,5] -------------------------------> [5,4]
     26...
     27
     28Time 60      Group 7: [8,1],[8,5],[8,7] -------------------------------> [5,4]
     29
     30Time 110     Stop Group 1 senders.
     31Time 115     Stop Group 2 senders.
     32...
     33Time 140     Stop Group 7 senders.
     34}}}
     35
     36=== Steps to Execute Demo ===
     37
     381. '''Image name''' -- __conf-room-demo.ndz__. Resides on repository2:/export/orbit/image. 
     39   a. Log onto console.sb9.orbit-lab.org using ssh (see HowToGetStarted).
     40   b. Turn off all nodes using the following command:
     41{{{
     42wget -O - 'http://cmc:5012/allOff'
     43}}}
     44   c. Execute the following command on console.sb9.
     45{{{
     46imageNodes atheros conf-room-demo.ndz
     47}}}
     48
     492. '''nodeHandler scripts''' -- execute following command on console.sb9
     50{{{
     51nodehandler -k test:exp:conf-room-demo
     52}}}
     53
     543. '''Display machine'''
     55On the display machine, point your Internet Explorer or Mozilla Firefox browser to http://sb9.orbit-lab.org. What you expect to see is a page with three frames - one showing the topology of the smaller grid, one showing a control interface to change the packet size and offered load and the third with a link to plot the cumulative throughput at the access point (AP).
     56
     57The frame showing the topology should initially display 64 yellow boxes representing the nodes on the grid. Once the nodes in the experiment turn ON, the corresponding yellow boxes will turn green. Once the sending and receiving applications start, the senders will turn blue and the receiver will turn red.
     58
     59Click the link for the cumulative throughput in the third frame -- the expected behavior for the curve is that initially, the throughput will rise as senders are added but beyond a certain number of senders, throughput will fall drastically. The explanation for this drop is that
     60
     61a. the current implementation of CSMA/CA fails to prevent losses from occurring in a congested environment
     62
     63b. the 802.11 bit-rate adaptation algorithm, which believes CSMA/CA to be perfect, infers these losses to be due to poor channel (SNR) conditions and drops the bit-rate accordingly. This in turn makes the situation worse given that the same frame will now take a much longer time on the medium -- all senders will drop their rate to 6Mbps and the cumulative throughput will reflect this (it should be equal to the saturation throughput at 6Mbps).
     64
     65=== Troubleshooting ===
     66
     671. The graphics displaying the topology uses [http://www.w3.org/TR/SVG/ SVG] - this is built into the latest Mozilla firefox but you will need an SVG viewer extension for Internet Explorer. This extension can be downloaded from http://www.adobe.com/svg/viewer/install/main.html.
     68
     69[[BR]][[BR]]