Power Aware Routing in Mobile Ad-Hoc Networks

Size: px
Start display at page:

Download "Power Aware Routing in Mobile Ad-Hoc Networks"

Transcription

1 31 st Oct, 2002 Power Aware Routing in Mobile Ad-Hoc Networks -Sumit I Eapen - Joy Ghosh

2 Contents Introduction Metrics for power awareness Routing Protocols > Power Source Routing (PSR) > Local Energy Aware Routing (LEAR) > Geographical and Energy Aware Routing (GEAR) > Minimum Energy Mobile Wireless Networks > Low Energy Adaptive Clustering Hierarchy (LEACH) > Sensor Protocols for Information via Negotiation > Hierarchical Power Aware Routing in Sensor Networks References

3 Introduction Power Concerns The lifetime of a network is defined as the time it takes for a fixed percentage of the nodes in a network to die out. Portability of wireless nodes being critical its almost mandatory to keep the battery sizes to a bare necessary Since battery capacity is thus fixed, a wireless mobile node is extremely energy constrained Hence all network related transactions should be power aware to be able to make efficient use of the overall energy resources of the network

4 Contents Introduction Metrics for power awareness Routing Protocols > Power Source Routing (PSR) > Local Energy Aware Routing (LEAR) > Geographical and Energy Aware Routing (GEAR) > Minimum Energy Mobile Wireless Networks > Low Energy Adaptive Clustering Hierarchy (LEACH) > Sensor Protocols for Information via Negotiation > Hierarchical Power Aware Routing in Sensor Networks References

5 Traditional routing metrics Aims to minimize hop counts and propagation delay Fails to take into account the power usage of nodes Results in poor lifetime of networks

6 Power Aware Metrics Intuition conserve power and share cost of routing packets to ensure increase in life of node and network Metrics 1. Minimize energy consumed / packet 2. Maximize time to Network Partition 3. Minimize variance in node power levels 4. Minimize cost / packet 5. Minimize maximum node cost

7 1. Minimize energy consumed / packet Definitions: T(a,b) = energy consumed in transmitting and receiving one packet over one hop from a to b - e j = Σ k-1 i=1 T(n i, n i+1 ) = total energy spent for packet j Goal: - Minimize e j for all packets j Note: - In lightly loaded networks this automatically finds shortest hop path - In heavily loaded networks due to contention it might not be shortest

8 2. Maximize time to network partition Definition: - Cut Set: set of nodes that divide the network into two partitions As soon as one node in the set dies the delay experienced increases Goal: - To balance load of the nodes in the Cut Set to maximize network life Problems: - The problem is similar to scheduling tasks to multiple servers so that the response time is minimized, which is known to be NP-complete

9 3. Minimize variance in node power levels Goal: - To keep all nodes up and running together for as long as possible Concept: - Build a route that takes into account the amount of data waiting to be transmitted in all the intermediate nodes Merit: - Achieve some kind of load balancing to ensure similar rates of dissipation of energy throughout the network

10 4. Minimize cost / packet Definition: Total cost of sending packet j: c j = Σ k-1 i=1 f i (x i ) Where, - x i is the energy dissipated in node i till now - f i (x i ) is the cost of node i: f i (x i ) = 1 / (1 g(x i )) Where g(x i ) is the normalized battery capacity Goal: - Minimize c j for all packets j

11 4. Minimize cost / packet (contd.) Advantage: - The remaining batter power level is incorporated into the routing decision - This also balances load by avoiding usage of weak nodes in presence of stronger ones - Network congestion can be taken care of by increasing node cost in presence of contention.

12 5. Minimize maximum node cost Definition: - C i (t) = cost of routing a packet through node i at time t - Ĉ(t) = maximum of the C i (t) s Goal: - Minimize Ĉ(t), for all t > 0 Side effects: - Delays node failure - Reduces variance in node power levels

13 Contents Introduction Metrics for power awareness Routing Protocols > Power Source Routing (PSR) > Local Energy Aware Routing (LEAR) > Geographical and Energy Aware Routing (GEAR) > Minimum Energy Mobile Wireless Networks > Low Energy Adaptive Clustering Hierarchy (LEACH) > Sensor Protocols for Information via Negotiation > Hierarchical Power Aware Routing in Sensor Networks References

14 MANET Routing Protocols Broad Classifications: Proactive Protocols - Table Driven - Frequent topology updates - Each node knows about all destinations - Distance Vector, Link State Routing, etc. Reactive Protocols - On Demand - A node learns of other nodes through actual communications - DSR, AODV, etc

15 Low Power Routing - I Transmission Power - P (i, j) is the Link Cost defined as the power expended for transmitting and receiving a packet between two consecutive nodes i and j - Minimize Σ i,jєpath P (i, j) o Fixed transmit power P(i,j) = b x packet_size + c Where b = packet size dependent energy consumption And c = fixed cost for MAC layer control negotiation o Varying transmit power P(i,j) = k x d α ij Where d ij = distance between i and j And α = parameter depending on physical environment

16 Low Power Routing - II Remaining Battery Power - R i (t) is the remaining power of node i at time t Simple Approach - Minimize Σ iєpath 1/R i (t) Min-Max Approach Avoid routes with nodes having minimum battery capacity among all nodes in all possible routes Conditional Min-Max Approach - Till all nodes in route have energy above a threshold, choose route with minimum total transmission power - As energy falls below threshold, use the min-max algorithm suggested above

17 Power-Aware Source Routing (PSR) This is a Reactive (On demand) protocol based on DSR Cost Function - The cost of route π at time t is C (π,t) - C (π,t) = Σ i Єπ C i (t) where C i (t) is the cost of node i at time t - C i (t) = ρ i. [F i / R i (t)] α - ρ i : transmit power of node i - F i : full-charge battery capacity of node i - R i (t) : remaining battery power of node i at time time t - α : a positive weighting factor This Cost function takes into account both transmission power and remaining battery power

18 PSR Route Discovery RREQ broadcast initiated by source Intermediate nodes can reply to RREQ from cache as in DSR If there is no cache entry, receiving a new RREQ an intermediate node does the following: Starts a timer Keeps the path cost in the header as Min-cost Adds its own cost to the path cost in the header and broadcast On receiving duplicate RREQ an intermediate node rebroadcasts it only if the following is true: The timer for that RREQ has not expired The new path cost in the header is less than Min-cost Destination also waits for a specific time after the first RREQ arrives It then replies to the best seen path in that period and ignores others that come later The path cost is added to the reply and is cached by all nodes that hear the reply

19 PSR Route Discovery Illustration

20 PSR Route Maintenance Node mobility Connections between some nodes on the path are lost due to their movement. In this case a new RREQ is issued and the corresponding entry in the cache is purged. Energy Depletion Energy of some intermediate node maybe depleting very quickly. This can be addressed in two ways: Semi-global approach Here the source monitors the remaining battery level of the path by periodically polling the intermediate nodes Local approach Each intermediate node is allowed to send back a route error at time t if the following condition is met:

21 PSR Route Cache Invalidation Once the cost of a node has increased beyond the threshold for a particular route, all cache entries to various destinations are invalidated However if a path was newly added to the cache, the node makes some allowance by lowering the threshold by some normalized amount for forwarding packets only in that path Invalidated routes are purged from cache after some time A node can use an invalidated route for its own message initiations but not for relaying other node s packets

22 PSR vs DSR Simulation on NS(2) Test bed of 20 nodes confined in 1000 x 1000 m^2 area Range of each node is 250 m 100 reliable and random ftp connections Average duration of connection is 20 sec Total simulation time sec Speed of movement is 10 m/s Random mobility with pause time of 4 sec

