SlideShare a Scribd company logo
1 of 5
Download to read offline
IEEE Proceedings of 4th International Conference on Intelligent Human Computer Interaction, Kharagpur, India, December 27-29, 2012
Interference-Aware Channel Switching for Use in
WBAN with Human-Sensor Interface
Judhistir Mahapatro∗, Sudip Misra†, Senior Member, IEEE, Manjunatha M‡, Member, IEEE, Nabiul Islam§
∗ ‡ School of Medical Science and Technology
† § School of Information Technology
Indian Institute of Technology, Kharagpur
West Bengal, India - 721302
Email: {∗jmahapatro, †smisra, §nabiuli}@sit.iitkgp.ernet.in, ‡mmaha2@smst.iitkgp.ernet.in
Abstract—A Wireless Body Area Network (WBAN) consists of
different medical sensors connected to an on-body coordinator
through a wireless medium. The sensors are placed over a human
body for continuous monitoring of physiological parameters. The
information sensed by the nodes are transmitted to the on-body
coordinator. Upon receiving these information from the sensor
nodes, the coordinator transmits the same to the medical server
for post data analysis.
Any radio frequency based wireless device suffers from inter-
ference due to the existence of other wireless devices operating in
the same licence-free frequency band. In this paper, we address
the problem of interference when multiple WBANs come in
the proximity of one another. In such a scenario, the WBAN
senses the existence of other interfering WBANs, based on the
Signal-to-Interference Ratio (SIR). We propose an interference-
aware channel switching algorithm (InterACS) for WBANs, so
that there is seamless communication with their sensors without
interference among them. We simulated the proposed solution
using the NS-3 network simulator and observed that there is
improvement in reducing the number of interferences by using
the proposed solution scheme.
Index Terms—WBAN, Interference, TDMA, Human Computer
Interaction, Human-Sensor Interface
I. INTRODUCTION
An important application domain of sensor networks is
medicine and health care. A WBAN is a special purpose
sensor network where different medical sensors are attached
on clothing or on a human body. With the help of this emerging
technology, the real-time physiological information of human
bodies can be obtained. Because of its user-friendly and cost-
effective solution for continuous monitoring, vital signs of
patients, especially those who suffer from diseases such as
Alzheimers, Parkinsons, cardiovascular diseases (CVDs) can
be monitored. WBANs are also deployed in elderly persons
for monitoring their daily activities.
The various implanted and worn-on sensors are attached in-
body or on-body respectively. The monitored parameters by
the nodes are aggregated, and are sent to a remotely placed
medical server for post data analysis [1]. The architecture of
such a low-power network is showin in Fig. 1.
Interference is a characteristic phenomenon observed in
wireless networks when cuncurrent transmissions from radio
devices occur over the shared medium. There are two typical
cases of interference that may occur: (1) Cuncurrent transmis-
sions from the nodes of two different collocated networks, for
example, superimpose the transmitted signals of two different
nodes of two different WBANs, as shown in Fig. 2, and
(2) Cuncurrent transmissions from the nodes of the same
network, for example, superimpose the transmitted signals of
two different nodes of the same WBAN. The second case of
interference is easily handled by employing Time Division
Multiple Access (TDMA) based schedules within the WBAN.
It is markedly challenging to handle the first case of inter-
ference because WBANs use the 2.4 GHZ licence-free band
(eg., ISM) for their operation. Several other wireless devices
based on Wi-Fi, Bluetooth, and other Body Area Networks
(BANs) share the same frequency band, thereby causing huge
interference possibilities. The effect of this interference is
very serious for patients equipped with BANs, because the
devices monitor their critical conditions involving instruments
for measuring ECG, EEG, and EMG. The seriousness is such
that the misinterpretation of signals due to interference can led
to the death of patient [2]. This motivated us to investigate the
problem of interference in the presence of multiple WBANs.
Let us consider an example of two aged persons carrying
BANs, with the devices measuring their critical physiological
parameters. Let us consider that they are living in the same
house or an old-age home and are talking to each other for long
duration of time while sitting together. In this case, both BANs
send false information to the medical server. The situation
becomes even worse if the BANs carry life saving actuators
such as glucose actuators, which pump the correct dose to the
diabetics if the glucose level goes beyond or below the normal.
In this paper, we specifically explore the problem of network
interference between WBANs with human-sensor interface.
This happens when two or more BANs come in the proximity
of one another and stay for longer time. Among different
types of interference such as co-channel interference, and
adjacent channel interference, the network interference is
predominant [3].
In [4], the interfering signals from various links of the WSN
are scheduled at different times. The typical hardware solution
is to use dual radios, one for IEEE 802.15.4, and the other
for IEEE 802.11, which are used to mitigate interference [5].
The MIMO technology has been proven useful in mitigating
interference in cellular networks [6]. The constraint of low
power consumption makes it inefficient to adapt power control
978-1-4673-4369-5/12/$31.00 c 2012 IEEE
strategy, which is used in cellular networks [7].
In our previous paper [8], we proposed a solution where
two or more BANs cooperate between themselves and agree
to a common schedule, rather than send data independently.
If they agree to a common schedule, there might be a case
that devices attached to a BAN wait for relatively longer time
than those that have large traffic or they are in large numbers
attached to other BANs. In this case, the schedules interleave
among themselves so that the average latency per node is
minimized. This approach has only overhead that the messages
are exchanged between the coordinators to create a common
schedule.
Due to interference/collision, the nodes attempt to retransmit
the loss packet, and for which a node can consume extra
amount of energy. In addition to, the propagation of wireless
signals in body area communications experiences fading due
to diffraction, reflection, energy absorption, and shadowing by
body and clothes [9]. Therefore, overall, we need a solution
that should be a light weight in terms of resource utilization.
Mainly two classes of MAC protocols are considered
for such medical applications of sensor networks. They are
TDMA-based and contention-based. In a WBAN, it has been
observed that slot-based MAC protocols are suitable for
improved operation and performance, since such protocols
require no additional overhead and data load is uniform
across the nodes. In the literature, most of implementations
of WBAN use the IEEE 802.15.4 or its variant for low power
consumption [10] [11] [12]. It considers a star topology and
each sensor node sends traffic to a coordinator(controller)
in their own slot time. The coordinator of WBAN has to
schedule the transmission of its physiological sensors. The
sensors buffer their generated traffic until they get the time
slot they have been assigned to transmit to the coordinator.
Fig. 1: Architecture
The rest of the paper is organized as follows. Section II
discuses the proposed interference framework for the WBANs.
In Section III, we discuss the interference aware channel
switching algorithm for WBANs. In Section IV, we present
the simulation results, and we conclude the paper in Section V.
II. PROPOSED FRAMEWORK FOR INTERFERENCE
As shown in Fig. 3, the proposed interference framework
consists of a set of network nodes, device state models, and
the interfaces interconnecting them. State models represent
different states of a node at different time. These states include
Transmit (Tx), Receive (Rx), and Idle. The other components
such as propagation model and propagation delay represent the
amount of power loss due to the environment obstacles and the
amount of delay caused for the tranmission over the wireless
medium. The interactions between an WbanInterferenceHelper
and WbanPhyStateHelper are: (1) WbanInterferenceHelper
model records the duration of a node it receives, and (2) Wban-
PhyStateHelper notifies when a node transmit/Receive/Idle.
Fig. 2: Interference between two WBANs
Let us suppose multiple WBANs come in the proximity
of one another. This leads to more than one patient carrying
WBANs coming in the proximity of one another. In such a
scenario, required number of channels for WBANs may not
be sufficient, and, therefore, this could lead to the interference
between them.
III. INTERACS: THE INTERFERENCE-AWARE CHANNEL
SWITCHING ALGORITHM
Interference occurs due to external nodes concurrently trans-
mitting within the transmission range of a sender, while its data
transmission is underway. Eventually this degrades the Signal-
to-Interference Ratio (SIR) of the sender [13]. We assume that
the coordinators are not constrained in the context of resources
as compared to their physiological sensor nodes. Therefore, the
coordinator node periodically monitors the level of SIR and
when it finds the SIR of the device below a threshold value,
Fig. 3: Framework for Interference
it switches to a different channel. The selection of channel
by the coordinator is based on the level of SIR. The value of
SIR is divided into three different categories such as LOW,
MODERATE, and HIGH. If the SIR value at the coordinator
is LOW, MODERATE, and HIGH, it switches to next 2-
hop channel, next 3-hop channel, and next 4-hop channel
respectively. The proposed algorithm is presented below.
Algorithm: InterACS
1: Inputs: An array of WBANs and their SIRs, SIR
thresholds(δT )
2: Output: Switch to a different channel; otherwise, no
switch
3: Procedure:
4: done ← false
5: Each WBAN Coordinator measures its SIR
6: if (SIR < δT ) then
7: while (not done) do
8: Wait for random time
9: Broadcast the channel information
10: Wt ← WaitforAcknowledgement
11: if (Wt > Tt(Time out)) then
12: Repeat the loop three times
13: else
14: done ← true
15: end if
16: end while
17: else
18: No Switch
Fig. 4: Average data rate versus Interference count with four
WBANs
19: end if
20: if (done) then
21: if (SIR is High) then
22: Switch to next 2-hop channel
23: else
24: if (SIR is Moderate) then
25: Switch to next 3-hop channel
26: else
27: if (SIR is Low) then
28: Switch to next 4-hop channel
29: end if
30: end if
31: end if
32: end if
33:
IV. PERFORMANCE EVALUATION
In this Section, we report the results of simulation exper-
iments conducted using NS-3 [14] to investigate the perfor-
mance of the proposed scheme for mitigating network inter-
ference arising due to the co-existence of different WBANs.
A. Simulation Settings
We considered a simulation area of 50 m × 50 m. We use
the Random-Waypoint mobility model to move the WBANs
within the above mentioned area. The propagation time used
is the speed of light multiplied by the distance between the
nodes, and therefore, it is (3.3 × d) nano-seconds, where ‘d’
is distance between the coordinator and the nodes, and d ≤ 10
(in meters). We executed the simulations for 100 seconds with
Fig. 5: Average data rate versus Interference count for Uni-
form, where W1=4, W2=6, W3=8, and W4=10. W1 to W4
present the number of WBANs
different set of parameters such as the number of WBANs and
data rate.
B. Performance metrics
We used the following two perfomance metrics to evaluate
the performance of the proposed solution.
• Average data rate : It is average data rate with
which the sensor nodes transmit data packets through
their physical interface.
• Interference count : It is defined as the total number
of times interference occur at a particular coordinator of
a WBAN.
C. Results and Disscusion
In our simulation experiments, the random network topol-
ogy of WBANs was generated by the position allocator tool
of the NS-3 simulator. It was observed that an increase in
the average data rate of WBANs results in an increase of the
interference count. This is shown in the plot in Fig. 4. Our pro-
posed algorithm (InterACS) was compared with a uniformly
channel switching approach (Uniform) where the channels are
selected randomly. Another observation is that when we vary
the number of WBANs with respect to the average data rate
and observe the improvement in reduction of the interference
count, therefore, our proposed algorithm shows better perfor-
mance when the number of WBANs increases. In other words,
we can say that when the number of WBANs increase, the
available number of channels required also increase. Similarly,
the average data rate versus interference count by varying the
WBANs using Uniform has been shown in Fig. 5. The average
Fig. 6: Average data rate versus Interference count for Inter-
ACS, where W1=4, W2=6, W3=8, and W4=10. W1 to W4
represent the number of WBANs
data rate versus interference count while varying the WBANs
using InterACS has been shown in Fig. 6.
V. CONCLUSIONS AND FUTURE WORK
In this work, we investigated the effect of network inter-
ference between multiple WBANs with their human-sensor
interface and then proposed a scheme for avoiding interference
caused from other collocated WBANs. We observed that the
proposed scheme reduces its total interference count when
different human body with carrying WBAN come in the
proximity of one another. In the future, we would like to
investigate the interference effects in scenarios where the
density of WBANs is more. In such a scenario, we would
like to investigate that how well our proposed algorithm will
perform.
ACKNOWLEDGEMENT
This work was supported by a grant from the council of
scientific and Industrial Research (CSIR), India (Grant Ref.
No. 22/477/09-EMR-II).
REFERENCES
[1] B. Latre, B. Braem, I. Moerman, C. Blondia, and P. Demeester, “A
survey on wireless body area networks,” Wireless Networks, vol. 17,
no. 1, pp. 1–18, 2011.
[2] E. Stuart, M. Moh, and T. Moh, “Privacy and security in biomedical
applications of wireless sensor networks,” in Proceedings of the First
International Symposium on Applied Sciences on Biomedical and Com-
munication Technologies (ISABEL’08). IEEE, 2008, pp. 1–5.
[3] L. Hanlen, D. Miniutti, D. Smith, D. Rodda, and B. Gilbert, “Co-channel
interference in body area networks with indoor measurements at 2.4 ghz:
Distance-to-interferer is a poor estimate of received interference power,”
International Journal of Wireless Information Networks, vol. 17, no. 3,
pp. 113–125, 2010.
[4] R. Madan, S. Cui, S. Lall, and A. Goldsmith, “Cross-layer design for
lifetime maximization in interference-limited wireless sensor networks,”
IEEE Transactions on Wireless Communications, vol. 5, no. 11, pp.
3142–3152, 2006.
[5] Y. Jeong, J. Kim, and S. Han, “Interference mitigation in wireless sensor
networks using dual heterogeneous radios,” Wireless Networks, vol. 17,
no. 7, pp. 1699–1713, 2011.
[6] H. Zhang and H. Dai, “Cochannel interference mitigation and coop-
erative processing in downlink multicell multiuser MIMO networks,”
EURASIP Journal on Wireless Communications and Networking, vol.
2004, no. 2, pp. 222–235, 2004.
[7] X. Wang and L. Cai, “Interference analysis of co-existing wireless body
area networks,” in Global Telecommunications Conference (GLOBE-
COM 2011), 2011 IEEE, December 2011, pp. 1–5.
[8] J. Mahapatro, S. Misra, M. Mahadevappa, and N. Islam, “Interference
mitigation between wban equipped patients,” in Proceedings of the 9th
International Confererence on Wireless and Optical Communications
Networks (WOCN 2012), Indore, INDIA, September 2012.
[9] K. Takizawa, T. Aoyagi, J. Takada, N. Katayama, K. Yekeh, Y. Takehiko,
and K. Kohno, “Channel models for wireless body area networks,” in
30th Annual International IEEE EMBS Conference, August 2008, pp.
1549 –1552.
[10] N. Timmons and W. Scanlon, “Analysis of the performance of IEEE
802.15.4 for medical sensor body area networking,” in Proceedings of
the First Annual IEEE Communications Society Conference on Sensor
and Ad Hoc Communications and Networks (IEEE SECON 2004),
October 2004, pp. 16–24.
[11] H. Li and J. Tan, “Heartbeat-driven medium-access control for body
sensor networks,” IEEE Transactions on Information Technology in
Biomedicine, vol. 14, no. 1, pp. 44–51, January 2010.
[12] A. Milenkovic, C. Otto, and E. Jovanov, “Wireless sensor networks for
personal health monitoring: Issues and an implementation,” Computer
Communications, vol. 29, no. 13–14, pp. 2521–2533, August 2006.
[13] S. Gobriel, R. Melhem, and D. Mosse, “A unified interference/collision
analysis for power-aware adhoc networks,” in IEEE INFOCOM, 2004.
[14] “NS-3 network simulator,” http://www.nsnam.org/, 2012, [Online; ac-
cessed 11-June-2012].

