SlideShare a Scribd company logo
1 of 25
Unit-2
Applications and Energy
consumption of WSN
Dr.DEEPA.D
Asst Professor
Electronics and communication Engineering Department
R.M.K College of Engineering and Technology
WSN Applications Examples
 Disaster relief applications
 Environment control and biodiversity mapping
 Intelligent buildings
 Facility management:
 Machine surveillance and preventive maintenance
 Precision agriculture
 Medicine and health care
 Telematics
 Logistics:
Applications of wireless sensor network
 Military applications: Wireless sensor networks be
likely an integral part of military command, control,
communications, computing, intelligence, battlefield
surveillance, reconnaissance and targeting systems.
 Area monitoring: In area monitoring, the sensor
nodes are deployed over a region where some
phenomenon is to be monitored. When the sensors
detect the event being monitored (heat, pressure
etc), the event is reported to one of the base
stations, which then takes appropriate action.
 Transportation: Real-time traffic information is
being collected by WSNs to later feed transportation
models and alert drivers of congestion and traffic
problems.
 Health applications: Some of the health applications
for sensor networks are supporting interfaces for
the disabled, integrated patient monitoring,
diagnostics, and drug administration in hospitals,
tele-monitoring of human physiological data, and
tracking & monitoring doctors or patients inside a
hospital
 Environmental sensing: The term Environmental Sensor
Networks has developed to cover many applications of
WSNs to earth science research. This includes sensing
volcanoes, oceans, glaciers, forests etc. Some other
major areas are listed below: Air pollution monitoring
Forest fires detection Greenhouse monitoring
Landslide detection
 Structural monitoring: Wireless sensors can be utilized to
monitor the movement within buildings and infrastructure
such as bridges, flyovers, embankments, tunnels etc
enabling Engineering practices to monitor assets remotely
with out the need for costly site visits.
 Industrial monitoring: Wireless sensor networks
have been developed for machinery condition-
based maintenance (CBM) as they offer significant
cost savings and enable new functionalities. In
wired systems, the installation of enough sensors is
often limited by the cost of wiring.
 Agricultural sector: using a wireless network frees
the farmer from the maintenance of wiring in a
difficult environment. Irrigation automation
enables more efficient water use and reduces
waste.
Energy consumption of sensor nodes
• Energy supply for a sensor node is at a premium
• Batteries have small capacity, and recharging by energy scavenging is
complicated and volatile.
• Hence, the energy consumption of a sensor node must be tightly controlled.
The main consumers of energy are the controller, the radio front ends, to
some degree the memory, and, depending on the type, the sensors.
The following components involved in energy consumption are,
Operation states with different power consumption
 Microcontroller energy consumption
 Memory
 Radio transceivers
 Relationship between computation and communication
Power consumption of sensor and actuators
Operation states with different power
consumption
 One important contribution to reduce power consumption of
these components comes from chip-level and lower
technologies:
 Designing low-power chips is the best starting point for an
energy-efficient sensor node.
 Introducing and using multiple states of operation with
reduced energy consumption in return for reduced
functionality is the core technique for energy-efficient
wireless sensor node
Micro controller energy consumption
Basic power consumption in discrete operation states
Embedded controllers commonly implement the concept of multiple operational
states as outlined above; it is also fairly easy to control. Some examples
probably best explain the idea.The Intel Strong ARM provides three sleep
modes:
• In normal mode, all parts of the processor are fully powered. Power
consumption is up to 400 mW.
• In idle mode, clocks to the CPU are stopped; clocks that pertain to
peripherals are active. Any interrupt will cause return to normal mode. Power
consumption is up to 100 mW.
• In sleep mode, only the real-time clock remains active. Wakeup occurs after
a timer interrupt and takes up to 160 ms. Power consumption is up to 50 μW.
Memory Energy consumption
 In fact, the power needed to drive on-chip memory is usually included in
the power consumption numbers given for the controllers.
 Hence, the most relevant part is FLASH memory – in fact, the construction
and usage of FLASH memory can heavily influence node lifetime.
 The relevant metrics are the read and write times and energy
consumption. All this information is readily available from manufacturers’
data sheets and do vary depending on several factors.
 Read times and read energy consumption tend to be quite similar between