23 PSR vs DSR network lifetime

24 PSR vs DSR varying threshold

25 PSR Points to Ponder Threshold timers increase latency Destination has to wait > blocking nature The choice of the time-out period is critical Route invalidation based on the cost increase threshold is also a sensitive decision Too low can force frequent route discoveries Too high can over use a node in a path

26 Contents Introduction Metrics for power awareness Routing Protocols > Power Source Routing (PSR) > Local Energy Aware Routing (LEAR) > Geographical and Energy Aware Routing (GEAR) > Minimum Energy Mobile Wireless Networks > Low Energy Adaptive Clustering Hierarchy (LEACH) > Sensor Protocols for Information via Negotiation > Hierarchical Power Aware Routing in Sensor Networks References

27 Local Energy-Aware Routing (LEAR) Aims to balance energy consumption with shortest routing delays Takes into account a node s willingness to participate in the routing path which is based on its remaining battery power Destination does not wait to reply > non-blocking Efficient use of route cache

28 The basic LEAR Algorithm Source uses a sequence number for new request If it gets no reply back it increases the sequence number and re-broadcasts

29 LEAR Basic Algorithm Problems Cannot utilize route cache in the basic form since upstream nodes cannot freely decide on behalf of downstream nodes May incur repeated route request messages due to dropping of requests by intermediate nodes in cascade Solutions: four additional routing control messages DROP_ROUTE_REQ ROUTE_CACHE DROP_ROUTE_CACHE CANCEL_ROUTE_CACHE

30 LEAR DROP_ROUTE_REQ The Cascading effect Say the path is A -> B -> C1 -> C2 -> D Each of the intermediate nodes say have low energy On 1 st request from A to D, B will drop request and adjust threshold On 2 nd request from A to D, C1 will drop and adjust, and so on D will finally get the request on 4 th attempt DROP_ROUTE_REQ On 1 st attempt from A to D, B drops and adjusts itself and also forwards DROP_ROUTE_REQ along the path to D This causes C1 and C2 to adjust their threshold D will receive the request on the 2 nd attempt

31 LEAR ROUTE_CACHE Destination may receive multiple ROUTE_REQ and ROUTE_CACHE It replies to only the first one

32 LEAR DROP_ROUTE_CACHE & CANCEL_ROUTE_CACHE On receiving CANCEL_ROUTE_CACHE from C1, B invalidates that entry

33 LEAR Complete Algorithm

34 LEAR Simulation on GloMoSim Test bed of 40 nodes confined in 1000 x 1000 m^2 area Range of each node is 250 m 5 Constant Bit Rate source and destination pair chosen 1024 byte packets sent every sec for a specified duration Total simulation time 500 sec Random waypoint mobility Speed of movement is 5 m/s Pause time is varied from 50 to 400 sec Simulation results shown next are average of 100 runs Initial Threshold value set to 90% of node s initial power The value of adjustment d is taken as 0.1 or 0.4

35 LEAR Standard Deviation of energy distribution Energy Consumption measured at radio layer 35% improved energy balance with high mobility (50 sec pause time) 10% improvement with moderate mobility (400 sec pause time) The d value does not affect much

36 LEAR Ratio of accepted ROUTE_REQ Ratio = total route_reqs accepted / total route_reqs received Even DSR does not have 100% ratio due to TTL d = 0.1 drops requests more frequently due to lower adjustment

37 Contents Introduction Metrics for power awareness Routing Protocols > Power Source Routing (PSR) > Local Energy Aware Routing (LEAR) > Geographical and Energy Aware Routing (GEAR) > Minimum Energy Mobile Wireless Networks > Low Energy Adaptive Clustering Hierarchy (LEACH) > Sensor Protocols for Information via Negotiation > Hierarchical Power Aware Routing in Sensor Networks References

38 Geographical & Energy Aware Routing (GEAR) Mostly appropriate for static data-centric sensor networks The basic concept comprises of two main parts: Route packets towards a Target region through geographical and energy aware neighbor selection Disseminate the packet within the region The concept of the 1 st part can also be applied to mobile ad-hoc networks

39 GEAR Energy aware neighbor computation Each node N maintains state h(n,r) which is called learned cost to region R Each node infrequently updates neighbor of its cost When a node wants to send a packet, it checks the learned cost to that region of all its neighbors If the learned cost of a neighbor to a region is not available, the estimated cost is computed as follows: c(ni, R) = xd(ni, R) + (1-x)e(Ni) Where, x = tunable weight, d(ni, R) = normalized distance of neighbor to region e(ni) = normalized consumed energy at node i

40 GEAR Packet forwarding When a node wants to forward a packet to a destination, it checks to see if it has any neighbor closer to destination than itself In case of multiple choices it aims to minimize the learned cost h(ni, R) It then sets its own cost to: h(n, R) = h(ni, R) + C(N, Ni) Where, C(N, Ni) = combination of remaining energy of N and Ni and the distance between them

41 GEAR Forwarding around holes Incase there are no neighbors closer to destination than itself, the node forwards to the neighbor with the least learned cost It updates its own cost accordingly So next time it wont lie in the route to that region

42 GEAR Discussions on hole avoidance If the length of the path from S to T is n, the learned cost will converge after S delivers n packets to same target T Convergence of learned cost only affects efficiency of hole avoidance not its correctness Propagating learned cost further upstream through the update procedure will enable earlier chances to avoid holes

43 GEAR Dissemination Once the target region is reached the packets are disseminated within the region by recursive geographic forwarding Forwarding stops when a node is the only one in a sub-region

44 GEAR Drawback I Inefficient Transmission Recursive geographic forwarding vs. Restricted flooding

45 Non-Termination GEAR Drawback II When network density is low compared to (sub) target region size

46 GEAR proposed solution Node degree is used as a criteria to differentiate low density networks from high density ones Choice of restricted flooding over recursive geographic forwarding is made accordingly

47 Contents Introduction Metrics for power awareness Routing Protocols > Power Source Routing (PSR) > Local Energy Aware Routing (LEAR) > Geographical and Energy Aware Routing (GEAR) > Minimum Energy Mobile Wireless Networks > Low Energy Adaptive Clustering Hierarchy (LEACH) > Sensor Protocols for Information via Negotiation > Hierarchical Power Aware Routing in Sensor Networks References

48 Minimum Energy Wireless Network What is Minimum Energy Network? -- It is a network where there is a path from node i to j that consumes the least transmission power. Minimum Energy Network Design --given a set of wireless nodes, for each node find a selected set of nodes called neighbors, set a directed link from the node to its neighbor (enclosure graph) --design an algorithm that will do the above function --protocol is distributed Design first for a stationary wireless network and then extend it to a mobile scenario

49 Minimum Energy Network Power Losses 1. Transmission loss which is proportional to d n where d is the distance between transmitter and receiver. n >= 2 2. Receiver power loss constant C. 3. CPU computation loss negligible. Due to 1 above, it can be seen that relaying packets through intermediate nodes might save energy instead of directly transmitting packets.

50 Relaying Concept Relay through b if: td n ab+ td n bc + C < td n ac TD^n(ab) TD^n(bc) TD^n(ac) Relay Region: R i->r of the transmit-relay node pair (i,r) is R i->r = {(x,y) P i->r->(x,y) < P i->(x,y)} e.g, Ra->b = {c} in the above example

51 Relay Region

52 Neighbors Neighbors N(i) of a node i are those nodes that do not fall in the relay region of any other node with respect to i E i = kεn(i) R c i->k D N N(i) = {n ε N (x n,y n ) ε E i, n i} Enclosed Node: A node i is said to be enclosed if it has communication links to each of its neighbors and to no other node.

