SlideShare uma empresa Scribd logo
1 de 8
Baixar para ler offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. V (May – Jun. 2015), PP 87-94
www.iosrjournals.org
DOI: 10.9790/0661-17358794 www.iosrjournals.org 87 | Page
Enhancement of Routing Performance for Energy Efficiency and
Critical Event Monitoring in Wireless Sensor Network
Mr. Aniket D. Kharat1
, Dr. U. L. Bombale 2
1
M. Tech-II Electronics Technology, 2
Associate Professor/ET,
Department of Technology, Shivaji University, Kolhapur, India
Abstract: In Wireless Sensor Network, because of limitation on sensor node energy, the energy efficiency is a
major concern which should be deliberated while planning to design a protocol. To overcome this conflict, data
grouping and accumulation should be done in this issue to decrease consumption of sensor node energy and
cost of communication by aggregating data redundancy at intermediate sensor nodes to reduce number and size
of alarming messages in critical event monitoring. The network for design is Ad-Hoc network. In this paper we
proposed an improved algorithm Improved-Data Routing for In-Network Aggregation Data (I-DRINA) whose
results are compared with existing known protocols as Data Routing for In-Network Aggregation (DRINA) and
Low Energy Adaptive Clustering Hierarchy (LEACH). The proposed protocol has designed for improvement in
path routing in network and stables the energy consumption in the wireless network to prolong the existence of
network for monitoring of an event. The simulation of this project work has been done on NS2 platform for
WSNs. The simulation results of proposed I-DRINA algorithm gives better improvement in results than the
results of existing DRINA and LEACH algorithms for various performance parameters and different nodal
scenarios in WSN.
Keywords: Broadcasting delay, Critical event monitoring, Energy efficiency, Wireless sensor network.
I. INTRODUCTION
Wireless Sensor Network (WSN) consisting of the spatially distribution of independent sensor nodes
that co-operatively senses the physical conditions such as temperature, pressure, sound, level etc. and sends the
effective data towards the distant site through the wireless network. The WSN consists of a large number of
sensor nodes which are mostly battery powered or solar powered. Hence saving of energy for these nodes is a
significant issue in WSN. As the sensor nodes in network must have to work for a long time without recharging
or changing the batteries [1][2]. Hence the improvement in energy efficient algorithm is very much required in
WSN.
Also in WSN, many times a small message packets are required to broadcast as they are only to inform
the remote server regarding the environmental situations. Such environmental situations called as the critical
events. Hence while handling the critical event situations, the end to end delay required to transmit the alarming
message is less enough in the WSN to wake-up network. As the broadcasting delay occurs due to sleep
scheduling because of the sensing or relay node have to wait till the receiver nodes are active and ready to receive
that message. Therefore broadcasting delay is also important parameter while designing the protocols for the
WSN. This overall information is routed in the network in multipath manner towards the sink node. Hence data
gathering at specific nodes also gives effective way to reduce broadcasting delay in the network [3][4].
To improve performance of network by considering the energy efficiency and broadcasting delay, it is
necessary to improve the routing algorithms in WSN which is a challenging task. The routing performance will
be enhanced with improvement in the AODV algorithm. Therefore in this project work, we have proposed the
innovative approach Improved-Data Routing In Network Aggregation (I-DRINA). In this algorithm,
improvement in routing algorithm to that of existing algorithm Data Routing In Network Aggregation (DRINA).
This paper gives the comparative study of simulation results of existing algorithms as Low Energy Adaptive
Clustering Hierarchy (LEACH), (DRINA) and proposed algorithm (I-DRINA) [1][2][8].
II. COMPARATIVE STUDY OF PROTOCOLS
In this section, we will see the overview of existing algorithms for clustering, scheduling and data
aggregation which aims for energy efficiency and least broadcasting delay:
2.1 Low Energy Adaptive Clustering Hierarchy (LEACH)
In WSNs, LEACH plays an important role to form clusters for given nodes in the network. LEACH is an
AdHoc based routing protocol. In this algorithm, the clusters are formed based on the percentage of cluster heads
in the given WSNs. The LEACH protocol is divided in to two phases such as Cluster Formation and Data
Routing [3].
Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in WSN
DOI: 10.9790/0661-17358794 www.iosrjournals.org 88 | Page
2.1.1 Cluster Formation
In this phase, the clusters are formed with following equation:
(1)
The cluster and cluster head is formed based on the rounds. In this one of node in the network is picks
up a random value between 0 to 1. This value is compared with the threshold value T(n) for equation (1). If the
randomly selected value is less than that of the threshold value T(n), then that node is selected as a cluster head
in the respective round.
For the equation (1), ‘n’ denotes the present node. ‘P’ denotes the required percentage of cluster head
in the network. ‘r’ denotes the present round for selection of cluster head. ‘G’ denotes the nodes which are not
selected as a cluster head in (1/p) of previous rounds [1][2][3].
2.1.2 Data Routing
After the formation of clusters and selection of cluster heads in the above phase, the actual data transferred
through the network. In this, if one or multiple nodes in the network detect a critical event, then that node must
have to send that data to the cluster head as early as possible to the cluster head situated at remote place to
wake-up overall network. The data is transferred in two phases as uplink and downlink [5][6].
2.1.2.1 Uplink
In this Phase, after detecting a critical event in the network; that node sends an alarming message to the cluster
head and cluster head to remote server for further processing in the network in multi hop fashion.
2.1.2.2 Downlink
After getting the alarming message by cluster head to wake-up overall network, the cluster head broadcasts the
alarming message to the entire network quickly [7].
2.2 Data Routing In Network Aggregation (DRINA)
The main aim of DRINA algorithm is to improve routing performance in the network by implementing a routing
tree with shortest paths which connects overall sensor nodes to the server nodes or cluster head nodes in the
network. Also the data has been aggregated in this protocol to reduce the redundancy of data [8]-[12].
The DRINA protocol divides the nodes in to following four types.
 Collaborator: A node which identifies an event and collectively sends data to the coordinator.
 Coordinator: A node which also identifies an event. That node collects data sent by collaborator nodes and
sends to sink node.
 Sink: A node which accepts data from the collaborators and coordinator nodes.
 Relay: Nodes which are intermediate between the routing paths and forwards data to the sink node.
