SlideShare a Scribd company logo
1 of 4
Download to read offline
ISSN (e): 2250 – 3005 || Volume, 05 || Issue, 05 || May – 2015 ||
International Journal of Computational Engineering Research (IJCER)
www.ijceronline.com Open Access Journal Page 8
AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR
WIRELESS SENSOR NETWORK
1,
Manoj Kumar, 2,
Amit Sandhu
1,
Research scholar Arni Universty,Kathgarh Indora (H.P.)
2,
Asstt. Prof. Arni Universty,Kathgarh Indora (H.P.)
I. INTRODUCTION
A wireless sensor network consists of a number of sensors spread across a geographical area. These
sensors are distributed either randomly or in a pattern. Wireless sensor networks have been a subject of interest
due to their wide variety of potential applications. Initially, these networks were primarily researched for their
military applications, and now, the networks have a wide industrial and consumer applicability through their
remote interaction with the physical world. In many applications, wireless sensor networks face some
drawbacks, such as limited power, limited communication capabilities, limited computation capabilities, huge
deployment area, and the node count in a network. Because of all these drawbacks with wireless sensor
networks, there are many challenging problems.
Among all, a very important issue regarding the design of sensor networks is power consumption.
Efficiency of energy consumption is an important objective for these wireless sensor networks. All the sensor
nodes have limited battery supplies and limited sensing capabilities. Network lifetime has a strong dependence
on the sensor’s battery power. Because these sensor networks have a large number of nodes, allowing some
nodes to sleep for particular time intervals can result in an increased network lifetime. The goal for this paper is
to develop a sleep scheduling algorithm to maximize the coverage and the lifetime of the wireless sensor
networks. This algorithm schedules a sensor’s sleep probability based on the area of overlapped coverage by its
neighboring sensors.
ABSTRACT:
The sensor nodes are grouped into clusters and cluster head may be chosen according to
some predefined algorithm. Clustering architecture provides a convenient framework for resource
management, such as channel access for cluster member, data aggregation, power control, routing,
code separation, and local decision making. The aim of our proposed work is to dynamically
balancing energy consumption and to enhance the functional lifetime of the network by dynamically
scheduling nodes to go for a sleep in each round. Functional life time of the network normally refer
to the duration when a percentage of sensors exceeding a threshold (e.g. 80%) have depleted their
energy.
Medium Access Control (MAC) protocol play an important role in the successful operation
of WSNs. The Sensor Medium Access Control (SMAC) is one such protocol that identifies a few
source of energy wastage and proposes an adaptive sleep-and-listen scheme to minimize energy
wastage. In this we proposes a modified SMAC that attempts to increase energy savings by
introducing changes to the existing SMAC protocol. The modified SMAC introduce a clustering
mechanism, in which the node form clusters and elect a cluster head. The energy saving achieved
with the modified SMAC protocol are primarily due to the increased sleep-time fraction for cluster
nodes. The clustering mechanism also reduces control overhead, which is prevalent in the SMAC
protocol due to the periodic control packet exchanges. In our work, energy consumption is analyzed
with respect to time for a reactive protocol and a proactive protocol such as AODV and DSDV and
concluded that our proposed modified-SMAC consumed less energy in both the cases.
KEYWORDS—MAC,SMAC,WSN,AODV,DSDV.
An Efficient Sleep Scheduling Strategy for Wireless Sensor Network
www.ijceronline.com Open Access Journal Page 9
II. RELATED WORK
A significant amount of research has been done in the area of energy conservation both at the routing
layer Existing MAC and physical layer research on energy conservation in 802.11 networks can be categorized
in to three broad areas. Protocols in the first area deal with transmission power control for reducing the
transmission energy by choosing optimal transmission power level on a per-transmission basis. Deng et al. [1]
studied the node sleep scheduling problem in the context of cluster-based sensor networks. In this paper, the
traditional sleep scheduling scheme, randomized sleep scheduling (RS) scheme, is described and used to solve
the node sleeping problem. In the RS scheme, all the nodes are assigned with a random probability to sleep in
each cycle. Then the author proposed the linear distance based scheduling (DS) scheme to put the sensor nodes
to sleep in each cycle. The DS scheme selects sensor nodes to sleep with a higher probability if they are farther
away from the cluster head. In contrast, the overall performance of the DS scheme is better than that of the RS
scheme. Although the DS scheme offers a longer lifetime than the RS scheme, its coverage is not high. The CS
algorithm works under the following assumptions. First, the cluster maintains a static structure, i.e., each sensor
node will stay in the same cluster for the duration of its lifetime. Second, a cluster head knows the location and
sensing range of each node in its cluster In general, the higher density of test points in a cluster, the more
accuracy to estimate the degree of overlap for the sensing area of a node. The coverage problem was formulated
in [2] as a decision problem, whose goal was to determine whether every point in the service area of the sensor
network was covered by at least k sensors, where k is a given parameter. Ahmed et al. [3] proposed a distributed
probabilistic coverage algorithm to evaluate the degree of confidence in detection probability provided by a
randomly deployed sensor network, using a uniform circular disc for sensing coverage in the binary detection
model. These methods addressed the coverage problems in different scenarios,but few consider the network
lifetime. In high density wireless sensor networks, Deng et al.[4] studied the node sleep scheduling problem in
the context of cluster-based sensor networks. The authors proposed a linear distance based scheduling (DS)
scheme that selects sensors to sleep with a higher probability if they are farther away from the cluster head to
compensate the higher energy they use in communication. DS offers longer network lifetime, but its coverage is
lower. Another weakness of DS is that it is a centralized algorithm. Heavy scheduling and communication tasks
make the cluster head a bottleneck.
III. SMAC- SENSOR MCA
SMAC stands for Sensor MAC. This protocol tries to reduce energy consumption due to overhearing, idle
listening and collision. In this protocol also every node has two states, sleep state and active state. Unlike
STEM, SMAC does not use two channels. A node can receive and transmit data during its listen-period.
SMAC adopts a periodic wake up scheme. SMAC tries to synchronize the listen periods of neighboring nodes.
The listen period of a node is divided into three phases as shown below. The listen period is the time during
which a node is awake, rest of the time node is sleeping. The listen and sleep periods intheS-
MACarefixedintervals.
IV. SLEEP SCHEDULING ALGORITHM
Before introducing our proposed sleep scheduling algorithm, we assume that the sensors are static, i.e.,
each sensor stays in the same location during its lifetime; the sensors can communicate with their neighbors to
exchange small amount of information; they can detect the sleep status of their neighbors and relay alarm when
events are detected. While the Random Scheduling (RS) algorithm schedules a sensor’s sleep probability
randomly and the DS algorithm schedules the sleep probability based on the sensor’s distance to the cluster
head, We propose a protocol Modified SMAC. Which attempts to increase energy savings by introducing
changes to the existing SMAC protocol? The modified SMAC introduce a clustering mechanism, in which the
node form clusters and elect a cluster head. The energy saving achieved with the modified SMAC protocol are
primarily due to the increased sleep-time fraction for cluster nodes. The clustering mechanism also reduces
control overhead, which is prevalent in the SMAC protocol due to the periodic control packet exchanges. In this
paper, we also compare the Energy consumption vs Time for a reactive protocol and a proactive protocol such
as AODV and DSDV with both SMAC and proposed SMAC and find the later consumed less energy in both the
cases.
V. DISTRIBUTED SLEEP-SYNCHRONIZATION PROTOCOL
The aim of this protocol is to reduce energy consumption due to idle listening. This is achieved by
making use of a concept of periodic sleep and wake cycles that are synchronized across each neighbor pairs in
the network. To explain it further, any pair of neighbor nodes will maintain a synchronized sleep-wake schedule
so that their interfaces can sleep during the sleep period and they can execute 802.11 MAC protocol for data
transaction during the wake period. Higher duty cycles can handle higher loads at the cost of lower idle energy
An Efficient Sleep Scheduling Strategy for Wireless Sensor Network
www.ijceronline.com Open Access Journal Page 10
savings. The proposed distributed algorithm is implemented within a SyncAgent just above the MAC layer as
shown in Figure 1 SyncAgent runs in each node and it handles all sleep-synchronization related functions
including distributed schedule maintenance and instructing the wireless interface hardware to sleep and wake up
according to the converged schedule. The SyncAgent uses standard MAC layer broadcast services and it does
not rely on any specific underlying MAC layer protocol.
Figure 2: Periodic sleep and listen in SMAC
Figure 3: Periodic sleep and listen in proposed SMAC
VI. EXPERIMENTAL SETUP
For implementation we have taken a network of 5 nodes over a rectangular flat space. Simulation time is 10000
seconds. The random waypoint model is selected as a mobility model in a rectangular field (1000 * 1000 m2
). I created the
scenario using TCL on the front end of NS2 simulator. I have applied clustering in between the node and choose one cluster
head. All other node send its packet to cluster head and not to the node directly also the control packet is send to only Cluster
Head which also reduce the energy consumption to a greater extent. All the nodes communicate using half-duplex wireless
radios that conform to 802.11-based Wave-LAN wireless radios with a bandwidth of 2Mbps and a nominal reception range
of 250m.
1. Finding and Conclusion
Fig 4: Energy consumption of node using AODV in proposed SMAC.
An Efficient Sleep Scheduling Strategy for Wireless Sensor Network
www.ijceronline.com Open Access Journal Page 11
Fig 5: Energy consumption of node using AODV in original SMAC
VII. CONCLUSION
The proposed protocol significantly reduces the energy consumption by significantly reducing
synchronization overhead and redefines the communication procedure between nodes. This report presented a
modified version of SMAC in which makes use of the concept of clustering. The routing protocols, AODV and
DSDV are taken into account in the simulation.
Comparative analyses of the energy consumption vs. time for AODV as well as DSDV for both the
modified SMAC and that of SMAC, and found that modified-SMAC consume less energy as compared to its
original version.
The key factor that accounts for energy saving are:
 Reduced listen time in cluster nodes,
 Cluster head handling the data forwarding and
 Low control packet overhead