More Related Content

What's hot

ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN)
ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN) ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN)
ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN) IAEME Publication
 
Wireless Body Area network
Wireless Body Area networkWireless Body Area network
Wireless Body Area networkRajeev N
 
ULTRA WIDE BAND BODY AREA NETWORK
ULTRA WIDE BAND BODY AREA NETWORKULTRA WIDE BAND BODY AREA NETWORK
ULTRA WIDE BAND BODY AREA NETWORKaravind m t
 
Grid-Based Multipath with Congestion Avoidance Routing Protocol
Grid-Based Multipath with Congestion Avoidance Routing ProtocolGrid-Based Multipath with Congestion Avoidance Routing Protocol
Grid-Based Multipath with Congestion Avoidance Routing Protocolijtsrd
 
Energy Consumption in chain based routing protocol in wireless sensor network
Energy Consumption in chain based routing protocol in wireless sensor networkEnergy Consumption in chain based routing protocol in wireless sensor network
Energy Consumption in chain based routing protocol in wireless sensor networkBADALKUMAR56
 
A Review on - Comparative Study of Issues in Cellular, Sensor and Adhoc Networks
A Review on - Comparative Study of Issues in Cellular, Sensor and Adhoc NetworksA Review on - Comparative Study of Issues in Cellular, Sensor and Adhoc Networks
A Review on - Comparative Study of Issues in Cellular, Sensor and Adhoc Networkscscpconf
 
