SlideShare a Scribd company logo
IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 08, 2014 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 348
Modified LAEEBA Routing In WBAN
Sheth Mahammed Ovesh I1
Assoc. Prof. Ajay Kumar Sharma2
1
Associate Professor
1,2
Department of Computer Science & Engineering
1,2
Geetanjali Institute of Technical Studies, Udaipur
Abstract— This paper modifies the LAEEBA protocol to
enhance the performance of the protocol. Eight sensor
nodes are deployed on a human body; having equal power
and computation capabilities. Sink node is placed at waist.
Different nodes are used to measure various activities like
Glucose level etc. In the LAEEBA protocol all the nodes are
active at every time, but the total usage period of few nodes
is very less depending upon the disease covered. This leads
to the wastage of the energy. This work uses the Sleep state
to save the energy. The sink node will remain active all the
times and the other node are in the sleep state. The node
which gets selected for the transmission will change its state
to the active state; other nodes will remain in the sleep state.
The simulation results show that the proposed technique is
better than the existing technique. The comparison is done
by using the PDR, E2E Delay and throughput. The delay
gets decreased and the throughput gets increased. The PDR
in the proposed algorithm is greater than the existing
algorithm so the proposed algorithm is better than the
existing algorithm.
Keywords: WBAN, LAEEBA, PDR
I. INTRODUCTION
A WBAN consists of several sensors and possibly actuators
equipped with a radio interface. Each WBAN has a sink or
personal server such as a PDA, that receives all information
from the sensors and provides an interface towards other
networks or medical staff. Connecting health monitoring
sensors wirelessly improves comfort for patients but induces
a number of technical challenges like coping with mobility
and the need for increased reliability. The main use of
sensor networks can be found in the area of wearable health
monitoring. Carefully placing sensors on the human body
and wirelessly connecting them to monitor physiological
parameters like heartbeat, body temperature, motion et
cetera is a promising evolution This system can reduce the
enormous costs of patients in hospitals as monitoring can
occur real-time, over a longer period and at home.
An important requirement in WBANs is the energy
efficiency of the system. The sensors placed on the body
only have limited battery capacity or can scavenge only a
limited amount of energy from their environment.
Consequently, in order to increase the lifetime of the
network, energy efficient measures needs to be taken. From
that point of view, several researchers are developing low
power sensors and radios. Another possibility is the design
of optimized network protocols to lower the energy
consumption while satisfying the other requirements [1].
II. WBAN ARCHITECHTURE
Figure 1 shows secure 3-level WBAN architecture for
medical and non-medical applications. Level 1 contains in-
body and on-body BAN Nodes (BNs) such as
Electrocardiogram (ECG) – used to monitor electrical
activity of heart, Oxygen saturation sensor (SpO2) –used
to measure the level of oxygen, and Electromyography
(EMG) – used to monitor muscle activity [2].
Level 2 contains a BAN Network Coordinator
(BNC) that gathers patient’s vital information from the
BNs and communicates with the base-station. Level 3
contains a number of remote base-stations that keep
patient’s medical/non-medical records and provides
relevant (diagnostic) recommendations. The traffic is
categorized into on demand, emergency, and normal
traffic. On-demand traffic is initiated by the BNC to
acquire certain information. Emergency traffic is initiated
by the BNs when they exceed a predefined threshold.
Normal traffic is the data traffic in a normal condition with
no time critical and on-demand events.
Fig. 1: Secure 3-level WBAN architecture for medical and
non-medical applications
The normal data is collected and processed by the
BNC. The BNC contains a wakeup circuit, a main radio,
and a security circuit, all of them connected to a data
interface. The wakeup circuit is used to accommodate on-
demand and emergency traffic. The security circuit is used
to prevent malicious interaction with a WBAN.
III. LOW DUTY CYCLE MAC PROTOCOL
Low Duty Cycle MAC protocol for WBANs is designed in
[5]. This protocol consist, analog to digital conversion is
performed by slave nodes while the other complex tasks
such as digital signal processing is carried out at MN. These
MNs are supposed to be less power than slave nodes.
Protocol introduces the concept of Guard Time (Tg) to avoid
overlapping between consecutive time slots. When T frames
a Network Control (NC) packet is used for general network
Modified LAEEBA Routing In WBAN
(IJSRD/Vol. 2/Issue 08/2014/079)
All rights reserved by www.ijsrd.com 349
information power saving is achieved by using effective
TDMA strategy.
This protocol is energy efficient because it sends
data in short bursts. Using TDMA strategy, this protocol
effectively overcomes the collision problem. This allows
monitoring patient's condition and can reduce the work load
on medical staff, while keeping minimum power usage.
TDMA strategy is used, and it is found that TDMA is more
suitable for static type of networks with a limited number of
sensors generating data at a fixed rate therefore, this
protocol may not respond well in a dynamic topology.
Duty cycle is one of the most widely used
techniques in MAC protocols. The Duty cycle MACs use
radio ON/OFF technique to reduce idle listening [6]. Duty
cycle MACs can be broadly classified into two major
categories:
 Fixed duty cycle MACs
 Adaptive duty cycle MACs