53 Algorithm to find the Enclosure Graph The distributed protocol to find the enclosure graph consists of two steps for each node i, find its neighbors set up directional links from each node to all its neighbors This graph is strongly connected Search for Neighbors (Phase 1) A search algorithm is used to determine the above Each node sends a signal to its search region. This signal contains the position of the node. The node also listens to signals. When it receives the signals it can find the relay region of the corresponding node.

54 Algorithm (contd.) Nodes found in the search fall into two categories. Alive nodes Dead nodes When the search algorithm terminates for node i then the set of alive nodes is the set of neighbors for node i. The only outgoing communication links from i will be to these set of alive nodes.

55 Apply an algorithm similar to bell ford to enclosure graph Lets assume that all nodes wish to find the minimum power path to a particular node called the Master node Path Determination Determining Paths (Phase II) Each node broadcasts its cost to its neighbors The cost of a node i is defined as the minimum power necessary for it to reach the master node Each node finds minimum cost it can attain given costs of its neighbors. If n ε N(i), when i receives the information cost(n), it computes: C i,n = Cost(n) + P trans (i,n) + P receiver (n) Cost(i) = min nεn(i) C i,n Picks the link corresponding to this minimum cost neighbor

56 Distributed Mobile Network Protocol developed so far was for a stationery network Localized nature of the search algorithm makes it applicable to mobile scenarios too Here each node periodically executes phase 1 and phase 2. This time interval should not be too large or too small Thus the protocol can be made self reconfigurable. Demerit of Minimum Energy Networks The remaining battery power is not taken into consideration.

57 Contents Introduction Metrics for power awareness Routing Protocols > Power Source Routing (PSR) > Local Energy Aware Routing (LEAR) > Geographical and Energy Aware Routing (GEAR) > Minimum Energy Mobile Wireless Networks > Low Energy Adaptive Clustering Hierarchy (LEACH) > Sensor Protocols for Information via Negotiation > Hierarchical Power Aware Routing in Sensor Networks References

58 Low Energy Adaptive Clustering Hierarchy (LEACH) In this we consider a micro-sensor network where: 1. The base station is fixed and located far from sensors 2. All nodes are homogeneous and energy constrained Key features of LEACH 1. Localized coordination and control for cluster setup and operation 2. Randomized rotation of the cluster heads and the corresponding clusters. 3. Local compression to reduce global compression

59 LEACH - Algorithm Details Operation of Leach broken into rounds Round Set-up phase Advertisement phase Cluster Set-up Phase Schedule Creation Data transmission Steady-state phase

60 Advertisement Phase Each node decides whether or not to become a cluster head for a round based on a threshold. Each node say node n generates a random number between 0 and 1. If the random number is less than a threshold T(n) then the node elects itself to be a cluster head. T(n) = P / ( 1 P*(r mod 1/p)) if n ε G = 0 otherwise P desired percentage of cluster heads (P = 0.05) r current round G is the set of nodes that have not been cluster head in last 1/P rounds

61 Advertisement Phase (contd.) Each node that elects itself cluster-head for current round broadcasts a message to the rest of the nodes All cluster-heads transmit their advertisement with the same transmit energy Non cluster heads keep their receivers on Based by the received signal strength, each noncluster node decides to which cluster head to join( assuming symmetric propagation channels)

62 Cluster Set up Phase Each non-cluster-head node informs the clusterhead to whom it wants to join. During this phase all heads should keep their receivers on Schedule Creation: Each cluster head based on the number of nodes in its cluster creates a TDMA schedule which is broadcasted to its cluster

63 Data Transmission Radios of non-heads are off when its not transmitting, to preserve energy. When all data has been received from all the nodes the head performs signal processing to compress the data into a single signal This is then send directly to the base station by a high energy transmission.

64 Direct Transmission vs- LEACH

65 Contents Introduction Metrics for power awareness Routing Protocols > Power Source Routing (PSR) > Local Energy Aware Routing (LEAR) > Geographical and Energy Aware Routing (GEAR) > Minimum Energy Mobile Wireless Networks > Low Energy Adaptive Clustering Hierarchy (LEACH) > Sensor Protocols for Information via Negotiation > Hierarchical Power Aware Routing in Sensor Networks References

66 Sensor Protocols For Information via Negotiation A family of adaptive protocols that efficiently disseminate information among sensors in a energy constrained wireless sensor network. Uses Meta-data : high level data descriptor Meta-data negotiations to eliminate redundant information Why data dissemination? classic flooding can be used but has 3 demerits Implosion Overlap Resource Blindness

67 Implosion Example

68 Overlap Example

69 SPIN Negotiation & Resource Management To overcome the problem of implosion and overlap, SPIN nodes negotiate before they transmit data. To negotiate in an energy efficient manner metadata is used Nodes use a resource manager to find out their battery reserves If low then they cut back on certain activities like forwarding third party information.

70 SPIN MESSAGES ADV : new data advertisement. When a node has new data to send it sends an ADV that contains the meta-data REQ : this is in response to a ADV. This contains the metadata that it wants DATA : data message. This contains the actual sensor data that the REQ asked for. It has a meta data header.

71 SPIN1 : 3 way handshake

72 Energy Dissipation Comparison

73 Contents Introduction Metrics for power awareness Routing Protocols > Power Source Routing (PSR) > Local Energy Aware Routing (LEAR) > Geographical and Energy Aware Routing (GEAR) > Minimum Energy Mobile Wireless Networks > Low Energy Adaptive Clustering Hierarchy (LEACH) > Sensor Protocols for Information via Negotiation > Hierarchical Power Aware Routing in Sensor Networks References

74 Hierarchical Power Aware Routing Discusses about an online power aware routing algorithm in large sensor networks Path selection takes into consideration both the transmission power and the minimum battery power of the node in the path. It tries to compromise Makes use of zones to take care of the large number of sensor nodes

75 HPAR - Definitions Pmin : power of the path with minimal power consumption P(V i ) : initial power of node V i P t (V i ) : power of node V i at time t e ij : energy to transmit message between node i and j. U tij : residual power fraction U tij = (P t (V i ) - e ij ) / P(V i )

76 HPAR: max-min zpmin Algorithm 1. Find the path with the least power consumption, Pmin by using the Dijkstra algorithm 2. Find the path with least power consumption in the graph. If the power consumption is greater than zpmin or no path is found, then the previous shortest path is the solution. 3. Find the minimal utij on that path, let it be umin. 4. Find all the edges whose residual power fraction utij is no greater than umin, remove them from the graph. 5. Goto 1.

77 HPAR Empirical Experimental Analysis

78 HPAR - Zone Based Routing Max-min zpmin algorithm requires accurate power level information for all nodes in the network This is not feasible for a large network with lots of nodes So the whole network is divided into a small number of zones Each message is routed across zones using the information of the power estimate for the zones

79 HPAR - Zone Power Estimation Each zone has a controller node that polls each node in the zone for their power level Power estimation measures the number of messages that can flow through the zone Estimation is done relative to direction of message transmission Once the controller node determines the power estimate in each direction it broadcasts these to the other zones This is feasible because the number of zones is small

80 Zone Power Estimation

81 HPAR Power Graph

82 HPAR Zone Power Estimation Algorithm

83 HPAR - Global Path Selection

