SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
National Conference on Current Trends in Computer Science and Engineering - CSECONF2012


                     Energy Efficient Routing in Wireless Sensor Networks
                                     Gunti Spandan1, Prashanth.C2, C R Manjunath3
             1,2         nd
               MTech 2 sem, Dept of CSE, SET, Jain University, spandangunti@gmail.com,prashu.kc@gmail.com
                            3
                              Asst prof, Dept of CSE, Jain University, manjucr123@gmail.com


Abstract:Wireless Sensor Networks present a great                         Energy-efficient multicast routing protocol is of
potential in monitoring systems. Routing problem is one of       paramount importance for many new applications being
the most important issues in a wireless sensor network           developed for the resource scarce WSN.
(WSN).Any routing protocol designed for wireless sensor          II - MULTICAST AD HOC ON-DEMAND
networks is should take into consideration, the challenging      DISTANCE V ECTOR(MAODV)
factors like fault tolerance, energy efficiency, scalability,              MAODV like DSR has the same on demand
latency, power consumption and network topology.The              routing characteristics, but uses an entirely different
stringent requirement of energy budget has been an               approach for maintaining routing table information. As
emerging issue in the design specification for a wireless        MAODV belongs to the family of on demand routing
sensors network (WSN). In this paper we present astudy on        protocol,so it follows the conventional scheme of
demand &clustermulticast routing protocols with energy-          maintaining routing table i.e. only one entry will be made
efficiency perspective.                                          for each destination.The entry made contains two
                                                                 information's, first one is it will update its destination with
Keywords: multicast, routing,             wireless    sensor     the next hope and then the next hope will update its
networks, energyefficient.                                       sequence number which shows that how recently this node
I - Introduction                                                 has updated.
           Wireless sensor network(WSN) is a multi-hop                     MAODV also updates the upstream link if any
wireless networks consists of a large of small-size, low-cost    link associated against this entry goes down.MAODV also
and low-power sensor nodes which are capable of sensing,         uses the same broadcasting mechanism as used by the DSR
computation and communication. WSN take advantage of             for discovery within the network but it is different from
deployment rapidly and strong survivability without fixed        AODV as it only receives route reply from those nodes
network support,but also with features of dynamic topology       which belongs to a family of multicast group.
structure and energy resources are limited and so on.The
application of WSN technology is a revolution of perceived
and collection of information andused for various
applications such as habitat monitoring, automation, and
agriculture [1].
           Routing in WSNs is very challenging due to the
inherent characteristics that distinguish these networks
from other wireless networks like mobile ad hoc networks
or cellular networks.Sensor nodes are tightly constrained in
terms of energy, processing, and storage capacitiesthey
require careful resource management. Multicast is the
communication paradigm of one-to-many or many-to-
many, based on defined groups and constituted by
members, whose interest is to receive/share the same
information for a specific application.Multicast routing is to
find a multicast tree which is rooted from the source and              Figure 1 MAODV Joining Process- Image reproduced
spans all destination nodes.The whole routing process            The group leader broadcast a HELLO message to all the
includes two phases. The first phase is to seek a minimal        nodes and they update their request table upon this group
energy path from the sink to the access point based on the       HELLO message. If a new node is interested to be a part of
idea of dynamic programming. The second phase is to              join this group, initially it will generate a route request
search for a broadcast tree between the access point and the     packet (RREQ). The node unicast this request if it already
destination nodes in the multicast region [2].                   knows the group leader address otherwise it will be
           Energy Efficient Routingmethod is proposed for        broadcasted. The group leader or any other node of the
a static wireless sensors network, which consists of a large     requested group having a grater sequence number than that
number of energy-constrained sensors and a few hubs as           of the RREQ packet isallowed to respond. As the message
the cluster heads of sensors.Since each battery-powered          is broadcasted the members of the group or the group
sensor only has limited energy resource and the battery          leader will receive several RREQ packets but it will
recharge or replacement is impractical, a network with           consider only one having the highest sequence number and
energy-aware design becomes important to achieve the             least hope count. After selecting the request packet, it
desired lifetime performance.                                    unicast a route reply packet to the desired node. This
                                                                 replying packet consists of the sequence number which is
                                                                 recently updated and the distance of the node from the

                                                                                                                            63
National Conference on Current Trends in Computer Science and Engineering - CSECONF2012


group leader. The requesting node at its end also                 attribute from the user. The CH broadcasts the attribute,
receivesnumerous replies from different nodes and group           hard threshold (HT), soft threshold (ST), schedule and
leader but selects only one having the shortest distance          count time (CT) parameters to the cluster members. The
among all RREP packets and most recently received. After          sensor nodes sense continuously. If the sensed value is
selecting the most suitable route it generates a multicast        above the HT it is stored in the internal variable (SV) and
activation packet (MCAT) to its neighbor node to enable           transmitted to the CH through the TDMA schedule
the desired route.Figure2 shows the node joining process of       assigned for it. All the clusters formed here may not have
MAODY.                                                            uniform number of sensor nodes. The cluster formed with
                                                                  maximum number of nodes requires more time to aggregate
III   -   THRESHOLDSENSITIVEENERGY                                the captured data from nodes and transmit to BS than the
EFFICIENT SENSOR NETWOR K ( TEEN)                                 cluster with minimum number of nodes.
          Threshold sensitive Energy Efficient sensor                        Suppose in any cluster, adjacent nodes have the