This protocol has distributed into three phases 1.Hop tree Formation 2. Cluster Formation and Leader Election
3.Establishment of Route and Hop Tree Update.
2.2.1 Hop Tree Formation
In this phase, the routing distance has been calculated in the form of hops by sending HCM (Hop
Configuration Message) message starting from sink node to overall network. The HCM message has distributed
in two fields: ID and HopToTree. The ID field gives the information about identifier which is started from sink
node and HopToTree contains the shortest routing distance of each node from the sink node shown in Fig. 1.
The HopToTree field started by 1 at sink node and overall nodes in the network set the HopToTree field to
infinity. After receiving the HCM message by node in the network; it checks the value of HopToTree in the
HCM message with the HopToTree value in the nodes which is stored previously. If the value is less, then that
node updates the value of NextHop variable with values in the ID and HopToTree Fields. If HCM message
again received by the same node, then that message is discarded by the same node as it has already acquired the
shortest distance from sink node [8]-[12].
Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in WSN
DOI: 10.9790/0661-17358794 www.iosrjournals.org 89 | Page
Fig. 1 Hop Tree Configuration
2.2.2 Cluster Formation and Leader Election
In this phase, if one or multiple nodes detect an event, this algorithm forms cluster of that event detected nodes.
If this event is detected first round, then the node will be selected as a coordinator or leader node which is
closest to that of sink node shown in Fig. 2. Otherwise the coordinator node is close to the already established
routing path. If in case of tie that is two or more number of nodes are at the same distance from the sink node
then coordinator node will be that node which has minimum ID in HCM. The coordinator further collects the
information and sends towards the sink node with minimum hop distance [8]-[12].
Fig. 2 Cluster Formation and Leader Election
2.2.3 Establishment of Route and Hop Tree Update
In this phase, the route is established between the coordinator nodes and sink node with the help of
Route Establishment Message (REM). The coordinator nodes firstly send REM to the NextHop neighboring
nodes. As the NextHop nodes get the REM message, it further retransmits to the NexHop nodes to those nodes
with route table update process in the network. In this way, the Hop Updating process continues to the sink node
gets the REM message or a relay node which is the part of previously established tree path towards sink node.
This routing path is determined on the best suitable shortest route at each hop [8]-[12].
The Fig. 3 shows shortest possible path towards the sink node. If the event detected in the network
firstly, then the path is established with shortest distance with broadcasting HCM message as shown in Fig. 4.
The events detected afterwards at any nodes or clusters, they will firstly find the pre-established path as shown
in Fig. 5. This method gives the aggregation of the data in the network.
Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in WSN
DOI: 10.9790/0661-17358794 www.iosrjournals.org 90 | Page
Fig. 3 Establishment of Route
Fig. 4 Hop Tree Updatation
Fig. 5 Establishment of Route and Hop Tree Update
Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in WSN
DOI: 10.9790/0661-17358794 www.iosrjournals.org 91 | Page
III. PROPOSED METHODOLOGY
In the section, the I-DRINA protocol is improved with routing performance by considering the energy.
Energy is most crucial parameter in WSNs as it has to utilize in effective manner. Hence in proposed protocol
work, we have implemented the energy conscious routing algorithm. This algorithm maintains stability in the
network traffic which is intermediate between the source to destination nodes.
Consider the nodes in fig. 6(a) are intermediate nodes in the path of source to destination and the path
A-B-C-D is a shortest path from source to the destination node. But in this route path, the relay nodes B and C
remains as intermediate nodes. Therefore those nodes may blows down after some time due remaining energy at
those nodes. Therefore the proposed protocol works well at this situation by routing the path through neighbor
nodes by comparing the remaining energy of those nodes. In Fig. 6(b), the path is routed via node E and F
substituting to node B with route from source to A-E-F-C-D to destination. In Fig. 6(c), path is redirected via
nodes E-F-G substituting node C with route A-E-F-G-D to destination node. This path routing is done by
comparing the remaining energy of present relay nodes and the neighboring nodes which overhear the REM
message while route establishment phase.
Hence, the proposed protocol I-DRINA which is improvement to that of DRINA, gives the energy
efficient environment in WSNs in which the intermediate relay nodes are protected from getting blows down
due to energy remaining at those nodes. Also due to this sometime the routing may minimizes the broadcasting
delay in the network.
Fig. 6 Establishment of Energy Concious Route and Updatation of Hop Table
IV. PERFORMANCE EVALUATION
In this section, the results of proposed protocol I-DRINA has compared with the existing protocols as
LEACH and DRINA which are related to that of routing protocols in the network. The comparative study of
results with following performance parameters:
 Average Energy Consumption
 End to End Transmission Delay
 Average Throughput
 Normalized Routing Load
 Packet Delivery Ratio
4.1 Simulation Environment
In this project work, we have performed the experiments for the simulation results on Network
Simulator-2 which is simulation software for WSNs. The simulation has done for different nodal configuration
Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in WSN
DOI: 10.9790/0661-17358794 www.iosrjournals.org 92 | Page
with area of 1000X1000 sq. meters. Assumption is that nodes have not mobility in the network. The simulation
model parameters required to perform experiment given in table 1.
Table: 1 Simulation Parameters
Simulation Parameters
Parameters Values
Simulation tool NS-2
Propagation Two Ray Ground
Channel used Wireless
Initial energy 100 Joules for each node
Network area 1000m X 1000m
Number of nodes 100,150,200,250,300
Number of clusters 2
Antenna type Omni-Directional
Routing MAC protocol AODV
Data packet length in queue 50
4.2 Simulation Result Analysis
In this experimental work for given protocols, the network has implemented on different scenario with 100, 150,
200, 250, 300. The analysis of result with different performance parameters are as follows:
4.2.1 Average Energy Consumption
In WSNs, sensor nodes mostly battery powered. So energy consumption must have to put as minimum as
possible. The main sources of consumption of energy in WSNs are sensing, routing or communicating and
computational work.
Fig. 7 Average Enegy Consumption
Results in Fig. 7 shows that the Average Energy Consumed by proposed I-DRINA protocol is minimized
compared to that of existing protocols.
4.2.2 End to End Transmission Delay
End to End Delay is the time required to transmit message packet from source node to destination node
successfully. It may contains all probable types of delays as queuing in the transmission path, buffering at
routers, acknowledgement delay, packet retransmission in case of packet failure, time for message coding.
Fig. 8 shows that the end to end delay in the proposed protocol I-DRINA is less than that of two known
protocols as LEACH and DRINA.
4.2.3 Average Throughput
Average Throughput is ratio of difference between number of data packets received at destination node
and number of data packets lost in between to the total time required from first data packet to last data packet.
The unit of throughput is bits/sec. Throughput in the network plays an important role as it is totally related to the
Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in WSN
DOI: 10.9790/0661-17358794 www.iosrjournals.org 93 | Page
data packet loss and broadcasting delay in WSNs. In Fig. 9, the average throughput of I-DRINA is improved
compared to LEACH and DRINA effectively. The performance is incresed due to improvement in the routing
for the I-DRNA over the DRINA.
Fig. 8 Average End to end Delay
Fig. 9 Average Throughput
4.2.4 Normalized Routing Load
Routing Load is the ratio of number of routing packets to the number of data packets. The routing load
determines the network effectiveness. As the network must have minimum routing packets and maximun
number of data packets.
Fig. 10 Normalized Routing Load
Fig. 10 gives the copararison of result in which gives the idea about I-DRINA improved the routing load by
minimizing the routing packets in the network with effectively increase in number of data packets.
Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in WSN
DOI: 10.9790/0661-17358794 www.iosrjournals.org 94 | Page
4.2.5 Packet Delivery Ratio
It is a ratio of number of received packets by destination nodes effectively to the number of packet
generated by the source node. This ratio must be high enough that is signifies the network performance affecting
due to packet loss in WSNs. The Packet Delivery Ratio is measured in the percentage form.
Fig. 11 Packet Delivery Ratio
In Fig. 11, proposed I-DRINA protocol gives the improvement in the Packet Delivery over the existing protocol.
V. CONCLUSION
In this project work, we have improved the routing performance of the proposed protocol I-DRINA.
The improvement has done by considering the energy efficiency with data aggregation in event monitoring in
WSNs. The dynamic routing in the network gives the better results to the network. The proposed protocol has
compared with energy consumption, broadcasting delay, throughput, routing load and packet delivery type of
performance parameters of the network. For these simulation results considering as a reference, the proposed
protocol I-DRINA protocol gives improvement in the overall performance parameters over existing LEACH and
DRINA protocols.
References
[1]. Peng Guo, Tao Jiang, Senior Member, IEEE, Qian Zhang, Fellow, IEEE, and Kui Zhang, Sleep Scheduling for Critical Event
Monitoring in Wireless Sensor Networks, IEEE Transactions On Parallel And Distributed Systems, Vol. 23, No. 2, February 2012
[2]. Dali Wei, Member, IEEE, et. al., An Energy-Efficient Clustering Solution for Wireless Sensor Networks, IEEE Transactions on
Wireless Communications, Vol. 10, No. 11, November 2011
[3]. Yanwei Wu, Member, IEEE, Xiang-Yang Li, Senior Member, IEEE, YunHao Liu, Senior Member, IEEE, and Wei Lou, Energy-
Efficient Wake-Up Scheduling for Data Collection and Aggregation, IEEE Transactions On Parallel And Distributed Systems, Vol.
21, No. 2, February 2010
[4]. AbtinKeshavarzian, Huang Lee, LaxmiVenkatraman, Wake up scheduling in wireless sensor networks, Proc. seventh ACM Int'l
Conf.Mobile Ad Hoc Networking and Computing, (pp. 322-333).2006
[5]. N. Bouabdallah, M.E. Rivero-Angeles, and B. Sericola, Continuous Monitoring Using Event-Driven Reporting for Cluster-Based
Wireless Sensor Networks,” IEEE Trans. Vehicular Technology, vol. 58, no. 7, pp. 3460-3479, Sept. 2009.
[6]. Bo Jiang, Student Member, IEEE, Binoy Ravindran, Senior Member, IEEE, and Hyeonjoong Cho, Member, IEEE: Probability-
Based Prediction and Sleep Scheduling for Energy-Efficient Target Tracking in Sensor Networks, IEEE Transactions on Mobile
Computing, Vol. 12, No. 4, April 2013
[7]. Hongbo Jiang, Member et. al., Prediction or Not? An Energy-Efficient Framework for Clustering-Based Data Collection in Wireless
Sensor Networks, IEEE Transactions On Parallel And Distributed Systems, Vol. 22, No. 6, June 2011
[8]. Leandro Aparecido Villas et. al., DRINA: A Lightweight and Reliable Routing Approach for In-Network Aggregation in Wireless
Sensor Networks, IEEE Transaction on computers, vol. 62, No. 4, 676-689, April 2013
[9]. E. Fasolo, M. Rossi, J. Widmer, and M. Zorzi, In-network Aggregation Techniques for Wireless Sensor Networks: A Survey, IEEE
Wireless Comm., vol. 14, no. 2, pp. 70-87, Apr. 2007
[10]. B. Krishnamachari, D. Estrin, and S.B. Wicker, The Impact of Data Aggregation in Wireless Sensor Networks, Proc. 22nd Int’l
Conf. Distributed Computing Systems (ICDCSW ’02), pp. 575-578, 2002
[11]. S. Madden, M.J. Franklin, J.M. Hellerstein, and W. Hong, Tag: A Tiny Aggregation Service for Ad-Hoc Sensor Networks, ACM
SIGOPS Operating Systems Rev., vol. 36, no. SI, pp. 131-146, 2002
[12]. A.P. Chandrakasan, A.C. Smith, and W.B. Heinzelman, An Application-Specific Protocol Architecture for Wireless Micro sensor
Networks, IEEE Trans. Wireless Comm., vol. 1, no. 4, pp. 660- 670, Oct. 2002.