A fixed duty cycle MAC uses fixed length period.
Some of the earliest MAC protocols (e.g., S-MAC)are based
on the fixed duty cycle concept. The adaptive duty cycling
MACs such as T-MAC [7] and Wise MAC, the
sleep/wakeup time of sensor nodes is adaptively determined.
And they are more effective in saving power than the fixed
non-adaptive MAC protocols. The Duty cycle MACs can be
further classified as follows:
 Synchronous duty cycle MACs
 Asynchronous duty cycle MACs
Synchronous MACs need time synchronization
before data communication while asynchronous MACs such
as B-MAC, X-MAC are independent of such a requirement.
Though these protocols are effective, they have their own
disadvantages. It remains to be seen if they can satisfy the
application requirement of BAN.
The duty cycle-based MACs have to deal with
issues such as idle state power consumption, collision,
overhearing of packets that are not intended to it and packet
overheads. More effective way is to use an on-demand
mechanism employing the wakeup radio. The additional
ultra-low power receiver is attached to the sensor nodes that
can help save a significant amount of power by minimizing
the idle listen period for the main radio.
IV. LAEEBA ROUTING
The limited number of nodes in a WBAN environment gives
us an opportunity to relax constraints in routing protocols.
Considering these constrains in mind, existing have tried to
improve the network life-time of the network; energy of the
network as well as the path loss of the link being established
between the nodes. The path selection is done in such a way
that a path with minimum number of hops for data
transmission, direct communication for emergency data and
multi hop for normal data delivery. Thus, relay nodes can
easily forward the received data to sink due to higher energy
levels. Additionally, it analyzes their protocol for cross layer
application in terms of path loss and network life-time.
A. System Model
In existing model, sink is placed at center of the human
body. Since WBANs are heterogeneous networks, then
placement of nodes on human body is an issue. Eight sensor
nodes are deployed on a human body; having equal power
and computation capabilities. Sink node is placed at waist.
Node 1 is the sensor for detecting ECG while node 2 is the
sensor for detecting Glucose. These two nodes transmit data
directly to sink. Rests of the nodes are transmitting data to
the sink through other nodes acting as relay. Figure 2 below
shows the schematic diagram for existing protocol
Fig. 2: Schematic Diagram for LAEEBA Protocol
B. Initialization Phase
Three different types of tasks are performed in this phase;
first each node is informed with its neighbors, the location
of sink on the body is identified and all the possible routes
to sink are also evaluated. The sensors update their location
of neighbors and sink when each node broadcasts an
information packet containing its node ID, its own location
and its energy status.
C. Next-Hop Selection Phase
In this section, we present selection criteria for a node to
become parent node or forwarder. To balance energy
consumption among sensor nodes and to trim down energy
consumption of network, LAEEBA protocol elects new
forwarder in each round. The sink node knows the ID,
distance and residual energy status of all its constituent
nodes. It computes the cost function of all nodes and
transmits this value to all members. On its basis, each node
decides whether to become a forwarder node or not. If i is
number of nodes than cost function c(i) of i nodes is
computed as follows:
√
(4.1)
Where, in equation (4.1). d(i) is the distance
between the node i and sink, E(i) is the residual energy of
node i and is calculated by subtracting the current energy of
node from its initial energy. A node with minimum cost
function is preferred as a forwarder. All neighbor nodes then
stick to the forwarder node and transmit their data to it.
Forwarder node aggregates data and transfers to sink. This
node has maximum residual energy and minimum distance
to sink; therefore, it consumes minimum energy to forward
data to sink. Nodes like 1 and 2 for ECG and Glucose
monitoring communicate direct to sink and do not
participate in forwarding data.
Modified LAEEBA Routing In WBAN
(IJSRD/Vol. 2/Issue 08/2014/079)
All rights reserved by www.ijsrd.com 350
D. Routing Phase
Next-hop selection phase is followed by the routing phase.
In this phase, such routes are selected which are at fewer
hops to sink. As the nodes have information of all nodes and
sinks location, so selected routes are steady fast and
consume less energy. In critical scenarios, all processes are
lagged until critical data is successfully received by sink
node.
In case of emergency, all the implanted nodes on
the body can communicate directly with the base station. In
direct communication, delay is much lower as compared to
Multi-hop communication, because in Multi-hop
communication, each intermediate node receives, processes
and then sends data to next node. This causes delay and it is
considerably increased due to congestion and becomes
unacceptable in some critical scenarios. So, single-hop
communication is used to minimize this delay.
Energy consumed in single-hop communication is:
(4.2)
Where, In equation (4.2). Etx is the transmission
energy and can be computed as:
( ) (4.3)
Where, In equation (4.3). Eamp is the energy
needed for transmit amplifier up to a distance of d and
packet size b. The energy consumption due to multi-hop
communication is:
(4.4)
Where, In equation (4.4). Erx is the energy required
for reception, EDA is the energy consumption for data
aggregation and n is the number of hops. Also it is assumed
that Erx = Etx.
E. Path-loss Selection Phase
Human body is partially conductive by nature, and certain
substances having varying thickness, characteristics of
impedance and dielectric constants are embodied in it. High
losses may occur in response to the communication protocol
adopted for nodes, in subject to the operating frequency
band. Many standards are in use for communication in
WBASNs, at present like Bluetooth, Zig-Bee, MICS etc.
When devices communicate, losses between them cause
degradation in the performance of monitoring system.
Path loss includes all the consequences linked with
distance and interaction of the propagating wave with
physical objects in the environment between transmitter and
receiver. Hence, it is the reduction in power density of an
electromagnetic wave. In case of WBANs, path loss
depends on distance and frequency.
V. PROPOSED WORK
In the existing work all the nodes are active at every time,
but the total usage period of few nodes is very less
depending upon the disease covered. This leads to the
wastage of the energy. This energy consumption can be
reduced. The sensor node can be at sleep state or active
state. The sleep state energy consumption is very less as
compared to the active state. The sink node will remain
active all the times and the other node are in the sleep state.
The node which get selected for the transmission i.e. the
parent node and the forwarder node will change its state to
the active state , other nodes will remain in the sleep state.
This procedure can be explained by the following flow
diagram:
Fig. 3: proposed Flowchart
In the initialization phase, the sink node gets the
location and energy status of each node. The sink node
changes the state of all sensors to the sleep state. The next
hop selection phase selects the parent and the forwarder
node. The state change phase changes the phase of the
selected node to the active state. Then the routing and the
path loss phase occur similar to the existing work. This work
can be simulated using the NS2 explained in the next
chapter.
VI. IMPLEMENTATION
The paper implements the proposed protocol by using
NS2.35 which is installed over fedora 17. The simulation is
analyzed over different scenarios having different nodes.
The snapshot of the NAM file is shown below:
Fig. 4: NAM Shows The Position of nodes
Scenario
PDR
E2Edelay(ms)
Throughput
(kbps)
Initialization
Next Hop Selection Phase
Change State of nodes
Routing Phase
Path Loss Selection Phase
Modified LAEEBA Routing In WBAN
(IJSRD/Vol. 2/Issue 08/2014/079)
All rights reserved by www.ijsrd.com 351
LAEEBA
MLAEEBA
LAEEBA
MLAEEBA
LAEEBA
MLAEEBA
1 45.51 54.03 0.9942 0.992 19.07 21.22
2 45.61 55.97 0.9941 0.992 20.80 20.16
3 46.27 54.43 0.9941 0.992 10.61 20.45
4 46.66 58.10 0.9921 0.994 7.10 20.22
Table 1: Performance Parameter Between Laeeba And
Mlaeeba
Fig. 5: Comparison of PDR between LAEEBA and
MLAEEBA
Fig. 6: Comparison of E2E Delay between LAEEBA and
MLAEEBA
Fig. 7: Comparison of throughput between LAEEBA and
MLAEEBA
VII. CONCLUSION
The results show that the proposed technique is better than
the existing technique. The comparison is done by using the
PDR, E2E Delay and throughput. The delay gets decreased
and the throughput gets increased. The PDR in the proposed
algorithm is greater than the existing algorithm so the
proposed algorithm is better than the existing algorithm. In
future, this work can be extended in terms of security. This
work is not capable to handle the faulty node, this procedure
can be added to extended the work.
REFERENCES
[1] Latre, B., Braem, B., Moerman, I., Blondia, C.,
Reusens, E., Joseph, W., & Demeester, P. (2007,
August). A low-delay protocol for multihop wireless
body area networks. In Mobile and Ubiquitous
Systems: Networking & Services, 2007. MobiQuitous
2007. Fourth Annual International Conference on (pp.
1-8). IEEE.
[2] Saleem, S., Ullah, S., & Yoo, H. S. (2009). On the
Security Issues in Wireless Body Area Networks.
JDCTA, 3(3), 178-184..
[3] VishwaGoudar and MiodragPotkonjak, “Energy-
Efficient Sampling Schedules for Body Area
Networks”978-1-4577-1767-3/12/$26.00 ©2012
IEEE.
[4] IlkerDemirkol, CemErsoy, and FatihAlagöz, “MAC
Protocols for Wireless Sensor Networks: A
Survey”,IEEE Communications Magazine • April
2006.
[5] Marinkovic, S.J. and Popovici, E.M. and Spagnol, C.
and Faul, S. and Marnane, W.P., 2009. Energy-
efficient low duty cycle MAC protocol for wireless
body area networks: IEEE.
[6] Moshaddique Al Ameen, NiamatUllah, “A power
efficient MAC protocol for wireless bodyarea
networks”Al Ameen et al. EURASIP Journal on
Wireless Communications and Networking 2012,
2012:33.
[7] T van Dam, K Langendoen, An adaptive energy-
efficient MAC protocol for wireless sensor networks,
in Proceedings of the First ACM Conference on
Embedded Networked Sensor Systems, Los Angeles,
CA, USA, pp. 171–180 (November 2003).
0
20
40
60
80
1 2 3 4
PDR
Scenario
LAEEBA
MLAEEBA
0.99
0.991
0.992
0.993
0.994
0.995
1 2 3 4
E2EDelay
Scenario
LAEEBA
MLAEEBA
0
5
10
15
20
25
1 2 3 4
Throughput
Scenario
LAEEBA
MLAEEBA