Network (TEEN)[5] belongs to on-demand routing                    similar sensed data to transmit then those nodes are formed
protocols category and mostly used for time crucial               as a pair. Only one node from the pair will respond to the
applications. In TEEN, nodes have two levels of cluster           query while the another node goes to sleep mode. The node
heads and also they follow hierarchical clustering design.        which responds to the query is considered as active node
After nodes haveselected their cluster head, user needs to        and the other node which goes to sleep mode is considered
manually enter the attribute values, which will be                as sleep node. This protocol supports one time query,
broadcasted by cluster head in form of two parameters soft        historical query and persistent query. The BS needs to
threshold and hard threshold.                                     respond to nodes query only after receiving the data from
          The sensor nodes will start transmitting data           all the CHs.
when minimum threshold value is greater than hard                            As the cluster head of cluster with maximum
threshold. Another variable called sensed value is used for       members require more time to communicate with BS a
transmitted data.Teen savesdata continuously. The soft            modified TDMA schedule is assigned as per which BS
threshold also saves energy by reducing the transmission,         needs to wait until data from CH of cluster with more
when there no or little change in the attribute value. Cluster    members reaches it. Apart from responding to time critical
head will definitely consume more energy than a normal            events, the nodes were also forced to transmit data to CH at
node because it needs to do extra processing.                     periodic intervals as CT even though the sensed data does
                                                                  not exceed the threshold value. Where CT is the maximum
                                                                  time period between two successive reports sent by a node.
                                                                  Due to this periodic transmission, frequent updates of the
                                                                  nodes sensed value are transmitted to its CH. In this
                                                                  protocol the energy consumption can be reduced by
                                                                  properly selecting the CT and threshold values.
                                                                             CDMA schedule is used to avoid collisions
                                                                  during cluster heads communicating with BS.
                                                                  The attributes can be changed during the every cluster head
                                                                  change time. The main drawback ofthis protocol is the
                                                                  additional complexity required to implement the threshold
                                                                  functions and CT.


              Figure 2 Operational Flow of TEEN
The biggest disadvantage of this protocol is that when hard
threshold value is higher than sensed value there will be no
transmission to clustered head from node, so the cluster
head will have no information updation even if the node is
no more in network. This problem can easily be addressed
by fixing soft threshold to as minimum value as possible
even though it would increase energy consumption but
nodes sensibility will also be increased. This protocol uses
Time Division Multiple Access (TDMA) as a scheduler to
send data between nodes and their cluster heads.Figure 2
shows operational flow diagram of TEEN protocol.



IV - Adaptive Periodic Threshold-sensitiveEnergy
Efficient sensor network protocol(APTEEN)
           APTEEN, is a hybrid protocol proposed in [5] for       V - SPEED Protocol
both periodic data collection and time criticalevents. In this,            SPEED maintains a desired delivery speed across
cluster is formed with 1st level and 2nd level cluster heads.     sensornetworks by both diverting traffic at the
After selecting the cluster head (CH) it receives the

                                                                                                                          64
National Conference on Current Trends in Computer Science and Engineering - CSECONF2012


networkinglayer and locally regulating packets sent to the
MAC layer.                                                     VI - REAL-TIME POWER-AWARE ROUTING
It consists of the following components: An API, A             IN SENSOR NETWORKS (RPAR)
neighbor beacon exchange scheme, A delay estimation            RPAR is a real time protocol proposed in which achieves
scheme, the Stateless Non-deterministic Geographic             application-specified communication delays at low energy
Forwardingalgorithm (SNGF), A Neighborhood Feedback            cost by dynamically adapting transmission power and
Loop (NFL), Backpressure Rerouting, Last mile processing       routing decisions based on packet deadlines. The primary
As shown in Figure 4,.SNGF is the routing module               design objective of RPAR is to increase the number of
responsible for choosing the next hop candidate that can       packets which meets their deadlines. Another
support the desired delivery speed. NFL and Backpressure       distinguishing feature of RPAR is that it handles realistic
Rerouting are two modules to reduce or divert traffic when     properties of WSN such as lossy links, limited memory,
congestion occurs, so that SNGF has available candidates       and bandwidth. RPAR has four components:
to choose from. The last mile process is provided to support   A. Dynamic velocity assignment policy
the three communication semantics mentioned before.            It uses the velocity assignment policy to map a packet’s
Delay estimation is the mechanism by which a node              deadline to a required velocity.
determineswhether or not congestion has occurred. And          B. Delay estimator
beacon exchange provides geographic location of the            This evaluates the one-hop delay of each forwarding choice
neighbors so that SNGF can do geographic based routing.        in the neighbor table, i.e. the time a node takes to deliver a
                                                               packet to neighbor N at power level p.
                                                               C. Forwarding policy
                                                               Based on the velocity requirement and the information
                                                               provided by the delay estimator, It forwards the packet
                                                               using the most energyefficient forwarding choice in its
                                                               neighborhood table that meets the required velocity.
                                                               D. Neighborhood manager
                                                               This manager attempts to find a new forwarding choice that
                                                               meets the required velocity through power adaptation and
                                                               neighbor discovery, when the forwarding policy cannot
                                                               find a forwarding choice that meets the required velocity in
                                                               the neighbor table. RPAR trades-off between
                                                               thecommunication delay and throughput. It trades capacity
          Figure 4 SPEED Protocol- Image reproduced            and energy for improving latency byincreasing
                                                               transmission power and when there are loose deadlines, the
                                                               transmission power isadjusted accordingly. The delay