84 Local Path Selection The max-min zpmin algorithm is used directly to route a message within a zone. There could be multiple entry points into the zone and multiple exit points. So how are 2 paths in adjacent zones which are supposed to be part of a common global path connected. For this we associate a count with each node which tells how many times did a path start from the node when the power estimation in each direction was done. Then whenever we find paths we take the start and end node in each zone to be the ones the highest count.

85 HPAR Path Connection amongst Zones

86 Contents Introduction Metrics for power awareness Routing Protocols > Power Source Routing (PSR) > Local Energy Aware Routing (LEAR) > Geographical and Energy Aware Routing (GEAR) > Minimum Energy Mobile Wireless Networks > Low Energy Adaptive Clustering Hierarchy (LEACH) > Sensor Protocols for Information via Negotiation > Hierarchical Power Aware Routing in Sensor Networks References

87 References - I [1] Power-Aware Routing in Mobile Ad Hoc Networks Suresh Singh, Mike Woo, C.S. Raghavendra [1] Power-aware Source Routing Protocol for Mobile Ad Hoc Networks Morteza Maleki, Karthik Dantu, and Massoud Pedram [2] Non-Blocking Localized Routing Algorithm for Balanced Energy Consumption in Mobile Ad Hoc Networks Kyungtae Woo, Chansu Yu, Hee Yong Youn, Ben Lee [3] Hierarchical Power-aware Routing in Sensor Networks Qun Li, Javed Aslam, Daniela Rus [4] Minimum Energy Mobile Wireless Networks Volkan Rodoplu, Teresa H. Meng [5] A Location-aided Power-aware Routing Protocol in Mobile Ad Hoc Networks Yuan Xue, Baochun Li

88 References - II [6] Geographical and Energy Aware Routing: a recursive data dissemination protocol for wireless sensor networks Yan Yu, Ramesh Govindan, Deborah Estrin [7] Energy-Efficient Communication Protocol for Wireless Microsensor Networks - Wendi Rabiner Heinzelman, Anantha Chandrakasan, Hari Balakrishnan [8] Adaptive Protocols for Information Dissemination in Wireless Sensor Networks - Wendi Rabiner Heinzelman, Joanna Kulik, Hari Balakrishnan [9] GPSR: Greedy Perimeter Stateless Routing for Wireless Networks Brad Karp, H.T. Kung [10] Dynamic Source Routing in Ad Hoc Wireless Networks David B. Johnson, David A. Maltz

89 Thank You!!! 31 st Oct, 2002

Energy-Efficient Communication Protocol for Wireless Micro-sensor Networks

Energy-Efficient Communication Protocol for Wireless Micro-sensor Networks Energy-Efficient Communication Protocol for Wireless Micro-sensor Networks Paper by: Wendi Rabiner Heinzelman, Anantha Chandrakasan, and Hari Balakrishnan Outline Brief Introduction on Wireless Sensor

More information

WSN Routing Protocols

WSN Routing Protocols WSN Routing Protocols 1 Routing Challenges and Design Issues in WSNs 2 Overview The design of routing protocols in WSNs is influenced by many challenging factors. These factors must be overcome before

More information

Routing in Ad-Hoc Networks

Routing in Ad-Hoc Networks Routing in Ad-Hoc Networks Ramesh Patil Computer Science Department, University of Texas at Arlington Abstract In this paper, we deal with the basic concept of ad-hoc networks and the need for it. We present

More information

Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks

Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks RESEARCH ARTICLE OPEN ACCESS Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks Mrs. P. V. Meghare 1, Prof. P. A. Deshmukh 2 1 Department of Computer Science, Nagpur University,

More information

ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols

ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols 1 Why can t we use conventional routing algorithms here?? A sensor node does not have an identity (address) Content based and data centric

More information

Mitigating Superfluous Flooding of Control Packets MANET

Mitigating Superfluous Flooding of Control Packets MANET Mitigating Superfluous Flooding of Control Packets MANET B.Shanmugha Priya 1 PG Student, Department of Computer Science, Park College of Engineering and Technology, Kaniyur, Coimbatore, India 1 Abstract:

More information

Overview of Sensor Network Routing Protocols. WeeSan Lee 11/1/04

Overview of Sensor Network Routing Protocols. WeeSan Lee 11/1/04 Overview of Sensor Network Routing Protocols WeeSan Lee weesan@cs.ucr.edu 11/1/04 Outline Background Data-centric Protocols Flooding & Gossiping SPIN Directed Diffusion Rumor Routing Hierarchical Protocols

More information

ROUTING ALGORITHMS Part 2: Data centric and hierarchical protocols

ROUTING ALGORITHMS Part 2: Data centric and hierarchical protocols ROUTING ALGORITHMS Part 2: Data centric and hierarchical protocols 1 Negative Reinforcement Time out Explicitly degrade the path by re-sending interest with lower data rate. Source Gradient New Data Path

More information

3. Evaluation of Selected Tree and Mesh based Routing Protocols

3. Evaluation of Selected Tree and Mesh based Routing Protocols 33 3. Evaluation of Selected Tree and Mesh based Routing Protocols 3.1 Introduction Construction of best possible multicast trees and maintaining the group connections in sequence is challenging even in

More information

Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks

Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks Ayad Salhieh Department of Electrical and Computer Engineering Wayne State University Detroit, MI 48202 ai4874@wayne.edu Loren

More information

Routing protocols in WSN

Routing protocols in WSN Routing protocols in WSN 1.1 WSN Routing Scheme Data collected by sensor nodes in a WSN is typically propagated toward a base station (gateway) that links the WSN with other networks where the data can

More information

Event Driven Routing Protocols For Wireless Sensor Networks

Event Driven Routing Protocols For Wireless Sensor Networks Event Driven Routing Protocols For Wireless Sensor Networks Sherif Moussa 1, Ghada Abdel Halim 2, Salah Abdel-Mageid 2 1 Faculty of Engineering, Canadian University Dubai, Dubai, UAE. 2 Faculty of Engineering,

More information

2 Proposed Routing Protocol

2 Proposed Routing Protocol directional flooding (which involves some extra overhead and consumes limited node energy) is to ensure a significant tradeoff in terms of node energy balancing and network lifetime. The key features distinguishing

More information

Multipath Routing Algorithm for Wireless Sensor Networks

Multipath Routing Algorithm for Wireless Sensor Networks Multipath Routing Algorithm for Wireless Sensor Networks by Ye Ming Lu B. Eng., École Ploytechnique de Montréal, 1999 A THESIS SUBMITTED IN PARTIAL FULFILMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER

More information

Routing Protocols in MANETs

Routing Protocols in MANETs Chapter 4 Routing Protocols in MANETs 4.1 Introduction The main aim of any Ad Hoc network routing protocol is to meet the challenges of the dynamically changing topology and establish a correct and an

More information

Summary of Energy-Efficient Communication Protocol for Wireless Microsensor Networks

Summary of Energy-Efficient Communication Protocol for Wireless Microsensor Networks Summary of Energy-Efficient Communication Protocol for Wireless Microsensor Networks Juhana Yrjölä, Tik 58673B, jayrjola@cc.hut.fi 13th March 2005 Abstract Conventional routing protocols may not be optimal

More information

Evaluation of Power Aware Routing Protocols Mohammad Mahmud. Wireless Networks Professor: Dr. Lijun Qian

Evaluation of Power Aware Routing Protocols Mohammad Mahmud. Wireless Networks Professor: Dr. Lijun Qian Evaluation of Power Aware Routing Protocols Mohammad Mahmud Wireless Networks Professor: Dr. Lijun Qian Power Aware Routing In a typical network, the route of a packet will be determined by calculating

