SlideShare a Scribd company logo
16
International Journal of Applied Sciences and Innovation
Vol. 2015, no. 1, pp. 16-20
ISSN: 2458-6501
Copyright © Infinity Sciences
Reducing Energy Consumption Using
Forced Wake Up In WBASN
Karthik.J1
, Dr. Rajesh.A2
1
Research Scholar, St Peters University, Avadi, Chennai
2
Professor, C.Abdul Hakeem College of Engineering and Technology, Vellore
Abstract: Wireless Body Area Sensor Networks (WBASNs) are wireless monitoring systems, helps to monitor the
human body using wearable and implantable sensor nodes. In a Wireless Body Area Sensor Networks, Longevity of the
node and the network will be a very big key challenge, because of the inadequate energy supply in body sensor nodes.
Our paper proposed Forced Wake Up method for the effective utilization of battery and to reduce the energy
consumption of the sensor node as well as the network. This Forced Wake Up method will boost the life time of the
node and network. In Forced Wake Up method one node will be in monitoring state while other nodes are be asleep
state, so all the nodes energy can be saved by making its state sleep. Only when there is need of other nodes, then all
other nodes forcibly wake up to monitor the human body. Periodically other nodes will be selected for monitoring
human health in active state. This method will reduce the energy consumption in WBASN.
Keywords : WBASN, network life time, Forced Wake Up
I. INTRODUCTION
In recent years the worldwide population is increasing rapidly. Along with population new diseases are spreading
over the world. So we are in needing to spent more money for the human health care. In order to reduce the cost of
monitoring human health, we are introducing innovative technologies in human health care. Wireless Body Area Sensor
Networks has emerged to monitor the human health remotely. The lifetime of the Body Sensor Nodes has to be
increased to reduce the cost of the health care.
Energy Consumption can be reduced in many ways. We concentrated to reduce the energy consumption by using
forced wake up method. This helps in increasing the lifetime of the node as well as the network. The nature of
communications between a sensor node and a hub has a great impact on the power consumed. For instance, human
health monitoring will be achieved by connecting body sensors to the body’s surface and also inserting them into tissues
for a more precise clinical practice.
Hence, major key challenge is to reduce the power consumption in order to protect human tissue. Nodes consists
small batteries which contain less energy. The power of the node will depends on their activities in their respective
cluster. Wireless body area sensor networks (WBASNs) have become one of the most promising technologies that
facilitate human health monitoring at home. As a result, patients those who are in noncritical condition may be
discharged from a hospital or clinic for home monitoring, once this technology is sufficiently mature. A very big
advantage of WBASN is that lack of wires makes people to move freely in their home.
In this paper we have discussed about the introduction in Chapter I, and briefly explained about the challenges of
body area networks. We have taken the literature survey from various papers and details explained in Chapter II. We
J. Karthik et al. / International Journal of Applied Sciences and Innovation
17
briefly discussed about our proposed Forced Wake Up Method and its algorithm in Chapter III. Finally we conclude our
concept and also direct the future work in Chapter IV.
II. RELATED WORKS
Ubiquitous healthcare ensure that continual monitoring of human health and transfer the data to the health
specialists. The main objective is to manage human health by continuous monitoring using tiny body sensors [1].
To increase comfort level of patients, Body Sensor nodes should be very small and batteries must work for years
instead of days. Since the size of the sensor nodes are small obviously limits the batteries that will give power to the
nodes [2].
The development of Wireless Body Area Sensor Networks involves many challenges like interoperability,
scalability, reliability, energy efficiency and communication protocols, etc. Even though energy efficient communication
protocols will increase the life time of network, due to reduction of transmit power human body may affect by the
negative impact of electromagnetic radiation [3]. Since, the path loss in WBAN is usually larger than 50 dB [4], it may
cause severe attenuation on wireless signals, and so, without sufficient transmit power the link quality is very likely to
be deteriorated.
It is noticed that, with 1 mW transmit power at 2:4 GHz; the on-body (off-body) links of WBAN are intermittently
disconnected up to 14.8% (14.9%) of the time when people sleep on bed [5].
An effective handoff protocol will be implemented by WBASN coordinators and APs, while the Received Signal
Strength falls below suitable levels. For this, we prop up multiple radio channels in order to control the system’s
capacity, which allows monitoring multiple users in many rooms [6].
In [7] many studies have been done that involve nodes switching between an active state and sleep state. The
variables include how to decide the active schedule or sleep schedule, the time period of the active/sleep period, and
whether or not the nodes are aware of the schedules of the other nodes in the network.
To reduce the energy consumption and effective utilization of power, sleep wake up method will be useful for
wireless body area sensor networks. Cyclic sleep wake up scenario has achieved good result in minimizing the power
consumption in wireless body area networks [8].
III. FORCED WAKE UP METHOD
The schedule between the sleeping and awakening of sensors achieves the effectiveness of saving power by
sleeping mechanism. The proposed sleeping control mechanism takes the dynamic scheduling method. We calculate the
sleep probability for each level by the density. The nodes away from the sink will increase the sleep probability to
decrease the forward frequency of the nodes near to the sink. In this way, the nodes near to the sink could share the
energy consumption and preserve the energy.
For the wireless sensor networks, the sleeping scheduling is very important. If the nodes set into the active status for
long duration, it will waste a lot of energy. We proposed the sleep awake concept. This sleep awake can be achieved in
many ways like, cyclic wake up, randomly wake up and forced wake up. We used forced wake up method for reducing
the energy consumption by the sensor nodes.
In our proposed method only one node will be in active state, and all other nodes are in sleep state. Only one node
will monitor the human body, and it will awake all other nodes only if it sense abnormal data. By this method most of
the body nodes are in sleep state, as a result the energy consumption of all other nodes will be reduced more and the
longevity of the node and network will be increased.
The time of sleeping and awakening of sensor nodes will be vary according to the abnormal values sensed by the
Body Node Coordinator. In sleeping control mechanism, there are two parts which are active status and sleep status. For
J. Karthik et al. / International Journal of Applied Sciences and Innovation
18
active status, sensor nodes could communicate with neighbor nodes. For sleep status, sensor nodes will suspend all
communication to save energy.
Figure 1: Sequence Diagram representation of Forced Wakeup
From the figure 1, the sequence diagram shows how the forced wakeup concept works. The Body Node Coordinator
(BNC) senses the value from the human body and sends the value to the access point. The values then checked by the
access point and if it is below acceptable level then it indicates the BNC. Then BNC will stimulate the other nodes
forcibly to sense the corresponding values from the human body. Finally all the nodes send their values to the access
point for the reference of health specialist.
Algorithm 1 explains how exactly the step by step process takes place while monitoring the human health using
forced wakeup concept.
Algorithm1: Algorithm for Forced Wakeup Concept
Step1 : Let us consider the initial no of nodes which are present in WBASN.
Let N be the total no of nodes where N=1,2,…,n
Step2 : Select the Body Node Coordinator i for monitoring the human body.
Where BNCi Є N
Step3 : Make BNCi will be in active state to monitor the human body.
Step4 : Make all other nodes will be in sleep state.
Step5 : Sense the value using the Body Node Coordinator
Step6 : Check the values sensed by BNCi,
If BNCi value is acceptable level then continue step 5,
Else goto step7.
Step7 : Awake all the nodes forcibly to sense the values.
Step8 : Alternatively select the monitoring node BNC periodically.
Step9 : Energy level will be maintained equally in all nodes of the network.
Access Point BNC Node1 Node 2 Node N
J. Karthik et al. / International Journal of Applied Sciences and Innovation
19
Our Forced wakeup method allows for a node to be active during a randomly chosen in each time frame. This
removes the necessity of time synchronization and makes the protocol implementation very simple. The idea is to have
each node wake up once in every slot, be awake for a predetermined time, and then sleep again.
IV. RESULTS AND DISCUSSIONS
The proposed forced wakeup method implemented with the help of MATLAB. We had taken the transmitting range
10 meters and power needed for sensing the values by the node 30mA, initial battery power of the node is 2500 mAh,
Data Transfer rate is less than one mega byte per second, and the minimum 2 nodes and maximum ten nodes are
considered for the simulation.
Figure 2: Simulation Result of Forced Wakeup and Normal Method
From Figure 2 Forced Wakeup method is providing good results when compare to the normal method and Cyclic
Sleep method. It is clear that the forced wakeup method will increase the lifetime of the individual sensor node and also
the whole network longevity will be increased.
Even though sleep wakeup scenario provides good result, our forced wakeup method will be increased the life time
of the network than sleep wakeup and normal method. This comparison helps to analyze that the forced wakeup method
provides better results that the other two. We have not considered the real time factors like the impact of air, moisture,
etc. When we consider these real time factors it may vary in some values while comparing with the simulator results.
V. CONCLUSION AND FUTURE WORK
Reducing the Energy Consumption in Wireless Body Area Sensor Networks will be major key issue in recent years.
We have conferred about the major key challenges that are faced in WBASN, and also we proposed a forced wakeup
method to reduce the energy consumption of body sensor node and also increase the longevity of the network. Here we
proposed the forced wakeup method; we further can take this into an advanced sleep awake mechanism for the effective
utilization of the energy of nodes. We further concentrated on on-demand sleep awake concept (ie) awake the node only
0
1
2
3
4
5
6
7
8
9
2 4 6 8 10
Forced Wakeup
Method
Cyclic Sleep
Method
Normal Method
No of Nodes
NetworkLifetime(Days)
J. Karthik et al. / International Journal of Applied Sciences and Innovation
20
when there is demand. Until that the nodes can be in sleep state. Future work can be concentrated on the above on-
demand sleep awake method.
REFERENCES
[1] J.Penders et al.,” Human++: from technology to emerging health monitoring concepts”, Int’l Workshop.
Wearable and Implantable Body Sensor Networks, Hong Kong, China, June 2008, PP94-98
[2] Athanassios Boulis,” Challenges in Body Area Networks for Healthcare : The MAC”, IEEE Communications
Magazine, May 2012.
[3] Aravind Kailas,” Power Allocation Strategies to minimize Energy Consumption in Wireless Body Area
Networks”, 33rd
Annual Int’l conference of the IEEE EMBS, Boston, Massachusetts, USA, August30 – Sep3,
2011.
[4] K.Y.Yazdandoost,” Channel Models for Body Area Networks”, IEEE P 802.15-08-0780-08-0006- Tech Rep.
Apr.2009.
[5] D.Miniutti,” Sleeping Channel Measurements for Body Area Networks”, IEEE 802.15-09-0778-01-0006. Tech
Rep. Jan 2010.
[6] Segio Gonzalez-valetizuela, Min Chen,” Mobility Support for Health Monitoring at Home Using Wearable
Sensors”, IEEE Transactions on Information Technology in Biomedicine, vol 15, no 4, July 2011.
[7] Amit Sharma, Kshitij Shinghal, Neelam Srivastava, Raghuvir Singh,” Energy Management for Wireless Sensor
Network Nodes”, International Journal of Advances in Engineering and Technology, vol 1, Mar 2011.
[8] Karthik.J, Dr. A.Rajesh, ”Cyclic Sleep Wake Up Scenario for Wireless Body Area Sensor Networks”, IJIRCEE,
Volume 1, Issue 5, May 2015.
[9] Huan Chao Keh, Ying Hong Wang, Kun Yi Chin, Chang Che Lin,” Power Saving Mechanism with Optimal
Sleep Control in Wireless Sensor Networks”, Tamkang Journal of Science and Engineering, Vol 14, No 3,
2011.
[10] Vansi Paruchurri, Shivakumar Basavaraju, Arjan Durresi,” Random Asynchronous Wakeup Protocol for Sensor
Networks”, Proceedings of 1st
International conference on Broadband Networks, 2004.