Wireless Sensor Network for Patient Health Monitoring System
Wireless Sensor Network for Patient Health Monitoring SystemWireless Sensor Network for Patient Health Monitoring System
Wireless Sensor Network for Patient Health Monitoring SystemIRJET Journal
 
Basics of Wireless sensor networks
Basics of Wireless sensor networksBasics of Wireless sensor networks
Basics of Wireless sensor networksRushin Shah
 
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor NetworkIRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor NetworkIRJET Journal
 
Energy-efficient cluster-based security mechanism for Wireless Body Area Netw...
Energy-efficient cluster-based security mechanism for Wireless Body Area Netw...Energy-efficient cluster-based security mechanism for Wireless Body Area Netw...
Energy-efficient cluster-based security mechanism for Wireless Body Area Netw...IJSRD
 
Body sensor network a modern survey & performance study in medical perspect
Body sensor network  a modern survey & performance study in medical perspectBody sensor network  a modern survey & performance study in medical perspect
Body sensor network a modern survey & performance study in medical perspectAlexander Decker
 
Modified LAEEBA Routing in WBAN
Modified LAEEBA Routing in WBANModified LAEEBA Routing in WBAN
Modified LAEEBA Routing in WBANijsrd.com
 
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSNA SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSNIAEME Publication
 
