Changeset 2807

Show
Ignore:
Timestamp:
10/30/09 19:34:55 (4 weeks ago)
Author:
taneja
Message:

half done version

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HydroWatch/Tim/doc/ipsn10/sec_intro.tex

    r2805 r2807  
    77%\cite{roundy04ewsn} and challenges in the cost and predicability of harvested energy from sources such as solar or wind energy, much of the field today has focussed on reduction of energy consumption at the load side. 
    88 
    9 The past decade has seen significant progress towards the goal of making long-term, embedded, environmental sensing a reality. Within a typical mote-class device, current technology dictates that the vast majority of energy is consumed by the physical radio.  As such, duty-cycling of the radio has been the key method employed to reduce energy consumption, typically in order of 5\% duty cycles for practical deployments\cite{gdi04sensys,tolle05sensys,firewxnet06mobisys,sensorscope08ipsn}.  
    10 Whilst ultra-low duty cycle MAC's have been validated under controlled conditions\cite{ye06sensys,dozer07ipsn},  
    11 in general, breaking through the 1\% duty-cycle barrier for practical, multi-hop deployment scenarios requiring highly reliable, ``always available'' operation, is very difficult with current radio technology. 
     9The past decade has seen significant progress towards the goal of making long-term, embedded, environmental sensing a reality. Within a typical mote-class device, current technology dictates that the vast majority of energy is consumed by the physical radio.  As such, duty-cycling of the radio has been the key method employed to reduce energy consumption in practical deployments.~\cite{gdi04sensys,tolle05sensys,firewxnet06mobisys,sensorscope08ipsn} A number of ultra-low power MAC layers have sustained the race to zero consumption at the link layer\cite{ye06sensys,dozer07ipsn}, where the current state-of-the-art has a duty cycle of 0.65\%~\cite{hui08sensys}). However, we believe that with current technology, there is minimal further improvement possible for duty-cycling link layers. 
     10 
     11A common thread among most of the deployments mentioned is an implicit requirement that the network is 'always available' - the link layer provides the ability to interact with any node in the network at any time. Though this provides a degree of comfort for network operators, it often limits the capacity of the network to make sensor measurements by monopolizing energy resources.   
     12 
     13To get a sense for how much the radio dominates an example environmental sensing application energy budget, we show two pie charts in Figure~\ref{fig:energy}: (a) shows the energy distribution between the hardware components for a node running the Low Power Listening (LPL) radio duty-cycling MAC layer~\cite{polastre05bmac} and (b) shows the same distribution for a node that runs the same LPL layer, but only 10\% of the time; the other 90\% of the time is spent with the radio completely off. Though the radio in each case is the majority consumer, the magnitude of consumption is nearly an order of magnitude less in the latter. This provides an opportunity to reassign the Joules previously reserved for radio idle listening to more useful tasks like increased sensing. 
     14 
     15Two challenges arise from this approach - the need to reconstruct routing links and trees after waking up and the increased cost of transmission due to batching. First, examining network reconstruction 
    1216 
    1317Even after radio duty-cycling, radio is still one of the major energy consumers of sensor nodes. As shown in Figure~\ref{fig:energy}(a),  for a node running LPL (512ms sleep interval) and transmitting every minute, radio consumes over 95\% over the overall average power draw of 620$\mu$A. In other words, a significant energy cost is paid to allow the node to be in a state of ``always on'', and only a small part of the energy is used in the actual sampling and transmission of information\cite{prabal07batch}. 
     
    2125        (a) LPL (620$\mu$A) & (b) Radio 90\% off (87$\mu$A) \\  
    2226    \end{tabular} 
    23     \caption{Piechart showing (a) Typical power breakdown for a node running LPL with 512ms sleep interval, (b) A typical power breakdown for a node scheduling the radio to be 90\% off.} 
     27    \caption{Piechart showing (a) Typical power breakdown for a node running LPL with 512ms sleep interval, (b) A typical power breakdown for a node running LPL with the same interval but scheduling the radio to be 90\% off.} 
    2428    \label{fig:energy} 
    2529\end{figure}