More information

Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5.

Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5. Rahem Abri Content 1. Introduction 2. The Ad-hoc On-Demand Distance Vector Algorithm Path Discovery Reverse Path Setup Forward Path Setup Route Table Management Path Management Local Connectivity Management

More information

Computation of Multiple Node Disjoint Paths

Computation of Multiple Node Disjoint Paths Chapter 5 Computation of Multiple Node Disjoint Paths 5.1 Introduction In recent years, on demand routing protocols have attained more attention in mobile Ad Hoc networks as compared to other routing schemes

More information

COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS

COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS Saraswati Mishra 1 and Prabhjot Kaur 2 Department of Electrical, Electronics and Communication Engineering,

More information

A Review of Power Aware Routing in Wireless Ad-hoc Networks

A Review of Power Aware Routing in Wireless Ad-hoc Networks Varaprasad.Ummadi et al IJCSET August 2013 Vol 3, Issue 8, 279-283 A Review of Power Aware Routing in Wireless Ad-hoc Networks Varaprasad.Ummadi, Dr Syed Umar, V N Satya Sai Anil Kumar Pilaka Department

More information

LECTURE 9. Ad hoc Networks and Routing

LECTURE 9. Ad hoc Networks and Routing 1 LECTURE 9 Ad hoc Networks and Routing Ad hoc Networks 2 Ad Hoc Networks consist of peer to peer communicating nodes (possibly mobile) no infrastructure. Topology of the network changes dynamically links

More information

II. CLASSIFICATION OF ROUTING PROTOCOLS MANET routing protocols are classified into three major categories: proactive, reactive and hybrid.