SPEED facilitates real-time communication because it           bounds for each packet is provided by the application
provides desired transfer rate over the network. It provides
different types of communication services i.e.                 VII - MULTIPATH                 AND       MULTIPLE-SP
unicast,multicast and any cast. Stateless Non-deterministic    EED(MMSPEED)
Geographic Forwarding (SNGF) identifies next hop                          MMSPEED is an extension of SPEED
whenever source node transmit the data.                        protocol[4]. The aim of MMSPEED is to make routing
                                                               decisions locally on the nodes and also to facilitate
SPEED only stores the information of very next node, so it     differentiated QOS in timeless and reliable domain. To
requires less memory. Neighboring beacon is used for           make decisions locally without maintaining end-to-end
information interchange between nodes. To identify             routes, it uses geographic routing method. It assumes that
trafficchanges in the network two types of on demand           main identifier for destination is its geographic location
beacons are used i.e. delay estimation and back pressure       rather than node ID. Periodic location update packets are
beacon.                                                        used to instantly update the location information with
          SPEED uses Backpressure rerouting mechanism          neighbors, so that every node is aware of its very next
for congestion controlhandling in the network. Packets are     neighbor within its range. Each node makes pre-packet
given an alternative route to destination and normally no      decisions depending on the geographic location of the
packets are dropped in Backpressure rerouting mechanism.       neighbor.
Only when there is no alternative route to destination and                 The geographic localized routing mechanism has
network become very congested than the packets are             many advantagesover traditional routing approach:
dropped. It will consume less energy if there is no            i) This approach is suitable for larger networks
congestion in the network and also it will save energy by      (scalability).
selecting shortest path to the destination but if there is     ii) Minimum delay suitable for time-critical applications.
congestion in the network, the energy consumption will be      iii) Dynamic adoption to network topology changes.
slightly higher. SPEED is a hybrid protocol because it                    To achieve higher performance, MMSPEED
combines the functionality of MAC and network layer to         needs MAC layerto support following function:
minimize the delay and to provide better response to           i) To assign priority for accessing shared-medium
congestion. Figure 4 shows the protocol structure of           dependingupon the speed layer.
SPEED protocol.                                                ii) Reliable packet delivery

                                                                                                                         65
National Conference on Current Trends in Computer Science and Engineering - CSECONF2012


iii) Average delay measurement                                      (3)The cluster head node need to communicate with the
iv) Measurement of loss to individual neighbors                    sink node to complete the data fusion work, energy
                                                                   consumption increased.

                                                                   VIII - Conclusion:
                                                                   Providing an energy-efficient multicast routing protocol is
                                                                   of paramount importance for many new applications being
                                                                   developed for the resource scarce in WSNThis paper
                                                                   presents an overview of different energy efficientmulticast
                                                                   routing protocols for wireless sensor networks.
                                                                   Generally,all of them needs low processing and memory
                                                                   forrouting that means lower energy requirements.

                                                                   References
                                                                   [1].D.Baghyalakshmi,          Jemimah         Ebenezer,      S.A.V.
                                                                   Satyamurty,”LOW             LATENCY           AND          ENERGY
                                                                   EFFICIENTROUTING PROTOCOLS FOR WIRELESSSENSOR
               Figure 5 MMSPEED Protocol- Image                    NETWORKS” ICWCSC,2010.
To achieve above MAC layer goals another protocol is               [2].Abid Ali Minhas, Fazl-e-Hadi, Danish Sattar, KashifMustaq
profromposed in. MMSPEED establishes redundant path to             and S. Ali Rizvi” Energy Efficient Multicast Routing Protocols for
each destination and also provides multi-speed                     Wireless Sensor Networks” IEEE 2011.
                                                                   [3]. Ricardo Silva #1, Jorge S´a Silva #2.”Why Should Multicast
transmission. Fordifferent speeds different QOS levels can
                                                                   be used in WSNs” IEEE ISWCS 2008
be set to improve performance. MMSPEED and SPEED                   [4]. W. B. Jaballah and N. Tabbane, "Multi path multi speed
are different in way that MMSPEED offers different level           contention window adapter," IJCSNS International Journal of
of QOS according to network and traffic requirements.              Computer Science and Network Security" vol. 9, no. 2, 2009.
Figure 5 shows the protocol structure of MMSPEED                   [5]. A. Manjeshwar and D. P. Agarwal, "Teen: A routing protocol
protocol                                                           for enhanced efficiency in wireless sensor networks," Proceedings
                                                                   15th International Parallel and Distributed Processing. IPDPS, 2001
VIII - LEACH Protocol                                              6.PAN Xue-feng, LI La-yuan,”Design of an Energy Balanced
                                                                   Based Routing Protocol for WSN”IEEE 2011.
          In the LEACH protocol, random, adaptive, self-           7.Taehee Kim, Hosung Park, Min-Sook Jin, BatzorigSambuu, and
organizing cluster formation method. Figure 6depicts a             Sang-Ha Kim “Energy-balancing Multicast Routing Protocolfor
wireless sensor network protocol based on LEACH is                 Wireless Sensor Networks” IEEE 2008.
divided into five clusters, each cluster has a black circle
represents the first cluster node , the rest of the white circle
indicates a non cluster head node. Each cluster has a cluster
head node, protocol randomly selecting cluster head node
cycle, the energy of the entire network load equally
distributed to each sensor node can achieve lower energy
consumption, the purpose of improving network lifetime




           Figure 6 LEACH protocol cluster structure