SURVEY ON MOBILE AD HOC NETWORK
SURVEY ON MOBILE AD HOC NETWORKSURVEY ON MOBILE AD HOC NETWORK
SURVEY ON MOBILE AD HOC NETWORKIAEME Publication
 
Serial Communication Interface with Error Detection
Serial Communication Interface with Error DetectionSerial Communication Interface with Error Detection
Serial Communication Interface with Error Detectioniosrjce
 
De3211001104
De3211001104De3211001104
De3211001104IJMER
 

What's hot (20)

ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN)
ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN) ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN)
ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN)
 
Wireless Body Area Network (WBAN)
Wireless Body Area Network (WBAN)Wireless Body Area Network (WBAN)
Wireless Body Area Network (WBAN)
 
Wireless Body Area network
Wireless Body Area networkWireless Body Area network
Wireless Body Area network
 
ULTRA WIDE BAND BODY AREA NETWORK
ULTRA WIDE BAND BODY AREA NETWORKULTRA WIDE BAND BODY AREA NETWORK
ULTRA WIDE BAND BODY AREA NETWORK
 
Grid-Based Multipath with Congestion Avoidance Routing Protocol
Grid-Based Multipath with Congestion Avoidance Routing ProtocolGrid-Based Multipath with Congestion Avoidance Routing Protocol
Grid-Based Multipath with Congestion Avoidance Routing Protocol
 
Energy Consumption in chain based routing protocol in wireless sensor network
Energy Consumption in chain based routing protocol in wireless sensor networkEnergy Consumption in chain based routing protocol in wireless sensor network
Energy Consumption in chain based routing protocol in wireless sensor network
 
A Review on - Comparative Study of Issues in Cellular, Sensor and Adhoc Networks
A Review on - Comparative Study of Issues in Cellular, Sensor and Adhoc NetworksA Review on - Comparative Study of Issues in Cellular, Sensor and Adhoc Networks
A Review on - Comparative Study of Issues in Cellular, Sensor and Adhoc Networks
 
Wireless Sensor Network for Patient Health Monitoring System
Wireless Sensor Network for Patient Health Monitoring SystemWireless Sensor Network for Patient Health Monitoring System
Wireless Sensor Network for Patient Health Monitoring System
 
MANAGING INTERFERENCE IN COLLABORATIVE NETWORKS BY FLOW CONTROL AND SIGNAL PO...
MANAGING INTERFERENCE IN COLLABORATIVE NETWORKS BY FLOW CONTROL AND SIGNAL PO...MANAGING INTERFERENCE IN COLLABORATIVE NETWORKS BY FLOW CONTROL AND SIGNAL PO...
MANAGING INTERFERENCE IN COLLABORATIVE NETWORKS BY FLOW CONTROL AND SIGNAL PO...
 
Basics of Wireless sensor networks
Basics of Wireless sensor networksBasics of Wireless sensor networks
Basics of Wireless sensor networks
 
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor NetworkIRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
 
Energy-efficient cluster-based security mechanism for Wireless Body Area Netw...
Energy-efficient cluster-based security mechanism for Wireless Body Area Netw...Energy-efficient cluster-based security mechanism for Wireless Body Area Netw...
Energy-efficient cluster-based security mechanism for Wireless Body Area Netw...
 
Body sensor network a modern survey & performance study in medical perspect
Body sensor network  a modern survey & performance study in medical perspectBody sensor network  a modern survey & performance study in medical perspect
Body sensor network a modern survey & performance study in medical perspect
 
Modified LAEEBA Routing in WBAN
Modified LAEEBA Routing in WBANModified LAEEBA Routing in WBAN
Modified LAEEBA Routing in WBAN
 
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSNA SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
 
SURVEY ON MOBILE AD HOC NETWORK
SURVEY ON MOBILE AD HOC NETWORKSURVEY ON MOBILE AD HOC NETWORK
SURVEY ON MOBILE AD HOC NETWORK
 
Serial Communication Interface with Error Detection
Serial Communication Interface with Error DetectionSerial Communication Interface with Error Detection
Serial Communication Interface with Error Detection
 
file4.pdf
file4.pdffile4.pdf
file4.pdf
 
De3211001104
De3211001104De3211001104
De3211001104
 
9345.pdf
9345.pdf9345.pdf
9345.pdf
 

Similar to IEEE 4th Int'l Conf Interference-Aware Channel Switching

Mitigation of packet loss with end-to-end delay in wireless body area network...
Mitigation of packet loss with end-to-end delay in wireless body area network...Mitigation of packet loss with end-to-end delay in wireless body area network...
Mitigation of packet loss with end-to-end delay in wireless body area network...IJECEIAES
 
A SURVEY ON WIRELESS BODY AREA NETWORK
A SURVEY ON WIRELESS BODY AREA NETWORKA SURVEY ON WIRELESS BODY AREA NETWORK
A SURVEY ON WIRELESS BODY AREA NETWORKijsrd.com
 