II. CLASSIFICATION OF ROUTING PROTOCOLS MANET routing protocols are classified into three major categories: proactive, reactive and hybrid. A COMPLETE STUDY ON POWER AWARE ROUTING PROTOCOL FOR MOBILE ADHOC NETWORK A. Kumaravel 1, Dr. M.Chandrasekaran 2 1 (Electronics and Communication Engineering, Paavai Engineering College,India) 2 (Electronics

More information

Impact of Black Hole and Sink Hole Attacks on Routing Protocols for WSN

Impact of Black Hole and Sink Hole Attacks on Routing Protocols for WSN Impact of Black Hole and Sink Hole Attacks on Routing Protocols for WSN Padmalaya Nayak V. Bhavani B. Lavanya ABSTRACT With the drastic growth of Internet and VLSI design, applications of WSNs are increasing

More information

Information Brokerage

Information Brokerage Information Brokerage Sensing Networking Leonidas Guibas Stanford University Computation CS321 Information Brokerage Services in Dynamic Environments Information Brokerage Information providers (sources,

More information

Power aware routing algorithms for wireless sensor networks

Power aware routing algorithms for wireless sensor networks Power aware routing algorithms for wireless sensor networks Suyoung Yoon 1, Rudra Dutta 2, Mihail L. Sichitiu 1 North Carolina State University Raleigh, NC 27695-7911 {syoon2,rdutta,mlsichit}@ncsu.edu

More information

Energy Efficient Routing Protocols in Mobile Ad hoc Network based on AODV Protocol

Energy Efficient Routing Protocols in Mobile Ad hoc Network based on AODV Protocol Energy Efficient Routing Protocols in Mobile Ad hoc Network based on AODV Protocol Ravneet Kaur M.Tech Scholar, Computer Science & Engineering (CSE), Lovely Professional University, India. ABSTRACT A Mobile

More information

An Energy-Efficient Hierarchical Routing for Wireless Sensor Networks

An Energy-Efficient Hierarchical Routing for Wireless Sensor Networks Volume 2 Issue 9, 213, ISSN-2319-756 (Online) An Energy-Efficient Hierarchical Routing for Wireless Sensor Networks Nishi Sharma Rajasthan Technical University Kota, India Abstract: The popularity of Wireless

More information

Routing in Ad Hoc Wireless Networks PROF. MICHAEL TSAI / DR. KATE LIN 2014/05/14

Routing in Ad Hoc Wireless Networks PROF. MICHAEL TSAI / DR. KATE LIN 2014/05/14 Routing in Ad Hoc Wireless Networks PROF. MICHAEL TSAI / DR. KATE LIN 2014/05/14 Routing Algorithms Link- State algorithm Each node maintains a view of the whole network topology Find the shortest path

More information

A Survey - Energy Efficient Routing Protocols in MANET

A Survey - Energy Efficient Routing Protocols in MANET , pp. 163-168 http://dx.doi.org/10.14257/ijfgcn.2016.9.5.16 A Survey - Energy Efficient Routing Protocols in MANET Jyoti Upadhyaya and Nitin Manjhi Department of Computer Science, RGPV University Shriram

More information

Novel Cluster Based Routing Protocol in Wireless Sensor Networks

Novel Cluster Based Routing Protocol in Wireless Sensor Networks ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 32 Novel Cluster Based Routing Protocol in Wireless Sensor Networks Bager Zarei 1, Mohammad Zeynali 2 and Vahid Majid Nezhad 3 1 Department of Computer

More information

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network V. Shunmuga Sundari 1, N. Mymoon Zuviria 2 1 Student, 2 Asisstant Professor, Computer Science and Engineering, National College

More information

A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET

A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET ISSN: 2278 1323 All Rights Reserved 2016 IJARCET 296 A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET Dr. R. Shanmugavadivu 1, B. Chitra 2 1 Assistant Professor, Department of Computer

More information

Zonal based Deterministic Energy Efficient Clustering Protocol for WSNs

Zonal based Deterministic Energy Efficient Clustering Protocol for WSNs Zonal based Deterministic Energy Efficient Clustering Protocol for WSNs Prabhleen Kaur Punjab Institute of Technology, Kapurthala (PTU Main Campus), Punjab India ABSTRACT Wireless Sensor Network has gained

More information

Arvind Krishnamurthy Fall 2003

Arvind Krishnamurthy Fall 2003 Ad-hoc Routing Arvind Krishnamurthy Fall 2003 Ad Hoc Routing Create multi-hop connectivity among set of wireless, possibly moving, nodes Mobile, wireless hosts act as forwarding nodes as well as end systems

More information

An Energy-aware Greedy Perimeter Stateless Routing Protocol for Mobile Ad hoc Networks

An Energy-aware Greedy Perimeter Stateless Routing Protocol for Mobile Ad hoc Networks An Energy-aware Greedy Perimeter Stateless Routing Protocol for Mobile Ad hoc Networks Natarajan Meghanathan Jackson State University P. O. Box 18839, 1400 J. Lynch Street Jackson, MS 39217, USA ABSTRACT

More information

Unicast Routing in Mobile Ad Hoc Networks. Dr. Ashikur Rahman CSE 6811: Wireless Ad hoc Networks

Unicast Routing in Mobile Ad Hoc Networks. Dr. Ashikur Rahman CSE 6811: Wireless Ad hoc Networks Unicast Routing in Mobile Ad Hoc Networks 1 Routing problem 2 Responsibility of a routing protocol Determining an optimal way to find optimal routes Determining a feasible path to a destination based on

More information

Integrated Routing and Query Processing in Wireless Sensor Networks

Integrated Routing and Query Processing in Wireless Sensor Networks Integrated Routing and Query Processing in Wireless Sensor Networks T.Krishnakumar Lecturer, Nandha Engineering College, Erode krishnakumarbtech@gmail.com ABSTRACT Wireless Sensor Networks are considered

More information

Lecture 6: Vehicular Computing and Networking. Cristian Borcea Department of Computer Science NJIT

Lecture 6: Vehicular Computing and Networking. Cristian Borcea Department of Computer Science NJIT Lecture 6: Vehicular Computing and Networking Cristian Borcea Department of Computer Science NJIT GPS & navigation system On-Board Diagnostic (OBD) systems DVD player Satellite communication 2 Internet

More information

Routing and Transport in Wireless Sensor Networks

Routing and Transport in Wireless Sensor Networks Routing and Transport in Wireless Sensor Networks Ibrahim Matta (matta@bu.edu) Niky Riga (inki@bu.edu) Georgios Smaragdakis (gsmaragd@bu.edu) Wei Li (wli@bu.edu) Vijay Erramilli (evijay@bu.edu) References

More information

Geographic Adaptive Fidelity and Geographic Energy Aware Routing in Ad Hoc Routing

Geographic Adaptive Fidelity and Geographic Energy Aware Routing in Ad Hoc Routing 309 Geographic Adaptive Fidelity and Geographic Energy Aware Routing in Ad Hoc Routing Sinchan Roychowdhury Instrumentation Control Engineering Calcutta Institute of Engineering & Management Kolkata, India

More information

Performance Evaluation of Various Routing Protocols in MANET

Performance Evaluation of Various Routing Protocols in MANET 208 Performance Evaluation of Various Routing Protocols in MANET Jaya Jacob 1,V.Seethalakshmi 2 1 II MECS,Sri Shakthi Institute of Science and Technology, Coimbatore, India 2 Associate Professor-ECE, Sri

More information

Wireless and Sensor Networks - Routing. 3rd Class Deokjai Choi

Wireless and Sensor Networks - Routing. 3rd Class Deokjai Choi Wireless and Sensor Networks - Routing 3rd Class Deokjai Choi 1 Outline Introduction Motivation and Design Issues in WSN Routing Routing Challenges in WSNs Flat Routing Hierarchical Routing Adaptive Routing

More information

PERFORMANCE COMPARISON OF LINK, NODE AND ZONE DISJOINT MULTI-PATH ROUTING STRATEGIES AND MINIMUM HOP SINGLE PATH ROUTING FOR MOBILE AD HOC NETWORKS

PERFORMANCE COMPARISON OF LINK, NODE AND ZONE DISJOINT MULTI-PATH ROUTING STRATEGIES AND MINIMUM HOP SINGLE PATH ROUTING FOR MOBILE AD HOC NETWORKS PERFORMANCE COMPARISON OF LINK, NODE AND ZONE DISJOINT MULTI-PATH ROUTING STRATEGIES AND MINIMUM HOP SINGLE PATH ROUTING FOR MOBILE AD HOC NETWORKS Natarajan Meghanathan Jackson State University, 1400

More information

Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol

Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol V.S.Chaudhari 1, Prof.P.N.Matte 2, Prof. V.P.Bhope 3 Department of E&TC, Raisoni College of Engineering, Ahmednagar Abstract:-

More information

Prianka.P 1, Thenral 2

Prianka.P 1, Thenral 2 An Efficient Routing Protocol design and Optimizing Sensor Coverage Area in Wireless Sensor Networks Prianka.P 1, Thenral 2 Department of Electronics Communication and Engineering, Ganadipathy Tulsi s

More information

COMPARATIVE PERFORMANCE ANALYSIS OF TEEN SEP LEACH ERP EAMMH AND PEGASIS ROUTING PROTOCOLS

COMPARATIVE PERFORMANCE ANALYSIS OF TEEN SEP LEACH ERP EAMMH AND PEGASIS ROUTING PROTOCOLS COMPARATIVE PERFORMANCE ANALYSIS OF TEEN SEP LEACH ERP EAMMH AND PEGASIS ROUTING PROTOCOLS Neha Jain 1, Manasvi Mannan 2 1 Research Scholar, Electronics and Communication Engineering, Punjab College Of

More information

A Color-theory-based Energy Efficient Routing Algorithm for Wireless Sensor Networks

A Color-theory-based Energy Efficient Routing Algorithm for Wireless Sensor Networks A Color-theory-based Energy Efficient Routing Algorithm for Wireless Sensor Networks Tai-Jung Chang Kuochen Wang 1 Yi-Ling Hsieh Department of Computer Science National Chiao Tung University Hsinchu Taiwan

More information

Probabilistic Modeling of Leach Protocol and Computing Sensor Energy Consumption Rate in Sensor Networks

Probabilistic Modeling of Leach Protocol and Computing Sensor Energy Consumption Rate in Sensor Networks Probabilistic Modeling of Leach Protocol and Computing Sensor Energy Consumption Rate in Sensor Networks Dezhen Song CS Department, Texas A&M University Technical Report: TR 2005-2-2 Email: dzsong@cs.tamu.edu

More information

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET 2011 International Conference on Information and Network Technology IPCSIT vol.4 (2011) (2011) IACSIT Press, Singapore QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET Ashwini V. Biradar

More information

Performance Evaluation of MANET through NS2 Simulation

Performance Evaluation of MANET through NS2 Simulation International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 1 (2014), pp. 25-30 International Research Publication House http://www.irphouse.com Performance Evaluation

More information

Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks

Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks S. Faisal 1, N. Javaid 1, A. Javaid 2, M. A. Khan 1, S. H. Bouk 1, Z. A. Khan 3 1 COMSATS Institute of Information Technology, Islamabad,

More information

Heterogeneous LEACH Protocol for Wireless Sensor Networks

Heterogeneous LEACH Protocol for Wireless Sensor Networks Volume: 5 Issue: 1 Pages:1825-1829 (13) ISSN : 975-29 1825 Heterogeneous LEACH Protocol for Wireless Sensor Networks Nishi Sharma Department of Computer Science, Rajasthan Technical University Email: nishi.engg@gmail.com

More information

Performance of Ad-Hoc Network Routing Protocols in Different Network Sizes

Performance of Ad-Hoc Network Routing Protocols in Different Network Sizes Performance of Ad-Hoc Network Routing Protocols in Different Network Sizes Sudheer Kumar 1, Akhilesh Yadav 2 Department of Computer Science and Engineering Kanpur Institute of Technology, Kanpur sudheerkr21@gmail.co

More information

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET)

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET) INTERNATIONAL International Journal of Computer JOURNAL Engineering OF COMPUTER and Technology ENGINEERING (IJCET), ISSN 0976- & TECHNOLOGY (IJCET) ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 4,

More information

Gateway Based WSN algorithm for environmental monitoring for Energy Conservation

Gateway Based WSN algorithm for environmental monitoring for Energy Conservation International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-56 Gateway Based WSN algorithm for environmental monitoring for Energy Conservation Arunesh Kumar Singh 1, Arjun Kumar

More information

AODV-PA: AODV with Path Accumulation

AODV-PA: AODV with Path Accumulation -PA: with Path Accumulation Sumit Gwalani Elizabeth M. Belding-Royer Department of Computer Science University of California, Santa Barbara fsumitg, ebeldingg@cs.ucsb.edu Charles E. Perkins Communications

More information

Performance Analysis and Enhancement of Routing Protocol in Manet

Performance Analysis and Enhancement of Routing Protocol in Manet Vol.2, Issue.2, Mar-Apr 2012 pp-323-328 ISSN: 2249-6645 Performance Analysis and Enhancement of Routing Protocol in Manet Jaya Jacob*, V.Seethalakshmi** *II MECS, Sri Shakthi Institute of Engineering and

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 2, February 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analysis of

More information

Ad Hoc Networks: Issues and Routing