Mais conteúdo relacionado

Mais procurados

Data-Centric Routing Protocols in Wireless Sensor Network: A survey
Data-Centric Routing Protocols in Wireless Sensor Network: A surveyData-Centric Routing Protocols in Wireless Sensor Network: A survey
Data-Centric Routing Protocols in Wireless Sensor Network: A surveyAli Habeeb
 
Wireless sensors networks protocols part 2
Wireless sensors networks protocols part 2Wireless sensors networks protocols part 2
Wireless sensors networks protocols part 2Rushin Shah
 
Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...
Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...
Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...Editor IJCATR
 
Hierarchical clustering algo for wsn
Hierarchical clustering algo for wsnHierarchical clustering algo for wsn
Hierarchical clustering algo for wsnSamruddhi Gaikwad
 
Performance Analysis of Routing Protocols of Wireless Sensor Networks
Performance Analysis of Routing Protocols of Wireless Sensor NetworksPerformance Analysis of Routing Protocols of Wireless Sensor Networks
Performance Analysis of Routing Protocols of Wireless Sensor NetworksDarpan Dekivadiya
 
clustering protocol in WSN:LEACH
clustering protocol in WSN:LEACHclustering protocol in WSN:LEACH
clustering protocol in WSN:LEACHJimit Rupani
 
Wireless sensor networks routing protocols
Wireless sensor networks routing protocolsWireless sensor networks routing protocols
Wireless sensor networks routing protocolssourabhshivtiwari
 
Performance evaluation of variants of particle swarm optimization algorithms ...
Performance evaluation of variants of particle swarm optimization algorithms ...Performance evaluation of variants of particle swarm optimization algorithms ...
Performance evaluation of variants of particle swarm optimization algorithms ...Aayush Gupta
 
Wireless Sensor Networks LEACH & EDEEC
Wireless Sensor Networks LEACH & EDEECWireless Sensor Networks LEACH & EDEEC
Wireless Sensor Networks LEACH & EDEECYogesh Fulara
 
Energy efficient routing in wireless sensor networks
Energy efficient routing in wireless sensor networksEnergy efficient routing in wireless sensor networks
Energy efficient routing in wireless sensor networksSpandan Spandy
 
Clouster Based Routing Protocol
Clouster Based Routing ProtocolClouster Based Routing Protocol
Clouster Based Routing ProtocolSantosh Regmi
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...acijjournal
 
Routing in Wireless Sensor Network
Routing in Wireless Sensor NetworkRouting in Wireless Sensor Network
Routing in Wireless Sensor NetworkAarthi Raghavendra
 
Comparative Study of Routing Protocols in Wireless Sensor Networks by Abid Af...
Comparative Study of Routing Protocols in Wireless Sensor Networks by Abid Af...Comparative Study of Routing Protocols in Wireless Sensor Networks by Abid Af...
Comparative Study of Routing Protocols in Wireless Sensor Networks by Abid Af...Abid Afsar Khan Malang Falsafi
 

Mais procurados (20)

Data-Centric Routing Protocols in Wireless Sensor Network: A survey
Data-Centric Routing Protocols in Wireless Sensor Network: A surveyData-Centric Routing Protocols in Wireless Sensor Network: A survey
Data-Centric Routing Protocols in Wireless Sensor Network: A survey
 
Wireless sensors networks protocols part 2
Wireless sensors networks protocols part 2Wireless sensors networks protocols part 2
Wireless sensors networks protocols part 2
 
Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...
Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...
Improvement In LEACH Protocol By Electing Master Cluster Heads To Enhance The...
 
H0421043049
H0421043049H0421043049
H0421043049
 
Hierarchical clustering algo for wsn
Hierarchical clustering algo for wsnHierarchical clustering algo for wsn
Hierarchical clustering algo for wsn
 