More Related Content

PDF
Cyclic Sleep Wake Up Scenario for Wireless Body Area Sensor Networks
PDF
Resource aware and reliable cluster based communication scheme for wireless b...
PDF
A Smart Cushion for Real-Time Heart Rate Monitoring
PDF
An ECG Compressed Sensing Method of Low Power Body Area Network
PDF
Thermal-Aware Based Field Theory Routing in Wireless Body Area Networks
PDF
Modified LAEEBA Routing in WBAN
PDF
A STUDY OF POWER SAVING TECHNIQUE IN WIRELESS NETWORKS
PDF
Bio radation abuse_protection_110
Cyclic Sleep Wake Up Scenario for Wireless Body Area Sensor Networks
Resource aware and reliable cluster based communication scheme for wireless b...
A Smart Cushion for Real-Time Heart Rate Monitoring
An ECG Compressed Sensing Method of Low Power Body Area Network
Thermal-Aware Based Field Theory Routing in Wireless Body Area Networks
Modified LAEEBA Routing in WBAN
A STUDY OF POWER SAVING TECHNIQUE IN WIRELESS NETWORKS
Bio radation abuse_protection_110

What's hot (19)

PDF
Modelling and Analysis of Brainwaves for Real World Interaction
PDF
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
PDF
PDF
radation2357
PDF
G010214954
PDF
Ijarcet vol-2-issue-2-347-351
PDF
Energy Conservation in Wireless Sensor Networks: A Review
PDF
Wireless sensor network using zigbee
PDF
A Healthcare Monitoring System Using Wireless Sensor Network With GSM
PDF
Energy Consumption in chain based routing protocol in wireless sensor network
PDF
Intelligent Lighting System Using Wireless Sensor Networks
PDF
Body sensor network a modern survey & performance study in medical perspect
PDF
A hybrid classification model for eeg signals
PPTX
Brain computer interface based
PPTX
neuro prosthesis
PDF
Feature Extraction Techniques and Classification Algorithms for EEG Signals t...
PDF
International Journal of Computational Engineering Research(IJCER)
PPT
Wavelet Based Feature Extraction Scheme Of Eeg Waveform
PDF
Neuroprosthetics
Modelling and Analysis of Brainwaves for Real World Interaction
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
radation2357
G010214954
Ijarcet vol-2-issue-2-347-351
Energy Conservation in Wireless Sensor Networks: A Review
Wireless sensor network using zigbee
A Healthcare Monitoring System Using Wireless Sensor Network With GSM
Energy Consumption in chain based routing protocol in wireless sensor network
Intelligent Lighting System Using Wireless Sensor Networks
Body sensor network a modern survey & performance study in medical perspect
A hybrid classification model for eeg signals
Brain computer interface based
neuro prosthesis
Feature Extraction Techniques and Classification Algorithms for EEG Signals t...
International Journal of Computational Engineering Research(IJCER)
Wavelet Based Feature Extraction Scheme Of Eeg Waveform
Neuroprosthetics
Ad

