Changeset 2788
- Timestamp:
- 10/30/09 16:08:05 (4 weeks ago)
- Location:
- docs/Lowthane/ipsn10
- Files:
-
- 3 modified
-
evaluation.tex (modified) (7 diffs)
-
intro.tex (modified) (1 diff)
-
overview.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Lowthane/ipsn10/evaluation.tex
r2785 r2788 5 5 performance in the literature. Since we embrace the IP architecture proposed 6 6 by Hui and extend his routing mechanisms, this work is the first in-depth 7 analysis the performance of a protocol which embraces a layered IPv67 analysis of the performance of a protocol which embraces a layered IPv6 8 8 architecture in this class of networks. 9 9 … … 23 23 \begin{description}\addtolength{\itemsep}{-0.5\baselineskip} 24 24 25 \item[Reliability] Does the protocol successfully deliver packets?25 \item[Reliability] How well does the protocol successfully deliver packets? 26 26 27 27 % The lossy nature of wireless mesh networks means … … 57 57 %evaluate the stretch incurred using {\lowthane}. 58 58 59 \item[Agility/Stability] How quickly can {\lowthane} respond to changes in59 \item[Agility/Stability] How quickly can {\lowthane} respond to failures and changes in 60 60 topology? 61 61 … … 117 117 Testbed B & Motelab, Harvard \cite{WASW05} & 128 & 8 & Two hours & Office environment\\ 118 118 Deployment 1 & ACme \cite{acme} & 57 & 8 & Six months & Office environment \\ 119 Deployment 2 & Hydrowatch 2 \cite{hydrowatch} & 32 & 5 & Two weeks & Outdoor, Low-power MAC \\120 Deployment 3 & & 23 & 5 & One week & Industrial environment \\119 % Deployment 2 & Hydrowatch 2 \cite{hydrowatch} & 32 & 5 & Two weeks & Outdoor, Low-power MAC \\ 120 % Deployment 3 & & 23 & 5 & One week & Industrial environment \\ 121 121 \hline 122 122 \end{tabular} … … 136 136 to TinyAODV, a compact implementation of the AODV 137 137 on-demand distance vector routing protocol \cite{aodv}. 138 Conceptually, the combination of CTP and AODV is very139 similar to 802.11s, which is perhaps the existing architecture closest to our140 design.138 % Conceptually, the combination of CTP and AODV is very 139 % similar to 802.11s, which is perhaps the existing architecture closest to our 140 % design. 141 141 142 142 % \SDHnote{too whiny? nobody likes a whiner.} … … 179 179 real-world deployment. {\lowthane}'s collection performance suffers 180 180 slightly when faced with interference on a week day 181 (\ref{fig:collection-acme}), butcompares favorably with state-of-the-art181 (\ref{fig:collection-acme}), yet still compares favorably with state-of-the-art 182 182 CTP in testbed experiments.} 183 183 \label{fig:collection} … … 257 257 exploration rate, which determines how aggressive nodes are in gathering 258 258 information about neighboring nodes\footnote{In our implementation, a 259 maximum of 4 mature neighbors are be reported in a topology report. Any 260 new information received by a controller expires all old information.}. In essence, the degree of a node in the global topology is determined by the number of neighbors in the node's topology report, as well as the number of other node's topology reports that this particular node appears in. 259 maximum of 4 mature neighbors are reported in a topology report. Any 260 new information received by a controller expires all old information 261 from that node.}. In essence, the degree of a node in the global topology is determined by the number of neighbors in the node's topology report, as well as the number of other node's topology reports that this particular node appears in. 261 262 % To quantify the impact of these two parameters, we evaluated {\lowthane}'s performance on Testbed A from an uninitialized state. In each experiment, the nodes begin with an interval of 1 second between the first two topology reports, and this interval increases geometrically until it reaches the designated Topology Report Interval, which is the steady state. Figure~\ref{fig:top-report} shows the relationship between the average node degree in the global topology graph and the time elapsed since the network was initialized for three different scenarios: topology report intervals of 30 seconds and 5 minutes (while using the default 25\% exploration probability), and a topology report interval of 30 seconds with a halved exploration rate of 12.5\%. 262 263 The key implication is that {\emph{basic connectivity is established very -
docs/Lowthane/ipsn10/intro.tex
r2784 r2788 33 33 minimize state and functionality in the network. Our design revolves around 34 34 controlling the tradeoff between state and stretch, and minimizing control 35 traffic through a focus on data-driven design. % We embrace the open-standards35 traffic through a focus on data-driven design. % We embrace the open-standards 36 36 % approach to system design, and our solution, {\lowthane}, is in fact the 37 37 % default routing protocol for blip, a widely-used IPv6 network layer for -
docs/Lowthane/ipsn10/overview.tex
r2784 r2788 30 30 31 31 {\lowthane} transmits a portion of the topology discovered by the 32 collection protocol to higher-function {\controller}s. A nsignificant32 collection protocol to higher-function {\controller}s. A significant 33 33 advantage of using this topology is that collection traffic, which is 34 34 often present as a background workload in this class of network, is