Performance Analysis of Routing Protocols of Wireless Sensor Networks
Performance Analysis of Routing Protocols of Wireless Sensor NetworksPerformance Analysis of Routing Protocols of Wireless Sensor Networks
Performance Analysis of Routing Protocols of Wireless Sensor Networks
 
Kianoosh&sajjad
Kianoosh&sajjadKianoosh&sajjad
Kianoosh&sajjad
 
clustering protocol in WSN:LEACH
clustering protocol in WSN:LEACHclustering protocol in WSN:LEACH
clustering protocol in WSN:LEACH
 
Wireless sensor networks routing protocols
Wireless sensor networks routing protocolsWireless sensor networks routing protocols
Wireless sensor networks routing protocols
 
Performance evaluation of variants of particle swarm optimization algorithms ...
Performance evaluation of variants of particle swarm optimization algorithms ...Performance evaluation of variants of particle swarm optimization algorithms ...
Performance evaluation of variants of particle swarm optimization algorithms ...
 
Wireless Sensor Networks LEACH & EDEEC
Wireless Sensor Networks LEACH & EDEECWireless Sensor Networks LEACH & EDEEC
Wireless Sensor Networks LEACH & EDEEC
 
Energy efficient routing in wireless sensor networks
Energy efficient routing in wireless sensor networksEnergy efficient routing in wireless sensor networks
Energy efficient routing in wireless sensor networks
 
Bn36386389
Bn36386389Bn36386389
Bn36386389
 
Clouster Based Routing Protocol
Clouster Based Routing ProtocolClouster Based Routing Protocol
Clouster Based Routing Protocol
 
Leach & Pegasis
Leach & PegasisLeach & Pegasis
Leach & Pegasis
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Leach protocol
Leach protocolLeach protocol
Leach protocol
 
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
 
Routing in Wireless Sensor Network
Routing in Wireless Sensor NetworkRouting in Wireless Sensor Network
Routing in Wireless Sensor Network
 
Comparative Study of Routing Protocols in Wireless Sensor Networks by Abid Af...
Comparative Study of Routing Protocols in Wireless Sensor Networks by Abid Af...Comparative Study of Routing Protocols in Wireless Sensor Networks by Abid Af...
Comparative Study of Routing Protocols in Wireless Sensor Networks by Abid Af...
 

Destaque

5 продвинутых технологий VMware, которые нужно знать
5 продвинутых технологий VMware, которые нужно знать5 продвинутых технологий VMware, которые нужно знать
5 продвинутых технологий VMware, которые нужно знатьSkillFactory
 
Network tomography to enhance the performance of software defined network mon...
Network tomography to enhance the performance of software defined network mon...Network tomography to enhance the performance of software defined network mon...
Network tomography to enhance the performance of software defined network mon...Sabidur Rahman
 
Ibm tivoli monitoring for network performance v2.1 the mainframe network mana...
Ibm tivoli monitoring for network performance v2.1 the mainframe network mana...Ibm tivoli monitoring for network performance v2.1 the mainframe network mana...
Ibm tivoli monitoring for network performance v2.1 the mainframe network mana...Banking at Ho Chi Minh city
 
Network processing by pid
Network processing by pidNetwork processing by pid
Network processing by pidNuno Martins
 
Distributed Network Monitoring - Interopnet class by NetBeez
Distributed Network Monitoring - Interopnet class by NetBeezDistributed Network Monitoring - Interopnet class by NetBeez
Distributed Network Monitoring - Interopnet class by NetBeezNetBeez, Inc.
 
Архитектура Cisco для сетей мобильного бэкхола.
Архитектура Cisco для сетей мобильного бэкхола.Архитектура Cisco для сетей мобильного бэкхола.
Архитектура Cisco для сетей мобильного бэкхола.Cisco Russia
 
Виртуализация в сетях мобильной связи
Виртуализация в сетях мобильной связиВиртуализация в сетях мобильной связи
Виртуализация в сетях мобильной связиCisco Russia
 
Эволюция транспортной инфраструктуры оператора связи: Cisco Carrier Packet Tr...
Эволюция транспортной инфраструктуры оператора связи: Cisco Carrier Packet Tr...Эволюция транспортной инфраструктуры оператора связи: Cisco Carrier Packet Tr...
Эволюция транспортной инфраструктуры оператора связи: Cisco Carrier Packet Tr...Cisco Russia
 
Защищаем сеть от DDoS-атак
Защищаем сеть от DDoS-атакЗащищаем сеть от DDoS-атак
Защищаем сеть от DDoS-атакSkillFactory
 
DDoS-атаки вчера, сегодня, завтра
DDoS-атаки вчера, сегодня, завтраDDoS-атаки вчера, сегодня, завтра
DDoS-атаки вчера, сегодня, завтраQrator Labs
 
Архитектура Cisco EPN для сетей Carrier Ethernet и Mobile Backhaul
Архитектура Cisco EPN для сетей Carrier Ethernet и Mobile BackhaulАрхитектура Cisco EPN для сетей Carrier Ethernet и Mobile Backhaul
Архитектура Cisco EPN для сетей Carrier Ethernet и Mobile BackhaulCisco Russia
 
[old] Network Performance Monitoring for DevOps and IT
[old] Network Performance Monitoring for DevOps and IT[old] Network Performance Monitoring for DevOps and IT
[old] Network Performance Monitoring for DevOps and ITSite24x7
 
The Changing Landscape in Network Performance Monitoring
The Changing Landscape in Network Performance Monitoring The Changing Landscape in Network Performance Monitoring
The Changing Landscape in Network Performance Monitoring Savvius, Inc
 
04 gsm bss network kpi (tch call drop rate) optimization manual
04 gsm bss network kpi (tch call drop rate) optimization manual04 gsm bss network kpi (tch call drop rate) optimization manual
04 gsm bss network kpi (tch call drop rate) optimization manualtharinduwije
 
Network & Application Performance Monitoring - Troubleshooting HTTP Applicati...
Network & Application Performance Monitoring - Troubleshooting HTTP Applicati...Network & Application Performance Monitoring - Troubleshooting HTTP Applicati...
Network & Application Performance Monitoring - Troubleshooting HTTP Applicati...PerformanceVision (previously SecurActive)
 
Project Business Case and Capital Justification for Implementation of Applica...
Project Business Case and Capital Justification for Implementation of Applica...Project Business Case and Capital Justification for Implementation of Applica...
Project Business Case and Capital Justification for Implementation of Applica...Duane Bodle
 
измерительное оборудование Ethernet
измерительное оборудование Ethernetизмерительное оборудование Ethernet
измерительное оборудование Etherneteucariot
 
Computer Network Monitoring & Performance
Computer Network Monitoring & PerformanceComputer Network Monitoring & Performance
Computer Network Monitoring & PerformanceDmitry Ponomarenko
 
Ethernet on fpga
Ethernet on fpgaEthernet on fpga
Ethernet on fpgaeucariot
 
Обзор оборудования для построения сетей операторов связи.
Обзор оборудования для построения сетей операторов связи.Обзор оборудования для построения сетей операторов связи.
Обзор оборудования для построения сетей операторов связи.Cisco Russia
 

Destaque (20)

5 продвинутых технологий VMware, которые нужно знать
5 продвинутых технологий VMware, которые нужно знать5 продвинутых технологий VMware, которые нужно знать
5 продвинутых технологий VMware, которые нужно знать
 