Viewers also liked (16)

PPTX
Montagem pio
DOCX
Makalah perang dingin
PDF
Grontmij - Testimonial
DOCX
Dinesh synopsis
DOCX
Makalah sistim operasi
PPTX
ciso-platform-annual-summit-2013-defending-against-APT
PDF
nonClonableID™ for the Banking Domain
DOCX
Makalah pandangan islam terhadap menopouse dan wanita mandul
PDF
International journal of applied sciences and innovation vol 2015 - no 1 - ...
PDF
International journal of engineering issues vol 2015 - no 2 - paper7
DOCX
Practica 3
PDF
International journal of applied sciences and innovation vol 2015 - no 1 - ...
PPTX
Finding Your Compass on the Path to Recovery | Veritas Collaborative
PPS
ΚΙΝΕΖΙΚΑ ΜΕΤΕΩΡΑ
PDF
Letradelano2016 160104071951
DOCX
Window period of HIV
Montagem pio
Makalah perang dingin
Grontmij - Testimonial
Dinesh synopsis
Makalah sistim operasi
ciso-platform-annual-summit-2013-defending-against-APT
nonClonableID™ for the Banking Domain
Makalah pandangan islam terhadap menopouse dan wanita mandul
International journal of applied sciences and innovation vol 2015 - no 1 - ...
International journal of engineering issues vol 2015 - no 2 - paper7
Practica 3
International journal of applied sciences and innovation vol 2015 - no 1 - ...
Finding Your Compass on the Path to Recovery | Veritas Collaborative
ΚΙΝΕΖΙΚΑ ΜΕΤΕΩΡΑ
Letradelano2016 160104071951
Window period of HIV
Ad