Ad Hoc Networks: Issues and Routing Ad Hoc Networks: Issues and Routing Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu Audio/Video recordings of this lecture are available at: http://www.cse.wustl.edu/~jain/cse574-08/

More information

Fig. 2: Architecture of sensor node

Fig. 2: Architecture of sensor node Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com To Reduce

More information

ENERGY SAVING IN WIRELESS SENSOR NETWORK WITH SPIN PROTOCOL

ENERGY SAVING IN WIRELESS SENSOR NETWORK WITH SPIN PROTOCOL ENERGY SAVING IN WIRELESS SENSOR NETWORK WITH SPIN PROTOCOL Kunal M Pattani 1, Palak J Chauhan 2 1 Professor,C.U.Shah College of Engineering and Technology Wadhwan City Gujarat, India. 2 M.E Student, Dept.

More information

EBRP: Energy Band based Routing Protocol for Wireless Sensor Networks

EBRP: Energy Band based Routing Protocol for Wireless Sensor Networks EBRP: Energy Band based Routing Protocol for Wireless Sensor Networks Sasanka Madiraju Cariappa Mallanda #Rajgopal Kannan Arjan Durresi S.S.Iyengar {madiraju, Cariappa, rkannan, Durresi, iyengar}@csc.lsu.edu

More information

Networking Sensors, II

Networking Sensors, II Networking Sensors, II Sensing Networking Leonidas Guibas Stanford University Computation CS321 ZG Book, Ch. 3 1 Class Administration Paper presentation preferences due today, by class time Project info

More information

Energy Saving and Survival Routing Protocol for Mobile Ad Hoc Networks

Energy Saving and Survival Routing Protocol for Mobile Ad Hoc Networks Energy Saving and Survival Routing Protocol for Mobile Ad Hoc Networks Baisakh Department of Computer Science and Engineering, Jaypee University of Engineering and Technology, Guna, Madhya Pradesh, India

More information

Keywords Wireless Sensor Network, Cluster, Energy Efficiency, Heterogeneous network, Cluster, Gateway

Keywords Wireless Sensor Network, Cluster, Energy Efficiency, Heterogeneous network, Cluster, Gateway Energy Efficient (EEC) Clustered rotocol for Heterogeneous Wireless Sensor Network Surender Kumar Manish rateek Bharat Bhushan Department of Computer Engg Department of Computer Engg Department of Computer

More information

CS551 Ad-hoc Routing

CS551 Ad-hoc Routing CS551 Ad-hoc Routing Bill Cheng http://merlot.usc.edu/cs551-f12 1 Mobile Routing Alternatives Why not just assume a base station? good for many cases, but not some (military, disaster recovery, sensor

More information

Geographic Routing in Simulation: GPSR

Geographic Routing in Simulation: GPSR Geographic Routing in Simulation: GPSR Brad Karp UCL Computer Science CS M038/GZ06 23 rd January 2013 Context: Ad hoc Routing Early 90s: availability of off-the-shelf wireless network cards and laptops

More information

Routing Protocols to provide Quality of Service in Wireless Sensor Networks

Routing Protocols to provide Quality of Service in Wireless Sensor Networks Routing Protocols to provide Quality of Service in Wireless Sensor Networks Gaurav Patel 1, Prof. Nirav M. Raja 2 PG Student 1, Assistant Professor 2 Department of Information Technology, G. H. Patel College

More information

Multipath Routing for a Balanced Traffic Distribution and Efficient Energy Consumption for MANETs

Multipath Routing for a Balanced Traffic Distribution and Efficient Energy Consumption for MANETs Multipath Routing for a Balanced Traffic Distribution and Efficient Energy Consumption for MANETs ALLALI MAHAMED ABDELMDJID (1), BOUALI TAREK (2), MEKKAKIA MAAZA ZOULIKHA (1), SENOUCI SIDI-MOHAMED (2)

More information

Clustering Routing Protocol Based on Location Node in Wireless Sensor Networks

Clustering Routing Protocol Based on Location Node in Wireless Sensor Networks Clustering Routing Protocol Based on Location Node in Wireless Sensor Networks NURHAYATI, KYUNG OH LEE Department of Computer Science Sun Moon University Kalsan-ri, Tangjeong-myeon, Asan-si, Chungnam 336-708

More information

Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks

Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks Vol. 5, No. 5, 214 Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks MOSTAFA BAGHOURI SAAD CHAKKOR ABDERRAHMANE HAJRAOUI Abstract Ameliorating

More information

Location Awareness in Ad Hoc Wireless Mobile Neworks

Location Awareness in Ad Hoc Wireless Mobile Neworks Location Awareness in Ad Hoc Wireless Mobile Neworks Lijuan Ai Wenyu Wang Yi Zhou 11/14/2001 Mobile Computing, Fall 2001 1 PART I INTRODUCTION TO MANET & LOCATION-AWARE COMPONENTS 11/14/2001 Mobile Computing,

More information

Figure 1: Ad-Hoc routing protocols.

Figure 1: Ad-Hoc routing protocols. Performance Analysis of Routing Protocols for Wireless Ad-Hoc Networks Sukhchandan Lally and Ljiljana Trajković Simon Fraser University Vancouver, British Columbia Canada E-mail: {lally, ljilja}@sfu.ca

More information

Performance Comparison of Energy Efficient Clustering Protocol in Heterogeneous Wireless Sensor Network

Performance Comparison of Energy Efficient Clustering Protocol in Heterogeneous Wireless Sensor Network Performance Comparison of Energy Efficient Clustering Protocol in Heterogeneous Wireless Sensor Network Priyanka.B.Patil 1 Student,Department of Electronics &Telecommunication D.Y. Patil College of Engineering

More information

Power Aware Metrics for Wireless Sensor Networks

Power Aware Metrics for Wireless Sensor Networks Power Aware Metrics for Wireless Sensor Networks Ayad Salhieh Department of ECE Wayne State University Detroit, MI 48202 ai4874@wayne.edu Loren Schwiebert Department of Computer Science Wayne State University

More information

CHAPTER 5 AN AODV-BASED CLUSTERING APPROACH FOR EFFICIENT ROUTING

CHAPTER 5 AN AODV-BASED CLUSTERING APPROACH FOR EFFICIENT ROUTING 99 CHAPTER 5 AN AODV-BASED CLUSTERING APPROACH FOR EFFICIENT ROUTING 5.1 INTRODUCTION Dynamic network topology and limited system resources characterize mobile ad hoc networking. Many routing protocols

More information

Chapter 7 CONCLUSION

Chapter 7 CONCLUSION 97 Chapter 7 CONCLUSION 7.1. Introduction A Mobile Ad-hoc Network (MANET) could be considered as network of mobile nodes which communicate with each other without any fixed infrastructure. The nodes in

More information

IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK

IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK International Journal of Computer Engineering & Technology (IJCET) Volume 7, Issue 3, May-June 2016, pp. 99 107, Article ID: IJCET_07_03_009 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=7&itype=3

More information

Power Efficient Data Gathering and Aggregation in Wireless Sensor Networks

Power Efficient Data Gathering and Aggregation in Wireless Sensor Networks Power Efficient Data Gathering and Aggregation in Wireless Sensor Networks Hüseyin Özgür Tan and İbrahim Körpeoǧlu Department of Computer Engineering, Bilkent University 68 Ankara, Turkey E-mail:{hozgur,korpe}@cs.bilkent.edu.tr

More information

Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks

Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks Joo-Han Song, Vincent Wong and Victor Leung Department of Electrical and Computer Engineering The University of British Columbia 56

More information

QoS Assurance and Energy Conservation Using DSR-TDMA Protocol and Leach Algorithm in MANETs