Paper id 212014105
Paper id 212014105Paper id 212014105
Paper id 212014105IJRAT
 
Cyclic Sleep Wake Up Scenario for Wireless Body Area Sensor Networks
Cyclic Sleep Wake Up Scenario for Wireless Body Area Sensor NetworksCyclic Sleep Wake Up Scenario for Wireless Body Area Sensor Networks
Cyclic Sleep Wake Up Scenario for Wireless Body Area Sensor Networksijircee
 
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...IRJET Journal
 
2 pf implementation of wireless body area network ed iqbal qc
2 pf implementation of wireless body area network ed iqbal qc2 pf implementation of wireless body area network ed iqbal qc
2 pf implementation of wireless body area network ed iqbal qcIAESIJEECS
 
Wireless body are network
Wireless body are networkWireless body are network
Wireless body are networkFantahun Yersaw
 
BSK-WBSN: BIOMETRIC SYMMETRIC KEYS TO SECURE WIRELESS BODY SENSORS NETWORKS
BSK-WBSN: BIOMETRIC SYMMETRIC KEYS TO SECURE WIRELESS BODY SENSORS NETWORKSBSK-WBSN: BIOMETRIC SYMMETRIC KEYS TO SECURE WIRELESS BODY SENSORS NETWORKS
BSK-WBSN: BIOMETRIC SYMMETRIC KEYS TO SECURE WIRELESS BODY SENSORS NETWORKSIJNSA Journal
 
REDUCING HANDOVER DELAY BY PRESELECTIVE SCANNING USING GPS
REDUCING HANDOVER DELAY BY PRESELECTIVE SCANNING USING GPS REDUCING HANDOVER DELAY BY PRESELECTIVE SCANNING USING GPS
REDUCING HANDOVER DELAY BY PRESELECTIVE SCANNING USING GPS ijdpsjournal
 
IRJET- Analysis of Protocols Suitable for Wireless Body Area Network
IRJET- Analysis of Protocols Suitable for Wireless Body Area NetworkIRJET- Analysis of Protocols Suitable for Wireless Body Area Network
IRJET- Analysis of Protocols Suitable for Wireless Body Area NetworkIRJET Journal
 
Integrating device to device network with internet of health things: Towards ...
Integrating device to device network with internet of health things: Towards ...Integrating device to device network with internet of health things: Towards ...
Integrating device to device network with internet of health things: Towards ...journalBEEI
 
Wireless Sensor Body Area Network
Wireless Sensor Body Area NetworkWireless Sensor Body Area Network
Wireless Sensor Body Area Networkijtsrd
 
Security Requirements, Counterattacks and Projects in Healthcare Applications...
Security Requirements, Counterattacks and Projects in Healthcare Applications...Security Requirements, Counterattacks and Projects in Healthcare Applications...
Security Requirements, Counterattacks and Projects in Healthcare Applications...arpublication
 
Fault Diagonosis Approach for WSN using Normal Bias Technique
Fault Diagonosis Approach for WSN using Normal Bias TechniqueFault Diagonosis Approach for WSN using Normal Bias Technique
Fault Diagonosis Approach for WSN using Normal Bias TechniqueIDES Editor
 
A Survey- Energy Efficient Techniques in WBAN
A Survey- Energy Efficient Techniques in WBANA Survey- Energy Efficient Techniques in WBAN
A Survey- Energy Efficient Techniques in WBANIRJET Journal
 

Similar to IEEE 4th Int'l Conf Interference-Aware Channel Switching (20)

Mitigation of packet loss with end-to-end delay in wireless body area network...
Mitigation of packet loss with end-to-end delay in wireless body area network...Mitigation of packet loss with end-to-end delay in wireless body area network...
Mitigation of packet loss with end-to-end delay in wireless body area network...
 
A SURVEY ON WIRELESS BODY AREA NETWORK
A SURVEY ON WIRELESS BODY AREA NETWORKA SURVEY ON WIRELESS BODY AREA NETWORK
A SURVEY ON WIRELESS BODY AREA NETWORK
 
B1103010918
B1103010918B1103010918
B1103010918
 
Paper id 212014105
Paper id 212014105Paper id 212014105
Paper id 212014105
 
Routing Protocol
Routing ProtocolRouting Protocol
Routing Protocol
 
Cyclic Sleep Wake Up Scenario for Wireless Body Area Sensor Networks
Cyclic Sleep Wake Up Scenario for Wireless Body Area Sensor NetworksCyclic Sleep Wake Up Scenario for Wireless Body Area Sensor Networks
Cyclic Sleep Wake Up Scenario for Wireless Body Area Sensor Networks
 
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
IRJET- Energy Efficiency Enhancement in Body Area Network using IEEE 802.15.6...
 
2 pf implementation of wireless body area network ed iqbal qc
2 pf implementation of wireless body area network ed iqbal qc2 pf implementation of wireless body area network ed iqbal qc
2 pf implementation of wireless body area network ed iqbal qc
 
Wireless body are network
Wireless body are networkWireless body are network
Wireless body are network
 
BSK-WBSN: BIOMETRIC SYMMETRIC KEYS TO SECURE WIRELESS BODY SENSORS NETWORKS
BSK-WBSN: BIOMETRIC SYMMETRIC KEYS TO SECURE WIRELESS BODY SENSORS NETWORKSBSK-WBSN: BIOMETRIC SYMMETRIC KEYS TO SECURE WIRELESS BODY SENSORS NETWORKS
BSK-WBSN: BIOMETRIC SYMMETRIC KEYS TO SECURE WIRELESS BODY SENSORS NETWORKS
 
REDUCING HANDOVER DELAY BY PRESELECTIVE SCANNING USING GPS
REDUCING HANDOVER DELAY BY PRESELECTIVE SCANNING USING GPS REDUCING HANDOVER DELAY BY PRESELECTIVE SCANNING USING GPS
REDUCING HANDOVER DELAY BY PRESELECTIVE SCANNING USING GPS
 