Similar to International journal of applied sciences and innovation vol 2015 - no 1 - paper3 (20)

PDF
A Survey- Energy Efficient Techniques in WBAN
PDF
Energy-efficient cluster-based security mechanism for Wireless Body Area Netw...
PDF
Paper id 212014105
PDF
Energy Efficiency in Key Management of Body Sensor Network
PDF
E017342231
PDF
RB-IEMRP: RELAY BASED IMPROVED THROUGHPUT ENERGY-EFFICIENT MULTI-HOP ROUTING ...
PDF
Integrating device to device network with internet of health things: Towards ...
PDF
046209
PDF
BSK-WBSN: BIOMETRIC SYMMETRIC KEYS TO SECURE WIRELESS BODY SENSORS NETWORKS
PDF
Routing Protocol
PDF
IRJET- Modified SIMPLE Protocol for Wireless Body Area Networks
PDF
A SURVEY ON WIRELESS BODY AREA NETWORK
PDF
J05136669
PDF
1 ijcse-01179-6
PDF
Pm-EEMRP: Postural Movement Based Energy Efficient Multi-hop Routing Protocol...
PDF
B1103010918
PDF
2 pf implementation of wireless body area network ed iqbal qc
PDF
IRJET- Analysis of Protocols Suitable for Wireless Body Area Network
PDF
Mitigation of packet loss with end-to-end delay in wireless body area network...
PDF
IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...
A Survey- Energy Efficient Techniques in WBAN
Energy-efficient cluster-based security mechanism for Wireless Body Area Netw...
Paper id 212014105
Energy Efficiency in Key Management of Body Sensor Network
E017342231
RB-IEMRP: RELAY BASED IMPROVED THROUGHPUT ENERGY-EFFICIENT MULTI-HOP ROUTING ...
Integrating device to device network with internet of health things: Towards ...
046209
BSK-WBSN: BIOMETRIC SYMMETRIC KEYS TO SECURE WIRELESS BODY SENSORS NETWORKS
Routing Protocol
IRJET- Modified SIMPLE Protocol for Wireless Body Area Networks
A SURVEY ON WIRELESS BODY AREA NETWORK
J05136669
1 ijcse-01179-6
Pm-EEMRP: Postural Movement Based Energy Efficient Multi-hop Routing Protocol...
B1103010918
2 pf implementation of wireless body area network ed iqbal qc
IRJET- Analysis of Protocols Suitable for Wireless Body Area Network
Mitigation of packet loss with end-to-end delay in wireless body area network...
IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...