Network tomography to enhance the performance of software defined network mon...
Network tomography to enhance the performance of software defined network mon...Network tomography to enhance the performance of software defined network mon...
Network tomography to enhance the performance of software defined network mon...
 
Ibm tivoli monitoring for network performance v2.1 the mainframe network mana...
Ibm tivoli monitoring for network performance v2.1 the mainframe network mana...Ibm tivoli monitoring for network performance v2.1 the mainframe network mana...
Ibm tivoli monitoring for network performance v2.1 the mainframe network mana...
 
Network processing by pid
Network processing by pidNetwork processing by pid
Network processing by pid
 
Distributed Network Monitoring - Interopnet class by NetBeez
Distributed Network Monitoring - Interopnet class by NetBeezDistributed Network Monitoring - Interopnet class by NetBeez
Distributed Network Monitoring - Interopnet class by NetBeez
 
Архитектура Cisco для сетей мобильного бэкхола.
Архитектура Cisco для сетей мобильного бэкхола.Архитектура Cisco для сетей мобильного бэкхола.
Архитектура Cisco для сетей мобильного бэкхола.
 
Виртуализация в сетях мобильной связи
Виртуализация в сетях мобильной связиВиртуализация в сетях мобильной связи
Виртуализация в сетях мобильной связи
 
Эволюция транспортной инфраструктуры оператора связи: Cisco Carrier Packet Tr...
Эволюция транспортной инфраструктуры оператора связи: Cisco Carrier Packet Tr...Эволюция транспортной инфраструктуры оператора связи: Cisco Carrier Packet Tr...
Эволюция транспортной инфраструктуры оператора связи: Cisco Carrier Packet Tr...
 
Защищаем сеть от DDoS-атак
Защищаем сеть от DDoS-атакЗащищаем сеть от DDoS-атак
Защищаем сеть от DDoS-атак
 
DDoS-атаки вчера, сегодня, завтра
DDoS-атаки вчера, сегодня, завтраDDoS-атаки вчера, сегодня, завтра
DDoS-атаки вчера, сегодня, завтра
 
Архитектура Cisco EPN для сетей Carrier Ethernet и Mobile Backhaul
Архитектура Cisco EPN для сетей Carrier Ethernet и Mobile BackhaulАрхитектура Cisco EPN для сетей Carrier Ethernet и Mobile Backhaul
Архитектура Cisco EPN для сетей Carrier Ethernet и Mobile Backhaul
 
[old] Network Performance Monitoring for DevOps and IT
[old] Network Performance Monitoring for DevOps and IT[old] Network Performance Monitoring for DevOps and IT
[old] Network Performance Monitoring for DevOps and IT
 
The Changing Landscape in Network Performance Monitoring
The Changing Landscape in Network Performance Monitoring The Changing Landscape in Network Performance Monitoring
The Changing Landscape in Network Performance Monitoring
 
04 gsm bss network kpi (tch call drop rate) optimization manual
04 gsm bss network kpi (tch call drop rate) optimization manual04 gsm bss network kpi (tch call drop rate) optimization manual
04 gsm bss network kpi (tch call drop rate) optimization manual
 
Network & Application Performance Monitoring - Troubleshooting HTTP Applicati...
Network & Application Performance Monitoring - Troubleshooting HTTP Applicati...Network & Application Performance Monitoring - Troubleshooting HTTP Applicati...
Network & Application Performance Monitoring - Troubleshooting HTTP Applicati...
 
Project Business Case and Capital Justification for Implementation of Applica...
Project Business Case and Capital Justification for Implementation of Applica...Project Business Case and Capital Justification for Implementation of Applica...
Project Business Case and Capital Justification for Implementation of Applica...
 
измерительное оборудование Ethernet
измерительное оборудование Ethernetизмерительное оборудование Ethernet
измерительное оборудование Ethernet
 
Computer Network Monitoring & Performance
Computer Network Monitoring & PerformanceComputer Network Monitoring & Performance
Computer Network Monitoring & Performance
 
Ethernet on fpga
Ethernet on fpgaEthernet on fpga
Ethernet on fpga
 
Обзор оборудования для построения сетей операторов связи.
Обзор оборудования для построения сетей операторов связи.Обзор оборудования для построения сетей операторов связи.
Обзор оборудования для построения сетей операторов связи.
 

Semelhante a Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in Wireless Sensor Network

IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...IRJET Journal
 
IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...
IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...
IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...IRJET Journal
 
ASSURED NEIGHBOR BASED COUNTER PROTOCOL ON MAC-LAYER PROVIDING SECURITY IN MO...
ASSURED NEIGHBOR BASED COUNTER PROTOCOL ON MAC-LAYER PROVIDING SECURITY IN MO...ASSURED NEIGHBOR BASED COUNTER PROTOCOL ON MAC-LAYER PROVIDING SECURITY IN MO...
ASSURED NEIGHBOR BASED COUNTER PROTOCOL ON MAC-LAYER PROVIDING SECURITY IN MO...cscpconf
 
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...IRJET Journal
 
FAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKF
FAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKFFAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKF
FAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKFprj_publication
 
Faulty node recovery and replacement algorithm for wireless sensor network
Faulty node recovery and replacement algorithm for wireless sensor networkFaulty node recovery and replacement algorithm for wireless sensor network
Faulty node recovery and replacement algorithm for wireless sensor networkprjpublications
 
Energy efficient neighbour selection for flat wireless sensor networks
Energy efficient neighbour selection for flat wireless sensor networksEnergy efficient neighbour selection for flat wireless sensor networks
Energy efficient neighbour selection for flat wireless sensor networkscsandit
 
Enhanced Leach Protocol
Enhanced Leach ProtocolEnhanced Leach Protocol
Enhanced Leach Protocolijceronline
 
Performance Evaluation of LEACH Protocol for Wireless Sensor Network
Performance Evaluation of LEACH Protocol for Wireless Sensor NetworkPerformance Evaluation of LEACH Protocol for Wireless Sensor Network
Performance Evaluation of LEACH Protocol for Wireless Sensor NetworkAM Publications
 
IRJET - Analytical Study of Hierarchical Routing Protocols for Virtual Wi...
IRJET -  	  Analytical Study of Hierarchical Routing Protocols for Virtual Wi...IRJET -  	  Analytical Study of Hierarchical Routing Protocols for Virtual Wi...
IRJET - Analytical Study of Hierarchical Routing Protocols for Virtual Wi...IRJET Journal
 
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...IRJET Journal
 
Data gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesData gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesIJCNCJournal
 
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...IOSR Journals
 
Comparison of energy efficient data transmission approaches for flat wireless...
Comparison of energy efficient data transmission approaches for flat wireless...Comparison of energy efficient data transmission approaches for flat wireless...
Comparison of energy efficient data transmission approaches for flat wireless...ijassn
 
COMPARISON OF ENERGY EFFICIENT DATA RANSMISSION APPROACHES FOR FLAT WIRELESS ...
COMPARISON OF ENERGY EFFICIENT DATA RANSMISSION APPROACHES FOR FLAT WIRELESS ...COMPARISON OF ENERGY EFFICIENT DATA RANSMISSION APPROACHES FOR FLAT WIRELESS ...
COMPARISON OF ENERGY EFFICIENT DATA RANSMISSION APPROACHES FOR FLAT WIRELESS ...ijassn
 
