SlideShare a Scribd company logo
1 of 31
WIRELESS SENSOR NETWORKS
(WSN)
 Muhammad Jawwad
 12MDTLC0585
 University of Engineering and Technology Peshawar
 Telecommunication Department (Mardan Campus)
CONTENTS LAYOUT
• Introduction
• Sensor Node
• Some Design issues and Routing Challenges
• Routing Protocols in WSNs
• Applications of WSNs
• References
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
WHAT IS A WIRELESS SENSOR
NETWORK??
• Highly distributed networks of small
light-weighted wireless nodes,
• Deployed in large numbers,
• With sensing, computation and
wireless communication capabilities.
• Monitors the environment or system
by measuring the physical
parameters such as temperature,
pressure etc.
• Figure[1]
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
INTRODUCTION
• With the recent technological advancements, the
manufacturing of small and low cost sensors became
technically and economically feasible.
• The sensing electronics collects the information from the
surroundings and transforms into an electric signal.
• Processing these signal gives us the properties about the
object located near the sensor nodes.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
INTRODUCTION (CONTD.)
• A Wireless Sensor Network (WSN) consists
of hundreds or thousands of sensor
nodes.
• These sensors have the ability to
communicate either among themselves
or directly to an external base station
(BS).
• A greater number of sensors allows for
sensing over larger geographical regions
with greater accuracy.
• The architecture of a simple WSN is shown
in the figure[1].
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
SENSOR NODES
• A general sensor node is made up of four basic components as
shown in figure.
 A Sensing Unit.
 Sensing units are usually composed of two subunit: sensors and
analog to digital converter (ADC). The analog signal sensed by the
sensors is converted to digital signals by ADC and then feeds into
processing unit.
 A Processing Unit.
 It is a small storage unit, that manages to collaborate the nodes with
other nodes to carry out the assigned task.
 A Transceiver Unit.
 A transceiver unit connects the node to the network.
 A Power Unit.
 One of the most important unit of a sensor is a power unit. It may be
supported by a power scavenging unit such as solar cells.figure[2]
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
SENSOR NODE
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
ROUTING CHALLENGES & DESIGN
ISSUES
• Despite of innumerable applications of WSNs, these networks
have some restrictions.
• The design of routing protocols in WSNs is influenced by many
challenging factors. These factors must be overcome before
efficient communication can be achieved in WSNs.
• In the following slide I have summarized some of the routing
challenges and design issues that effect routing process in
WSNs.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
ROUTING CHALLENGES & DESIGN
ISSUES
• Node Deployment.
 Node deployment in WSNs is application dependent and effects the
performance of the routing protocol. The deployment can be of two types:
1. Deterministic Deployment.
 In deterministic deployment, the sensors are manually placed and data is routed through
pre-defined paths.
2. Randomized Deployment.
 In randomized deployment, the sensor nodes are scattered randomly creating an
infrastructure in an ad-hoc manner. In this technique optimal clustering becomes necessary
to allow connectivity and enable energy efficient network operations.
• Fault Tolerance.
 Sensors may fail due to lack of power, physical damage or environmental
interference. This should not effect the sensor networks.
 If sensor nodes fail, the routing protocol must be able to accommodate
formation of new links or routes to data collection base station.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
ROUTING CHALLENGES & DESIGN
ISSUES
• Energy Consumption (without loosing accuracy).
 Most important point to be considered in this case is energy efficiency.
Sensor nodes can use up their limited energy supply over computation
and transmitting information in a wireless environment.
 As such, energy conserving forms of communication and computation
are essential.
• And some of the others are;
 Scalability
 Network Dynamics
 Data Aggregation
 Quality of Service etc. etc.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