From the above analysis shows that LEACH protocol has
the following deficiencies:
 (1) the use of cluster head nodes in random rotation
method which can reduce the energyconsumption, but
repeatedly re-clustering will still consume more energy.
(2) different clusters, the cluster head node and cluster head
nodes from non-different, the communication process
increases the energy consumption of cluster head.



                                                                                                                                  66

Weitere ähnliche Inhalte

Was ist angesagt?

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
 
A General Self Organized Tree Based Energy Balance Routing Protocol for WSN
A General Self Organized Tree Based Energy Balance Routing Protocol for WSN A General Self Organized Tree Based Energy Balance Routing Protocol for WSN
A General Self Organized Tree Based Energy Balance Routing Protocol for WSN Sathish Silence
 
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc NetworksHexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc NetworksIJTET Journal
 
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...IJERA Editor
 
Wireless Sensor Network Routing Protocols
Wireless Sensor Network Routing ProtocolsWireless Sensor Network Routing Protocols
Wireless Sensor Network Routing ProtocolsVirendra Thakur
 
Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...
Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...
Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...IJECEIAES
 
A review of routing protocols in wsn
A review of routing protocols in wsnA review of routing protocols in wsn
A review of routing protocols in wsnAyman Adel
 
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEYREAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEYcscpconf
 
Wireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsWireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsmmjalbiaty
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Routing protocol on wireless sensor network
Routing protocol on wireless sensor networkRouting protocol on wireless sensor network
Routing protocol on wireless sensor networkshashankcsnits
 
Wireless sensor networks routing protocols
Wireless sensor networks routing protocolsWireless sensor networks routing protocols
Wireless sensor networks routing protocolssourabhshivtiwari
 
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...IOSR Journals
 
Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318Editor IJARCET
 
Protocols for wireless sensor networks
Protocols for wireless sensor networks Protocols for wireless sensor networks
Protocols for wireless sensor networks DEBABRATASINGH3
 
Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)rajivagarwal23dei
 
29 ijaprr vol1-4-14-23kishor
29 ijaprr vol1-4-14-23kishor29 ijaprr vol1-4-14-23kishor
29 ijaprr vol1-4-14-23kishorijaprr_editor
 

Was ist angesagt? (19)

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...
 
3
33
3
 
A General Self Organized Tree Based Energy Balance Routing Protocol for WSN
A General Self Organized Tree Based Energy Balance Routing Protocol for WSN A General Self Organized Tree Based Energy Balance Routing Protocol for WSN
A General Self Organized Tree Based Energy Balance Routing Protocol for WSN
 
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc NetworksHexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
Hexagonal based Clustering for Reducing Rebroadcasts in Mobile Ad Hoc Networks
 
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
 
i2ct_submission_105
i2ct_submission_105i2ct_submission_105
i2ct_submission_105
 
Wireless Sensor Network Routing Protocols
Wireless Sensor Network Routing ProtocolsWireless Sensor Network Routing Protocols
Wireless Sensor Network Routing Protocols
 
Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...
Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...
Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...
 
A review of routing protocols in wsn
A review of routing protocols in wsnA review of routing protocols in wsn
A review of routing protocols in wsn
 
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEYREAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
REAL-TIME ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORKS: A SURVEY
 
Wireless sensor network lifetime constraints
Wireless sensor network lifetime constraintsWireless sensor network lifetime constraints
Wireless sensor network lifetime constraints
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Routing protocol on wireless sensor network
Routing protocol on wireless sensor networkRouting protocol on wireless sensor network
Routing protocol on wireless sensor network
 
Wireless sensor networks routing protocols
Wireless sensor networks routing protocolsWireless sensor networks routing protocols
Wireless sensor networks routing protocols
 
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
 
Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318
 
Protocols for wireless sensor networks
Protocols for wireless sensor networks Protocols for wireless sensor networks
Protocols for wireless sensor networks
 
Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)
 
29 ijaprr vol1-4-14-23kishor
29 ijaprr vol1-4-14-23kishor29 ijaprr vol1-4-14-23kishor
29 ijaprr vol1-4-14-23kishor
 

Andere mochten auch

Geographic routing protocol_in_wireless_sensor_networks
Geographic routing protocol_in_wireless_sensor_networksGeographic routing protocol_in_wireless_sensor_networks
Geographic routing protocol_in_wireless_sensor_networksGr Patel
 
Error detection and correction
Error detection and correctionError detection and correction
Error detection and correctionSisir Ghosh
 
Actividad 1. el multiculturalismo
Actividad 1. el multiculturalismoActividad 1. el multiculturalismo
Actividad 1. el multiculturalismoLilia Ayala
 
Autonomous robots report
Autonomous robots reportAutonomous robots report
Autonomous robots reportRamki M
 
CSE 623 - Assignment 3 (English Phonology) - Thom Retsema
CSE 623 - Assignment 3 (English Phonology) - Thom RetsemaCSE 623 - Assignment 3 (English Phonology) - Thom Retsema
CSE 623 - Assignment 3 (English Phonology) - Thom Retsemathomgiaman
 
Casos y experiencias de éxito en RSC
Casos y experiencias de éxito en RSCCasos y experiencias de éxito en RSC
Casos y experiencias de éxito en RSCJaime Alapont
 