different types of FLASH memory .
 Writing is somewhat more complicated, as it depends on the granularity
with which data can be accessed (individual bytes or only complete pages
of various sizes).
Radio transceiver energy consumption A radio transceiver has essentially two tasks: transmitting and receiving
data between a pair of nodes.
 Similar to microcontrollers, radio transceivers can operate in different
modes, the simplest ones are being turned on or turned off.
 To accommodate the necessary low total energy consumption, the
transceivers should be turned off most of the time and only be activated
when necessary – they work at a low duty cycle.
 But this incurs additional complexity, time and power overhead that has to
be taken into account.
 To understand the energy consumption behavior of radio transceivers and
their impact on the protocol design, models for the energy consumption per
bit for both sending and receiving are required.
Modeling energy consumption during
transmission In principle, the energy consumed by a transmitter is
due to two sources,
 one part is due to RF signal generation, which mostly
depends on chosen modulation and target distance and
hence on the transmission power Ptx, that is, the power
radiated by the antenna.
 A second part is due to electronic components necessary
for frequency synthesis, frequency conversion, filters,
and so on.These costs are basically constant. One of the
most crucial decisions when transmitting a packet is thus
the choice of Ptx.
Modeling energy consumption during
reception:
 Similar to the transmitter, the receiver can be either turned
off or turned on.
 While being turned on, it can either actively receive a
packet or can be idle, observing the channel and ready to
receive. Evidently, the power consumption while it is turned
off is negligible.
 Even the difference between idling and actually receiving is