NOW HEADING TOWARDS
ROUTING PROTOCOLS IN WSNs[2]
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
ROUTING PROTOCOLS IN WSN
• As I discussed there must be some specific set of rules, routing
techniques or to be specific routing protocols for sending data
between sensor nodes and base stations.
• Different routing protocols are defined for WSNs.
• These protocols can be classified according to different
parameters.
• P.T.O
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
Classification of
Routing Protocols
Based on Mode of
Functioning and Type
of Target Applications
Proactive Reactive
Hybrid
According to the
Participation style of
the Nodes.
Direct Communication Flat
Clustering Protocols
Depending on the
Network Structure
Data Centric Hierarchical
Location Based
PROACTIVE PROTOCOLS:
• In a Proactive Protocol the nodes switch on their sensors and
transmitters,
• Sense the environment
• Transmit the data to a BS through the predefined route.
• These are also called table driven routing protocols.
• Examples: The Low Energy Adaptive Clustering hierarchy
protocol (LEACH) utilizes this type of protocol.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
• This type of protocol is used in Time Critical applications.
• The nodes react immediately to the sudden changes of the
environment,
• Beyond the predetermined threshold values.
• Examples: The Threshold sensitive Energy Efficient sensor
Network (TEEN) is an example of a reactive protocol.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
REACTIVE PROTOCOLS:
HYBRID PROTOCOLS:
• Hybrid protocols use a combination of both Proactive and
Reactive protocols.
• First the sensor nodes calculate the length of the routes and
then they choose the best (shortest) route.
• It is energy efficient.
• Adaptive Periodic TEEN(APTEEN) is an example of a reactive
protocol.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
Classification of
Routing Protocols
Based on Mode of
Functioning and Type
of Target Applications
Proactive Reactive
Hybrid
According to the
Participation style of
the Nodes.
Direct
Communication
Flat
Clustering Protocols
Depending on the
Network Structure
Data Centric Hierarchical
Location Based
DIRECT COMMUNICATION:
• In this type of protocols, any node can send information to the
Base Station(BS) directly.
• When applied to a very large network, the energy of sensor
nodes may be drained quickly.
• Its scalability is very small.
• SPIN is an example of this type of protocol.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
FLAT:
• In this protocol, if any node needs to transmit data, it first
searches for a valid route to the BS and then transmits the
data.
• Nodes around the base station may drain their energy quickly.
• Its scalability is average.
• Examples: Rumor Routing is an example of this type of
protocol.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
CLUSTERING PROTOCOLS:
• In this type of protocols,
network is divided into a
number of clusters having
sensors.
• Each cluster has its own cluster
head (CH).
• This a CH only communicates
with the BS directly.
• All the other sensors in the
cluster collect data and send
to CH.
• TEEN and LEACH is an example
of this type of protocol.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
Classification of
Routing Protocols
Based on Mode of
Functioning and Type
of Target Applications
Proactive Reactive
Hybrid
According to the
Participation style of
the Nodes.
Direct Communication Flat
Clustering Protocols
Depending on the
Network Structure
Data Centric Hierarchical
Location Based
DATA CENTRIC:
• These are query based protocols.
• It depends upon the naming of the desired data, it decreases
the redundancy.
• The BS sends queries to specific section of the network for
information.
• Depending on the query, sensor collects particular data of the
interest and sends back to BS.
• It also reduces the number of transmissions.
• SPIN was the first data centric protocol.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
HIERARCHICAL:
• It is energy efficient routing protocol.
• Nodes with higher energy are used to transmit data to the
base station.
• And nodes with low energy do the sensing and data
collection tasks.
• LEACH,TEEN and APTEEN are some examples.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
LOCATION BASED:
• In this type of protocols location information of sensor nodes is
required.
• Location information can be obtained from Global Positioning
System(GPS)signals.
• Using location information an optimal path can be formed.
• Geographic and Energy-Aware Routing(GEAR)protocol is
example of this.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
SOME OTHER PROTOCOLS ARE:
• Sensor Protocols for Information via Negotiation (SPIN).
• Directed Diffusion.
• Rumor Routing.
• Gradient-Based Routing.
• COUGAR.
• ACQUIRE.
• Energy Aware Routing etc.
• If you want to study them more deeply study [2].
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
APPLICATIONS OF WSN
• Wireless sensor networks are now becoming the basic needs of
our technological World.
• It has already many applications in our daily life.
• Whether it is commercial use or domestic use, military use or
medical use.
• Some of them are listed in next slides.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
APPLICATIONS OF WSN
• Environmental Applications:
 Forrest Fire Detection (Figure 1.1)[1].
 Flood Detection.
 Precision Agriculture.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
APPLICATIONS OF WSN
• Military Applications:
 Monitoring opposing forces movement and ammunitions.
 Battle field surveillance.
 Nuclear, Biological and Chemical attack detection.
 Shooter Localization [3].
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
APPLICATIONS OF WSN
• Health Applications:
 Monitoring of human