More Related Content

What's hot

Wireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsWireless sensor network lifetime constraints
Wireless sensor network lifetime constraints
mmjalbiaty
 
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
IRJET Journal
 
A personalized Wireless Sensor Network Communication Model for computerizatio...
A personalized Wireless Sensor Network Communication Model for computerizatio...A personalized Wireless Sensor Network Communication Model for computerizatio...
A personalized Wireless Sensor Network Communication Model for computerizatio...
IOSR Journals
 
ENERGY AWARE INFORMATION DISSEMINATION STRATEGIES TO IMPROVE LIFETIME OF A WSN
ENERGY AWARE INFORMATION DISSEMINATION STRATEGIES TO IMPROVE LIFETIME OF A WSNENERGY AWARE INFORMATION DISSEMINATION STRATEGIES TO IMPROVE LIFETIME OF A WSN
ENERGY AWARE INFORMATION DISSEMINATION STRATEGIES TO IMPROVE LIFETIME OF A WSN
International Journal of Technical Research & Application
 
TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
 TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
ijujournal
 
A review of Hierarchical energy Protocols in Wireless Sensor Network
A review of Hierarchical energy Protocols in Wireless Sensor NetworkA review of Hierarchical energy Protocols in Wireless Sensor Network
A review of Hierarchical energy Protocols in Wireless Sensor Network
iosrjce
 
