Title: How to reduce the energy on the Sensor Network
1How to reduce the energy on the Sensor Network
- Donghoon Kim
- Computer Science Software Engineering
- Auburn University
2Wireless Networks
- Involves wireless communication media not
necessarily mobile Aloha network - Problems
- Shared media
- Increased bit error rate(BER)
- Lower radio transmission power
3Problems cont
- Shared media
- Low bandwidth
- Technique for increasing bandwidth
- Divide into cells(sub-networks) overlap cells
on different wavelength (scarce spectrum) and
reuse channels from cell to cell - Reduce range to increase number of cells ( fewer
objects per cell) - Compression and logging(combine short messages
into long ones)
4Problems cont
- Increased bit error rate(BER) due to
- Fading multipath and long-term fading
- Noise quality of transmission media
- Interference concurrent usage of communication
media - Frequent disconnection
5Problems cont
- Lower radio transmission power
- Scarce energy resource in mobile units
- Limits transmission power to avoid interference
- Signal strength decrease with inverse square of
distance - Higher frequency(3-5 GHz) increase attenuation
and decrease range
6Mobile Networks
- Supports mobility of users, hosts, devices not
necessarily wireless - Problems
- Movement from cell to cell
- Change physical network address
- Replication at many cells
- Motion
7Mobile Networks
- Problems cont
- Mobility increase fading and bit error rate
- Lower throughput and higher delay
- Awareness of mobile computing environment
- Location of mobile unit
- (e.g. route information services, local yellow
pages) - Tariff switch to different interface for
various functions - (e.g. email, ftp)
- Variable bandwidth and device/interface
- Disconnected operations
8Technical Issues in Mobile Networks(1)
- Mobility network layer must
- Know where a user is
- Problem host IP name is bound to its network
address and we can determine the network address
but not the physical location - When a host moves, techniques to determine its
recent address are - Broadcast
- Central Services(GSM Global System for Mobile
Communications) - Home base(Mobile IP)
- Route message to mobile users
- Store info about current location of users
- Mobile IP solution
- Cellular phone network solution
9Technical Issues in Mobile Networks(2)
- Ad-hoc networking
- Mobile hosts form networks without fixed
infrastructure - Dynamic topology structure
- Dynamic source routing use cached info and
route discovery protocol
10Technical Issues in Mobile Networks(3)
- Portability
- Low power
- Power saving methods
- Risk of data loss
- Replicate to more secure site
- Small user interface
- Handwriting recognition
- Speech recognition
- Pen-point devices
- Small storage capacity
- No disk use ROM
- Script language reduces program size
11Multihop Network
Using several short intermediate hops to send a
bit is more energy-efficient than using one
longer hop.1
12Energy trade-offs in network protocols
- Nodes cannot know a priori the optimal route to
other nodes - This path changes as nodes move, enter, or leave
the network. - The network protocol coordinates the discovery
and tracking of routes in the network.
13Energy trade-offs in network protocols(cont)
- Discovery and tracking consumes energy
- It requires communication between nodes.
- The network discovery and maintenance overhead
may well dominate the energy consumed for data
transmission itself. - With low data rates and the relatively fast
dynamics of some nodes
14Energy trade-offs in network protocols(cont)
- This is actually the case for a large number of
the ad hoc networking protocols currently in
vogue - The general ways to do this tracking and
discovery are proactive and reactive routing
15Energy trade-offs in network protocols(cont)
- Proactive routing
- The network layer .
- periodically updates routes
- has an up-to-date picture of the optimal routes
- A proactive network finds the routes between many
nodes at once in an efficient manner. - It consumes less energy than finding each
particular route separately
16Energy trade-offs in network protocols(cont)
- Reactive routing
- Reactive routing discovers routes only when the
network needs them. - The network generally does not maintain routes
until it uses them. - To communicate infrequently with a small number
of nodes, there is no advantage to maintaining
infrequently used routes.
17Energy trade-offs in network protocols(cont)
- Hybrid solutions
- Sensor networks are best served by content-and
localization-based addressing schemes - Directed diffusion routing, geographical routing,
and swarm-intelligence are just a few of the
techniques to watch.
18Energy trade-offs at the MAC Layer
- The MAC layer affects the energy efficiency in a
number of ways - MAC-layer power management can minimize the
standby power of the network - Careful control of access to the aether reduces
the number of wasted (re)transmissions corrupted
by interference from neighboring nodes in the
network. - To reach our ultra-low energy target, we need a
MAC protocol that lets radios sleep most of the
time and yet lets them awaken precisely when they
need to transmit or receive data
19Energy Scavenging
- Solar cells can just barely serve as the sole
energy source for Piconodes. - Harvesting energy from vibration is promising for
this application. - Raised floors and dropped ceilings in most office
buildings exhibits measurable vibrations - (from trucks driving down nearby streets and
people walking on the raised floors)
20Directed Diffusion Routing
- A simplified schematic for directed diffusion
21Directed Diffusion Routing
- A simplified schematic for directed diffusion
(b)Initial gradients set up
22Directed Diffusion Routing
- A simplified schematic for directed diffusion
( c ) Data delivery along reinforced path
23Directed Diffusion Routing
- Evaluation of diffusion
- Directed diffusion has the potential for
significant energy efficiency. - Even with relatively unoptimized path selection,
it outperforms an idealized traditional data
dissemination scheme like omniscient multicast. - Diffusion mechanisms are stable under the ranges
of network dynamics - For directed diffusion to achieve its full
potential, however, careful attention has to be
paid to the design of sensor radio MAC layers.
24ASCENT Adaptive Self-Configuring sEnsor
Networks Topologies
- ASCENT
- is not a routing or data dissemination protocol.
- Simply decides which nodes should join the
routing infrastructure. - has potential for significant reduction of
message loss and increase in energy efficiency - is responsive and stable under systematically
varied conditions
25ASCENT how does it work ?
- The nodes can be in active or passive state
- Active nodes are part of the topology and forward
data packets - Nodes in passive state can be sleeping or
collecting network measurements. They do not
forward any packets. - Each node measures the number of neighbors and
message loss locally
26ASCENT how does it work ?
27ASCENT how does it work ?
Join Decision Engine
28ASCENT
- Reduction of message loss and increase in energy
efficiency. - Problem
- To find the right density of nodes that build the
basic topology.
29My Future Work
- How do I decide the optimal path using ASCENT
Directed diffusion ?
30My Future Work
- Focus on the energy efficiency
- Find the right density of nodes
- Add energy status in each node
- ns-2 for simulation
31References
- J. Rabaey, J. Ammer, L.da Silva Jr., D.Patel
- PicoRadioAd-hoc wireless Networking of
Ubiquitous Low-Energy Sensor/Monitor Nodes - Dr. Lim Mobile Computing spring2002
- Alberto Cerpa And Deborah Estrin
- ASCENT Adaptive Self-Configuring sEnsor
Networks Topologies. - 4. C. Intanagonwiwat, R.Govindan, and D.Estrin
- Directed Diffusion A Scalable and Robust
Communication Paradigm for Sensor Networks Proc.
ACM MobiCom2000
32Thank you