Recently uploaded (20)

PDF
Little Red Dots As Late-stage Quasi-stars
PDF
The Cosmic Symphony: How Photons Shape the Universe and Our Place Within It
PDF
Integrating Executable Requirements in Prototyping
PPTX
Earth's mechanism (plate tectonics and seafloor spreading).pptx
PDF
Agricultural Extension Presentation Slides
PDF
Coordination Chemistry(Part-I) - Notes.pdf
PPTX
Modifications in RuBisCO system to enhance photosynthesis .pptx
PPT
oscillatoria known as blue -green algae
PPT
An Introduction to Particle Accelerators.ppt
PPTX
HETEROCYCLIC CHEMISTRY IN PHARMACEUTICAL CHEMISTRY
PPTX
1.pptx 2.pptx for biology endocrine system hum ppt
PPTX
Introduction to biochemistry.ppt-pdf_shotrs!
PPTX
LESSON 4_The Scientific Investigation.pptx
PDF
Coordination Chemistry(Part-I) - Notes.pdf
PDF
Rethinking_the_Past_Infinite_Multiverse.pdf
PDF
urticaria-1775-rahulkalal-250606145215-0ff37bc9.pdf
PDF
NURSING FOUNDATION LESSON PLAN ON PATIENT EDUCATION.pdf
PPTX
Discovery of Novel Antibiotics from Uncultured Microbes.pptx
PPTX
Pharmacognosy: ppt :pdf :pharmacognosy :
PPTX
Excretory System in insects ( PPT Presentation)
Little Red Dots As Late-stage Quasi-stars
The Cosmic Symphony: How Photons Shape the Universe and Our Place Within It
Integrating Executable Requirements in Prototyping
Earth's mechanism (plate tectonics and seafloor spreading).pptx
Agricultural Extension Presentation Slides
Coordination Chemistry(Part-I) - Notes.pdf
Modifications in RuBisCO system to enhance photosynthesis .pptx
oscillatoria known as blue -green algae
An Introduction to Particle Accelerators.ppt
HETEROCYCLIC CHEMISTRY IN PHARMACEUTICAL CHEMISTRY
1.pptx 2.pptx for biology endocrine system hum ppt
Introduction to biochemistry.ppt-pdf_shotrs!
LESSON 4_The Scientific Investigation.pptx
Coordination Chemistry(Part-I) - Notes.pdf
Rethinking_the_Past_Infinite_Multiverse.pdf
urticaria-1775-rahulkalal-250606145215-0ff37bc9.pdf
NURSING FOUNDATION LESSON PLAN ON PATIENT EDUCATION.pdf
Discovery of Novel Antibiotics from Uncultured Microbes.pptx
Pharmacognosy: ppt :pdf :pharmacognosy :
Excretory System in insects ( PPT Presentation)

