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 network ppt
wireless sensor network pptwireless sensor network ppt
wireless sensor network pptPramod Kuruvatti
 
Wireless Sensor Network
Wireless Sensor NetworkWireless Sensor Network
Wireless Sensor NetworkGanesh Khadsan
 
Basic Architecture of Wireless Sensor Network
Basic Architecture of Wireless Sensor NetworkBasic Architecture of Wireless Sensor Network
Basic Architecture of Wireless Sensor NetworkKarthik
 
wirelss sensor network
wirelss sensor networkwirelss sensor network
wirelss sensor networkrasyidi usman
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networksZaahir Salam
 
Wireless sensor network applications
Wireless sensor network applicationsWireless sensor network applications
Wireless sensor network applicationsDeepshika Reddy
 
Node localization
Node localizationNode localization
Node localizationad-hocnet
 
Basics of Wireless sensor networks
Basics of Wireless sensor networksBasics of Wireless sensor networks
Basics of Wireless sensor networksRushin Shah
 
Network Mnagement for WSN
Network Mnagement for WSNNetwork Mnagement for WSN
Network Mnagement for WSN@zenafaris91
 
Intro to wireless sensor network
Intro to wireless sensor networkIntro to wireless sensor network
Intro to wireless sensor networkVrince Vimal
 
Localization in WSN
Localization in WSNLocalization in WSN
Localization in WSNYara Ali
 
SENSOR NETWORK PLATFORMS AND TOOLS
SENSOR NETWORK PLATFORMS AND TOOLSSENSOR NETWORK PLATFORMS AND TOOLS
SENSOR NETWORK PLATFORMS AND TOOLSjuno susi
 
paper presentation _ survey of wireless sensor netwrok
paper presentation _ survey of wireless sensor netwrokpaper presentation _ survey of wireless sensor netwrok
paper presentation _ survey of wireless sensor netwrokejbyun77
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networksGokuldhev mony
 
A review of routing protocols in wsn
A review of routing protocols in wsnA review of routing protocols in wsn
A review of routing protocols in wsnAyman Adel
 

What's hot (20)

wireless sensor network ppt
wireless sensor network pptwireless sensor network ppt
wireless sensor network ppt
 
Routing Protocols in WSN
Routing Protocols in WSNRouting Protocols in WSN
Routing Protocols in WSN
 
Wireless Sensor Network
Wireless Sensor NetworkWireless Sensor Network
Wireless Sensor Network
 
Basic Architecture of Wireless Sensor Network
Basic Architecture of Wireless Sensor NetworkBasic Architecture of Wireless Sensor Network
Basic Architecture of Wireless Sensor Network
 
wirelss sensor network
wirelss sensor networkwirelss sensor network
wirelss sensor network
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
Wireless sensor network applications
Wireless sensor network applicationsWireless sensor network applications
Wireless sensor network applications
 
Wireless Sensor Networks ppt
Wireless Sensor Networks pptWireless Sensor Networks ppt
Wireless Sensor Networks ppt
 
Node localization
Node localizationNode localization
Node localization
 
Basics of Wireless sensor networks
Basics of Wireless sensor networksBasics of Wireless sensor networks
Basics of Wireless sensor networks
 
Network Mnagement for WSN
Network Mnagement for WSNNetwork Mnagement for WSN
Network Mnagement for WSN
 
Intro to wireless sensor network
Intro to wireless sensor networkIntro to wireless sensor network
Intro to wireless sensor network
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
 
Localization in WSN
Localization in WSNLocalization in WSN
Localization in WSN
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)
 
SENSOR NETWORK PLATFORMS AND TOOLS
SENSOR NETWORK PLATFORMS AND TOOLSSENSOR NETWORK PLATFORMS AND TOOLS
SENSOR NETWORK PLATFORMS AND TOOLS
 
paper presentation _ survey of wireless sensor netwrok
paper presentation _ survey of wireless sensor netwrokpaper presentation _ survey of wireless sensor netwrok
paper presentation _ survey of wireless sensor netwrok
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
A review of routing protocols in wsn
A review of routing protocols in wsnA review of routing protocols in wsn
A review of routing protocols in wsn
 

Viewers also liked

Fault tolerance in wsn
Fault tolerance in wsnFault tolerance in wsn
Fault tolerance in wsnElham Hormozi
 
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 networksBala Lavanya
 
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.
 
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...semanticsconference
 
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 NetworkIOSR Journals
 
Threats in wireless sensor networks
Threats in wireless sensor networksThreats in wireless sensor networks
Threats in wireless sensor networksPriya Kaushal
 
Linear books to open world adventure
Linear books to open world adventureLinear books to open world adventure
Linear books to open world adventuresemanticsconference
 
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 d5811praveen369
 
Energy conservation in wireless sensor networks
Energy conservation in wireless sensor networksEnergy conservation in wireless sensor networks
Energy conservation in wireless sensor networksahmad abdelhafeez
 
Power Saving in Wireless Sensor Networks
Power Saving in Wireless Sensor NetworksPower Saving in Wireless Sensor Networks
Power Saving in Wireless Sensor NetworksMshari Alabdulkarim
 
Issues of Wireless Sensor Networks
Issues of Wireless Sensor NetworksIssues of Wireless Sensor Networks
Issues of Wireless Sensor NetworksSouhaiel tekaya
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor networkdeawoo Kim
 
Wireless sensor network security issues
Wireless sensor network security issuesWireless sensor network security issues
Wireless sensor network security issuesMaha Saad
 
FAULT DETECTION IN WIRELESS SENSOR NETWORK
FAULT DETECTION IN WIRELESS SENSOR NETWORKFAULT DETECTION IN WIRELESS SENSOR NETWORK
FAULT DETECTION IN WIRELESS SENSOR NETWORKPavithraRShettigar
 

Viewers also liked (16)

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
 
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

Enhancing the Performance of WSN
Enhancing the Performance of WSNEnhancing the Performance of WSN
Enhancing the Performance of WSNDheeraj Kumar
 
performanceandtrafficmanagement-160328180107.pdf
performanceandtrafficmanagement-160328180107.pdfperformanceandtrafficmanagement-160328180107.pdf
performanceandtrafficmanagement-160328180107.pdfABYTHOMAS46
 
Unit 5-Performance and Trafficmanagement.pptx
Unit 5-Performance and Trafficmanagement.pptxUnit 5-Performance and Trafficmanagement.pptx
Unit 5-Performance and Trafficmanagement.pptxABYTHOMAS46
 
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...ArunChokkalingam
 
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.pptxDivankerSaxena1
 
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)
 
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: SURVEYijscai
 
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 NetworkIRJET Journal
 
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
 
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 WSNEswar Publications
 
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...cscpconf
 
29 ijaprr vol1-4-14-23kishor
29 ijaprr vol1-4-14-23kishor29 ijaprr vol1-4-14-23kishor
29 ijaprr vol1-4-14-23kishorijaprr_editor
 

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

Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARKOUSTAV SARKAR
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxMuhammadAsimMuhammad6
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
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 Kuwaitjaanualu31
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxchumtiyababu
 
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 ...Amil baba
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilVinayVitekari
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
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 propertiessarkmank1
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEselvakumar948
 

Recently uploaded (20)

Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
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
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
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 ...
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
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
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
 
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
 

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.)