IRJET- Analysis of Protocols Suitable for Wireless Body Area Network
IRJET- Analysis of Protocols Suitable for Wireless Body Area NetworkIRJET- Analysis of Protocols Suitable for Wireless Body Area Network
IRJET- Analysis of Protocols Suitable for Wireless Body Area Network
 
Integrating device to device network with internet of health things: Towards ...
Integrating device to device network with internet of health things: Towards ...Integrating device to device network with internet of health things: Towards ...
Integrating device to device network with internet of health things: Towards ...
 
Wireless Sensor Body Area Network
Wireless Sensor Body Area NetworkWireless Sensor Body Area Network
Wireless Sensor Body Area Network
 
WSN IN BODY AREA NETWORK BASED ON EGERGY CONSERVATION
WSN IN BODY AREA NETWORK BASED ON EGERGY CONSERVATIONWSN IN BODY AREA NETWORK BASED ON EGERGY CONSERVATION
WSN IN BODY AREA NETWORK BASED ON EGERGY CONSERVATION
 
Security Requirements, Counterattacks and Projects in Healthcare Applications...
Security Requirements, Counterattacks and Projects in Healthcare Applications...Security Requirements, Counterattacks and Projects in Healthcare Applications...
Security Requirements, Counterattacks and Projects in Healthcare Applications...
 
Body Area Networks (BANs) - PPT (By Study PPT)
Body Area Networks (BANs) - PPT (By Study PPT)Body Area Networks (BANs) - PPT (By Study PPT)
Body Area Networks (BANs) - PPT (By Study PPT)
 
Fault Diagonosis Approach for WSN using Normal Bias Technique
Fault Diagonosis Approach for WSN using Normal Bias TechniqueFault Diagonosis Approach for WSN using Normal Bias Technique
Fault Diagonosis Approach for WSN using Normal Bias Technique
 
40120140503011
4012014050301140120140503011
40120140503011
 
A Survey- Energy Efficient Techniques in WBAN
A Survey- Energy Efficient Techniques in WBANA Survey- Energy Efficient Techniques in WBAN
A Survey- Energy Efficient Techniques in WBAN
 

Recently uploaded

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 

Recently uploaded (20)

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 