ONGLINE - Marketing Profile
ONGLINE - Marketing ProfileONGLINE - Marketing Profile
ONGLINE - Marketing ProfilePohSeng Ong
 
Art paintings ideas
Art paintings ideasArt paintings ideas
Art paintings ideasRamki M
 
HOW THE DOG FOUND HIMSELF A MASTER
HOW THE DOG FOUND HIMSELF A MASTER HOW THE DOG FOUND HIMSELF A MASTER
HOW THE DOG FOUND HIMSELF A MASTER naresh_101
 
Naturaleza con el diseño prezi
Naturaleza con el diseño   preziNaturaleza con el diseño   prezi
Naturaleza con el diseño prezibpatron
 
MyersTessella_Dec2013
MyersTessella_Dec2013MyersTessella_Dec2013
MyersTessella_Dec2013Mark Myers
 
Ejemplo portafolio digital nassaret
Ejemplo portafolio digital nassaretEjemplo portafolio digital nassaret
Ejemplo portafolio digital nassaretanamarlencaceres
 

Andere mochten auch (20)

Geographic routing protocol_in_wireless_sensor_networks
Geographic routing protocol_in_wireless_sensor_networksGeographic routing protocol_in_wireless_sensor_networks
Geographic routing protocol_in_wireless_sensor_networks
 
Error detection and correction
Error detection and correctionError detection and correction
Error detection and correction
 
Ns2 dia
Ns2 diaNs2 dia
Ns2 dia
 
Seminario 3
Seminario 3Seminario 3
Seminario 3
 
Actividad 1. el multiculturalismo
Actividad 1. el multiculturalismoActividad 1. el multiculturalismo
Actividad 1. el multiculturalismo
 
RavikumarkajaResume
RavikumarkajaResumeRavikumarkajaResume
RavikumarkajaResume
 
Trabalho Zanza Bião
Trabalho Zanza BiãoTrabalho Zanza Bião
Trabalho Zanza Bião
 
Autonomous robots report
Autonomous robots reportAutonomous robots report
Autonomous robots report
 
CSE 623 - Assignment 3 (English Phonology) - Thom Retsema
CSE 623 - Assignment 3 (English Phonology) - Thom RetsemaCSE 623 - Assignment 3 (English Phonology) - Thom Retsema
CSE 623 - Assignment 3 (English Phonology) - Thom Retsema
 
Casos y experiencias de éxito en RSC
Casos y experiencias de éxito en RSCCasos y experiencias de éxito en RSC
Casos y experiencias de éxito en RSC
 
Rosel 6 b
Rosel 6 bRosel 6 b
Rosel 6 b
 
Problematicas2
Problematicas2Problematicas2
Problematicas2
 
ONGLINE - Marketing Profile
ONGLINE - Marketing ProfileONGLINE - Marketing Profile
ONGLINE - Marketing Profile
 
Anatomía de mi PLE
Anatomía de mi PLEAnatomía de mi PLE
Anatomía de mi PLE
 
Art paintings ideas
Art paintings ideasArt paintings ideas
Art paintings ideas
 
HOW THE DOG FOUND HIMSELF A MASTER
HOW THE DOG FOUND HIMSELF A MASTER HOW THE DOG FOUND HIMSELF A MASTER
HOW THE DOG FOUND HIMSELF A MASTER
 
PDF
PDFPDF
PDF
 
Naturaleza con el diseño prezi
Naturaleza con el diseño   preziNaturaleza con el diseño   prezi
Naturaleza con el diseño prezi
 
MyersTessella_Dec2013
MyersTessella_Dec2013MyersTessella_Dec2013
MyersTessella_Dec2013
 
Ejemplo portafolio digital nassaret
Ejemplo portafolio digital nassaretEjemplo portafolio digital nassaret
Ejemplo portafolio digital nassaret
 

Ähnlich wie Energy efficient routing_in_wireless_sensor_networks

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
 
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACHBased on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACHijsrd.com
 
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)ijsrd.com
 
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)ijsrd.com
 
Modified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a surveyModified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a surveyIAEME Publication
 
Energy efficient protocol with static clustering (eepsc) comparing with low e...
Energy efficient protocol with static clustering (eepsc) comparing with low e...Energy efficient protocol with static clustering (eepsc) comparing with low e...
Energy efficient protocol with static clustering (eepsc) comparing with low e...Alexander Decker
 
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
 
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...IJCSEA Journal
 
An Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
An Improved LEACH-C Algorithm for Energy Efficiency in WSN RoutingAn Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
An Improved LEACH-C Algorithm for Energy Efficiency in WSN Routingijsrd.com
 
A Survey on Clustering Techniques for Wireless Sensor Network
A Survey on Clustering Techniques for Wireless Sensor Network A Survey on Clustering Techniques for Wireless Sensor Network
A Survey on Clustering Techniques for Wireless Sensor Network IJORCS
 
Bb2641284132
Bb2641284132Bb2641284132
Bb2641284132IJMER
 
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...ijsrd.com
 
Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...
Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...
Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...IRJET Journal
 
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORKIMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORKIAEME Publication
 
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...cscpconf
 

Ähnlich wie Energy efficient routing_in_wireless_sensor_networks (20)

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
 
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACHBased on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
 
Bn36386389
Bn36386389Bn36386389
Bn36386389
 
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
 
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
 
Modified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a surveyModified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a survey
 