physiological data.
 Such as ibadge.[4]
 Investigate behavior of
children/patient
 Features
o Speech recording / replaying
o Position detection
o Direction detection /
estimation(compass)
o Weather data: Temperature,
Humidity, Pressure, Light.
 Tracking and monitoring patients
and doctors inside a hospital.
 Drug administration in hospital.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
APPLICATIONS OF WSN
• Home and other Commercial Applications:
 Home automation and smart environment.
 Interactive museums.
 Vehicle tracking and detection.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
REFERENCES
1. Google
2. Jamal N. Al-Karaki, Ahmed E. Kamal,” Routing Techniques in
Wireless Sensor Networks: A Survey”, Dept. of Electrical and
Computer Engineering Iowa State University, Ames, Iowa
50011 .
3. J. Sallai, J., A. Ledeczi, and P. Volgyesi, "Acoustic Shooter
Localization with a Minimal Number of Single-Channel
Wireless Sensor Nodes", SenSys 2011.
4. www.slideshare.com, “Wireless Sensor Networks:
A Survey”, Presented by Yuyan Xue, 11-30-2005.
UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)

More Related Content

What's hot

Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
AneeshGKumar
 
Lecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkLecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc network
Chandra Meena
 

What's hot (20)

UMTS, Introduction.
UMTS, Introduction.UMTS, Introduction.
UMTS, Introduction.
 
wireless network IEEE 802.11
 wireless network IEEE 802.11 wireless network IEEE 802.11
wireless network IEEE 802.11
 
WSN IN IOT
WSN IN IOTWSN IN IOT
WSN IN IOT
 
Protocols for wireless sensor networks
Protocols for wireless sensor networks Protocols for wireless sensor networks
Protocols for wireless sensor networks
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
First introduction to wireless sensor networks
First introduction to wireless sensor networksFirst introduction to wireless sensor networks
First introduction to wireless sensor networks
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
Wireless Sensor Network Routing Protocols
Wireless Sensor Network Routing ProtocolsWireless Sensor Network Routing Protocols
Wireless Sensor Network Routing Protocols
 
6g wireless communication systems
6g wireless communication systems6g wireless communication systems
6g wireless communication systems
 
Ultra wide band technology
Ultra wide band technology Ultra wide band technology
Ultra wide band technology
 
Wsn unit-1-ppt
Wsn unit-1-pptWsn unit-1-ppt
Wsn unit-1-ppt
 
Lecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkLecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc network
 
Wireless Sensor Networks ppt
Wireless Sensor Networks pptWireless Sensor Networks ppt
Wireless Sensor Networks ppt
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor network
 
CS6003 AD HOC AND SENSOR NETWORKS
CS6003 AD HOC AND SENSOR NETWORKSCS6003 AD HOC AND SENSOR NETWORKS
CS6003 AD HOC AND SENSOR NETWORKS
 
Wireless sensor networks (Yogesh Chandra Fulara)
Wireless sensor networks (Yogesh Chandra Fulara)Wireless sensor networks (Yogesh Chandra Fulara)
Wireless sensor networks (Yogesh Chandra Fulara)
 
Wireless LAN Security
Wireless LAN SecurityWireless LAN Security
Wireless LAN Security
 
Software Defined Network - SDN
Software Defined Network - SDNSoftware Defined Network - SDN
Software Defined Network - SDN
 
Software Defined Networks
Software Defined NetworksSoftware Defined Networks
Software Defined Networks
 

Viewers also liked

Fault tolerance in wsn
Fault tolerance in wsnFault tolerance in wsn
Fault tolerance in wsn
Elham Hormozi
 
Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...
Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...
Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...
Sigma web solutions pvt. ltd.
 
Data aggregation in wireless sensor network , 11751 d5811
Data aggregation in wireless sensor network , 11751 d5811Data aggregation in wireless sensor network , 11751 d5811
Data aggregation in wireless sensor network , 11751 d5811
praveen369
 
Wireless sensor network security issues
Wireless sensor network security issuesWireless sensor network security issues
Wireless sensor network security issues
Maha Saad
 
FAULT DETECTION IN WIRELESS SENSOR NETWORK
FAULT DETECTION IN WIRELESS SENSOR NETWORKFAULT DETECTION IN WIRELESS SENSOR NETWORK
FAULT DETECTION IN WIRELESS SENSOR NETWORK
PavithraRShettigar
 