IEEE 4th Int'l Conf Interference-Aware Channel Switching

  • 1. IEEE Proceedings of 4th International Conference on Intelligent Human Computer Interaction, Kharagpur, India, December 27-29, 2012 Interference-Aware Channel Switching for Use in WBAN with Human-Sensor Interface Judhistir Mahapatro∗, Sudip Misra†, Senior Member, IEEE, Manjunatha M‡, Member, IEEE, Nabiul Islam§ ∗ ‡ School of Medical Science and Technology † § School of Information Technology Indian Institute of Technology, Kharagpur West Bengal, India - 721302 Email: {∗jmahapatro, †smisra, §nabiuli}@sit.iitkgp.ernet.in, ‡mmaha2@smst.iitkgp.ernet.in Abstract—A Wireless Body Area Network (WBAN) consists of different medical sensors connected to an on-body coordinator through a wireless medium. The sensors are placed over a human body for continuous monitoring of physiological parameters. The information sensed by the nodes are transmitted to the on-body coordinator. Upon receiving these information from the sensor nodes, the coordinator transmits the same to the medical server for post data analysis. Any radio frequency based wireless device suffers from inter- ference due to the existence of other wireless devices operating in the same licence-free frequency band. In this paper, we address the problem of interference when multiple WBANs come in the proximity of one another. In such a scenario, the WBAN senses the existence of other interfering WBANs, based on the Signal-to-Interference Ratio (SIR). We propose an interference- aware channel switching algorithm (InterACS) for WBANs, so that there is seamless communication with their sensors without interference among them. We simulated the proposed solution using the NS-3 network simulator and observed that there is improvement in reducing the number of interferences by using the proposed solution scheme. Index Terms—WBAN, Interference, TDMA, Human Computer Interaction, Human-Sensor Interface I. INTRODUCTION An important application domain of sensor networks is medicine and health care. A WBAN is a special purpose sensor network where different medical sensors are attached on clothing or on a human body. With the help of this emerging technology, the real-time physiological information of human bodies can be obtained. Because of its user-friendly and cost- effective solution for continuous monitoring, vital signs of patients, especially those who suffer from diseases such as Alzheimers, Parkinsons, cardiovascular diseases (CVDs) can be monitored. WBANs are also deployed in elderly persons for monitoring their daily activities. The various implanted and worn-on sensors are attached in- body or on-body respectively. The monitored parameters by the nodes are aggregated, and are sent to a remotely placed medical server for post data analysis [1]. The architecture of such a low-power network is showin in Fig. 1. Interference is a characteristic phenomenon observed in wireless networks when cuncurrent transmissions from radio devices occur over the shared medium. There are two typical cases of interference that may occur: (1) Cuncurrent transmis- sions from the nodes of two different collocated networks, for example, superimpose the transmitted signals of two different nodes of two different WBANs, as shown in Fig. 2, and (2) Cuncurrent transmissions from the nodes of the same network, for example, superimpose the transmitted signals of two different nodes of the same WBAN. The second case of interference is easily handled by employing Time Division Multiple Access (TDMA) based schedules within the WBAN. It is markedly challenging to handle the first case of inter- ference because WBANs use the 2.4 GHZ licence-free band (eg., ISM) for their operation. Several other wireless devices based on Wi-Fi, Bluetooth, and other Body Area Networks (BANs) share the same frequency band, thereby causing huge interference possibilities. The effect of this interference is very serious for patients equipped with BANs, because the devices monitor their critical conditions involving instruments for measuring ECG, EEG, and EMG. The seriousness is such that the misinterpretation of signals due to interference can led to the death of patient [2]. This motivated us to investigate the problem of interference in the presence of multiple WBANs. Let us consider an example of two aged persons carrying BANs, with the devices measuring their critical physiological parameters. Let us consider that they are living in the same house or an old-age home and are talking to each other for long duration of time while sitting together. In this case, both BANs send false information to the medical server. The situation becomes even worse if the BANs carry life saving actuators such as glucose actuators, which pump the correct dose to the diabetics if the glucose level goes beyond or below the normal. In this paper, we specifically explore the problem of network interference between WBANs with human-sensor interface. This happens when two or more BANs come in the proximity of one another and stay for longer time. Among different types of interference such as co-channel interference, and adjacent channel interference, the network interference is predominant [3]. In [4], the interfering signals from various links of the WSN are scheduled at different times. The typical hardware solution is to use dual radios, one for IEEE 802.15.4, and the other for IEEE 802.11, which are used to mitigate interference [5]. The MIMO technology has been proven useful in mitigating interference in cellular networks [6]. The constraint of low power consumption makes it inefficient to adapt power control 978-1-4673-4369-5/12/$31.00 c 2012 IEEE
  • 2. strategy, which is used in cellular networks [7]. In our previous paper [8], we proposed a solution where two or more BANs cooperate between themselves and agree to a common schedule, rather than send data independently. If they agree to a common schedule, there might be a case that devices attached to a BAN wait for relatively longer time than those that have large traffic or they are in large numbers attached to other BANs. In this case, the schedules interleave among themselves so that the average latency per node is minimized. This approach has only overhead that the messages are exchanged between the coordinators to create a common schedule. Due to interference/collision, the nodes attempt to retransmit the loss packet, and for which a node can consume extra amount of energy. In addition to, the propagation of wireless signals in body area communications experiences fading due to diffraction, reflection, energy absorption, and shadowing by body and clothes [9]. Therefore, overall, we need a solution that should be a light weight in terms of resource utilization. Mainly two classes of MAC protocols are considered for such medical applications of sensor networks. They are TDMA-based and contention-based. In a WBAN, it has been observed that slot-based MAC protocols are suitable for improved operation and performance, since such protocols require no additional overhead and data load is uniform across the nodes. In the literature, most of implementations of WBAN use the IEEE 802.15.4 or its variant for low power consumption [10] [11] [12]. It considers a star topology and each sensor node sends traffic to a coordinator(controller) in their own slot time. The coordinator of WBAN has to schedule the transmission of its physiological sensors. The sensors buffer their generated traffic until they get the time slot they have been assigned to transmit to the coordinator. Fig. 1: Architecture The rest of the paper is organized as follows. Section II discuses the proposed interference framework for the WBANs. In Section III, we discuss the interference aware channel switching algorithm for WBANs. In Section IV, we present the simulation results, and we conclude the paper in Section V. II. PROPOSED FRAMEWORK FOR INTERFERENCE As shown in Fig. 3, the proposed interference framework consists of a set of network nodes, device state models, and the interfaces interconnecting them. State models represent different states of a node at different time. These states include Transmit (Tx), Receive (Rx), and Idle. The other components such as propagation model and propagation delay represent the amount of power loss due to the environment obstacles and the amount of delay caused for the tranmission over the wireless medium. The interactions between an WbanInterferenceHelper and WbanPhyStateHelper are: (1) WbanInterferenceHelper model records the duration of a node it receives, and (2) Wban- PhyStateHelper notifies when a node transmit/Receive/Idle. Fig. 2: Interference between two WBANs Let us suppose multiple WBANs come in the proximity of one another. This leads to more than one patient carrying WBANs coming in the proximity of one another. In such a scenario, required number of channels for WBANs may not be sufficient, and, therefore, this could lead to the interference between them. III. INTERACS: THE INTERFERENCE-AWARE CHANNEL SWITCHING ALGORITHM Interference occurs due to external nodes concurrently trans- mitting within the transmission range of a sender, while its data transmission is underway. Eventually this degrades the Signal- to-Interference Ratio (SIR) of the sender [13]. We assume that the coordinators are not constrained in the context of resources as compared to their physiological sensor nodes. Therefore, the coordinator node periodically monitors the level of SIR and when it finds the SIR of the device below a threshold value,
  • 3. Fig. 3: Framework for Interference it switches to a different channel. The selection of channel by the coordinator is based on the level of SIR. The value of SIR is divided into three different categories such as LOW, MODERATE, and HIGH. If the SIR value at the coordinator is LOW, MODERATE, and HIGH, it switches to next 2- hop channel, next 3-hop channel, and next 4-hop channel respectively. The proposed algorithm is presented below. Algorithm: InterACS 1: Inputs: An array of WBANs and their SIRs, SIR thresholds(δT ) 2: Output: Switch to a different channel; otherwise, no switch 3: Procedure: 4: done ← false 5: Each WBAN Coordinator measures its SIR 6: if (SIR < δT ) then 7: while (not done) do 8: Wait for random time 9: Broadcast the channel information 10: Wt ← WaitforAcknowledgement 11: if (Wt > Tt(Time out)) then 12: Repeat the loop three times 13: else 14: done ← true 15: end if 16: end while 17: else 18: No Switch Fig. 4: Average data rate versus Interference count with four WBANs 19: end if 20: if (done) then 21: if (SIR is High) then 22: Switch to next 2-hop channel 23: else 24: if (SIR is Moderate) then 25: Switch to next 3-hop channel 26: else 27: if (SIR is Low) then 28: Switch to next 4-hop channel 29: end if 30: end if 31: end if 32: end if 33: IV. PERFORMANCE EVALUATION In this Section, we report the results of simulation exper- iments conducted using NS-3 [14] to investigate the perfor- mance of the proposed scheme for mitigating network inter- ference arising due to the co-existence of different WBANs. A. Simulation Settings We considered a simulation area of 50 m × 50 m. We use the Random-Waypoint mobility model to move the WBANs within the above mentioned area. The propagation time used is the speed of light multiplied by the distance between the nodes, and therefore, it is (3.3 × d) nano-seconds, where ‘d’ is distance between the coordinator and the nodes, and d ≤ 10 (in meters). We executed the simulations for 100 seconds with
  • 4. Fig. 5: Average data rate versus Interference count for Uni- form, where W1=4, W2=6, W3=8, and W4=10. W1 to W4 present the number of WBANs different set of parameters such as the number of WBANs and data rate. B. Performance metrics We used the following two perfomance metrics to evaluate the performance of the proposed solution. • Average data rate : It is average data rate with which the sensor nodes transmit data packets through their physical interface. • Interference count : It is defined as the total number of times interference occur at a particular coordinator of a WBAN. C. Results and Disscusion In our simulation experiments, the random network topol- ogy of WBANs was generated by the position allocator tool of the NS-3 simulator. It was observed that an increase in the average data rate of WBANs results in an increase of the interference count. This is shown in the plot in Fig. 4. Our pro- posed algorithm (InterACS) was compared with a uniformly channel switching approach (Uniform) where the channels are selected randomly. Another observation is that when we vary the number of WBANs with respect to the average data rate and observe the improvement in reduction of the interference count, therefore, our proposed algorithm shows better perfor- mance when the number of WBANs increases. In other words, we can say that when the number of WBANs increase, the available number of channels required also increase. Similarly, the average data rate versus interference count by varying the WBANs using Uniform has been shown in Fig. 5. The average Fig. 6: Average data rate versus Interference count for Inter- ACS, where W1=4, W2=6, W3=8, and W4=10. W1 to W4 represent the number of WBANs data rate versus interference count while varying the WBANs using InterACS has been shown in Fig. 6. V. CONCLUSIONS AND FUTURE WORK In this work, we investigated the effect of network inter- ference between multiple WBANs with their human-sensor interface and then proposed a scheme for avoiding interference caused from other collocated WBANs. We observed that the proposed scheme reduces its total interference count when different human body with carrying WBAN come in the proximity of one another. In the future, we would like to investigate the interference effects in scenarios where the density of WBANs is more. In such a scenario, we would like to investigate that how well our proposed algorithm will perform. ACKNOWLEDGEMENT This work was supported by a grant from the council of scientific and Industrial Research (CSIR), India (Grant Ref. No. 22/477/09-EMR-II). REFERENCES [1] B. Latre, B. Braem, I. Moerman, C. Blondia, and P. Demeester, “A survey on wireless body area networks,” Wireless Networks, vol. 17, no. 1, pp. 1–18, 2011. [2] E. Stuart, M. Moh, and T. Moh, “Privacy and security in biomedical applications of wireless sensor networks,” in Proceedings of the First International Symposium on Applied Sciences on Biomedical and Com- munication Technologies (ISABEL’08). IEEE, 2008, pp. 1–5. [3] L. Hanlen, D. Miniutti, D. Smith, D. Rodda, and B. Gilbert, “Co-channel interference in body area networks with indoor measurements at 2.4 ghz: Distance-to-interferer is a poor estimate of received interference power,” International Journal of Wireless Information Networks, vol. 17, no. 3, pp. 113–125, 2010.
  • 5. [4] R. Madan, S. Cui, S. Lall, and A. Goldsmith, “Cross-layer design for lifetime maximization in interference-limited wireless sensor networks,” IEEE Transactions on Wireless Communications, vol. 5, no. 11, pp. 3142–3152, 2006. [5] Y. Jeong, J. Kim, and S. Han, “Interference mitigation in wireless sensor networks using dual heterogeneous radios,” Wireless Networks, vol. 17, no. 7, pp. 1699–1713, 2011. [6] H. Zhang and H. Dai, “Cochannel interference mitigation and coop- erative processing in downlink multicell multiuser MIMO networks,” EURASIP Journal on Wireless Communications and Networking, vol. 2004, no. 2, pp. 222–235, 2004. [7] X. Wang and L. Cai, “Interference analysis of co-existing wireless body area networks,” in Global Telecommunications Conference (GLOBE- COM 2011), 2011 IEEE, December 2011, pp. 1–5. [8] J. Mahapatro, S. Misra, M. Mahadevappa, and N. Islam, “Interference mitigation between wban equipped patients,” in Proceedings of the 9th International Confererence on Wireless and Optical Communications Networks (WOCN 2012), Indore, INDIA, September 2012. [9] K. Takizawa, T. Aoyagi, J. Takada, N. Katayama, K. Yekeh, Y. Takehiko, and K. Kohno, “Channel models for wireless body area networks,” in 30th Annual International IEEE EMBS Conference, August 2008, pp. 1549 –1552. [10] N. Timmons and W. Scanlon, “Analysis of the performance of IEEE 802.15.4 for medical sensor body area networking,” in Proceedings of the First Annual IEEE Communications Society Conference on Sensor and Ad Hoc Communications and Networks (IEEE SECON 2004), October 2004, pp. 16–24. [11] H. Li and J. Tan, “Heartbeat-driven medium-access control for body sensor networks,” IEEE Transactions on Information Technology in Biomedicine, vol. 14, no. 1, pp. 44–51, January 2010. [12] A. Milenkovic, C. Otto, and E. Jovanov, “Wireless sensor networks for personal health monitoring: Issues and an implementation,” Computer Communications, vol. 29, no. 13–14, pp. 2521–2533, August 2006. [13] S. Gobriel, R. Melhem, and D. Mosse, “A unified interference/collision analysis for power-aware adhoc networks,” in IEEE INFOCOM, 2004. [14] “NS-3 network simulator,” http://www.nsnam.org/, 2012, [Online; ac- cessed 11-June-2012].