FUTURE WORK
As future research directions, the concept of Gaussian distribution would be applied to the cluster so as
to avoid the energy whole problem as well as to minimize the energy consumption per sensor node. Also, the
performance of the protocol needs to be evaluated under high network density and heavy traffic scenario.
REFERENCES
[1] G. Eason, B. Noble, and I.N. Sneddon, “On certain integrals of Lipschitz-Hankel type involving products of Bessel functions,” Phil.
Trans. Roy. Soc. London, vol. A247, pp. 529-551, April 1955. (references)
[2] J. Clerk Maxwell, A Treatise on Electricity and Magnetism, 3rd ed., vol. 2. Oxford: Clarendon, 1892, pp.68-73.
[3] I.S. Jacobs and C.P. Bean, “Fine particles, thin films and exchange anisotropy,” in Magnetism, vol. III, G.T. Rado and H. Suhl, Eds.
New York: Academic, 1963, pp. 271-350.
[4] K. Elissa, “Title of paper if known,” unpublished.
[5] R. Nicole, “Title of paper with only first word capitalized,” J. Name Stand. Abbrev., in press.
[6] Y. Yorozu, M. Hirano, K. Oka, and Y. Tagawa, “Electron spectroscopy studies on magneto-optical media and plastic substrate
interface,” IEEE Transl. J. Magn. Japan, vol. 2, pp. 740-741, August 1987 [Digests 9th Annual Conf. Magnetics Japan, p. 301, 1982].
[7] M. Young, The Technical Writer’s Handbook. Mill Valley, CA: University Science, 1989.