Improved Development of Energy Efficient Routing Algorithm for Privacy Preser...
Improved Development of Energy Efficient Routing Algorithm for Privacy Preser...Improved Development of Energy Efficient Routing Algorithm for Privacy Preser...
Improved Development of Energy Efficient Routing Algorithm for Privacy Preser...IRJET Journal
 

Semelhante a Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in Wireless Sensor Network (20)

Wsn ppt
Wsn pptWsn ppt
Wsn ppt
 
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
 
IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...
IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...
IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...
 
ASSURED NEIGHBOR BASED COUNTER PROTOCOL ON MAC-LAYER PROVIDING SECURITY IN MO...
ASSURED NEIGHBOR BASED COUNTER PROTOCOL ON MAC-LAYER PROVIDING SECURITY IN MO...ASSURED NEIGHBOR BASED COUNTER PROTOCOL ON MAC-LAYER PROVIDING SECURITY IN MO...
ASSURED NEIGHBOR BASED COUNTER PROTOCOL ON MAC-LAYER PROVIDING SECURITY IN MO...
 
550 537-546
550 537-546550 537-546
550 537-546
 
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...
 
FAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKF
FAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKFFAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKF
FAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKF
 
Faulty node recovery and replacement algorithm for wireless sensor network
Faulty node recovery and replacement algorithm for wireless sensor networkFaulty node recovery and replacement algorithm for wireless sensor network
Faulty node recovery and replacement algorithm for wireless sensor network
 
E017422935
E017422935E017422935
E017422935
 
Energy efficient neighbour selection for flat wireless sensor networks
Energy efficient neighbour selection for flat wireless sensor networksEnergy efficient neighbour selection for flat wireless sensor networks
Energy efficient neighbour selection for flat wireless sensor networks
 
Enhanced Leach Protocol
Enhanced Leach ProtocolEnhanced Leach Protocol
Enhanced Leach Protocol
 
Performance Evaluation of LEACH Protocol for Wireless Sensor Network
Performance Evaluation of LEACH Protocol for Wireless Sensor NetworkPerformance Evaluation of LEACH Protocol for Wireless Sensor Network
Performance Evaluation of LEACH Protocol for Wireless Sensor Network
 
IRJET - Analytical Study of Hierarchical Routing Protocols for Virtual Wi...
IRJET -  	  Analytical Study of Hierarchical Routing Protocols for Virtual Wi...IRJET -  	  Analytical Study of Hierarchical Routing Protocols for Virtual Wi...
IRJET - Analytical Study of Hierarchical Routing Protocols for Virtual Wi...
 
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
 
B05630814
B05630814B05630814
B05630814
 
Data gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesData gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodes
 
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
 
Comparison of energy efficient data transmission approaches for flat wireless...
Comparison of energy efficient data transmission approaches for flat wireless...Comparison of energy efficient data transmission approaches for flat wireless...
Comparison of energy efficient data transmission approaches for flat wireless...
 
COMPARISON OF ENERGY EFFICIENT DATA RANSMISSION APPROACHES FOR FLAT WIRELESS ...
COMPARISON OF ENERGY EFFICIENT DATA RANSMISSION APPROACHES FOR FLAT WIRELESS ...COMPARISON OF ENERGY EFFICIENT DATA RANSMISSION APPROACHES FOR FLAT WIRELESS ...
COMPARISON OF ENERGY EFFICIENT DATA RANSMISSION APPROACHES FOR FLAT WIRELESS ...
 
Improved Development of Energy Efficient Routing Algorithm for Privacy Preser...
Improved Development of Energy Efficient Routing Algorithm for Privacy Preser...Improved Development of Energy Efficient Routing Algorithm for Privacy Preser...
Improved Development of Energy Efficient Routing Algorithm for Privacy Preser...
 

Mais de iosrjce

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...iosrjce
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?iosrjce
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later lifeiosrjce
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...iosrjce
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubaiiosrjce
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...iosrjce
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approachiosrjce
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sitesiosrjce
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeiosrjce
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...iosrjce
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...iosrjce
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladeshiosrjce
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...iosrjce
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...iosrjce
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Considerationiosrjce
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyiosrjce
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...iosrjce
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...iosrjce
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...iosrjce
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...iosrjce
 

Mais de iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Último

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSrknatarajan
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 