Viewers also liked (17)

Fault tolerance in wsn
Fault tolerance in wsnFault tolerance in wsn
Fault tolerance in wsn
 
Intrusion detection systems in wireless sensor networks
Intrusion detection systems in wireless sensor networksIntrusion detection systems in wireless sensor networks
Intrusion detection systems in wireless sensor networks
 
Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...
Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...
Fault tolerance in wireless sensor networks by Constrained Delaunay Triangula...
 
Session 5.6 towards a semantic outlier detection framework in wireless sens...
Session 5.6   towards a semantic outlier detection framework in wireless sens...Session 5.6   towards a semantic outlier detection framework in wireless sens...
Session 5.6 towards a semantic outlier detection framework in wireless sens...
 
Lecture3 - Machine Learning
Lecture3 - Machine LearningLecture3 - Machine Learning
Lecture3 - Machine Learning
 
An Efficient Approach for Outlier Detection in Wireless Sensor Network
An Efficient Approach for Outlier Detection in Wireless Sensor NetworkAn Efficient Approach for Outlier Detection in Wireless Sensor Network
An Efficient Approach for Outlier Detection in Wireless Sensor Network
 
Threats in wireless sensor networks
Threats in wireless sensor networksThreats in wireless sensor networks
Threats in wireless sensor networks
 
Linear books to open world adventure
Linear books to open world adventureLinear books to open world adventure
Linear books to open world adventure
 
Basic Architecture of Wireless Sensor Network
Basic Architecture of Wireless Sensor NetworkBasic Architecture of Wireless Sensor Network
Basic Architecture of Wireless Sensor Network
 
Data aggregation in wireless sensor networks
Data aggregation in wireless sensor networksData aggregation in wireless sensor networks
Data aggregation in wireless sensor networks
 
Data aggregation in wireless sensor network , 11751 d5811
Data aggregation in wireless sensor network , 11751 d5811Data aggregation in wireless sensor network , 11751 d5811
Data aggregation in wireless sensor network , 11751 d5811
 
Energy conservation in wireless sensor networks
Energy conservation in wireless sensor networksEnergy conservation in wireless sensor networks
Energy conservation in wireless sensor networks
 
Power Saving in Wireless Sensor Networks
Power Saving in Wireless Sensor NetworksPower Saving in Wireless Sensor Networks
Power Saving in Wireless Sensor Networks
 
Issues of Wireless Sensor Networks
Issues of Wireless Sensor NetworksIssues of Wireless Sensor Networks
Issues of Wireless Sensor Networks
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor network
 
Wireless sensor network security issues
Wireless sensor network security issuesWireless sensor network security issues
Wireless sensor network security issues
 
FAULT DETECTION IN WIRELESS SENSOR NETWORK
FAULT DETECTION IN WIRELESS SENSOR NETWORKFAULT DETECTION IN WIRELESS SENSOR NETWORK
FAULT DETECTION IN WIRELESS SENSOR NETWORK
 

Similar to Wireless sensor networks

performanceandtrafficmanagement-160328180107.pdf
performanceandtrafficmanagement-160328180107.pdfperformanceandtrafficmanagement-160328180107.pdf
performanceandtrafficmanagement-160328180107.pdf
ABYTHOMAS46
 
Unit 5-Performance and Trafficmanagement.pptx
Unit 5-Performance and Trafficmanagement.pptxUnit 5-Performance and Trafficmanagement.pptx
Unit 5-Performance and Trafficmanagement.pptx
ABYTHOMAS46
 
Final year WSN Project ppt final updated.pptx
Final year WSN Project ppt final updated.pptxFinal year WSN Project ppt final updated.pptx
Final year WSN Project ppt final updated.pptx
DivankerSaxena1
 
Priority Based Congestion Avoidance Hybrid Scheme published in IEEE
Priority Based Congestion Avoidance Hybrid Scheme published in IEEE Priority Based Congestion Avoidance Hybrid Scheme published in IEEE
Priority Based Congestion Avoidance Hybrid Scheme published in IEEE
Jasleen Kaur (Chandigarh University)
 

Similar to Wireless sensor networks (20)