International journal of applied sciences and innovation vol 2015 - no 1 - paper3

  • 1. 16 International Journal of Applied Sciences and Innovation Vol. 2015, no. 1, pp. 16-20 ISSN: 2458-6501 Copyright © Infinity Sciences Reducing Energy Consumption Using Forced Wake Up In WBASN Karthik.J1 , Dr. Rajesh.A2 1 Research Scholar, St Peters University, Avadi, Chennai 2 Professor, C.Abdul Hakeem College of Engineering and Technology, Vellore Abstract: Wireless Body Area Sensor Networks (WBASNs) are wireless monitoring systems, helps to monitor the human body using wearable and implantable sensor nodes. In a Wireless Body Area Sensor Networks, Longevity of the node and the network will be a very big key challenge, because of the inadequate energy supply in body sensor nodes. Our paper proposed Forced Wake Up method for the effective utilization of battery and to reduce the energy consumption of the sensor node as well as the network. This Forced Wake Up method will boost the life time of the node and network. In Forced Wake Up method one node will be in monitoring state while other nodes are be asleep state, so all the nodes energy can be saved by making its state sleep. Only when there is need of other nodes, then all other nodes forcibly wake up to monitor the human body. Periodically other nodes will be selected for monitoring human health in active state. This method will reduce the energy consumption in WBASN. Keywords : WBASN, network life time, Forced Wake Up I. INTRODUCTION In recent years the worldwide population is increasing rapidly. Along with population new diseases are spreading over the world. So we are in needing to spent more money for the human health care. In order to reduce the cost of monitoring human health, we are introducing innovative technologies in human health care. Wireless Body Area Sensor Networks has emerged to monitor the human health remotely. The lifetime of the Body Sensor Nodes has to be increased to reduce the cost of the health care. Energy Consumption can be reduced in many ways. We concentrated to reduce the energy consumption by using forced wake up method. This helps in increasing the lifetime of the node as well as the network. The nature of communications between a sensor node and a hub has a great impact on the power consumed. For instance, human health monitoring will be achieved by connecting body sensors to the body’s surface and also inserting them into tissues for a more precise clinical practice. Hence, major key challenge is to reduce the power consumption in order to protect human tissue. Nodes consists small batteries which contain less energy. The power of the node will depends on their activities in their respective cluster. Wireless body area sensor networks (WBASNs) have become one of the most promising technologies that facilitate human health monitoring at home. As a result, patients those who are in noncritical condition may be discharged from a hospital or clinic for home monitoring, once this technology is sufficiently mature. A very big advantage of WBASN is that lack of wires makes people to move freely in their home. In this paper we have discussed about the introduction in Chapter I, and briefly explained about the challenges of body area networks. We have taken the literature survey from various papers and details explained in Chapter II. We
  • 2. J. Karthik et al. / International Journal of Applied Sciences and Innovation 17 briefly discussed about our proposed Forced Wake Up Method and its algorithm in Chapter III. Finally we conclude our concept and also direct the future work in Chapter IV. II. RELATED WORKS Ubiquitous healthcare ensure that continual monitoring of human health and transfer the data to the health specialists. The main objective is to manage human health by continuous monitoring using tiny body sensors [1]. To increase comfort level of patients, Body Sensor nodes should be very small and batteries must work for years instead of days. Since the size of the sensor nodes are small obviously limits the batteries that will give power to the nodes [2]. The development of Wireless Body Area Sensor Networks involves many challenges like interoperability, scalability, reliability, energy efficiency and communication protocols, etc. Even though energy efficient communication protocols will increase the life time of network, due to reduction of transmit power human body may affect by the negative impact of electromagnetic radiation [3]. Since, the path loss in WBAN is usually larger than 50 dB [4], it may cause severe attenuation on wireless signals, and so, without sufficient transmit power the link quality is very likely to be deteriorated. It is noticed that, with 1 mW transmit power at 2:4 GHz; the on-body (off-body) links of WBAN are intermittently disconnected up to 14.8% (14.9%) of the time when people sleep on bed [5]. An effective handoff protocol will be implemented by WBASN coordinators and APs, while the Received Signal Strength falls below suitable levels. For this, we prop up multiple radio channels in order to control the system’s capacity, which allows monitoring multiple users in many rooms [6]. In [7] many studies have been done that involve nodes switching between an active state and sleep state. The variables include how to decide the active schedule or sleep schedule, the time period of the active/sleep period, and whether or not the nodes are aware of the schedules of the other nodes in the network. To reduce the energy consumption and effective utilization of power, sleep wake up method will be useful for wireless body area sensor networks. Cyclic sleep wake up scenario has achieved good result in minimizing the power consumption in wireless body area networks [8]. III. FORCED WAKE UP METHOD The schedule between the sleeping and awakening of sensors achieves the effectiveness of saving power by sleeping mechanism. The proposed sleeping control mechanism takes the dynamic scheduling method. We calculate the sleep probability for each level by the density. The nodes away from the sink will increase the sleep probability to decrease the forward frequency of the nodes near to the sink. In this way, the nodes near to the sink could share the energy consumption and preserve the energy. For the wireless sensor networks, the sleeping scheduling is very important. If the nodes set into the active status for long duration, it will waste a lot of energy. We proposed the sleep awake concept. This sleep awake can be achieved in many ways like, cyclic wake up, randomly wake up and forced wake up. We used forced wake up method for reducing the energy consumption by the sensor nodes. In our proposed method only one node will be in active state, and all other nodes are in sleep state. Only one node will monitor the human body, and it will awake all other nodes only if it sense abnormal data. By this method most of the body nodes are in sleep state, as a result the energy consumption of all other nodes will be reduced more and the longevity of the node and network will be increased. The time of sleeping and awakening of sensor nodes will be vary according to the abnormal values sensed by the Body Node Coordinator. In sleeping control mechanism, there are two parts which are active status and sleep status. For
  • 3. J. Karthik et al. / International Journal of Applied Sciences and Innovation 18 active status, sensor nodes could communicate with neighbor nodes. For sleep status, sensor nodes will suspend all communication to save energy. Figure 1: Sequence Diagram representation of Forced Wakeup From the figure 1, the sequence diagram shows how the forced wakeup concept works. The Body Node Coordinator (BNC) senses the value from the human body and sends the value to the access point. The values then checked by the access point and if it is below acceptable level then it indicates the BNC. Then BNC will stimulate the other nodes forcibly to sense the corresponding values from the human body. Finally all the nodes send their values to the access point for the reference of health specialist. Algorithm 1 explains how exactly the step by step process takes place while monitoring the human health using forced wakeup concept. Algorithm1: Algorithm for Forced Wakeup Concept Step1 : Let us consider the initial no of nodes which are present in WBASN. Let N be the total no of nodes where N=1,2,…,n Step2 : Select the Body Node Coordinator i for monitoring the human body. Where BNCi Є N Step3 : Make BNCi will be in active state to monitor the human body. Step4 : Make all other nodes will be in sleep state. Step5 : Sense the value using the Body Node Coordinator Step6 : Check the values sensed by BNCi, If BNCi value is acceptable level then continue step 5, Else goto step7. Step7 : Awake all the nodes forcibly to sense the values. Step8 : Alternatively select the monitoring node BNC periodically. Step9 : Energy level will be maintained equally in all nodes of the network. Access Point BNC Node1 Node 2 Node N
  • 4. J. Karthik et al. / International Journal of Applied Sciences and Innovation 19 Our Forced wakeup method allows for a node to be active during a randomly chosen in each time frame. This removes the necessity of time synchronization and makes the protocol implementation very simple. The idea is to have each node wake up once in every slot, be awake for a predetermined time, and then sleep again. IV. RESULTS AND DISCUSSIONS The proposed forced wakeup method implemented with the help of MATLAB. We had taken the transmitting range 10 meters and power needed for sensing the values by the node 30mA, initial battery power of the node is 2500 mAh, Data Transfer rate is less than one mega byte per second, and the minimum 2 nodes and maximum ten nodes are considered for the simulation. Figure 2: Simulation Result of Forced Wakeup and Normal Method From Figure 2 Forced Wakeup method is providing good results when compare to the normal method and Cyclic Sleep method. It is clear that the forced wakeup method will increase the lifetime of the individual sensor node and also the whole network longevity will be increased. Even though sleep wakeup scenario provides good result, our forced wakeup method will be increased the life time of the network than sleep wakeup and normal method. This comparison helps to analyze that the forced wakeup method provides better results that the other two. We have not considered the real time factors like the impact of air, moisture, etc. When we consider these real time factors it may vary in some values while comparing with the simulator results. V. CONCLUSION AND FUTURE WORK Reducing the Energy Consumption in Wireless Body Area Sensor Networks will be major key issue in recent years. We have conferred about the major key challenges that are faced in WBASN, and also we proposed a forced wakeup method to reduce the energy consumption of body sensor node and also increase the longevity of the network. Here we proposed the forced wakeup method; we further can take this into an advanced sleep awake mechanism for the effective utilization of the energy of nodes. We further concentrated on on-demand sleep awake concept (ie) awake the node only 0 1 2 3 4 5 6 7 8 9 2 4 6 8 10 Forced Wakeup Method Cyclic Sleep Method Normal Method No of Nodes NetworkLifetime(Days)
  • 5. J. Karthik et al. / International Journal of Applied Sciences and Innovation 20 when there is demand. Until that the nodes can be in sleep state. Future work can be concentrated on the above on- demand sleep awake method. REFERENCES [1] J.Penders et al.,” Human++: from technology to emerging health monitoring concepts”, Int’l Workshop. Wearable and Implantable Body Sensor Networks, Hong Kong, China, June 2008, PP94-98 [2] Athanassios Boulis,” Challenges in Body Area Networks for Healthcare : The MAC”, IEEE Communications Magazine, May 2012. [3] Aravind Kailas,” Power Allocation Strategies to minimize Energy Consumption in Wireless Body Area Networks”, 33rd Annual Int’l conference of the IEEE EMBS, Boston, Massachusetts, USA, August30 – Sep3, 2011. [4] K.Y.Yazdandoost,” Channel Models for Body Area Networks”, IEEE P 802.15-08-0780-08-0006- Tech Rep. Apr.2009. [5] D.Miniutti,” Sleeping Channel Measurements for Body Area Networks”, IEEE 802.15-09-0778-01-0006. Tech Rep. Jan 2010. [6] Segio Gonzalez-valetizuela, Min Chen,” Mobility Support for Health Monitoring at Home Using Wearable Sensors”, IEEE Transactions on Information Technology in Biomedicine, vol 15, no 4, July 2011. [7] Amit Sharma, Kshitij Shinghal, Neelam Srivastava, Raghuvir Singh,” Energy Management for Wireless Sensor Network Nodes”, International Journal of Advances in Engineering and Technology, vol 1, Mar 2011. [8] Karthik.J, Dr. A.Rajesh, ”Cyclic Sleep Wake Up Scenario for Wireless Body Area Sensor Networks”, IJIRCEE, Volume 1, Issue 5, May 2015. [9] Huan Chao Keh, Ying Hong Wang, Kun Yi Chin, Chang Che Lin,” Power Saving Mechanism with Optimal Sleep Control in Wireless Sensor Networks”, Tamkang Journal of Science and Engineering, Vol 14, No 3, 2011. [10] Vansi Paruchurri, Shivakumar Basavaraju, Arjan Durresi,” Random Asynchronous Wakeup Protocol for Sensor Networks”, Proceedings of 1st International conference on Broadband Networks, 2004.