De3211001104
De3211001104De3211001104
De3211001104IJMER
 
Gm3411871190
Gm3411871190Gm3411871190
Gm3411871190
IJERA Editor
 
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET Journal
 
Energy efficient platform designed for sdma applications in mobile wireless ...
Energy efficient platform designed for sdma applications in mobile  wireless ...Energy efficient platform designed for sdma applications in mobile  wireless ...
Energy efficient platform designed for sdma applications in mobile wireless ...
marwaeng
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
DeepaDasarathan
 
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
ijircee
 
wsn
wsnwsn
Energy efficient mac protocols for wireless sensor network
Energy efficient mac protocols for wireless sensor networkEnergy efficient mac protocols for wireless sensor network
Energy efficient mac protocols for wireless sensor network
ijcsa
 
Low power MAC for wireless sensor network
Low power MAC for wireless sensor networkLow power MAC for wireless sensor network
Low power MAC for wireless sensor network
Attia Chaudhry
 
E044033136
E044033136E044033136
E044033136
IJERA Editor
 

What's hot (19)

Wireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsWireless sensor network lifetime constraints
Wireless sensor network lifetime constraints
 
Vijeta 12118
Vijeta 12118Vijeta 12118
Vijeta 12118
 
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
 
A personalized Wireless Sensor Network Communication Model for computerizatio...
A personalized Wireless Sensor Network Communication Model for computerizatio...A personalized Wireless Sensor Network Communication Model for computerizatio...
A personalized Wireless Sensor Network Communication Model for computerizatio...
 
ENERGY AWARE INFORMATION DISSEMINATION STRATEGIES TO IMPROVE LIFETIME OF A WSN
ENERGY AWARE INFORMATION DISSEMINATION STRATEGIES TO IMPROVE LIFETIME OF A WSNENERGY AWARE INFORMATION DISSEMINATION STRATEGIES TO IMPROVE LIFETIME OF A WSN
ENERGY AWARE INFORMATION DISSEMINATION STRATEGIES TO IMPROVE LIFETIME OF A WSN
 
TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
 TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
TIME SYNCHRONIZATION IN WIRELESS SENSOR NETWORKS: A SURVEY
 
A review of Hierarchical energy Protocols in Wireless Sensor Network
A review of Hierarchical energy Protocols in Wireless Sensor NetworkA review of Hierarchical energy Protocols in Wireless Sensor Network
A review of Hierarchical energy Protocols in Wireless Sensor Network
 
De3211001104
De3211001104De3211001104
De3211001104
 
Gm3411871190
Gm3411871190Gm3411871190
Gm3411871190
 
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
 
Energy efficient platform designed for sdma applications in mobile wireless ...
Energy efficient platform designed for sdma applications in mobile  wireless ...Energy efficient platform designed for sdma applications in mobile  wireless ...
Energy efficient platform designed for sdma applications in mobile wireless ...
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
 
9345.pdf
9345.pdf9345.pdf
9345.pdf
 
file4.pdf
file4.pdffile4.pdf
file4.pdf
 
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
 
wsn
wsnwsn
wsn
 
Energy efficient mac protocols for wireless sensor network
Energy efficient mac protocols for wireless sensor networkEnergy efficient mac protocols for wireless sensor network
Energy efficient mac protocols for wireless sensor network
 
Low power MAC for wireless sensor network
Low power MAC for wireless sensor networkLow power MAC for wireless sensor network
Low power MAC for wireless sensor network
 