Energy efficient protocol with static clustering (eepsc) comparing with low e...
Energy efficient protocol with static clustering (eepsc) comparing with low e...Energy efficient protocol with static clustering (eepsc) comparing with low e...
Energy efficient protocol with static clustering (eepsc) comparing with low e...
 
Jm2416491652
Jm2416491652Jm2416491652
Jm2416491652
 
H0421043049
H0421043049H0421043049
H0421043049
 
Wsn ppt
Wsn pptWsn ppt
Wsn ppt
 
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...
 
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
 
An Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
An Improved LEACH-C Algorithm for Energy Efficiency in WSN RoutingAn Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
An Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
 
A Survey on Clustering Techniques for Wireless Sensor Network
A Survey on Clustering Techniques for Wireless Sensor Network A Survey on Clustering Techniques for Wireless Sensor Network
A Survey on Clustering Techniques for Wireless Sensor Network
 
A04560105
A04560105A04560105
A04560105
 
Bb2641284132
Bb2641284132Bb2641284132
Bb2641284132
 
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
 
Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...
Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...
Energy Efficient Optimized LEACH-C Protocol using PBO Algorithm For Wireless ...
 
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORKIMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
 
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
 

Kürzlich hochgeladen

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 

Kürzlich hochgeladen (20)

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 

Energy efficient routing_in_wireless_sensor_networks

  • 1. National Conference on Current Trends in Computer Science and Engineering - CSECONF2012 Energy Efficient Routing in Wireless Sensor Networks Gunti Spandan1, Prashanth.C2, C R Manjunath3 1,2 nd MTech 2 sem, Dept of CSE, SET, Jain University, spandangunti@gmail.com,prashu.kc@gmail.com 3 Asst prof, Dept of CSE, Jain University, manjucr123@gmail.com Abstract:Wireless Sensor Networks present a great Energy-efficient multicast routing protocol is of potential in monitoring systems. Routing problem is one of paramount importance for many new applications being the most important issues in a wireless sensor network developed for the resource scarce WSN. (WSN).Any routing protocol designed for wireless sensor II - MULTICAST AD HOC ON-DEMAND networks is should take into consideration, the challenging DISTANCE V ECTOR(MAODV) factors like fault tolerance, energy efficiency, scalability, MAODV like DSR has the same on demand latency, power consumption and network topology.The routing characteristics, but uses an entirely different stringent requirement of energy budget has been an approach for maintaining routing table information. As emerging issue in the design specification for a wireless MAODV belongs to the family of on demand routing sensors network (WSN). In this paper we present astudy on protocol,so it follows the conventional scheme of demand &clustermulticast routing protocols with energy- maintaining routing table i.e. only one entry will be made efficiency perspective. for each destination.The entry made contains two information's, first one is it will update its destination with Keywords: multicast, routing, wireless sensor the next hope and then the next hope will update its networks, energyefficient. sequence number which shows that how recently this node I - Introduction has updated. Wireless sensor network(WSN) is a multi-hop MAODV also updates the upstream link if any wireless networks consists of a large of small-size, low-cost link associated against this entry goes down.MAODV also and low-power sensor nodes which are capable of sensing, uses the same broadcasting mechanism as used by the DSR computation and communication. WSN take advantage of for discovery within the network but it is different from deployment rapidly and strong survivability without fixed AODV as it only receives route reply from those nodes network support,but also with features of dynamic topology which belongs to a family of multicast group. structure and energy resources are limited and so on.The application of WSN technology is a revolution of perceived and collection of information andused for various applications such as habitat monitoring, automation, and agriculture [1]. Routing in WSNs is very challenging due to the inherent characteristics that distinguish these networks from other wireless networks like mobile ad hoc networks or cellular networks.Sensor nodes are tightly constrained in terms of energy, processing, and storage capacitiesthey require careful resource management. Multicast is the communication paradigm of one-to-many or many-to- many, based on defined groups and constituted by members, whose interest is to receive/share the same information for a specific application.Multicast routing is to find a multicast tree which is rooted from the source and Figure 1 MAODV Joining Process- Image reproduced spans all destination nodes.The whole routing process The group leader broadcast a HELLO message to all the includes two phases. The first phase is to seek a minimal nodes and they update their request table upon this group energy path from the sink to the access point based on the HELLO message. If a new node is interested to be a part of idea of dynamic programming. The second phase is to join this group, initially it will generate a route request search for a broadcast tree between the access point and the packet (RREQ). The node unicast this request if it already destination nodes in the multicast region [2]. knows the group leader address otherwise it will be Energy Efficient Routingmethod is proposed for broadcasted. The group leader or any other node of the a static wireless sensors network, which consists of a large requested group having a grater sequence number than that number of energy-constrained sensors and a few hubs as of the RREQ packet isallowed to respond. As the message the cluster heads of sensors.Since each battery-powered is broadcasted the members of the group or the group sensor only has limited energy resource and the battery leader will receive several RREQ packets but it will recharge or replacement is impractical, a network with consider only one having the highest sequence number and energy-aware design becomes important to achieve the least hope count. After selecting the request packet, it desired lifetime performance. unicast a route reply packet to the desired node. This replying packet consists of the sequence number which is recently updated and the distance of the node from the 63
  • 2. National Conference on Current Trends in Computer Science and Engineering - CSECONF2012 group leader. The requesting node at its end also attribute from the user. The CH broadcasts the attribute, receivesnumerous replies from different nodes and group hard threshold (HT), soft threshold (ST), schedule and leader but selects only one having the shortest distance count time (CT) parameters to the cluster members. The among all RREP packets and most recently received. After sensor nodes sense continuously. If the sensed value is selecting the most suitable route it generates a multicast above the HT it is stored in the internal variable (SV) and activation packet (MCAT) to its neighbor node to enable transmitted to the CH through the TDMA schedule the desired route.Figure2 shows the node joining process of assigned for it. All the clusters formed here may not have MAODY. uniform number of sensor nodes. The cluster formed with maximum number of nodes requires more time to aggregate III - THRESHOLDSENSITIVEENERGY the captured data from nodes and transmit to BS than the EFFICIENT SENSOR NETWOR K ( TEEN) cluster with minimum number of nodes. Threshold sensitive Energy Efficient sensor Suppose in any cluster, adjacent nodes have the Network (TEEN)[5] belongs to on-demand routing similar sensed data to transmit then those nodes are formed protocols category and mostly used for time crucial as a pair. Only one node from the pair will respond to the applications. In TEEN, nodes have two levels of cluster query while the another node goes to sleep mode. The node heads and also they follow hierarchical clustering design. which responds to the query is considered as active node After nodes haveselected their cluster head, user needs to and the other node which goes to sleep mode is considered manually enter the attribute values, which will be as sleep node. This protocol supports one time query, broadcasted by cluster head in form of two parameters soft historical query and persistent query. The BS needs to threshold and hard threshold. respond to nodes query only after receiving the data from The sensor nodes will start transmitting data all the CHs. when minimum threshold value is greater than hard As the cluster head of cluster with maximum threshold. Another variable called sensed value is used for members require more time to communicate with BS a transmitted data.Teen savesdata continuously. The soft modified TDMA schedule is assigned as per which BS threshold also saves energy by reducing the transmission, needs to wait until data from CH of cluster with more when there no or little change in the attribute value. Cluster members reaches it. Apart from responding to time critical head will definitely consume more energy than a normal events, the nodes were also forced to transmit data to CH at node because it needs to do extra processing. periodic intervals as CT even though the sensed data does not exceed the threshold value. Where CT is the maximum time period between two successive reports sent by a node. Due to this periodic transmission, frequent updates of the nodes sensed value are transmitted to its CH. In this protocol the energy consumption can be reduced by properly selecting the CT and threshold values. CDMA schedule is used to avoid collisions during cluster heads communicating with BS. The attributes can be changed during the every cluster head change time. The main drawback ofthis protocol is the additional complexity required to implement the threshold functions and CT. Figure 2 Operational Flow of TEEN The biggest disadvantage of this protocol is that when hard threshold value is higher than sensed value there will be no transmission to clustered head from node, so the cluster head will have no information updation even if the node is no more in network. This problem can easily be addressed by fixing soft threshold to as minimum value as possible even though it would increase energy consumption but nodes sensibility will also be increased. This protocol uses Time Division Multiple Access (TDMA) as a scheduler to send data between nodes and their cluster heads.Figure 2 shows operational flow diagram of TEEN protocol. IV - Adaptive Periodic Threshold-sensitiveEnergy Efficient sensor network protocol(APTEEN) APTEEN, is a hybrid protocol proposed in [5] for V - SPEED Protocol both periodic data collection and time criticalevents. In this, SPEED maintains a desired delivery speed across cluster is formed with 1st level and 2nd level cluster heads. sensornetworks by both diverting traffic at the After selecting the cluster head (CH) it receives the 64
  • 3. National Conference on Current Trends in Computer Science and Engineering - CSECONF2012 networkinglayer and locally regulating packets sent to the MAC layer. VI - REAL-TIME POWER-AWARE ROUTING It consists of the following components: An API, A IN SENSOR NETWORKS (RPAR) neighbor beacon exchange scheme, A delay estimation RPAR is a real time protocol proposed in which achieves scheme, the Stateless Non-deterministic Geographic application-specified communication delays at low energy Forwardingalgorithm (SNGF), A Neighborhood Feedback cost by dynamically adapting transmission power and Loop (NFL), Backpressure Rerouting, Last mile processing routing decisions based on packet deadlines. The primary As shown in Figure 4,.SNGF is the routing module design objective of RPAR is to increase the number of responsible for choosing the next hop candidate that can packets which meets their deadlines. Another support the desired delivery speed. NFL and Backpressure distinguishing feature of RPAR is that it handles realistic Rerouting are two modules to reduce or divert traffic when properties of WSN such as lossy links, limited memory, congestion occurs, so that SNGF has available candidates and bandwidth. RPAR has four components: to choose from. The last mile process is provided to support A. Dynamic velocity assignment policy the three communication semantics mentioned before. It uses the velocity assignment policy to map a packet’s Delay estimation is the mechanism by which a node deadline to a required velocity. determineswhether or not congestion has occurred. And B. Delay estimator beacon exchange provides geographic location of the This evaluates the one-hop delay of each forwarding choice neighbors so that SNGF can do geographic based routing. in the neighbor table, i.e. the time a node takes to deliver a packet to neighbor N at power level p. C. Forwarding policy Based on the velocity requirement and the information provided by the delay estimator, It forwards the packet using the most energyefficient forwarding choice in its neighborhood table that meets the required velocity. D. Neighborhood manager This manager attempts to find a new forwarding choice that meets the required velocity through power adaptation and neighbor discovery, when the forwarding policy cannot find a forwarding choice that meets the required velocity in the neighbor table. RPAR trades-off between thecommunication delay and throughput. It trades capacity Figure 4 SPEED Protocol- Image reproduced and energy for improving latency byincreasing transmission power and when there are loose deadlines, the transmission power isadjusted accordingly. The delay SPEED facilitates real-time communication because it bounds for each packet is provided by the application provides desired transfer rate over the network. It provides different types of communication services i.e. VII - MULTIPATH AND MULTIPLE-SP unicast,multicast and any cast. Stateless Non-deterministic EED(MMSPEED) Geographic Forwarding (SNGF) identifies next hop MMSPEED is an extension of SPEED whenever source node transmit the data. protocol[4]. The aim of MMSPEED is to make routing decisions locally on the nodes and also to facilitate SPEED only stores the information of very next node, so it differentiated QOS in timeless and reliable domain. To requires less memory. Neighboring beacon is used for make decisions locally without maintaining end-to-end information interchange between nodes. To identify routes, it uses geographic routing method. It assumes that trafficchanges in the network two types of on demand main identifier for destination is its geographic location beacons are used i.e. delay estimation and back pressure rather than node ID. Periodic location update packets are beacon. used to instantly update the location information with SPEED uses Backpressure rerouting mechanism neighbors, so that every node is aware of its very next for congestion controlhandling in the network. Packets are neighbor within its range. Each node makes pre-packet given an alternative route to destination and normally no decisions depending on the geographic location of the packets are dropped in Backpressure rerouting mechanism. neighbor. Only when there is no alternative route to destination and The geographic localized routing mechanism has network become very congested than the packets are many advantagesover traditional routing approach: dropped. It will consume less energy if there is no i) This approach is suitable for larger networks congestion in the network and also it will save energy by (scalability). selecting shortest path to the destination but if there is ii) Minimum delay suitable for time-critical applications. congestion in the network, the energy consumption will be iii) Dynamic adoption to network topology changes. slightly higher. SPEED is a hybrid protocol because it To achieve higher performance, MMSPEED combines the functionality of MAC and network layer to needs MAC layerto support following function: minimize the delay and to provide better response to i) To assign priority for accessing shared-medium congestion. Figure 4 shows the protocol structure of dependingupon the speed layer. SPEED protocol. ii) Reliable packet delivery 65
  • 4. National Conference on Current Trends in Computer Science and Engineering - CSECONF2012 iii) Average delay measurement (3)The cluster head node need to communicate with the iv) Measurement of loss to individual neighbors sink node to complete the data fusion work, energy consumption increased. VIII - Conclusion: Providing an energy-efficient multicast routing protocol is of paramount importance for many new applications being developed for the resource scarce in WSNThis paper presents an overview of different energy efficientmulticast routing protocols for wireless sensor networks. Generally,all of them needs low processing and memory forrouting that means lower energy requirements. References [1].D.Baghyalakshmi, Jemimah Ebenezer, S.A.V. Satyamurty,”LOW LATENCY AND ENERGY EFFICIENTROUTING PROTOCOLS FOR WIRELESSSENSOR Figure 5 MMSPEED Protocol- Image NETWORKS” ICWCSC,2010. To achieve above MAC layer goals another protocol is [2].Abid Ali Minhas, Fazl-e-Hadi, Danish Sattar, KashifMustaq profromposed in. MMSPEED establishes redundant path to and S. Ali Rizvi” Energy Efficient Multicast Routing Protocols for each destination and also provides multi-speed Wireless Sensor Networks” IEEE 2011. [3]. Ricardo Silva #1, Jorge S´a Silva #2.”Why Should Multicast transmission. Fordifferent speeds different QOS levels can be used in WSNs” IEEE ISWCS 2008 be set to improve performance. MMSPEED and SPEED [4]. W. B. Jaballah and N. Tabbane, "Multi path multi speed are different in way that MMSPEED offers different level contention window adapter," IJCSNS International Journal of of QOS according to network and traffic requirements. Computer Science and Network Security" vol. 9, no. 2, 2009. Figure 5 shows the protocol structure of MMSPEED [5]. A. Manjeshwar and D. P. Agarwal, "Teen: A routing protocol protocol for enhanced efficiency in wireless sensor networks," Proceedings 15th International Parallel and Distributed Processing. IPDPS, 2001 VIII - LEACH Protocol 6.PAN Xue-feng, LI La-yuan,”Design of an Energy Balanced Based Routing Protocol for WSN”IEEE 2011. In the LEACH protocol, random, adaptive, self- 7.Taehee Kim, Hosung Park, Min-Sook Jin, BatzorigSambuu, and organizing cluster formation method. Figure 6depicts a Sang-Ha Kim “Energy-balancing Multicast Routing Protocolfor wireless sensor network protocol based on LEACH is Wireless Sensor Networks” IEEE 2008. divided into five clusters, each cluster has a black circle represents the first cluster node , the rest of the white circle indicates a non cluster head node. Each cluster has a cluster head node, protocol randomly selecting cluster head node cycle, the energy of the entire network load equally distributed to each sensor node can achieve lower energy consumption, the purpose of improving network lifetime Figure 6 LEACH protocol cluster structure From the above analysis shows that LEACH protocol has the following deficiencies: (1) the use of cluster head nodes in random rotation method which can reduce the energyconsumption, but repeatedly re-clustering will still consume more energy. (2) different clusters, the cluster head node and cluster head nodes from non-different, the communication process increases the energy consumption of cluster head. 66