Changes between Version 16 and Version 17 of Internal/RunningDemos
- Timestamp:
- Dec 23, 2005, 6:08:19 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/RunningDemos
v16 v17 11 11 The objective of this demo is to show the failure of current implementations of IEEE 802.11 infrastructure networks in supporting a large number (O(10)) of clients. The cumulative throughput at the access point (AP) is the measured and it is shown that beyond a certain number of clients, there is a sharp drop rather than graceful degradation. It is hypothesized that the 802.11 bit-rate adaptation algorithm is the primary culprit for this behavior - the algorithm does not differentiate between collision-based packet loss and packet loss due to poor channel conditions. It incorrectly infers collision-based loss as an indication to drop the bit-rate, resulting in the sharp drop in cumulative throughput. 12 12 13 === Preliminaries===13 === Steps to Execute Demo === 14 14 15 1. '''Image name''' [[BR]]baseline.ndz node image file must be used. Resides on repository2:/export/orbit/image.16 (a) Log onto console.sb9.orbit-lab.org using ssh (see HowToGetStarted).17 (b)Turn off all nodes using the following command:15 1. '''Image name''' -- baseline.ndz node image file must be used. Resides on repository2:/export/orbit/image. 16 a. Log onto console.sb9.orbit-lab.org using ssh (see HowToGetStarted). 17 b. Turn off all nodes using the following command: 18 18 {{{ 19 19 wget -O - 'http://cmc:5012/allOff' 20 20 }}} 21 (c)Execute the following command on console.sb9.21 c. Execute the following command on console.sb9. 22 22 {{{ 23 23 imageNodes atheros baseline.ndz 24 24 }}} 25 25 26 27 2. '''nodeHandler scripts''' 26 2. '''nodeHandler scripts''' -- execute following command on console.sb9 27 {{{ 28 nodehandler -k test:exp:conf-room-demo 29 }}} 28 30 29 31 3. '''Display machine''' 32 On the display machine, point your Internet Explorer or Mozilla Firefox browser to http://sb9.orbit-lab.org 30 33 31 34 == Streaming video demo ==