Enhancing the Performance of WSN
Enhancing the Performance of WSNEnhancing the Performance of WSN
Enhancing the Performance of WSN
 
performanceandtrafficmanagement-160328180107.pdf
performanceandtrafficmanagement-160328180107.pdfperformanceandtrafficmanagement-160328180107.pdf
performanceandtrafficmanagement-160328180107.pdf
 
Performance and traffic management for WSNs
Performance and traffic management for WSNsPerformance and traffic management for WSNs
Performance and traffic management for WSNs
 
Unit 5-Performance and Trafficmanagement.pptx
Unit 5-Performance and Trafficmanagement.pptxUnit 5-Performance and Trafficmanagement.pptx
Unit 5-Performance and Trafficmanagement.pptx
 
Research Issues on WSN
Research Issues on WSNResearch Issues on WSN
Research Issues on WSN
 
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
 
Sem
SemSem
Sem
 
Final year WSN Project ppt final updated.pptx
Final year WSN Project ppt final updated.pptxFinal year WSN Project ppt final updated.pptx
Final year WSN Project ppt final updated.pptx
 
wsn
wsnwsn
wsn
 
Priority Based Congestion Avoidance Hybrid Scheme published in IEEE
Priority Based Congestion Avoidance Hybrid Scheme published in IEEE Priority Based Congestion Avoidance Hybrid Scheme published in IEEE
Priority Based Congestion Avoidance Hybrid Scheme published in IEEE
 
ROUTING WIRELESS SENSOR NETWORKS BASED ON SOFT COMPUTING PARADIGMS: SURVEY
ROUTING WIRELESS SENSOR NETWORKS BASED ON SOFT COMPUTING PARADIGMS: SURVEYROUTING WIRELESS SENSOR NETWORKS BASED ON SOFT COMPUTING PARADIGMS: SURVEY
ROUTING WIRELESS SENSOR NETWORKS BASED ON SOFT COMPUTING PARADIGMS: SURVEY
 
B0470208027
B0470208027B0470208027
B0470208027
 
Computational Analysis of Routing Algorithm for Wireless Sensor Network
Computational Analysis of Routing Algorithm for Wireless Sensor NetworkComputational Analysis of Routing Algorithm for Wireless Sensor Network
Computational Analysis of Routing Algorithm for Wireless Sensor Network
 
PROGRESS 1& 2.ppt
PROGRESS 1& 2.pptPROGRESS 1& 2.ppt
PROGRESS 1& 2.ppt
 
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...
 
Aisha
AishaAisha
Aisha
 
An Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNAn Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSN
 