Último (20)

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 

Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in Wireless Sensor Network

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. V (May – Jun. 2015), PP 87-94 www.iosrjournals.org DOI: 10.9790/0661-17358794 www.iosrjournals.org 87 | Page Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in Wireless Sensor Network Mr. Aniket D. Kharat1 , Dr. U. L. Bombale 2 1 M. Tech-II Electronics Technology, 2 Associate Professor/ET, Department of Technology, Shivaji University, Kolhapur, India Abstract: In Wireless Sensor Network, because of limitation on sensor node energy, the energy efficiency is a major concern which should be deliberated while planning to design a protocol. To overcome this conflict, data grouping and accumulation should be done in this issue to decrease consumption of sensor node energy and cost of communication by aggregating data redundancy at intermediate sensor nodes to reduce number and size of alarming messages in critical event monitoring. The network for design is Ad-Hoc network. In this paper we proposed an improved algorithm Improved-Data Routing for In-Network Aggregation Data (I-DRINA) whose results are compared with existing known protocols as Data Routing for In-Network Aggregation (DRINA) and Low Energy Adaptive Clustering Hierarchy (LEACH). The proposed protocol has designed for improvement in path routing in network and stables the energy consumption in the wireless network to prolong the existence of network for monitoring of an event. The simulation of this project work has been done on NS2 platform for WSNs. The simulation results of proposed I-DRINA algorithm gives better improvement in results than the results of existing DRINA and LEACH algorithms for various performance parameters and different nodal scenarios in WSN. Keywords: Broadcasting delay, Critical event monitoring, Energy efficiency, Wireless sensor network. I. INTRODUCTION Wireless Sensor Network (WSN) consisting of the spatially distribution of independent sensor nodes that co-operatively senses the physical conditions such as temperature, pressure, sound, level etc. and sends the effective data towards the distant site through the wireless network. The WSN consists of a large number of sensor nodes which are mostly battery powered or solar powered. Hence saving of energy for these nodes is a significant issue in WSN. As the sensor nodes in network must have to work for a long time without recharging or changing the batteries [1][2]. Hence the improvement in energy efficient algorithm is very much required in WSN. Also in WSN, many times a small message packets are required to broadcast as they are only to inform the remote server regarding the environmental situations. Such environmental situations called as the critical events. Hence while handling the critical event situations, the end to end delay required to transmit the alarming message is less enough in the WSN to wake-up network. As the broadcasting delay occurs due to sleep scheduling because of the sensing or relay node have to wait till the receiver nodes are active and ready to receive that message. Therefore broadcasting delay is also important parameter while designing the protocols for the WSN. This overall information is routed in the network in multipath manner towards the sink node. Hence data gathering at specific nodes also gives effective way to reduce broadcasting delay in the network [3][4]. To improve performance of network by considering the energy efficiency and broadcasting delay, it is necessary to improve the routing algorithms in WSN which is a challenging task. The routing performance will be enhanced with improvement in the AODV algorithm. Therefore in this project work, we have proposed the innovative approach Improved-Data Routing In Network Aggregation (I-DRINA). In this algorithm, improvement in routing algorithm to that of existing algorithm Data Routing In Network Aggregation (DRINA). This paper gives the comparative study of simulation results of existing algorithms as Low Energy Adaptive Clustering Hierarchy (LEACH), (DRINA) and proposed algorithm (I-DRINA) [1][2][8]. II. COMPARATIVE STUDY OF PROTOCOLS In this section, we will see the overview of existing algorithms for clustering, scheduling and data aggregation which aims for energy efficiency and least broadcasting delay: 2.1 Low Energy Adaptive Clustering Hierarchy (LEACH) In WSNs, LEACH plays an important role to form clusters for given nodes in the network. LEACH is an AdHoc based routing protocol. In this algorithm, the clusters are formed based on the percentage of cluster heads in the given WSNs. The LEACH protocol is divided in to two phases such as Cluster Formation and Data Routing [3].
  • 2. Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in WSN DOI: 10.9790/0661-17358794 www.iosrjournals.org 88 | Page 2.1.1 Cluster Formation In this phase, the clusters are formed with following equation: (1) The cluster and cluster head is formed based on the rounds. In this one of node in the network is picks up a random value between 0 to 1. This value is compared with the threshold value T(n) for equation (1). If the randomly selected value is less than that of the threshold value T(n), then that node is selected as a cluster head in the respective round. For the equation (1), ‘n’ denotes the present node. ‘P’ denotes the required percentage of cluster head in the network. ‘r’ denotes the present round for selection of cluster head. ‘G’ denotes the nodes which are not selected as a cluster head in (1/p) of previous rounds [1][2][3]. 2.1.2 Data Routing After the formation of clusters and selection of cluster heads in the above phase, the actual data transferred through the network. In this, if one or multiple nodes in the network detect a critical event, then that node must have to send that data to the cluster head as early as possible to the cluster head situated at remote place to wake-up overall network. The data is transferred in two phases as uplink and downlink [5][6]. 2.1.2.1 Uplink In this Phase, after detecting a critical event in the network; that node sends an alarming message to the cluster head and cluster head to remote server for further processing in the network in multi hop fashion. 2.1.2.2 Downlink After getting the alarming message by cluster head to wake-up overall network, the cluster head broadcasts the alarming message to the entire network quickly [7]. 2.2 Data Routing In Network Aggregation (DRINA) The main aim of DRINA algorithm is to improve routing performance in the network by implementing a routing tree with shortest paths which connects overall sensor nodes to the server nodes or cluster head nodes in the network. Also the data has been aggregated in this protocol to reduce the redundancy of data [8]-[12]. The DRINA protocol divides the nodes in to following four types.  Collaborator: A node which identifies an event and collectively sends data to the coordinator.  Coordinator: A node which also identifies an event. That node collects data sent by collaborator nodes and sends to sink node.  Sink: A node which accepts data from the collaborators and coordinator nodes.  Relay: Nodes which are intermediate between the routing paths and forwards data to the sink node. This protocol has distributed into three phases 1.Hop tree Formation 2. Cluster Formation and Leader Election 3.Establishment of Route and Hop Tree Update. 2.2.1 Hop Tree Formation In this phase, the routing distance has been calculated in the form of hops by sending HCM (Hop Configuration Message) message starting from sink node to overall network. The HCM message has distributed in two fields: ID and HopToTree. The ID field gives the information about identifier which is started from sink node and HopToTree contains the shortest routing distance of each node from the sink node shown in Fig. 1. The HopToTree field started by 1 at sink node and overall nodes in the network set the HopToTree field to infinity. After receiving the HCM message by node in the network; it checks the value of HopToTree in the HCM message with the HopToTree value in the nodes which is stored previously. If the value is less, then that node updates the value of NextHop variable with values in the ID and HopToTree Fields. If HCM message again received by the same node, then that message is discarded by the same node as it has already acquired the shortest distance from sink node [8]-[12].
  • 3. Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in WSN DOI: 10.9790/0661-17358794 www.iosrjournals.org 89 | Page Fig. 1 Hop Tree Configuration 2.2.2 Cluster Formation and Leader Election In this phase, if one or multiple nodes detect an event, this algorithm forms cluster of that event detected nodes. If this event is detected first round, then the node will be selected as a coordinator or leader node which is closest to that of sink node shown in Fig. 2. Otherwise the coordinator node is close to the already established routing path. If in case of tie that is two or more number of nodes are at the same distance from the sink node then coordinator node will be that node which has minimum ID in HCM. The coordinator further collects the information and sends towards the sink node with minimum hop distance [8]-[12]. Fig. 2 Cluster Formation and Leader Election 2.2.3 Establishment of Route and Hop Tree Update In this phase, the route is established between the coordinator nodes and sink node with the help of Route Establishment Message (REM). The coordinator nodes firstly send REM to the NextHop neighboring nodes. As the NextHop nodes get the REM message, it further retransmits to the NexHop nodes to those nodes with route table update process in the network. In this way, the Hop Updating process continues to the sink node gets the REM message or a relay node which is the part of previously established tree path towards sink node. This routing path is determined on the best suitable shortest route at each hop [8]-[12]. The Fig. 3 shows shortest possible path towards the sink node. If the event detected in the network firstly, then the path is established with shortest distance with broadcasting HCM message as shown in Fig. 4. The events detected afterwards at any nodes or clusters, they will firstly find the pre-established path as shown in Fig. 5. This method gives the aggregation of the data in the network.
  • 4. Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in WSN DOI: 10.9790/0661-17358794 www.iosrjournals.org 90 | Page Fig. 3 Establishment of Route Fig. 4 Hop Tree Updatation Fig. 5 Establishment of Route and Hop Tree Update
  • 5. Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in WSN DOI: 10.9790/0661-17358794 www.iosrjournals.org 91 | Page III. PROPOSED METHODOLOGY In the section, the I-DRINA protocol is improved with routing performance by considering the energy. Energy is most crucial parameter in WSNs as it has to utilize in effective manner. Hence in proposed protocol work, we have implemented the energy conscious routing algorithm. This algorithm maintains stability in the network traffic which is intermediate between the source to destination nodes. Consider the nodes in fig. 6(a) are intermediate nodes in the path of source to destination and the path A-B-C-D is a shortest path from source to the destination node. But in this route path, the relay nodes B and C remains as intermediate nodes. Therefore those nodes may blows down after some time due remaining energy at those nodes. Therefore the proposed protocol works well at this situation by routing the path through neighbor nodes by comparing the remaining energy of those nodes. In Fig. 6(b), the path is routed via node E and F substituting to node B with route from source to A-E-F-C-D to destination. In Fig. 6(c), path is redirected via nodes E-F-G substituting node C with route A-E-F-G-D to destination node. This path routing is done by comparing the remaining energy of present relay nodes and the neighboring nodes which overhear the REM message while route establishment phase. Hence, the proposed protocol I-DRINA which is improvement to that of DRINA, gives the energy efficient environment in WSNs in which the intermediate relay nodes are protected from getting blows down due to energy remaining at those nodes. Also due to this sometime the routing may minimizes the broadcasting delay in the network. Fig. 6 Establishment of Energy Concious Route and Updatation of Hop Table IV. PERFORMANCE EVALUATION In this section, the results of proposed protocol I-DRINA has compared with the existing protocols as LEACH and DRINA which are related to that of routing protocols in the network. The comparative study of results with following performance parameters:  Average Energy Consumption  End to End Transmission Delay  Average Throughput  Normalized Routing Load  Packet Delivery Ratio 4.1 Simulation Environment In this project work, we have performed the experiments for the simulation results on Network Simulator-2 which is simulation software for WSNs. The simulation has done for different nodal configuration
  • 6. Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in WSN DOI: 10.9790/0661-17358794 www.iosrjournals.org 92 | Page with area of 1000X1000 sq. meters. Assumption is that nodes have not mobility in the network. The simulation model parameters required to perform experiment given in table 1. Table: 1 Simulation Parameters Simulation Parameters Parameters Values Simulation tool NS-2 Propagation Two Ray Ground Channel used Wireless Initial energy 100 Joules for each node Network area 1000m X 1000m Number of nodes 100,150,200,250,300 Number of clusters 2 Antenna type Omni-Directional Routing MAC protocol AODV Data packet length in queue 50 4.2 Simulation Result Analysis In this experimental work for given protocols, the network has implemented on different scenario with 100, 150, 200, 250, 300. The analysis of result with different performance parameters are as follows: 4.2.1 Average Energy Consumption In WSNs, sensor nodes mostly battery powered. So energy consumption must have to put as minimum as possible. The main sources of consumption of energy in WSNs are sensing, routing or communicating and computational work. Fig. 7 Average Enegy Consumption Results in Fig. 7 shows that the Average Energy Consumed by proposed I-DRINA protocol is minimized compared to that of existing protocols. 4.2.2 End to End Transmission Delay End to End Delay is the time required to transmit message packet from source node to destination node successfully. It may contains all probable types of delays as queuing in the transmission path, buffering at routers, acknowledgement delay, packet retransmission in case of packet failure, time for message coding. Fig. 8 shows that the end to end delay in the proposed protocol I-DRINA is less than that of two known protocols as LEACH and DRINA. 4.2.3 Average Throughput Average Throughput is ratio of difference between number of data packets received at destination node and number of data packets lost in between to the total time required from first data packet to last data packet. The unit of throughput is bits/sec. Throughput in the network plays an important role as it is totally related to the
  • 7. Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in WSN DOI: 10.9790/0661-17358794 www.iosrjournals.org 93 | Page data packet loss and broadcasting delay in WSNs. In Fig. 9, the average throughput of I-DRINA is improved compared to LEACH and DRINA effectively. The performance is incresed due to improvement in the routing for the I-DRNA over the DRINA. Fig. 8 Average End to end Delay Fig. 9 Average Throughput 4.2.4 Normalized Routing Load Routing Load is the ratio of number of routing packets to the number of data packets. The routing load determines the network effectiveness. As the network must have minimum routing packets and maximun number of data packets. Fig. 10 Normalized Routing Load Fig. 10 gives the copararison of result in which gives the idea about I-DRINA improved the routing load by minimizing the routing packets in the network with effectively increase in number of data packets.
  • 8. Enhancement of Routing Performance for Energy Efficiency and Critical Event Monitoring in WSN DOI: 10.9790/0661-17358794 www.iosrjournals.org 94 | Page 4.2.5 Packet Delivery Ratio It is a ratio of number of received packets by destination nodes effectively to the number of packet generated by the source node. This ratio must be high enough that is signifies the network performance affecting due to packet loss in WSNs. The Packet Delivery Ratio is measured in the percentage form. Fig. 11 Packet Delivery Ratio In Fig. 11, proposed I-DRINA protocol gives the improvement in the Packet Delivery over the existing protocol. V. CONCLUSION In this project work, we have improved the routing performance of the proposed protocol I-DRINA. The improvement has done by considering the energy efficiency with data aggregation in event monitoring in WSNs. The dynamic routing in the network gives the better results to the network. The proposed protocol has compared with energy consumption, broadcasting delay, throughput, routing load and packet delivery type of performance parameters of the network. For these simulation results considering as a reference, the proposed protocol I-DRINA protocol gives improvement in the overall performance parameters over existing LEACH and DRINA protocols. References [1]. Peng Guo, Tao Jiang, Senior Member, IEEE, Qian Zhang, Fellow, IEEE, and Kui Zhang, Sleep Scheduling for Critical Event Monitoring in Wireless Sensor Networks, IEEE Transactions On Parallel And Distributed Systems, Vol. 23, No. 2, February 2012 [2]. Dali Wei, Member, IEEE, et. al., An Energy-Efficient Clustering Solution for Wireless Sensor Networks, IEEE Transactions on Wireless Communications, Vol. 10, No. 11, November 2011 [3]. Yanwei Wu, Member, IEEE, Xiang-Yang Li, Senior Member, IEEE, YunHao Liu, Senior Member, IEEE, and Wei Lou, Energy- Efficient Wake-Up Scheduling for Data Collection and Aggregation, IEEE Transactions On Parallel And Distributed Systems, Vol. 21, No. 2, February 2010 [4]. AbtinKeshavarzian, Huang Lee, LaxmiVenkatraman, Wake up scheduling in wireless sensor networks, Proc. seventh ACM Int'l Conf.Mobile Ad Hoc Networking and Computing, (pp. 322-333).2006 [5]. N. Bouabdallah, M.E. Rivero-Angeles, and B. Sericola, Continuous Monitoring Using Event-Driven Reporting for Cluster-Based Wireless Sensor Networks,” IEEE Trans. Vehicular Technology, vol. 58, no. 7, pp. 3460-3479, Sept. 2009. [6]. Bo Jiang, Student Member, IEEE, Binoy Ravindran, Senior Member, IEEE, and Hyeonjoong Cho, Member, IEEE: Probability- Based Prediction and Sleep Scheduling for Energy-Efficient Target Tracking in Sensor Networks, IEEE Transactions on Mobile Computing, Vol. 12, No. 4, April 2013 [7]. Hongbo Jiang, Member et. al., Prediction or Not? An Energy-Efficient Framework for Clustering-Based Data Collection in Wireless Sensor Networks, IEEE Transactions On Parallel And Distributed Systems, Vol. 22, No. 6, June 2011 [8]. Leandro Aparecido Villas et. al., DRINA: A Lightweight and Reliable Routing Approach for In-Network Aggregation in Wireless Sensor Networks, IEEE Transaction on computers, vol. 62, No. 4, 676-689, April 2013 [9]. E. Fasolo, M. Rossi, J. Widmer, and M. Zorzi, In-network Aggregation Techniques for Wireless Sensor Networks: A Survey, IEEE Wireless Comm., vol. 14, no. 2, pp. 70-87, Apr. 2007 [10]. B. Krishnamachari, D. Estrin, and S.B. Wicker, The Impact of Data Aggregation in Wireless Sensor Networks, Proc. 22nd Int’l Conf. Distributed Computing Systems (ICDCSW ’02), pp. 575-578, 2002 [11]. S. Madden, M.J. Franklin, J.M. Hellerstein, and W. Hong, Tag: A Tiny Aggregation Service for Ad-Hoc Sensor Networks, ACM SIGOPS Operating Systems Rev., vol. 36, no. SI, pp. 131-146, 2002 [12]. A.P. Chandrakasan, A.C. Smith, and W.B. Heinzelman, An Application-Specific Protocol Architecture for Wireless Micro sensor Networks, IEEE Trans. Wireless Comm., vol. 1, no. 4, pp. 660- 670, Oct. 2002.