QoS Assurance and Energy Conservation Using DSR-TDMA Protocol and Leach Algorithm in MANETs QoS Assurance and Energy Conservation Using DSR-TDMA Protocol and Leach Algorithm in MANETs Shruti Tripathi, Prof. Avinash Rai M. Tech. Scholar, Department of Electronics & Communication, University Institute

More information

ENERGY EFFICIENT MULTIPATH ROUTING FOR MOBILE AD HOC NETWORKS

ENERGY EFFICIENT MULTIPATH ROUTING FOR MOBILE AD HOC NETWORKS ENERGY EFFICIENT MULTIPATH ROUTING FOR MOBILE AD HOC NETWORKS May Cho Aye and Aye Moe Aung Faculty of Information and Communication Technology, University of Technology (Yatanarpon Cyber City), Pyin Oo

More information

Energy Management Issue in Ad Hoc Networks

Energy Management Issue in Ad Hoc Networks Wireless Ad Hoc and Sensor Networks - Energy Management Outline Energy Management Issue in ad hoc networks WS 2010/2011 Main Reasons for Energy Management in ad hoc networks Classification of Energy Management

More information

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s M. Nagaratna Assistant Professor Dept. of CSE JNTUH, Hyderabad, India V. Kamakshi Prasad Prof & Additional Cont. of. Examinations

More information

MODIFIED LEACH-C PROTOCOL FOR CLUSTER BASED ROUTING IN ENERGY EFFICIENT WIRELESS SENSOR NETWORKS

MODIFIED LEACH-C PROTOCOL FOR CLUSTER BASED ROUTING IN ENERGY EFFICIENT WIRELESS SENSOR NETWORKS MODIFIED LEACH-C PROTOCOL FOR CLUSTER BASED ROUTING IN ENERGY EFFICIENT WIRELESS SENSOR NETWORKS Neha 1, Sugandha Singh 2, Manju 3 1 Research Scholar, 2 Asso. Professor and Head, CSE Deptt., 3 Asst. Professor,

More information

Webpage: Volume 3, Issue III, March 2015 ISSN

Webpage:   Volume 3, Issue III, March 2015 ISSN A Survey on Hierarchical Routing Protocols for Wireless Sensor Networks Suparti Koul 1, Kiran Narang 2 1 M.Tech student Department of Computer Science and Engineering Hindu college of Engineering, Sonipat,

More information

An Improved Approach in Clustering Algorithm for Load Balancing in Wireless Sensor Networks

An Improved Approach in Clustering Algorithm for Load Balancing in Wireless Sensor Networks An Improved Approach in Clustering Algorithm for Load Balancing in Wireless Sensor Networks 1 J S Rauthan 1, S Mishra 2 Department of Computer Science & Engineering, B T Kumaon Institute of Technology,

More information

The Impact of Clustering on the Average Path Length in Wireless Sensor Networks

The Impact of Clustering on the Average Path Length in Wireless Sensor Networks The Impact of Clustering on the Average Path Length in Wireless Sensor Networks Azrina Abd Aziz Y. Ahmet Şekercioğlu Department of Electrical and Computer Systems Engineering, Monash University, Australia

More information

Energy-Aware Routing in Wireless Ad-hoc Networks

Energy-Aware Routing in Wireless Ad-hoc Networks Energy-Aware Routing in Wireless Ad-hoc Networks Panagiotis C. Kokkinos Christos A. Papageorgiou Emmanouel A. Varvarigos Abstract In this work we study energy efficient routing strategies for wireless

More information

Keywords: AODV, MANET, WRP

Keywords: AODV, MANET, WRP Performance Analysis of AODV and WRP in MANET Sachchida Nand Singh*, Surendra Verma**, Ravindra Kumar Gupta*** *(Pursuing M.Tech in Software Engineering, SSSIST Sehore(M.P), India, Email: sesachchida@gmail.com)

More information

Energy Management Issue in Ad Hoc Networks

Energy Management Issue in Ad Hoc Networks Wireless Ad Hoc and Sensor Networks (Energy Management) Outline Energy Management Issue in ad hoc networks WS 2009/2010 Main Reasons for Energy Management in ad hoc networks Classification of Energy Management

More information

VORONOI LEACH FOR ENERGY EFFICIENT COMMUNICATION IN WIRELESS SENSOR NETWORKS

VORONOI LEACH FOR ENERGY EFFICIENT COMMUNICATION IN WIRELESS SENSOR NETWORKS VORONOI LEACH FOR ENERGY EFFICIENT COMMUNICATION IN WIRELESS SENSOR NETWORKS D. Satyanarayana Department of Electrical and Computer Engineering University of Buraimi Al Buraimi, Sultanate of Oman Sathyashree.

More information

Politecnico di Milano Facoltà di Ingegneria dell Informazione. WI-7 Ad hoc networks. Wireless Internet Prof. Antonio Capone

Politecnico di Milano Facoltà di Ingegneria dell Informazione. WI-7 Ad hoc networks. Wireless Internet Prof. Antonio Capone Politecnico di Milano Facoltà di Ingegneria dell Informazione WI-7 Ad hoc networks Wireless Internet Prof. Antonio Capone Acknowlegments o This class notes are mostly based on the teaching material of:

More information

A Review of Reactive, Proactive & Hybrid Routing Protocols for Mobile Ad Hoc Network

A Review of Reactive, Proactive & Hybrid Routing Protocols for Mobile Ad Hoc Network ShriRam College of Engineering & Management 1 A Review of Reactive, Proactive & Hybrid Routing Protocols for Mobile Ad Hoc Network M.Ramaiya Rohit Gupta Rachit Jain Head,Dept. Computer Science Dept. Computer

More information

Mobile & Wireless Networking. Lecture 10: Mobile Transport Layer & Ad Hoc Networks. [Schiller, Section 8.3 & Section 9] [Reader, Part 8]

Mobile & Wireless Networking. Lecture 10: Mobile Transport Layer & Ad Hoc Networks. [Schiller, Section 8.3 & Section 9] [Reader, Part 8] 192620010 Mobile & Wireless Networking Lecture 10: Mobile Transport Layer & Ad Hoc Networks [Schiller, Section 8.3 & Section 9] [Reader, Part 8] Geert Heijenk Outline of Lecture 10 Mobile transport layer

More information

Routing Protocols in MANET: Comparative Study

Routing Protocols in MANET: Comparative Study Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 7, July 2014, pg.119

More information

CS5984 Mobile Computing

CS5984 Mobile Computing CS5984 Mobile Computing Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Part II 1 Outline Routing Protocols for Ad hoc Networks DSDV: Highly Dynamic Destination-Sequenced Distance- Vector

More information

Outline. CS5984 Mobile Computing. Taxonomy of Routing Protocols AODV 1/2. Dr. Ayman Abdel-Hamid. Routing Protocols in MANETs Part I

Outline. CS5984 Mobile Computing. Taxonomy of Routing Protocols AODV 1/2. Dr. Ayman Abdel-Hamid. Routing Protocols in MANETs Part I CS5984 Mobile Computing Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Part I Outline Routing Protocols for Ad hoc Networks Example of a reactive routing protocol AODV: Ad hoc On-demand

More information

Data Gathering in Sensor Networks using the Energy*Delay Metric

Data Gathering in Sensor Networks using the Energy*Delay Metric Data Gathering in Sensor Networks using the Energy*Delay Metric Stephanie Lindsey*+, Cauligi Raghavendra*, and Krishna Sivalingam+ *Computer Systems Research Department The Aerospace Corporation P. O.

More information