E044033136
E044033136E044033136
E044033136
 

Viewers also liked

An Energy Aware QOS Routing Protocol
An Energy Aware QOS Routing ProtocolAn Energy Aware QOS Routing Protocol
An Energy Aware QOS Routing Protocoljaimin_m_raval
 
Data centric multiobjective qo s-aware routing protocol (dm-qos) for body are...
Data centric multiobjective qo s-aware routing protocol (dm-qos) for body are...Data centric multiobjective qo s-aware routing protocol (dm-qos) for body are...
Data centric multiobjective qo s-aware routing protocol (dm-qos) for body are...
Iffat Anjum
 
A New Energy-Efficient Routing Protocol for Wireless Body Area Sensor Networks
A New Energy-Efficient Routing Protocol for Wireless Body Area Sensor NetworksA New Energy-Efficient Routing Protocol for Wireless Body Area Sensor Networks
A New Energy-Efficient Routing Protocol for Wireless Body Area Sensor Networks
Leila_maleke
 
Wireless Body Area Networks
Wireless Body Area Networks Wireless Body Area Networks
Wireless Body Area Networks
Musfiqur Rahman
 
Wireless body area network
Wireless body area networkWireless body area network
Wireless body area network
Pratik Gondaliya
 
wireless body area networks(WBAN)
wireless body area networks(WBAN)wireless body area networks(WBAN)
wireless body area networks(WBAN)
kramsheeda
 

Viewers also liked (6)

An Energy Aware QOS Routing Protocol
An Energy Aware QOS Routing ProtocolAn Energy Aware QOS Routing Protocol
An Energy Aware QOS Routing Protocol
 
Data centric multiobjective qo s-aware routing protocol (dm-qos) for body are...
Data centric multiobjective qo s-aware routing protocol (dm-qos) for body are...Data centric multiobjective qo s-aware routing protocol (dm-qos) for body are...
Data centric multiobjective qo s-aware routing protocol (dm-qos) for body are...
 
A New Energy-Efficient Routing Protocol for Wireless Body Area Sensor Networks
A New Energy-Efficient Routing Protocol for Wireless Body Area Sensor NetworksA New Energy-Efficient Routing Protocol for Wireless Body Area Sensor Networks
A New Energy-Efficient Routing Protocol for Wireless Body Area Sensor Networks
 
Wireless Body Area Networks
Wireless Body Area Networks Wireless Body Area Networks
Wireless Body Area Networks
 
Wireless body area network
Wireless body area networkWireless body area network
Wireless body area network
 
wireless body area networks(WBAN)
wireless body area networks(WBAN)wireless body area networks(WBAN)
wireless body area networks(WBAN)
 

Similar to Modified LAEEBA Routing in WBAN

1 ijcse-01179-6
1 ijcse-01179-61 ijcse-01179-6
1 ijcse-01179-6
Shivlal Mewada
 
G017164448
G017164448G017164448
G017164448
IOSR Journals
 
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum Techniques
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum TechniquesWireless Sensor Grids Energy Efficiency Enrichment Using Quorum Techniques
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum Techniques
IOSR Journals
 
Energy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor NetworksEnergy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor NetworksIOSR Journals
 
Energy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor NetworksEnergy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor NetworksIOSR Journals
 
Energy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor NetworksEnergy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor NetworksIOSR Journals
 
Energy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor NetworksEnergy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor Networks
IOSR Journals
 
G017344246
G017344246G017344246
G017344246
IOSR Journals
 
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
ijwmn
 
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
ijwmn
 
B05630814
B05630814B05630814
B05630814
IOSR-JEN
 
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
ijsrd.com
 
Energy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A ReviewEnergy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A Review
IOSR Journals
 
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
IOSR Journals
 
Ijetr021229
Ijetr021229Ijetr021229
Ijetr021229
ER Publication.org
 
2 ijcse-01208
2 ijcse-012082 ijcse-01208
2 ijcse-01208
Shivlal Mewada
 
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor NetworkIRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
IRJET Journal
 
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
IJEEE
 

Similar to Modified LAEEBA Routing in WBAN (20)

1 ijcse-01179-6
1 ijcse-01179-61 ijcse-01179-6
1 ijcse-01179-6
 
G017164448
G017164448G017164448
G017164448
 
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum Techniques
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum TechniquesWireless Sensor Grids Energy Efficiency Enrichment Using Quorum Techniques
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum Techniques
 
Energy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor NetworksEnergy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor Networks
 
Energy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor NetworksEnergy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor Networks
 
Energy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor NetworksEnergy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor Networks
 
Energy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor NetworksEnergy Efficient E-BMA Protocol for Wireless Sensor Networks
Energy Efficient E-BMA Protocol for Wireless Sensor Networks
 
K016136062
K016136062K016136062
K016136062
 
G017344246
G017344246G017344246
G017344246
 
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
 
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
 
B05630814
B05630814B05630814
B05630814
 
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
 
Energy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A ReviewEnergy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A Review
 