very small and can, for most purposes, be assumed to be
zero.
Relationship between computation and
communication:
• computing a single instruction on a microcontroller requires about 1 nJ
• Bluetooth transceivers could be expected to require roughly 100 nJ to
transmit a single bit
• (For other hardware, the ratio of the energy consumption to send one bit
compared to computing a single instruction is
• between 1500 to 2700 for Rockwell WINS nodes,
• between 220 to 2900 for MEDUSA II nodes, and
• about 1400 for WINS NG 2.0 node
• for the RFM TR1000 radio transceiver, 1 μJ to transmit a single bit and 0.5
μJ to receive one; their processor takes about 8 nJ per instruction
• This results in a (actually quite good) ratio of about 190 for communication
to computation costs.
• In a slightly different perspective, communicating 1 kB of data over 100 m
consumes roughly the same amount of energy as computing three million
instructions
 .it give some more numbers for specific applications Disregarding
the details, it is clear that communication is a considerably more
expensive undertaking than computation. Still, energy required for
computation cannot be simply ignored; depending on the
computational task, it is usually still smaller than the energy for
communication, but still noticeable.
This basic observation motivates a number of approaches and
design decisions for the networking architecture of wireless sensor
networks. The core idea is to invest into computation within the
network whenever possible to safe on communication costs,
leading to the notion of in-network processing and aggregation.
Power consumption of sensors and
actuators
 Providing any guidelines about the power consumption of the
actual sensors and actuators is next to impossible because of
the wide diversity of these devices.
 For some of them – for example, passive light or temperature
sensors – the power consumption can perhaps be ignored in
comparison to other devices on a wireless node report a power
consumption of 0.6 to 1 mA for a temperature sensor
Optimzation Goals and figure of Merit
 For all these scenarios and application types, different forms of
networking solutions can be found. The challenging question is
 how to optimize a network, how to compare these solutions,
 how to decide which approach better supports a given application, and
 how to turn relatively imprecise optimization goals into measurable
figures of merit?
 While a general answer appears impossible considering the large
variety of possible applications, a few aspects are fairly evident.
Quality of service
 Energy efficiency
Scalability
 Robustness
Quality of service
WSNs essentially , only move bits from one place to another.
QoS can be regarded as
a low-level, networking-device-observable attribute – bandwidth,
delay, jitter, packet loss rate
high-level, user-observable, so-called subjective attribute like the
perceived quality of a voice communication or a video transmission.
While the first kind of attributes is applicable to a certain degree to
WSNs as well (bandwidth, for example, is quite unimportant),
the second one clearly is not, but is really the more important one to
consider! Hence, high-level QoS attributes corresponding to the
subjecttive QoS attributes in conventional networks are required.
Event Detection/ reporting probability
What is the probability that an event that actually occurred is not detected
or, more precisely, not reported to an information sink that is interested in
such an event
Event Classification error
If events are not only to be detected but also to be classified, the error in
classification must be small.
Event detection delay
What is the delay between detecting an event and reporting it to any/all
interested sinks?
Missing reports In applications that require periodic reporting, the
probability of undelivered reports should be small.
Approximation Accuracy
For function approximation applications (e.g. approximating the
temperature as a function of location for a given area), what is the
average/maximum absolute or relative error with respect to the actual
function?
Tracking Accuracy
Tracking applications must not miss an object to be tracked, the reported
position should be as close to the real position as possible, and the error
should be small.
Energy Efficiency
Energy is a precious resource in wireless sensor networks and
that energy efficiency should therefore make an evident
optimization goal
The term “energy efficiency” is, in fact, rather an umbrella term
for many different aspects of a system, which should be carefully
distinguished to form actual, measurable figures of merit. The
most commonly considered aspects are:
 Energy per correctly received bits
 Energy per reported (unique) Event
 Delay/Energy trade off
 Network lifetime
 Time for first node death
 Network half time
 Time to partition
 Time to loss of coverage
 Time to failure of first event notification
Energy Efficiency
Scalability
 The ability to maintain performance characteristics irrespective of
the size of the network is referred to as scalability.
 Essential Requrement if network has thousand of nodes
 Architecture and protocols should implement appropriate
scalability support
 Few nodes might get more efficient solutions then the applications
with thousands of nodes
Robustness
 Robustmess is the property of being strong and healthy
 Related to QoS and scalability requirements, WSN should
exhibit an appropriate robustness
 They should not fail, when environment changes and any
problems occurred in radio links
 They should not fail just because of limited no of nodes
run out of energy
 If happened so these failures have to be compensated by
finding other router

More Related Content

What's hot

Wsn unit-1-ppt
Wsn unit-1-pptWsn unit-1-ppt
Wsn unit-1-pptSwathi Ch
 
WSN-IEEE 802.15.4 -MAC Protocol
WSN-IEEE 802.15.4 -MAC ProtocolWSN-IEEE 802.15.4 -MAC Protocol
WSN-IEEE 802.15.4 -MAC ProtocolArunChokkalingam
 
WSN-Routing Protocols Energy Efficient Routing
WSN-Routing Protocols Energy Efficient RoutingWSN-Routing Protocols Energy Efficient Routing
WSN-Routing Protocols Energy Efficient RoutingArunChokkalingam
 
3 handoff management
3 handoff management3 handoff management
3 handoff managementవం శీ
 
Mac protocols for ad hoc wireless networks
Mac protocols for ad hoc wireless networks Mac protocols for ad hoc wireless networks
Mac protocols for ad hoc wireless networks Divya Tiwari
 
wireless sensor network my seminar ppt
wireless sensor network my seminar pptwireless sensor network my seminar ppt
wireless sensor network my seminar pptEisha Madhwal
 
Localization in WSN
Localization in WSNLocalization in WSN
Localization in WSNYara Ali
 
Sensor Networks Introduction and Architecture
Sensor Networks Introduction and ArchitectureSensor Networks Introduction and Architecture
Sensor Networks Introduction and ArchitecturePeriyanayagiS
 
Security issues and attacks in wireless sensor networks
Security issues and attacks in wireless sensor networksSecurity issues and attacks in wireless sensor networks
Security issues and attacks in wireless sensor networksMd Waresul Islam
 
Adhoc wireless networks and its issues
Adhoc wireless networks and its issuesAdhoc wireless networks and its issues
Adhoc wireless networks and its issuesMenaga Selvaraj
 
Schedule and Contention based MAC protocols
Schedule and Contention based MAC protocolsSchedule and Contention based MAC protocols
Schedule and Contention based MAC protocolsDarwin Nesakumar
 
Gsm.....ppt
Gsm.....pptGsm.....ppt
Gsm.....pptbalu008
 
ISSUES IN AD HOC WIRELESS NETWORKS
ISSUES IN  AD HOC WIRELESS  NETWORKS ISSUES IN  AD HOC WIRELESS  NETWORKS
ISSUES IN AD HOC WIRELESS NETWORKS Dushhyant Kumar
 
Node level simulators
Node level simulatorsNode level simulators
Node level simulatorsSyedAhamed44
 
Lecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkLecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkChandra Meena
 

What's hot (20)

Wsn unit-1-ppt
Wsn unit-1-pptWsn unit-1-ppt
Wsn unit-1-ppt
 
Leach protocol
Leach protocolLeach protocol
Leach protocol
 
WSN-IEEE 802.15.4 -MAC Protocol
WSN-IEEE 802.15.4 -MAC ProtocolWSN-IEEE 802.15.4 -MAC Protocol
WSN-IEEE 802.15.4 -MAC Protocol
 
WSN-Routing Protocols Energy Efficient Routing
WSN-Routing Protocols Energy Efficient RoutingWSN-Routing Protocols Energy Efficient Routing
WSN-Routing Protocols Energy Efficient Routing
 
3 handoff management
3 handoff management3 handoff management
3 handoff management
 
GSM channels
GSM channelsGSM channels
GSM channels
 
Mac protocols for ad hoc wireless networks
Mac protocols for ad hoc wireless networks Mac protocols for ad hoc wireless networks
Mac protocols for ad hoc wireless networks
 
wireless sensor network my seminar ppt
wireless sensor network my seminar pptwireless sensor network my seminar ppt
wireless sensor network my seminar ppt
 
Localization in WSN
Localization in WSNLocalization in WSN
Localization in WSN
 
AODV routing protocol
AODV routing protocolAODV routing protocol
AODV routing protocol
 
Ad-Hoc Networks
Ad-Hoc NetworksAd-Hoc Networks
Ad-Hoc Networks
 
Sensor Networks Introduction and Architecture
Sensor Networks Introduction and ArchitectureSensor Networks Introduction and Architecture
Sensor Networks Introduction and Architecture
 
Security issues and attacks in wireless sensor networks
Security issues and attacks in wireless sensor networksSecurity issues and attacks in wireless sensor networks
Security issues and attacks in wireless sensor networks
 
Adhoc wireless networks and its issues
Adhoc wireless networks and its issuesAdhoc wireless networks and its issues
Adhoc wireless networks and its issues
 
Schedule and Contention based MAC protocols
Schedule and Contention based MAC protocolsSchedule and Contention based MAC protocols
Schedule and Contention based MAC protocols
 
Gsm.....ppt
Gsm.....pptGsm.....ppt
Gsm.....ppt
 
ISSUES IN AD HOC WIRELESS NETWORKS
ISSUES IN  AD HOC WIRELESS  NETWORKS ISSUES IN  AD HOC WIRELESS  NETWORKS
ISSUES IN AD HOC WIRELESS NETWORKS
 
Power control in 3 g
Power control in 3 gPower control in 3 g
Power control in 3 g
 
Node level simulators
Node level simulatorsNode level simulators
Node level simulators
 
Lecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkLecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc network
 

Similar to Energy consumption of wsn

Energy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A ReviewEnergy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A ReviewIOSR Journals
 
IRJET- Optimization with PSO and FPO based Control for Energy Efficient of Se...
IRJET- Optimization with PSO and FPO based Control for Energy Efficient of Se...IRJET- Optimization with PSO and FPO based Control for Energy Efficient of Se...
IRJET- Optimization with PSO and FPO based Control for Energy Efficient of Se...IRJET Journal
 
A review on wireless sensor networks
A review on wireless sensor networksA review on wireless sensor networks
A review on wireless sensor networksAlexander Decker
 
A STUDY OF POWER SAVING TECHNIQUE IN WIRELESS NETWORKS
A STUDY OF POWER SAVING TECHNIQUE IN WIRELESS NETWORKSA STUDY OF POWER SAVING TECHNIQUE IN WIRELESS NETWORKS
A STUDY OF POWER SAVING TECHNIQUE IN WIRELESS NETWORKScscpconf
 
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...IJTET Journal
 
De3211001104
De3211001104De3211001104
De3211001104IJMER
 
Modified LAEEBA Routing in WBAN
Modified LAEEBA Routing in WBANModified LAEEBA Routing in WBAN
Modified LAEEBA Routing in WBANijsrd.com
 
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using  Genetic AlgorithmsOptimized Projected Strategy for Enhancement of WSN Using  Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using Genetic AlgorithmsIJMER
 
Spread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor NetworksSpread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor NetworksIDES Editor
 
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...ijmnct
 
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...IRJET Journal
 
Power Management in Wireless Sensor Network
Power Management in Wireless Sensor NetworkPower Management in Wireless Sensor Network
Power Management in Wireless Sensor NetworkBhavik Panchal
 
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...ijmnct
 

Similar to Energy consumption of wsn (20)

wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
 
Energy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A ReviewEnergy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A Review
 
IRJET- Optimization with PSO and FPO based Control for Energy Efficient of Se...
IRJET- Optimization with PSO and FPO based Control for Energy Efficient of Se...IRJET- Optimization with PSO and FPO based Control for Energy Efficient of Se...
IRJET- Optimization with PSO and FPO based Control for Energy Efficient of Se...
 
ENERGY AWARE INFORMATION DISSEMINATION STRATEGIES TO IMPROVE LIFETIME OF A WSN
ENERGY AWARE INFORMATION DISSEMINATION STRATEGIES TO IMPROVE LIFETIME OF A WSNENERGY AWARE INFORMATION DISSEMINATION STRATEGIES TO IMPROVE LIFETIME OF A WSN
ENERGY AWARE INFORMATION DISSEMINATION STRATEGIES TO IMPROVE LIFETIME OF A WSN
 
A review on wireless sensor networks
A review on wireless sensor networksA review on wireless sensor networks
A review on wireless sensor networks
 
A STUDY OF POWER SAVING TECHNIQUE IN WIRELESS NETWORKS
A STUDY OF POWER SAVING TECHNIQUE IN WIRELESS NETWORKSA STUDY OF POWER SAVING TECHNIQUE IN WIRELESS NETWORKS
A STUDY OF POWER SAVING TECHNIQUE IN WIRELESS NETWORKS
 
E010424043
E010424043E010424043
E010424043
 
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
 
M0111397100
M0111397100M0111397100
M0111397100
 
De3211001104
De3211001104De3211001104
De3211001104
 
Modified LAEEBA Routing in WBAN
Modified LAEEBA Routing in WBANModified LAEEBA Routing in WBAN
Modified LAEEBA Routing in WBAN
 
Chapter
ChapterChapter
Chapter
 
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using  Genetic AlgorithmsOptimized Projected Strategy for Enhancement of WSN Using  Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
 
Bf33335340
Bf33335340Bf33335340
Bf33335340
 
Bf33335340
Bf33335340Bf33335340
Bf33335340
 
Spread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor NetworksSpread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor Networks
 
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
 
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
 
Power Management in Wireless Sensor Network
Power Management in Wireless Sensor NetworkPower Management in Wireless Sensor Network
Power Management in Wireless Sensor Network
 
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
 

Recently uploaded

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 

Recently uploaded (20)

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 

Energy consumption of wsn

  • 1. Unit-2 Applications and Energy consumption of WSN Dr.DEEPA.D Asst Professor Electronics and communication Engineering Department R.M.K College of Engineering and Technology
  • 2. WSN Applications Examples  Disaster relief applications  Environment control and biodiversity mapping  Intelligent buildings  Facility management:  Machine surveillance and preventive maintenance  Precision agriculture  Medicine and health care  Telematics  Logistics:
  • 3. Applications of wireless sensor network  Military applications: Wireless sensor networks be likely an integral part of military command, control, communications, computing, intelligence, battlefield surveillance, reconnaissance and targeting systems.  Area monitoring: In area monitoring, the sensor nodes are deployed over a region where some phenomenon is to be monitored. When the sensors detect the event being monitored (heat, pressure etc), the event is reported to one of the base stations, which then takes appropriate action.
  • 4.  Transportation: Real-time traffic information is being collected by WSNs to later feed transportation models and alert drivers of congestion and traffic problems.  Health applications: Some of the health applications for sensor networks are supporting interfaces for the disabled, integrated patient monitoring, diagnostics, and drug administration in hospitals, tele-monitoring of human physiological data, and tracking & monitoring doctors or patients inside a hospital
  • 5.  Environmental sensing: The term Environmental Sensor Networks has developed to cover many applications of WSNs to earth science research. This includes sensing volcanoes, oceans, glaciers, forests etc. Some other major areas are listed below: Air pollution monitoring Forest fires detection Greenhouse monitoring Landslide detection  Structural monitoring: Wireless sensors can be utilized to monitor the movement within buildings and infrastructure such as bridges, flyovers, embankments, tunnels etc enabling Engineering practices to monitor assets remotely with out the need for costly site visits.
  • 6.  Industrial monitoring: Wireless sensor networks have been developed for machinery condition- based maintenance (CBM) as they offer significant cost savings and enable new functionalities. In wired systems, the installation of enough sensors is often limited by the cost of wiring.  Agricultural sector: using a wireless network frees the farmer from the maintenance of wiring in a difficult environment. Irrigation automation enables more efficient water use and reduces waste.
  • 7. Energy consumption of sensor nodes • Energy supply for a sensor node is at a premium • Batteries have small capacity, and recharging by energy scavenging is complicated and volatile. • Hence, the energy consumption of a sensor node must be tightly controlled. The main consumers of energy are the controller, the radio front ends, to some degree the memory, and, depending on the type, the sensors. The following components involved in energy consumption are, Operation states with different power consumption  Microcontroller energy consumption  Memory  Radio transceivers  Relationship between computation and communication Power consumption of sensor and actuators
  • 8.
  • 9. Operation states with different power consumption  One important contribution to reduce power consumption of these components comes from chip-level and lower technologies:  Designing low-power chips is the best starting point for an energy-efficient sensor node.  Introducing and using multiple states of operation with reduced energy consumption in return for reduced functionality is the core technique for energy-efficient wireless sensor node
  • 10. Micro controller energy consumption Basic power consumption in discrete operation states Embedded controllers commonly implement the concept of multiple operational states as outlined above; it is also fairly easy to control. Some examples probably best explain the idea.The Intel Strong ARM provides three sleep modes: • In normal mode, all parts of the processor are fully powered. Power consumption is up to 400 mW. • In idle mode, clocks to the CPU are stopped; clocks that pertain to peripherals are active. Any interrupt will cause return to normal mode. Power consumption is up to 100 mW. • In sleep mode, only the real-time clock remains active. Wakeup occurs after a timer interrupt and takes up to 160 ms. Power consumption is up to 50 μW.
  • 11. Memory Energy consumption  In fact, the power needed to drive on-chip memory is usually included in the power consumption numbers given for the controllers.  Hence, the most relevant part is FLASH memory – in fact, the construction and usage of FLASH memory can heavily influence node lifetime.  The relevant metrics are the read and write times and energy consumption. All this information is readily available from manufacturers’ data sheets and do vary depending on several factors.  Read times and read energy consumption tend to be quite similar between different types of FLASH memory .  Writing is somewhat more complicated, as it depends on the granularity with which data can be accessed (individual bytes or only complete pages of various sizes).
  • 12. Radio transceiver energy consumption A radio transceiver has essentially two tasks: transmitting and receiving data between a pair of nodes.  Similar to microcontrollers, radio transceivers can operate in different modes, the simplest ones are being turned on or turned off.  To accommodate the necessary low total energy consumption, the transceivers should be turned off most of the time and only be activated when necessary – they work at a low duty cycle.  But this incurs additional complexity, time and power overhead that has to be taken into account.  To understand the energy consumption behavior of radio transceivers and their impact on the protocol design, models for the energy consumption per bit for both sending and receiving are required.
  • 13. Modeling energy consumption during transmission In principle, the energy consumed by a transmitter is due to two sources,  one part is due to RF signal generation, which mostly depends on chosen modulation and target distance and hence on the transmission power Ptx, that is, the power radiated by the antenna.  A second part is due to electronic components necessary for frequency synthesis, frequency conversion, filters, and so on.These costs are basically constant. One of the most crucial decisions when transmitting a packet is thus the choice of Ptx.
  • 14. Modeling energy consumption during reception:  Similar to the transmitter, the receiver can be either turned off or turned on.  While being turned on, it can either actively receive a packet or can be idle, observing the channel and ready to receive. Evidently, the power consumption while it is turned off is negligible.  Even the difference between idling and actually receiving is very small and can, for most purposes, be assumed to be zero.
  • 15. Relationship between computation and communication: • computing a single instruction on a microcontroller requires about 1 nJ • Bluetooth transceivers could be expected to require roughly 100 nJ to transmit a single bit • (For other hardware, the ratio of the energy consumption to send one bit compared to computing a single instruction is • between 1500 to 2700 for Rockwell WINS nodes, • between 220 to 2900 for MEDUSA II nodes, and • about 1400 for WINS NG 2.0 node • for the RFM TR1000 radio transceiver, 1 μJ to transmit a single bit and 0.5 μJ to receive one; their processor takes about 8 nJ per instruction • This results in a (actually quite good) ratio of about 190 for communication to computation costs. • In a slightly different perspective, communicating 1 kB of data over 100 m consumes roughly the same amount of energy as computing three million instructions
  • 16.  .it give some more numbers for specific applications Disregarding the details, it is clear that communication is a considerably more expensive undertaking than computation. Still, energy required for computation cannot be simply ignored; depending on the computational task, it is usually still smaller than the energy for communication, but still noticeable. This basic observation motivates a number of approaches and design decisions for the networking architecture of wireless sensor networks. The core idea is to invest into computation within the network whenever possible to safe on communication costs, leading to the notion of in-network processing and aggregation.
  • 17. Power consumption of sensors and actuators  Providing any guidelines about the power consumption of the actual sensors and actuators is next to impossible because of the wide diversity of these devices.  For some of them – for example, passive light or temperature sensors – the power consumption can perhaps be ignored in comparison to other devices on a wireless node report a power consumption of 0.6 to 1 mA for a temperature sensor
  • 18. Optimzation Goals and figure of Merit  For all these scenarios and application types, different forms of networking solutions can be found. The challenging question is  how to optimize a network, how to compare these solutions,  how to decide which approach better supports a given application, and  how to turn relatively imprecise optimization goals into measurable figures of merit?  While a general answer appears impossible considering the large variety of possible applications, a few aspects are fairly evident. Quality of service  Energy efficiency Scalability  Robustness
  • 19. Quality of service WSNs essentially , only move bits from one place to another. QoS can be regarded as a low-level, networking-device-observable attribute – bandwidth, delay, jitter, packet loss rate high-level, user-observable, so-called subjective attribute like the perceived quality of a voice communication or a video transmission. While the first kind of attributes is applicable to a certain degree to WSNs as well (bandwidth, for example, is quite unimportant), the second one clearly is not, but is really the more important one to consider! Hence, high-level QoS attributes corresponding to the subjecttive QoS attributes in conventional networks are required.
  • 20. Event Detection/ reporting probability What is the probability that an event that actually occurred is not detected or, more precisely, not reported to an information sink that is interested in such an event Event Classification error If events are not only to be detected but also to be classified, the error in classification must be small. Event detection delay What is the delay between detecting an event and reporting it to any/all interested sinks? Missing reports In applications that require periodic reporting, the probability of undelivered reports should be small.
  • 21. Approximation Accuracy For function approximation applications (e.g. approximating the temperature as a function of location for a given area), what is the average/maximum absolute or relative error with respect to the actual function? Tracking Accuracy Tracking applications must not miss an object to be tracked, the reported position should be as close to the real position as possible, and the error should be small.
  • 22. Energy Efficiency Energy is a precious resource in wireless sensor networks and that energy efficiency should therefore make an evident optimization goal The term “energy efficiency” is, in fact, rather an umbrella term for many different aspects of a system, which should be carefully distinguished to form actual, measurable figures of merit. The most commonly considered aspects are:
  • 23.  Energy per correctly received bits  Energy per reported (unique) Event  Delay/Energy trade off  Network lifetime  Time for first node death  Network half time  Time to partition  Time to loss of coverage  Time to failure of first event notification Energy Efficiency
  • 24. Scalability  The ability to maintain performance characteristics irrespective of the size of the network is referred to as scalability.  Essential Requrement if network has thousand of nodes  Architecture and protocols should implement appropriate scalability support  Few nodes might get more efficient solutions then the applications with thousands of nodes
  • 25. Robustness  Robustmess is the property of being strong and healthy  Related to QoS and scalability requirements, WSN should exhibit an appropriate robustness  They should not fail, when environment changes and any problems occurred in radio links  They should not fail just because of limited no of nodes run out of energy  If happened so these failures have to be compensated by finding other router