DESIGN OF ENERGY EFFICIENT ROUTING ALGORITHM FOR WIRELESS SENSOR NETWORK (WSN...
DESIGN OF ENERGY EFFICIENT ROUTING ALGORITHM FOR WIRELESS SENSOR NETWORK (WSN...DESIGN OF ENERGY EFFICIENT ROUTING ALGORITHM FOR WIRELESS SENSOR NETWORK (WSN...
DESIGN OF ENERGY EFFICIENT ROUTING ALGORITHM FOR WIRELESS SENSOR NETWORK (WSN...
 
Leach wireless sensor ntwrk aa1
Leach wireless sensor ntwrk aa1Leach wireless sensor ntwrk aa1
Leach wireless sensor ntwrk aa1
 
29 ijaprr vol1-4-14-23kishor
29 ijaprr vol1-4-14-23kishor29 ijaprr vol1-4-14-23kishor
29 ijaprr vol1-4-14-23kishor
 

Recently uploaded

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
meharikiros2
 

Recently uploaded (20)

Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 

Wireless sensor networks

  • 1. WIRELESS SENSOR NETWORKS (WSN)  Muhammad Jawwad  12MDTLC0585  University of Engineering and Technology Peshawar  Telecommunication Department (Mardan Campus)
  • 2. CONTENTS LAYOUT • Introduction • Sensor Node • Some Design issues and Routing Challenges • Routing Protocols in WSNs • Applications of WSNs • References UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 3. WHAT IS A WIRELESS SENSOR NETWORK?? • Highly distributed networks of small light-weighted wireless nodes, • Deployed in large numbers, • With sensing, computation and wireless communication capabilities. • Monitors the environment or system by measuring the physical parameters such as temperature, pressure etc. • Figure[1] UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 4. INTRODUCTION • With the recent technological advancements, the manufacturing of small and low cost sensors became technically and economically feasible. • The sensing electronics collects the information from the surroundings and transforms into an electric signal. • Processing these signal gives us the properties about the object located near the sensor nodes. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 5. INTRODUCTION (CONTD.) • A Wireless Sensor Network (WSN) consists of hundreds or thousands of sensor nodes. • These sensors have the ability to communicate either among themselves or directly to an external base station (BS). • A greater number of sensors allows for sensing over larger geographical regions with greater accuracy. • The architecture of a simple WSN is shown in the figure[1]. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 6. SENSOR NODES • A general sensor node is made up of four basic components as shown in figure.  A Sensing Unit.  Sensing units are usually composed of two subunit: sensors and analog to digital converter (ADC). The analog signal sensed by the sensors is converted to digital signals by ADC and then feeds into processing unit.  A Processing Unit.  It is a small storage unit, that manages to collaborate the nodes with other nodes to carry out the assigned task.  A Transceiver Unit.  A transceiver unit connects the node to the network.  A Power Unit.  One of the most important unit of a sensor is a power unit. It may be supported by a power scavenging unit such as solar cells.figure[2] UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 7. SENSOR NODE UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 8. ROUTING CHALLENGES & DESIGN ISSUES • Despite of innumerable applications of WSNs, these networks have some restrictions. • The design of routing protocols in WSNs is influenced by many challenging factors. These factors must be overcome before efficient communication can be achieved in WSNs. • In the following slide I have summarized some of the routing challenges and design issues that effect routing process in WSNs. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 9. ROUTING CHALLENGES & DESIGN ISSUES • Node Deployment.  Node deployment in WSNs is application dependent and effects the performance of the routing protocol. The deployment can be of two types: 1. Deterministic Deployment.  In deterministic deployment, the sensors are manually placed and data is routed through pre-defined paths. 2. Randomized Deployment.  In randomized deployment, the sensor nodes are scattered randomly creating an infrastructure in an ad-hoc manner. In this technique optimal clustering becomes necessary to allow connectivity and enable energy efficient network operations. • Fault Tolerance.  Sensors may fail due to lack of power, physical damage or environmental interference. This should not effect the sensor networks.  If sensor nodes fail, the routing protocol must be able to accommodate formation of new links or routes to data collection base station. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 10. ROUTING CHALLENGES & DESIGN ISSUES • Energy Consumption (without loosing accuracy).  Most important point to be considered in this case is energy efficiency. Sensor nodes can use up their limited energy supply over computation and transmitting information in a wireless environment.  As such, energy conserving forms of communication and computation are essential. • And some of the others are;  Scalability  Network Dynamics  Data Aggregation  Quality of Service etc. etc. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 11. NOW HEADING TOWARDS ROUTING PROTOCOLS IN WSNs[2] UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 12. ROUTING PROTOCOLS IN WSN • As I discussed there must be some specific set of rules, routing techniques or to be specific routing protocols for sending data between sensor nodes and base stations. • Different routing protocols are defined for WSNs. • These protocols can be classified according to different parameters. • P.T.O UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 13. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.) Classification of Routing Protocols Based on Mode of Functioning and Type of Target Applications Proactive Reactive Hybrid According to the Participation style of the Nodes. Direct Communication Flat Clustering Protocols Depending on the Network Structure Data Centric Hierarchical Location Based
  • 14. PROACTIVE PROTOCOLS: • In a Proactive Protocol the nodes switch on their sensors and transmitters, • Sense the environment • Transmit the data to a BS through the predefined route. • These are also called table driven routing protocols. • Examples: The Low Energy Adaptive Clustering hierarchy protocol (LEACH) utilizes this type of protocol. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 15. • This type of protocol is used in Time Critical applications. • The nodes react immediately to the sudden changes of the environment, • Beyond the predetermined threshold values. • Examples: The Threshold sensitive Energy Efficient sensor Network (TEEN) is an example of a reactive protocol. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.) REACTIVE PROTOCOLS:
  • 16. HYBRID PROTOCOLS: • Hybrid protocols use a combination of both Proactive and Reactive protocols. • First the sensor nodes calculate the length of the routes and then they choose the best (shortest) route. • It is energy efficient. • Adaptive Periodic TEEN(APTEEN) is an example of a reactive protocol. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 17. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.) Classification of Routing Protocols Based on Mode of Functioning and Type of Target Applications Proactive Reactive Hybrid According to the Participation style of the Nodes. Direct Communication Flat Clustering Protocols Depending on the Network Structure Data Centric Hierarchical Location Based
  • 18. DIRECT COMMUNICATION: • In this type of protocols, any node can send information to the Base Station(BS) directly. • When applied to a very large network, the energy of sensor nodes may be drained quickly. • Its scalability is very small. • SPIN is an example of this type of protocol. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 19. FLAT: • In this protocol, if any node needs to transmit data, it first searches for a valid route to the BS and then transmits the data. • Nodes around the base station may drain their energy quickly. • Its scalability is average. • Examples: Rumor Routing is an example of this type of protocol. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 20. CLUSTERING PROTOCOLS: • In this type of protocols, network is divided into a number of clusters having sensors. • Each cluster has its own cluster head (CH). • This a CH only communicates with the BS directly. • All the other sensors in the cluster collect data and send to CH. • TEEN and LEACH is an example of this type of protocol. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 21. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.) Classification of Routing Protocols Based on Mode of Functioning and Type of Target Applications Proactive Reactive Hybrid According to the Participation style of the Nodes. Direct Communication Flat Clustering Protocols Depending on the Network Structure Data Centric Hierarchical Location Based
  • 22. DATA CENTRIC: • These are query based protocols. • It depends upon the naming of the desired data, it decreases the redundancy. • The BS sends queries to specific section of the network for information. • Depending on the query, sensor collects particular data of the interest and sends back to BS. • It also reduces the number of transmissions. • SPIN was the first data centric protocol. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 23. HIERARCHICAL: • It is energy efficient routing protocol. • Nodes with higher energy are used to transmit data to the base station. • And nodes with low energy do the sensing and data collection tasks. • LEACH,TEEN and APTEEN are some examples. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 24. LOCATION BASED: • In this type of protocols location information of sensor nodes is required. • Location information can be obtained from Global Positioning System(GPS)signals. • Using location information an optimal path can be formed. • Geographic and Energy-Aware Routing(GEAR)protocol is example of this. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 25. SOME OTHER PROTOCOLS ARE: • Sensor Protocols for Information via Negotiation (SPIN). • Directed Diffusion. • Rumor Routing. • Gradient-Based Routing. • COUGAR. • ACQUIRE. • Energy Aware Routing etc. • If you want to study them more deeply study [2]. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 26. APPLICATIONS OF WSN • Wireless sensor networks are now becoming the basic needs of our technological World. • It has already many applications in our daily life. • Whether it is commercial use or domestic use, military use or medical use. • Some of them are listed in next slides. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 27. APPLICATIONS OF WSN • Environmental Applications:  Forrest Fire Detection (Figure 1.1)[1].  Flood Detection.  Precision Agriculture. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 28. APPLICATIONS OF WSN • Military Applications:  Monitoring opposing forces movement and ammunitions.  Battle field surveillance.  Nuclear, Biological and Chemical attack detection.  Shooter Localization [3]. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 29. APPLICATIONS OF WSN • Health Applications:  Monitoring of human physiological data.  Such as ibadge.[4]  Investigate behavior of children/patient  Features o Speech recording / replaying o Position detection o Direction detection / estimation(compass) o Weather data: Temperature, Humidity, Pressure, Light.  Tracking and monitoring patients and doctors inside a hospital.  Drug administration in hospital. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 30. APPLICATIONS OF WSN • Home and other Commercial Applications:  Home automation and smart environment.  Interactive museums.  Vehicle tracking and detection. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)
  • 31. REFERENCES 1. Google 2. Jamal N. Al-Karaki, Ahmed E. Kamal,” Routing Techniques in Wireless Sensor Networks: A Survey”, Dept. of Electrical and Computer Engineering Iowa State University, Ames, Iowa 50011 . 3. J. Sallai, J., A. Ledeczi, and P. Volgyesi, "Acoustic Shooter Localization with a Minimal Number of Single-Channel Wireless Sensor Nodes", SenSys 2011. 4. www.slideshare.com, “Wireless Sensor Networks: A Survey”, Presented by Yuyan Xue, 11-30-2005. UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR (TELECOMMUNICATION ENGG.)