More Related Content

What's hot

Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919
Editor IJARCET
 
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
International Journal of Technical Research & Application
 
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ijasuc
 

What's hot (18)

Energy efficient approach based on evolutionary algorithm for coverage contro...
Energy efficient approach based on evolutionary algorithm for coverage contro...Energy efficient approach based on evolutionary algorithm for coverage contro...
Energy efficient approach based on evolutionary algorithm for coverage contro...
 
Wireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsWireless sensor network lifetime constraints
Wireless sensor network lifetime constraints
 
Ca mwsn clustering algorithm for mobile wireless senor network [
Ca mwsn clustering algorithm for mobile wireless senor network  [Ca mwsn clustering algorithm for mobile wireless senor network  [
Ca mwsn clustering algorithm for mobile wireless senor network [
 
Ba24345348
Ba24345348Ba24345348
Ba24345348
 
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...Quality of Service Optimization in Realm of Green Monitoring using Broad Area...
Quality of Service Optimization in Realm of Green Monitoring using Broad Area...
 
E0932226
E0932226E0932226
E0932226
 
Ac36167172
Ac36167172Ac36167172
Ac36167172
 
A Fault tolerant system based on Genetic Algorithm for Target Tracking in Wir...
A Fault tolerant system based on Genetic Algorithm for Target Tracking in Wir...A Fault tolerant system based on Genetic Algorithm for Target Tracking in Wir...
A Fault tolerant system based on Genetic Algorithm for Target Tracking in Wir...
 
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
 
Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919
 
Ijetr012022
Ijetr012022Ijetr012022
Ijetr012022
 
Wireless Sensor Networks LEACH & EDEEC
Wireless Sensor Networks LEACH & EDEECWireless Sensor Networks LEACH & EDEEC
Wireless Sensor Networks LEACH & EDEEC
 
Spread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor NetworksSpread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor Networks
 
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
 
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
 
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACHBased on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
 
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...
 
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
 

Similar to AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORK

Adaptive Sensor Sensing Range to Maximise Lifetime of Wireless Sensor Network
Adaptive Sensor Sensing Range to Maximise Lifetime of Wireless Sensor NetworkAdaptive Sensor Sensing Range to Maximise Lifetime of Wireless Sensor Network
Adaptive Sensor Sensing Range to Maximise Lifetime of Wireless Sensor Network
IJCNCJournal
 
ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK
ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK
ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK
IJCNCJournal
 
Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...
zaidinvisible
 
Application of Weighted Centroid Approach in Base Station Localization for Mi...
Application of Weighted Centroid Approach in Base Station Localization for Mi...Application of Weighted Centroid Approach in Base Station Localization for Mi...
Application of Weighted Centroid Approach in Base Station Localization for Mi...
IJMER
 

Similar to AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORK (20)

G017164448
G017164448G017164448
G017164448
 
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum Techniques
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum TechniquesWireless Sensor Grids Energy Efficiency Enrichment Using Quorum Techniques
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum Techniques
 
PERFORMANCE ANALYSIS OF CHANNEL ACCESS MODEL FOR MAC IN RANDOMLY DISTRIBUTED ...
PERFORMANCE ANALYSIS OF CHANNEL ACCESS MODEL FOR MAC IN RANDOMLY DISTRIBUTED ...PERFORMANCE ANALYSIS OF CHANNEL ACCESS MODEL FOR MAC IN RANDOMLY DISTRIBUTED ...
PERFORMANCE ANALYSIS OF CHANNEL ACCESS MODEL FOR MAC IN RANDOMLY DISTRIBUTED ...
 
International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...
 
ENERGY EFFICIENT APPROACH BASED ON EVOLUTIONARY ALGORITHM FOR COVERAGE CONTRO...
ENERGY EFFICIENT APPROACH BASED ON EVOLUTIONARY ALGORITHM FOR COVERAGE CONTRO...ENERGY EFFICIENT APPROACH BASED ON EVOLUTIONARY ALGORITHM FOR COVERAGE CONTRO...
ENERGY EFFICIENT APPROACH BASED ON EVOLUTIONARY ALGORITHM FOR COVERAGE CONTRO...
 
Adaptive Sensor Sensing Range to Maximise Lifetime of Wireless Sensor Network
Adaptive Sensor Sensing Range to Maximise Lifetime of Wireless Sensor NetworkAdaptive Sensor Sensing Range to Maximise Lifetime of Wireless Sensor Network
Adaptive Sensor Sensing Range to Maximise Lifetime of Wireless Sensor Network
 
ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK
ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK
ADAPTIVE SENSOR SENSING RANGE TO MAXIMISE LIFETIME OF WIRELESS SENSOR NETWORK
 
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm O...
A Novel Routing Algorithm for Wireless Sensor Network Using  Particle Swarm O...A Novel Routing Algorithm for Wireless Sensor Network Using  Particle Swarm O...
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm O...
 
E044033136
E044033136E044033136
E044033136
 
Modified LAEEBA Routing in WBAN
Modified LAEEBA Routing in WBANModified LAEEBA Routing in WBAN
Modified LAEEBA Routing in WBAN
 
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
 
Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...
 
[IJET-V1I3P13] Authors :Aishwarya Manjunath, Shreenath K N, Dr. Srinivasa K G.
[IJET-V1I3P13] Authors :Aishwarya Manjunath, Shreenath K N, Dr. Srinivasa K G.[IJET-V1I3P13] Authors :Aishwarya Manjunath, Shreenath K N, Dr. Srinivasa K G.
[IJET-V1I3P13] Authors :Aishwarya Manjunath, Shreenath K N, Dr. Srinivasa K G.
 
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...
AN ENERGY EFFICIENT DISTRIBUTED PROTOCOL FOR ENSURING COVERAGE AND CONNECTIVI...
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc NetworksScenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
 
Application of Weighted Centroid Approach in Base Station Localization for Mi...
Application of Weighted Centroid Approach in Base Station Localization for Mi...Application of Weighted Centroid Approach in Base Station Localization for Mi...
Application of Weighted Centroid Approach in Base Station Localization for Mi...
 
Paper id 28201419
Paper id 28201419Paper id 28201419
Paper id 28201419
 
Qos group based optimal retransmission medium access protocol for wireless se...
Qos group based optimal retransmission medium access protocol for wireless se...Qos group based optimal retransmission medium access protocol for wireless se...
Qos group based optimal retransmission medium access protocol for wireless se...
 

Recently uploaded

TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational Performance
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptx
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps Productivity
 
API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governance
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 

AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORK

  • 1. ISSN (e): 2250 – 3005 || Volume, 05 || Issue, 05 || May – 2015 || International Journal of Computational Engineering Research (IJCER) www.ijceronline.com Open Access Journal Page 8 AN EFFICIENT SLEEP SCHEDULING STRATEGY FOR WIRELESS SENSOR NETWORK 1, Manoj Kumar, 2, Amit Sandhu 1, Research scholar Arni Universty,Kathgarh Indora (H.P.) 2, Asstt. Prof. Arni Universty,Kathgarh Indora (H.P.) I. INTRODUCTION A wireless sensor network consists of a number of sensors spread across a geographical area. These sensors are distributed either randomly or in a pattern. Wireless sensor networks have been a subject of interest due to their wide variety of potential applications. Initially, these networks were primarily researched for their military applications, and now, the networks have a wide industrial and consumer applicability through their remote interaction with the physical world. In many applications, wireless sensor networks face some drawbacks, such as limited power, limited communication capabilities, limited computation capabilities, huge deployment area, and the node count in a network. Because of all these drawbacks with wireless sensor networks, there are many challenging problems. Among all, a very important issue regarding the design of sensor networks is power consumption. Efficiency of energy consumption is an important objective for these wireless sensor networks. All the sensor nodes have limited battery supplies and limited sensing capabilities. Network lifetime has a strong dependence on the sensor’s battery power. Because these sensor networks have a large number of nodes, allowing some nodes to sleep for particular time intervals can result in an increased network lifetime. The goal for this paper is to develop a sleep scheduling algorithm to maximize the coverage and the lifetime of the wireless sensor networks. This algorithm schedules a sensor’s sleep probability based on the area of overlapped coverage by its neighboring sensors. ABSTRACT: The sensor nodes are grouped into clusters and cluster head may be chosen according to some predefined algorithm. Clustering architecture provides a convenient framework for resource management, such as channel access for cluster member, data aggregation, power control, routing, code separation, and local decision making. The aim of our proposed work is to dynamically balancing energy consumption and to enhance the functional lifetime of the network by dynamically scheduling nodes to go for a sleep in each round. Functional life time of the network normally refer to the duration when a percentage of sensors exceeding a threshold (e.g. 80%) have depleted their energy. Medium Access Control (MAC) protocol play an important role in the successful operation of WSNs. The Sensor Medium Access Control (SMAC) is one such protocol that identifies a few source of energy wastage and proposes an adaptive sleep-and-listen scheme to minimize energy wastage. In this we proposes a modified SMAC that attempts to increase energy savings by introducing changes to the existing SMAC protocol. The modified SMAC introduce a clustering mechanism, in which the node form clusters and elect a cluster head. The energy saving achieved with the modified SMAC protocol are primarily due to the increased sleep-time fraction for cluster nodes. The clustering mechanism also reduces control overhead, which is prevalent in the SMAC protocol due to the periodic control packet exchanges. In our work, energy consumption is analyzed with respect to time for a reactive protocol and a proactive protocol such as AODV and DSDV and concluded that our proposed modified-SMAC consumed less energy in both the cases. KEYWORDS—MAC,SMAC,WSN,AODV,DSDV.
  • 2. An Efficient Sleep Scheduling Strategy for Wireless Sensor Network www.ijceronline.com Open Access Journal Page 9 II. RELATED WORK A significant amount of research has been done in the area of energy conservation both at the routing layer Existing MAC and physical layer research on energy conservation in 802.11 networks can be categorized in to three broad areas. Protocols in the first area deal with transmission power control for reducing the transmission energy by choosing optimal transmission power level on a per-transmission basis. Deng et al. [1] studied the node sleep scheduling problem in the context of cluster-based sensor networks. In this paper, the traditional sleep scheduling scheme, randomized sleep scheduling (RS) scheme, is described and used to solve the node sleeping problem. In the RS scheme, all the nodes are assigned with a random probability to sleep in each cycle. Then the author proposed the linear distance based scheduling (DS) scheme to put the sensor nodes to sleep in each cycle. The DS scheme selects sensor nodes to sleep with a higher probability if they are farther away from the cluster head. In contrast, the overall performance of the DS scheme is better than that of the RS scheme. Although the DS scheme offers a longer lifetime than the RS scheme, its coverage is not high. The CS algorithm works under the following assumptions. First, the cluster maintains a static structure, i.e., each sensor node will stay in the same cluster for the duration of its lifetime. Second, a cluster head knows the location and sensing range of each node in its cluster In general, the higher density of test points in a cluster, the more accuracy to estimate the degree of overlap for the sensing area of a node. The coverage problem was formulated in [2] as a decision problem, whose goal was to determine whether every point in the service area of the sensor network was covered by at least k sensors, where k is a given parameter. Ahmed et al. [3] proposed a distributed probabilistic coverage algorithm to evaluate the degree of confidence in detection probability provided by a randomly deployed sensor network, using a uniform circular disc for sensing coverage in the binary detection model. These methods addressed the coverage problems in different scenarios,but few consider the network lifetime. In high density wireless sensor networks, Deng et al.[4] studied the node sleep scheduling problem in the context of cluster-based sensor networks. The authors proposed a linear distance based scheduling (DS) scheme that selects sensors to sleep with a higher probability if they are farther away from the cluster head to compensate the higher energy they use in communication. DS offers longer network lifetime, but its coverage is lower. Another weakness of DS is that it is a centralized algorithm. Heavy scheduling and communication tasks make the cluster head a bottleneck. III. SMAC- SENSOR MCA SMAC stands for Sensor MAC. This protocol tries to reduce energy consumption due to overhearing, idle listening and collision. In this protocol also every node has two states, sleep state and active state. Unlike STEM, SMAC does not use two channels. A node can receive and transmit data during its listen-period. SMAC adopts a periodic wake up scheme. SMAC tries to synchronize the listen periods of neighboring nodes. The listen period of a node is divided into three phases as shown below. The listen period is the time during which a node is awake, rest of the time node is sleeping. The listen and sleep periods intheS- MACarefixedintervals. IV. SLEEP SCHEDULING ALGORITHM Before introducing our proposed sleep scheduling algorithm, we assume that the sensors are static, i.e., each sensor stays in the same location during its lifetime; the sensors can communicate with their neighbors to exchange small amount of information; they can detect the sleep status of their neighbors and relay alarm when events are detected. While the Random Scheduling (RS) algorithm schedules a sensor’s sleep probability randomly and the DS algorithm schedules the sleep probability based on the sensor’s distance to the cluster head, We propose a protocol Modified SMAC. Which attempts to increase energy savings by introducing changes to the existing SMAC protocol? The modified SMAC introduce a clustering mechanism, in which the node form clusters and elect a cluster head. The energy saving achieved with the modified SMAC protocol are primarily due to the increased sleep-time fraction for cluster nodes. The clustering mechanism also reduces control overhead, which is prevalent in the SMAC protocol due to the periodic control packet exchanges. In this paper, we also compare the Energy consumption vs Time for a reactive protocol and a proactive protocol such as AODV and DSDV with both SMAC and proposed SMAC and find the later consumed less energy in both the cases. V. DISTRIBUTED SLEEP-SYNCHRONIZATION PROTOCOL The aim of this protocol is to reduce energy consumption due to idle listening. This is achieved by making use of a concept of periodic sleep and wake cycles that are synchronized across each neighbor pairs in the network. To explain it further, any pair of neighbor nodes will maintain a synchronized sleep-wake schedule so that their interfaces can sleep during the sleep period and they can execute 802.11 MAC protocol for data transaction during the wake period. Higher duty cycles can handle higher loads at the cost of lower idle energy
  • 3. An Efficient Sleep Scheduling Strategy for Wireless Sensor Network www.ijceronline.com Open Access Journal Page 10 savings. The proposed distributed algorithm is implemented within a SyncAgent just above the MAC layer as shown in Figure 1 SyncAgent runs in each node and it handles all sleep-synchronization related functions including distributed schedule maintenance and instructing the wireless interface hardware to sleep and wake up according to the converged schedule. The SyncAgent uses standard MAC layer broadcast services and it does not rely on any specific underlying MAC layer protocol. Figure 2: Periodic sleep and listen in SMAC Figure 3: Periodic sleep and listen in proposed SMAC VI. EXPERIMENTAL SETUP For implementation we have taken a network of 5 nodes over a rectangular flat space. Simulation time is 10000 seconds. The random waypoint model is selected as a mobility model in a rectangular field (1000 * 1000 m2 ). I created the scenario using TCL on the front end of NS2 simulator. I have applied clustering in between the node and choose one cluster head. All other node send its packet to cluster head and not to the node directly also the control packet is send to only Cluster Head which also reduce the energy consumption to a greater extent. All the nodes communicate using half-duplex wireless radios that conform to 802.11-based Wave-LAN wireless radios with a bandwidth of 2Mbps and a nominal reception range of 250m. 1. Finding and Conclusion Fig 4: Energy consumption of node using AODV in proposed SMAC.
  • 4. An Efficient Sleep Scheduling Strategy for Wireless Sensor Network www.ijceronline.com Open Access Journal Page 11 Fig 5: Energy consumption of node using AODV in original SMAC VII. CONCLUSION The proposed protocol significantly reduces the energy consumption by significantly reducing synchronization overhead and redefines the communication procedure between nodes. This report presented a modified version of SMAC in which makes use of the concept of clustering. The routing protocols, AODV and DSDV are taken into account in the simulation. Comparative analyses of the energy consumption vs. time for AODV as well as DSDV for both the modified SMAC and that of SMAC, and found that modified-SMAC consume less energy as compared to its original version. The key factor that accounts for energy saving are:  Reduced listen time in cluster nodes,  Cluster head handling the data forwarding and  Low control packet overhead FUTURE WORK As future research directions, the concept of Gaussian distribution would be applied to the cluster so as to avoid the energy whole problem as well as to minimize the energy consumption per sensor node. Also, the performance of the protocol needs to be evaluated under high network density and heavy traffic scenario. REFERENCES [1] G. Eason, B. Noble, and I.N. Sneddon, “On certain integrals of Lipschitz-Hankel type involving products of Bessel functions,” Phil. Trans. Roy. Soc. London, vol. A247, pp. 529-551, April 1955. (references) [2] J. Clerk Maxwell, A Treatise on Electricity and Magnetism, 3rd ed., vol. 2. Oxford: Clarendon, 1892, pp.68-73. [3] I.S. Jacobs and C.P. Bean, “Fine particles, thin films and exchange anisotropy,” in Magnetism, vol. III, G.T. Rado and H. Suhl, Eds. New York: Academic, 1963, pp. 271-350. [4] K. Elissa, “Title of paper if known,” unpublished. [5] R. Nicole, “Title of paper with only first word capitalized,” J. Name Stand. Abbrev., in press. [6] Y. Yorozu, M. Hirano, K. Oka, and Y. Tagawa, “Electron spectroscopy studies on magneto-optical media and plastic substrate interface,” IEEE Transl. J. Magn. Japan, vol. 2, pp. 740-741, August 1987 [Digests 9th Annual Conf. Magnetics Japan, p. 301, 1982]. [7] M. Young, The Technical Writer’s Handbook. Mill Valley, CA: University Science, 1989.