Routing Protocol
Routing ProtocolRouting Protocol
Routing Protocol
 
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
 
Ijetr021229
Ijetr021229Ijetr021229
Ijetr021229
 
2 ijcse-01208
2 ijcse-012082 ijcse-01208
2 ijcse-01208
 
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor NetworkIRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
 
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
ijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
ijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
ijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
ijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
ijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
ijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
ijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
ijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
ijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
ijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
ijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
ijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
ijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 

Recently uploaded (20)

Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 

Modified LAEEBA Routing in WBAN

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 08, 2014 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 348 Modified LAEEBA Routing In WBAN Sheth Mahammed Ovesh I1 Assoc. Prof. Ajay Kumar Sharma2 1 Associate Professor 1,2 Department of Computer Science & Engineering 1,2 Geetanjali Institute of Technical Studies, Udaipur Abstract— This paper modifies the LAEEBA protocol to enhance the performance of the protocol. Eight sensor nodes are deployed on a human body; having equal power and computation capabilities. Sink node is placed at waist. Different nodes are used to measure various activities like Glucose level etc. In the LAEEBA protocol all the nodes are active at every time, but the total usage period of few nodes is very less depending upon the disease covered. This leads to the wastage of the energy. This work uses the Sleep state to save the energy. The sink node will remain active all the times and the other node are in the sleep state. The node which gets selected for the transmission will change its state to the active state; other nodes will remain in the sleep state. The simulation results show that the proposed technique is better than the existing technique. The comparison is done by using the PDR, E2E Delay and throughput. The delay gets decreased and the throughput gets increased. The PDR in the proposed algorithm is greater than the existing algorithm so the proposed algorithm is better than the existing algorithm. Keywords: WBAN, LAEEBA, PDR I. INTRODUCTION A WBAN consists of several sensors and possibly actuators equipped with a radio interface. Each WBAN has a sink or personal server such as a PDA, that receives all information from the sensors and provides an interface towards other networks or medical staff. Connecting health monitoring sensors wirelessly improves comfort for patients but induces a number of technical challenges like coping with mobility and the need for increased reliability. The main use of sensor networks can be found in the area of wearable health monitoring. Carefully placing sensors on the human body and wirelessly connecting them to monitor physiological parameters like heartbeat, body temperature, motion et cetera is a promising evolution This system can reduce the enormous costs of patients in hospitals as monitoring can occur real-time, over a longer period and at home. An important requirement in WBANs is the energy efficiency of the system. The sensors placed on the body only have limited battery capacity or can scavenge only a limited amount of energy from their environment. Consequently, in order to increase the lifetime of the network, energy efficient measures needs to be taken. From that point of view, several researchers are developing low power sensors and radios. Another possibility is the design of optimized network protocols to lower the energy consumption while satisfying the other requirements [1]. II. WBAN ARCHITECHTURE Figure 1 shows secure 3-level WBAN architecture for medical and non-medical applications. Level 1 contains in- body and on-body BAN Nodes (BNs) such as Electrocardiogram (ECG) – used to monitor electrical activity of heart, Oxygen saturation sensor (SpO2) –used to measure the level of oxygen, and Electromyography (EMG) – used to monitor muscle activity [2]. Level 2 contains a BAN Network Coordinator (BNC) that gathers patient’s vital information from the BNs and communicates with the base-station. Level 3 contains a number of remote base-stations that keep patient’s medical/non-medical records and provides relevant (diagnostic) recommendations. The traffic is categorized into on demand, emergency, and normal traffic. On-demand traffic is initiated by the BNC to acquire certain information. Emergency traffic is initiated by the BNs when they exceed a predefined threshold. Normal traffic is the data traffic in a normal condition with no time critical and on-demand events. Fig. 1: Secure 3-level WBAN architecture for medical and non-medical applications The normal data is collected and processed by the BNC. The BNC contains a wakeup circuit, a main radio, and a security circuit, all of them connected to a data interface. The wakeup circuit is used to accommodate on- demand and emergency traffic. The security circuit is used to prevent malicious interaction with a WBAN. III. LOW DUTY CYCLE MAC PROTOCOL Low Duty Cycle MAC protocol for WBANs is designed in [5]. This protocol consist, analog to digital conversion is performed by slave nodes while the other complex tasks such as digital signal processing is carried out at MN. These MNs are supposed to be less power than slave nodes. Protocol introduces the concept of Guard Time (Tg) to avoid overlapping between consecutive time slots. When T frames a Network Control (NC) packet is used for general network
  • 2. Modified LAEEBA Routing In WBAN (IJSRD/Vol. 2/Issue 08/2014/079) All rights reserved by www.ijsrd.com 349 information power saving is achieved by using effective TDMA strategy. This protocol is energy efficient because it sends data in short bursts. Using TDMA strategy, this protocol effectively overcomes the collision problem. This allows monitoring patient's condition and can reduce the work load on medical staff, while keeping minimum power usage. TDMA strategy is used, and it is found that TDMA is more suitable for static type of networks with a limited number of sensors generating data at a fixed rate therefore, this protocol may not respond well in a dynamic topology. Duty cycle is one of the most widely used techniques in MAC protocols. The Duty cycle MACs use radio ON/OFF technique to reduce idle listening [6]. Duty cycle MACs can be broadly classified into two major categories:  Fixed duty cycle MACs  Adaptive duty cycle MACs A fixed duty cycle MAC uses fixed length period. Some of the earliest MAC protocols (e.g., S-MAC)are based on the fixed duty cycle concept. The adaptive duty cycling MACs such as T-MAC [7] and Wise MAC, the sleep/wakeup time of sensor nodes is adaptively determined. And they are more effective in saving power than the fixed non-adaptive MAC protocols. The Duty cycle MACs can be further classified as follows:  Synchronous duty cycle MACs  Asynchronous duty cycle MACs Synchronous MACs need time synchronization before data communication while asynchronous MACs such as B-MAC, X-MAC are independent of such a requirement. Though these protocols are effective, they have their own disadvantages. It remains to be seen if they can satisfy the application requirement of BAN. The duty cycle-based MACs have to deal with issues such as idle state power consumption, collision, overhearing of packets that are not intended to it and packet overheads. More effective way is to use an on-demand mechanism employing the wakeup radio. The additional ultra-low power receiver is attached to the sensor nodes that can help save a significant amount of power by minimizing the idle listen period for the main radio. IV. LAEEBA ROUTING The limited number of nodes in a WBAN environment gives us an opportunity to relax constraints in routing protocols. Considering these constrains in mind, existing have tried to improve the network life-time of the network; energy of the network as well as the path loss of the link being established between the nodes. The path selection is done in such a way that a path with minimum number of hops for data transmission, direct communication for emergency data and multi hop for normal data delivery. Thus, relay nodes can easily forward the received data to sink due to higher energy levels. Additionally, it analyzes their protocol for cross layer application in terms of path loss and network life-time. A. System Model In existing model, sink is placed at center of the human body. Since WBANs are heterogeneous networks, then placement of nodes on human body is an issue. Eight sensor nodes are deployed on a human body; having equal power and computation capabilities. Sink node is placed at waist. Node 1 is the sensor for detecting ECG while node 2 is the sensor for detecting Glucose. These two nodes transmit data directly to sink. Rests of the nodes are transmitting data to the sink through other nodes acting as relay. Figure 2 below shows the schematic diagram for existing protocol Fig. 2: Schematic Diagram for LAEEBA Protocol B. Initialization Phase Three different types of tasks are performed in this phase; first each node is informed with its neighbors, the location of sink on the body is identified and all the possible routes to sink are also evaluated. The sensors update their location of neighbors and sink when each node broadcasts an information packet containing its node ID, its own location and its energy status. C. Next-Hop Selection Phase In this section, we present selection criteria for a node to become parent node or forwarder. To balance energy consumption among sensor nodes and to trim down energy consumption of network, LAEEBA protocol elects new forwarder in each round. The sink node knows the ID, distance and residual energy status of all its constituent nodes. It computes the cost function of all nodes and transmits this value to all members. On its basis, each node decides whether to become a forwarder node or not. If i is number of nodes than cost function c(i) of i nodes is computed as follows: √ (4.1) Where, in equation (4.1). d(i) is the distance between the node i and sink, E(i) is the residual energy of node i and is calculated by subtracting the current energy of node from its initial energy. A node with minimum cost function is preferred as a forwarder. All neighbor nodes then stick to the forwarder node and transmit their data to it. Forwarder node aggregates data and transfers to sink. This node has maximum residual energy and minimum distance to sink; therefore, it consumes minimum energy to forward data to sink. Nodes like 1 and 2 for ECG and Glucose monitoring communicate direct to sink and do not participate in forwarding data.
  • 3. Modified LAEEBA Routing In WBAN (IJSRD/Vol. 2/Issue 08/2014/079) All rights reserved by www.ijsrd.com 350 D. Routing Phase Next-hop selection phase is followed by the routing phase. In this phase, such routes are selected which are at fewer hops to sink. As the nodes have information of all nodes and sinks location, so selected routes are steady fast and consume less energy. In critical scenarios, all processes are lagged until critical data is successfully received by sink node. In case of emergency, all the implanted nodes on the body can communicate directly with the base station. In direct communication, delay is much lower as compared to Multi-hop communication, because in Multi-hop communication, each intermediate node receives, processes and then sends data to next node. This causes delay and it is considerably increased due to congestion and becomes unacceptable in some critical scenarios. So, single-hop communication is used to minimize this delay. Energy consumed in single-hop communication is: (4.2) Where, In equation (4.2). Etx is the transmission energy and can be computed as: ( ) (4.3) Where, In equation (4.3). Eamp is the energy needed for transmit amplifier up to a distance of d and packet size b. The energy consumption due to multi-hop communication is: (4.4) Where, In equation (4.4). Erx is the energy required for reception, EDA is the energy consumption for data aggregation and n is the number of hops. Also it is assumed that Erx = Etx. E. Path-loss Selection Phase Human body is partially conductive by nature, and certain substances having varying thickness, characteristics of impedance and dielectric constants are embodied in it. High losses may occur in response to the communication protocol adopted for nodes, in subject to the operating frequency band. Many standards are in use for communication in WBASNs, at present like Bluetooth, Zig-Bee, MICS etc. When devices communicate, losses between them cause degradation in the performance of monitoring system. Path loss includes all the consequences linked with distance and interaction of the propagating wave with physical objects in the environment between transmitter and receiver. Hence, it is the reduction in power density of an electromagnetic wave. In case of WBANs, path loss depends on distance and frequency. V. PROPOSED WORK In the existing work all the nodes are active at every time, but the total usage period of few nodes is very less depending upon the disease covered. This leads to the wastage of the energy. This energy consumption can be reduced. The sensor node can be at sleep state or active state. The sleep state energy consumption is very less as compared to the active state. The sink node will remain active all the times and the other node are in the sleep state. The node which get selected for the transmission i.e. the parent node and the forwarder node will change its state to the active state , other nodes will remain in the sleep state. This procedure can be explained by the following flow diagram: Fig. 3: proposed Flowchart In the initialization phase, the sink node gets the location and energy status of each node. The sink node changes the state of all sensors to the sleep state. The next hop selection phase selects the parent and the forwarder node. The state change phase changes the phase of the selected node to the active state. Then the routing and the path loss phase occur similar to the existing work. This work can be simulated using the NS2 explained in the next chapter. VI. IMPLEMENTATION The paper implements the proposed protocol by using NS2.35 which is installed over fedora 17. The simulation is analyzed over different scenarios having different nodes. The snapshot of the NAM file is shown below: Fig. 4: NAM Shows The Position of nodes Scenario PDR E2Edelay(ms) Throughput (kbps) Initialization Next Hop Selection Phase Change State of nodes Routing Phase Path Loss Selection Phase
  • 4. Modified LAEEBA Routing In WBAN (IJSRD/Vol. 2/Issue 08/2014/079) All rights reserved by www.ijsrd.com 351 LAEEBA MLAEEBA LAEEBA MLAEEBA LAEEBA MLAEEBA 1 45.51 54.03 0.9942 0.992 19.07 21.22 2 45.61 55.97 0.9941 0.992 20.80 20.16 3 46.27 54.43 0.9941 0.992 10.61 20.45 4 46.66 58.10 0.9921 0.994 7.10 20.22 Table 1: Performance Parameter Between Laeeba And Mlaeeba Fig. 5: Comparison of PDR between LAEEBA and MLAEEBA Fig. 6: Comparison of E2E Delay between LAEEBA and MLAEEBA Fig. 7: Comparison of throughput between LAEEBA and MLAEEBA VII. CONCLUSION The results show that the proposed technique is better than the existing technique. The comparison is done by using the PDR, E2E Delay and throughput. The delay gets decreased and the throughput gets increased. The PDR in the proposed algorithm is greater than the existing algorithm so the proposed algorithm is better than the existing algorithm. In future, this work can be extended in terms of security. This work is not capable to handle the faulty node, this procedure can be added to extended the work. REFERENCES [1] Latre, B., Braem, B., Moerman, I., Blondia, C., Reusens, E., Joseph, W., & Demeester, P. (2007, August). A low-delay protocol for multihop wireless body area networks. In Mobile and Ubiquitous Systems: Networking & Services, 2007. MobiQuitous 2007. Fourth Annual International Conference on (pp. 1-8). IEEE. [2] Saleem, S., Ullah, S., & Yoo, H. S. (2009). On the Security Issues in Wireless Body Area Networks. JDCTA, 3(3), 178-184.. [3] VishwaGoudar and MiodragPotkonjak, “Energy- Efficient Sampling Schedules for Body Area Networks”978-1-4577-1767-3/12/$26.00 ©2012 IEEE. [4] IlkerDemirkol, CemErsoy, and FatihAlagöz, “MAC Protocols for Wireless Sensor Networks: A Survey”,IEEE Communications Magazine • April 2006. [5] Marinkovic, S.J. and Popovici, E.M. and Spagnol, C. and Faul, S. and Marnane, W.P., 2009. Energy- efficient low duty cycle MAC protocol for wireless body area networks: IEEE. [6] Moshaddique Al Ameen, NiamatUllah, “A power efficient MAC protocol for wireless bodyarea networks”Al Ameen et al. EURASIP Journal on Wireless Communications and Networking 2012, 2012:33. [7] T van Dam, K Langendoen, An adaptive energy- efficient MAC protocol for wireless sensor networks, in Proceedings of the First ACM Conference on Embedded Networked Sensor Systems, Los Angeles, CA, USA, pp. 171–180 (November 2003). 0 20 40 60 80 1 2 3 4 PDR Scenario LAEEBA MLAEEBA 0.99 0.991 0.992 0.993 0.994 0.995 1 2 3 4 E2EDelay Scenario LAEEBA MLAEEBA 0 5 10 15 20 25 1 2 3 4 Throughput Scenario LAEEBA MLAEEBA