On Enhancing Network-Lifetime Using Opportunistic Routing in Wireless Sensor Networks

Size: px
Start display at page:

Download "On Enhancing Network-Lifetime Using Opportunistic Routing in Wireless Sensor Networks"

Transcription

1 On Enhancing Network-Lifetime Using Opportunistic Routing in Wireless Sensor Networks Chien-Chun Hung, Kate Ching-Ju Lin, Chih-Cheng Hsu, Cheng-Fu Chou and Chang-Jen Tu Department of Computer Science and Information Engineering, National Taiwan University, Taipei, Taiwan Research Center for Information Technology Innovation, Academia Sinica, Taipei, Taiwan Institute for Information Industry, Taipei, Taiwan {shinglee, kenneth, Abstract Lifetime-maximization is the critical concern for wireless sensor networks (WSNs). We notice that two common issues in existing routing schemes for WSNs are that (1) a path may traverse through a fixed set of sensors, draining out their energy quickly, and (2) packet retransmissions over an unreliable link of any fixed-path may consume energy significantly. In this paper, we exploit two natural advantages of opportunistic routing, i.e., path diversity and the improvement of transmission reliability, to develop a distributed routing scheme (called ) for prolonging the network-lifetime of a WSN. Specifically, a new metric is proposed to assist each sensor in determining a suitable set of forwarders as well as their priorities and, thus, enables to extend the network-lifetime. Simulation results show that effectively achieves networklifetime extension compared to other routing protocols. 1 I. INTRODUCTION The advent of research topics in Wireless Sensor Networks (WSNs) over the past few years comes from the diversity of their applications and the challenges of deployment issues. The most pervasive application is data-centric aggregation, in which the sensors propagate the measurement-data toward the sinks that act as data collectors and analysers. Since the batteries of sensors are neither replaceable nor re-chargeable, the operation of a WSN is restricted by the limited energy. Hence, how to enhance the network-lifetime, defined as the the amount of data received by the sinks before the first sensor depletes its energy [1], poses a rigorous issue of WSNs. Several works [2], [3] are proposed to minimize the hop stretch of a routing path (defined as the ratio of the hop distance of a given path to that of the shortest path) in order to reduce the energy cost of end-to-end transmission. Some protocols [1], [4] take a different view for prolonging the network-lifetime. They attempt to sustain the availability of the sensors that have less energy by distributing the traffic load to the ones with much residual energy. All of the above-mentioned works focus on improving energy-efficiency using fixed routing paths; nonetheless, due to the lack of path diversity, those sensors traversed by fixed routing paths may drain out their energy quickly. Although some protocols exploit the concept of selecting multiple paths for a pair of 1 This study is conducted under the Project Digital Convergence Service Open Platform of the Institute for Information Industry which is subsidized by the Ministry of Economy Affairs of the Republic of China. nodes to improve path diversity, they still distribute traffic load on a specific set of nodes and consume their energy due to the lack of per-hop adaptation of fixed-path routing. In addition, past works assume that the energy cost of transmission over a wireless link is fixed; However, it is problematic in real wireless environments, where retransmissions over an unreliable links may incur additional energy cost to the selected route. Recently, the throughput improvement brought by opportunistic routing (OR) [5] [8] has come into notice. By involving multiple forwarders, OR not only reduces the number of retransmissions, but also introduces randomness for perhop forwarders adaptation. Instead of exploiting fixed-path routing, we believe that per-hop forwarder-adaptation in OR can create path diversity on each hop dynamically and enhance transmission reliability efficiently. Therefore, such advantages are helpful for detouring critical sensors, which have less energy, dynamically, and reducing additional energy consumption caused by retransmissions as well. Though opportunistic routing provides two desirable natural advantages, we observe that the performance of an OR scheme significantly depends on the design of the metric applied in forwarder selection as well as prioritization. Besides, the metrics used in prior OR schemes target only on minimizing end-to-end delay as the ultimate goal for mesh networks. For WSNs, however, how to achieve energy-efficiency, which is the most important concern, is not taken into consideration in such metrics. Thus, this fundamental characteristic in the design issue of deploying OR in WSNs demands a radical routing metric. Moreover, most existing OR schemes, e.g., [6] [9], are able to produce the optimal solution in a reasonable computational time because they only take link reliability into account. Instead, in order to provide energy-efficient routing, we must jointly consider the issues of link reliability and residual node energy, which makes forwarder selection in OR-based WSNs a more challenging problem. Hence, the goal of this work is to develop a lifetime-extended opportunistic routing scheme that allows each sensor to exploit the proposed metric to select and prioritize its forwarders by jointly considering energy capability and link reliability. The contributions of this paper are presented as follows: We propose a metric, called OEC, which can reflect the curtailment of network-lifetime caused by each data

2 transmission. The design of OEC aims at allowing each intermediate sensor to determine its forwarding set and relay sequence for prolonging the network-lifetime. Second, we develop a routing algorithm,, which enables each node to compute its optimal OEC value in a distributed manner and addresses the implementation issues of realizing OR on the proposed OEC metric. The remainder of the paper is organized as follows. Section II introduces related work on opportunistic routing. Section III describes the proposed protocol,, and metric, OEC. In Section IV, we evaluate the performance of via simulations. Finally, Section V concludes this paper. II. RELATED WORK Overview of Opportunistic Routing: In traditional fixed-path routing schemes over wireless networks, each node selects specific nodes to relay data according to a given metric. However, the designated relay nodes may fail to receive data over unreliable wireless links even if the most reliable link is selected. As a result, the sender must retransmit the packets to the relay nodes. In reality, all neighboring nodes in the transmission range of the sender can overhear the relayed packets because of the broadcast nature of wireless channel. Opportunistic routing [5] [8] is proposed to takes advantage of this property to select multiple neighbors as candidates and enable any of those overhearing the packets to forward data. As more than a single node is involved, the number of retransmission can be reduced because the probability that at least one forwarder receives the packets increases. Two key factors that determine the performance of opportunistic routing are candidate selection and relay prioritization. Candidate selection denotes the process of choosing a proper forwarding set from 2 N possible combinations, where N is the number of neighbors, in order to reduce the relay cost. Relay prioritization is to assign each candidate in the forwarding set a priority according to the target metric such that one only needs to relay data if all of those assigned a higher priority than itself fail to forward the packets. Opportunistic Routing in WSNs: [9] is the first attempt to bring the idea of opportunistic routing in sensor networks, aiming to reduce the end-to-end energy cost by selecting the next-hops that have shortest geographic distances to the destination. However, it addresses the problem of minimizing the total energy cost rather than considering the residual energy of each sensor, resulting in the depletions of some sensors quickly. By contrast, our proposed framework focuses on preventing the critical sensors from draining their energy, and, thus, prolonging the lifetime of a WSN. On the other hand, in [10], Kim et al. propose an opportunistic sleep-wake mechanism that enables each sensor to determine the forwarding set that extends the network-lifetime given an allowable end-to-end transmission delay. We note that any routing protocol can operate on top of such a sleepwake scheduling scheme; that is, given a subset of sensors that are awake, an opportunistic routing scheme can be applied to select suitable relay nodes from this subset for networklifetime extension. Hence, the works on sleep-wake scheduling are orthogonal to our goal, and can be combined with our proposed routing protocol. While most of the conventional OR schemes focus on designing the metric for minimizing the end-to-end delay, to the best of our knowledge, this is the first work to investigate a metric that exploits the advantages of opportunistic routing to prolong the network-lifetime of a WSN. III. OEC METRIC AND SCHEME In this section, we present the proposed OEC (Opportunistic End-to-end Cost) metric and describe the framework. A. The OEC metric Prior work on opportunistic routing mainly addresses on the issue of transmission over unreliable links. Therefore, to apply the idea of opportunistic routing to extend lifetime, we propose a new metric as the criterion of forwarder selection and relay prioritization at each routing decision. Here, the lifetime is referred to the amount of data received by the sinks before the first sensor drains out its energy [10]. When designing the OEC metric, we notice that the same amount of energy consumption has different impact on sensors that have different amount of residual energy. For example, suppose residual energy of two sensors a and b are 5 units and 2 units, respectively. A unit energy consumption costs sensor a 20% of its residual energy, while it costs sensor b 50%. In order to capture the different aspects other than considering each unit of energy consumption equal for all users, we define Scarcity Energy Cost (SE-Cost) of energy consumption EC for a sensor j with residual energy as SE-Cost = EC. (1) The intuition of SE-Cost is to avoid energy depletion of any sensor. For example, suppose that sensor s has two relay candidates, c1 and c2, and each of them has residual energy 1 unit and 5 units, respectively. Assume that it costs sensor c1 1 unit energy to relay the packet to the sinks and it costs sensor c2 3 units; also, according to Eq. (1), the SE-Cost for sensor c1 and sensor c2 is 1 and 0.6, respectively. It is evident that sensor c2 should be chosen as sensor s s next-hop despite the fact that it costs much energy; otherwise, choosing sensor c1 as the next-hop would drain out all its energy, ending the network-lifetime immediately as the result. Therefore, SE-Cost can be viewed as the damage to the network-lifetime, and the the proposed OEC metric aims at minimizing the overall SE- Cost of each end-to-end transmission to prolong the lifetime. In order to compute the overall SE-Cost from a sensor to one of the sinks, we let each node involve all its forwarders OEC values into the computation of its own OEC value. By such a recursive method, the sender can estimate the impact of the utilization of multiple forwarders on energy consumption, and, hence, evaluate the expected end-to-end SE-Cost of sending a unit of data from a sensor to the sink. Specifically, OEC

3 TABLE I NOTATIONS Notation OEC s N s Z s p sj ˆp F pri(k) < pri(j) Description The expected end-to-end transmission cost from node s to any of the sinks The neighboring set of node s The set of all possible forwarding sets; specifically, Z s = 2 Ns The reliability of the link between node s and node j The probability that at least one forwarder of node s has received the packet correctly. Node k has higher priority than node j in terms of the OEC value indicates the opportunistic end-to-end SE-Cost from a node the packet correctly and all nodes in the forwarding s to the sink, which equals the sum of (1) the SE-Cost set F s that have a higher priority than pri(j), i.e., of transmitting data from s, (2) the SE-Cost of receiving pri(i) < pri(j), i F s, fail to receive the packet. That data by all forwarders, (3) the opportunistic end-to-end SE- is, the probability of relaying the packet by forwarder Cost from its forwarders to the sink, and (4) the SE-Cost of j equals p sj k F (1 p s,pri(k)<pri(j) sk), where p sj retransmission. Figure 1 illustrates the above design concept. denotes link reliability of link (s,j). Hence, C fwd sink Hence, given a forwarding set F s of sender s and a priority equals: pri(j) assigned to each forwarder, we define the OEC metric as C fwd sink = OEC j p sj (1 p sk ) k F s,pri(k)<pri(j) OEC s (F s,pri()) = C Tx:s fwd +C Rx:fwd s +C fwd sink +C retx. (5) (2) If all forwarders in F s fail to receive the packet, it costs Table I summarizes the notations used in this paper. the sender OEC s to retransmit it. Since the probability that all forwarders fail to receive the packet is (1 p sj ), the expected cost of retransmission, i.e., C retx, is: C retx = OEC s (1 p sj ). (6) We can combine each term in Eq. (2) and reformulate it as: Fig. 1. Opportunistic End-to-end Cost Each term in Eq. (2) is explained in details as follows. C Tx:s fwd represents the SE-Cost of the sender used to broadcast a unit of data using the transmission power Tx to its forwarders. Therefore, C Tx:s fwd equals: C Tx:s fwd = Tx RE s (3) C Rx:fwd s denotes the total SE-Cost of receiving a unit of data sent from the sender s to a set of forwarders F s. Rx Since each forwarder j consumes the SE-Cost to receive data, where Rx is the receiving power of each receiver, C Rx:fwd s can be set to: C Rx:fwd s = (4) Rx C fwd sink indicates the expected end-to-end SE-Cost that all forwarders accordingly relay the packets to the sink after they receive data from the sender. For those nodes assigned a lower priority, they must wait until all with a higher priority have sent the packets. Hence, forwarder j only needs to relay the packets if it receives OEC s (F s,pri()) = 1 { Tx + Rx ˆp Fs RE s +[ OEC j p sj k F s,pri(k)<pri(j) (1 p sk )]}, where ˆp Fs = 1 (1 p sj ) represents the probability that at least one forwarder receives the packet correctly. Also, note that OEC sink = 0 and F sink =. In order to prolong the active duration of the bottleneck that has the minimum residual energy, we use the expected value of end-to-end SE-Cost as the metric for lifetime extension. Note that existing approaches which aim at maximizing the minimum residual energy of all sensors attempt to detour the bottleneck for preserving its energy; however, detouring may incur additional energy cost, resulting in potential damage to the energy usage in the near future. Therefore, we aim at lifetime-maximization by reducing the SE-Cost for each sensor, while reducing the overall energy cost of each transmission in the meantime. We note that since we involve energy consumption of both the sender s and its forwarders in F s during the computation process of the OEC value, the value of OEC s (F s,pri()) may vary with different forwarding sets. Besides, OEC s (F s,pri()) also varies with the priority pri(i) of each forwarder i F s because pri(i) determines the probability that forwarder i should consume OEC i to relay the packet and, hence, affects

4 Algorithm 1 Candidate-Selection(s) 1: A Neighbor-Extraction(N s ) 2: F s Candidate-Inclusion(A) 3: OEC s s.computeoec(f s ) 4: return F s Algorithm 2 Neighbor-Extraction(N s ) 1: A N s 2: while A φ do 3: OEC s s.computeoec(a) 4: a i EXTRACT-MAX-OEC(A) 5: if OEC s OEC ai then 6: A A {a i } 7: else 8: return A 9: end if 10: end while the value of C fwd sink. Therefore, we further define the optimal OEC value of sender s as OEC s = min {OEC s(f s,pri())} (7) F s Z s,all possible pri(), where Z s is all possible forwarding sets for s. Specifically, each senderscan select the optimal forwarding set Fs and the optimal relay sequence pri (i), i Fs, so that the expected end-to-end scarcity energy cost from sender s to the sink OEC s = OEC s (Fs,pri ()) can be minimized. This also means that forwarding the packets by the optimal forwarding setfs can achieve the minimum expected end-to-end SE-Cost, and, hence, prolong the network-lifetime. B. Framework We now focus on implementation issues of realizing the proposed opportunistic routing protocol () based on the OEC metric, which represents the expected end-to-end SE- Cost of each data forwarding. We describe three components of : (1) procedure of OEC computation, (2) candidate selection and relay prioritization, and (3) data forwarding and OEC updating. The first component enables each sensor to compute its optimal OEC in a distributed manner. The second one lets each sensor locate its optimal forwarding set from its neighbors and determine the relay sequence. The last explains how the selected forwarders cooperate with each other to relay data and update the OEC value subsequently. 1) Procedure of OEC Computation: Once a WSN is initiated, each sensor s periodically broadcasts probing packets for locating its neighboring set N s and estimating link reliability p sj associated with each neighbor j N s. Recall that OEC sink = 0 and the forwarding set F sink =. Meanwhile, the initial OEC value of all other nodes is set to. The procedure of OEC computation starts from the sink, while each sensor computes its OEC value once it receives the OEC information from its neighbors. In order to avoid duplicating the procedure of OEC computation, we let each sensor delay Algorithm 3 Candidate-Inclusion(A) 1: for all a i A do 2: IEC ai = s.computeoec({a i }) 3: end for 4: F s φ 5: OEC s 6: while A φ do 7: a i EXTRACT-MIN-IEC(A) 8: if s.computeoec(f {a i }) < OEC s then 9: OEC s s.computeoec(f {a i }) 10: F s F {a i } 11: A A {a i } 12: else 13: return F s 14: end if 15: end while the notification propagation for a period of time proportional to its current OEC once it receives an updating notification. Such a delay-based mechanism ensures that only one sensor propagates the notification in the network at a time, and also guarantees that each sensor can find its optimal forwarding set Fs and OEC value when it in turn propagates the notification. Therefore, a sensor does not need to update its forwarding set and OEC after it propagates the notification, and, hence, only needs to propagate the notification once. The procedure of OEC computation terminates as all the sensors finish its OEC computation and notification propagation. 2) Candidate Selection and Relay Prioritization: Next, we present how a sensor finds the optimal forwarding set from a subset of neighborsn s providing it their OEC values, and how it determines the optimal relay sequence for the given optimal forwarding set. Note that our forwarder-selection issue can be viewed as a 0-1 integer programming problem, which is NPhard. That is, when computing OEC, we regard 1 as selecting the neighbor as one of its forwarders, and 0 otherwise. Unlike the prior OR metrics, our forwarder-selection problem also restricts each sensor to consuming no more than its residual energy and, hence, cannot be solved in polynomial time. We propose a two-stage heuristic forwarder-selection algorithm (shown in Algorithm 1), which enables each sensor to efficiently decide its forwarding set that performs almost as well as the optimal one does. First, in Extraction Stage shown in Algorithm 2, each sensor prunes the neighbors that must not be its forwarder, narrowing the possible candidates down to a smaller set. Assume that s initially selects A = N s as its forwarding set; it then gets that the corresponding OEC value equals OEC s (A,pri ()). If the node a i A that has the maximum OEC value, i.e., a i = argmax a A OEC a, has a greater or equal OEC value than OEC s (A,pri ()), i.e., OEC ai OEC s (A,pri ()), based on Theorem??, we can extract a i from A such that A = A\{a i }. This pruning procedure repeats until a j A,OEC aj < OEC s. Next, in order to decide whether node s should select neighbor j A N s as a forwarder, we define another metric

5 Independent End-to-end Cost (IEC) as follows: IEC j = 1 p sj ( Tx RE s + Rx )+OEC j = OEC s ({j}). (8) IEC j represents the OEC value of sender s while j is the only forwarder of s. Second, in Inclusion Stage shown in Algorithm 3, s initializes its forwarding set F s as an empty set φ, and iteratively chooses the neighbor a A that has the smallest IEC value and puts it into F s until the OEC s value cannot be improved, i.e., decreased. After executing Algorithm 2 and Algorithm 3, s gets its final forwarding set F s, and computes its final OEC value by OEC s = OEC s (F,pri ()). Specifically, pri (i) is the optimal relay sequence that assigns priority to each node i F according to their OEC values in an ascending order. 3) Data Forwarding and OEC Updating: When a sensor s needs to send or relay packets, it broadcasts those packets, which can be overheard by the candidates in its forwarding set F s. Each forwarder in F s sequentially relays the packets according to the optimal relay sequence pri () of F s if it receives data from the sender correctly. Once a forwarder in F s relays the packets, it issues an ACK message that notifies sender s to terminate data forwarding. In addition, that forwarder can piggyback the information about its residual energy, link reliability, and its updated OEC value in the ACK message. Upon receiving ACK, sender s can update its OEC s value based on the information embedded in ACK. IV. PERFORMANCE EVALUATION We evaluate the performance of through the simulations implemented in NS2, which is modified to simulate energy expenditure of each sensor. We choose MICAz [11] as the hardware setting in our simulations, and parameter setting is based on [12]. We consider a multi-sink application, where transmission is considered successful no matter which sink receives the packets. We have done many experiments including single or multi-sinks case, while all the trends observed in the multi-sink cases still persist for the singlesink case. However, we do not present them all in the interest of brevity. In each simulation, each sensor starts transmission toward the sinks; therefore, the number of transmission pairs equals the number of sensors in the network. The transmission is considered successful when all the packets are received by the sinks. In addition, the simulation terminates once any sensor depletes its energy. Unless specifically stated, the experimental parameters are set according to Table II. Our simulations compare the following protocols: is the proposed routing scheme which incorporates the advantages of opportunistic routing to sensor networks for network-lifetime prolonging. [1] is a fixed-path routing scheme for lifetime extension. To avoid energy depletion of critical sensors, selects a single fixed route that consumes the minimum energy cost for each transmission pair. [9] is an opportunistic routing protocol that utilizes geographic information to forward data to its neighbors TABLE II NS2 SIMULATION PARAMETERS Hardware setting MICAz [11] Transmit power 0 dbm Transmission range Up to 80 meters Data rate 250 Kbps Packet size 46 Bytes (25 Bytes for payload) Data size 10 KBytes for each transmission Area of field 500m x 500m Number of sink nodes 4 Number of sensors 175, 200, 225, 250, 275, 300, 325, 350 Initial energy 50 Joule Transmission interval 1000 seconds that are geographically close to the destination. Their goal is to reduce the total transmission power of each end-toend transmission, instead of lifetime extension. We compare the performance of above schemes in terms of the following metrics: 1) network-lifetime, which is defined as the data size that had been received by any sink before the first sensor depletes its energy, 2) energy cost per bit, which shows the total energy cost of transmission a bit to the sinks, and 3) delay, which is the average time of transferring each data from a source to the sinks. A. Lifetime Enhancement In this simulation, we set the initial energy of each sensor to 2 Joules such that there must be certain sensor draining out its energy during the simulation time. Fig. 2 shows that the data size received by the sinks before the first depletion in and is much larger than that in GCL because they consider residual energy of each sensor as selecting relay nodes, and, therefore, avoid energy depletion by detouring the critical nodes. Besides, can further outperform because it exploits the advantages of opportunistic routing to reduce the cost of retransmission and energy consumption by adaptively involving multiple forwarders in each hop relay. The figure also reveals that the improvement of and increases when the network becomes denser because more sensors can be substituted for the critical sensors to avoid consuming residual energy of those bottleneck nodes. We observe that network density has only minor impact on the lifetime of since, no matter how dense the network is, would select the certain best forwarders in terms of its distance metric and, thus, drain out their energy. Fig. 3 shows the cumulative distribution function of residual energy. Since both and take residual energy into consideration, they can distribute the traffic load across all the sensors, and, hence, decrease the variation of residual energy among all sensors. By contrast, selects the forwarding set only based on the distance metric, the static forwarder-selection becomes radical damage to the networklifetime. Therefore, drains out some sensors energy while some other ones remain high energy. Fig. 4 compares the average energy cost per bit that verifies efficiency of energy usage. requires the least energy to transmit a bit of data among all the schemes. Compared

6 Network-lifetime (MBytes) Energy cost (mjoule/bit) Number of sensors Number of sensors Fig. 2. Network-lifetime vs. Density Fig. 4. Efficiency of Energy Usage Cumulative distribution function (CDF) End-to-end delay (second) Residual energy (Joule) Fig. 3. CDF of Residual Energy Number of sensors Fig. 5. End-to-end Delay with which aims at maximizing geographic advancement at each hop, the metric SE-Cost used in can indicate energy consumption of each transmission and, thus, utilize the energy more efficiently. Compared with, exploits the advantages of OR, i..e, path diversity and perhop adaptation, to improve transmission reliability and reduce energy consumption of retransmission. B. Path Quality In this simulation, we compare the end-to-end delay of each protocol. Fig. 5 shows that achieves lower delay in comparison with and because it can progressively reduce the number of retransmissions by involving multiple forwarders in per-hop adaptation. produces high endto-end delay because it excessively detours around critical sensors. The metric used in mainly focuses on maximizing geographic advancement; however, it does not consider the cost of retransmissions and, hence, incurs high end-to-end delay due to frequent retransmission. V. CONCLUSIONS In this work, we propose, which is a distributed routing protocol that exploits the advantages of opportunistic routing to enhance network-lifetime for WSNs. The operation of is based on a novel metric called OEC, which (a) jointly considers the energy cost of end-to-end transmission, the residual energy of each sensor and transmission reliability at each intermediate node, and (b) can be efficiently computed from the sink to each node in a recursive fashion. Simulation results show that achieves network-lifetime enhancement and energy-cost reduction compared with other schemes. REFERENCES [1] J.Park and S.Sahni, An online heuristic for maximum lifetime routing in wireless sensor networks, Computers, IEEE Transactions on, [2] B.Karp and H.T.Kung, GPSR: greedy perimeter stateless routing for wireless networks, in ACM MobiCom 00. [3] M.J.Tsai, H.Y.Yang, and W. Huang, Axis-based virtual coordinate assignment protocol and delivery-guaranteed routing protocol in wireless sensor networks, in IEEE INFOCOM 07. [4] C.Wu, R.Yuan, and H.Zhou, A novel load balanced and lifetime maximization routing protocol in wireless sensor networks, in IEEE VTC 08 Spring. [5] S.Biswas and R.Morris, Exor: opportunistic multi-hop routing for wireless networks, in ACM SIGCOMM 05. [6] K.Zeng, W.Lou, and Y.Zhang, Multi-rate geographic opportunistic routing in wireless ad hoc networks, in IEEE MILCOM 07. [7] K.Zeng, W.Lou, and H.Zhai, On end-to-end throughput of opportunistic routing in multirate and multihop wireless networks, in IEEE INFO- COM 08. [8] R.Laufer, D.-Ferriere, H., and L.Kleinrock, Multirate anypath routing in wireless mesh networks, in IEEE INFOCOM 09. [9] K.Zeng, J. W.Lou, and D. Brown, On geographic collaborative forwarding in wireless ad hoc and sensor networks, in IEEE WASA 07. [10] J.Kim, X.Lin, N.B.Shroff, and P.Sinha, On maximizing the lifetime of delay-sensitive wireless sensor networks with anycast, in IEEE INFOCOM 08. [11] MICAz Datasheet, [12] M.C.Vuran and I.F.Akyildiz, Cross-layer analysis of error control in wireless sensor networks, in IEEE SECON 06.

Reliable and Energy Efficient Protocol for Wireless Sensor Network

Reliable and Energy Efficient Protocol for Wireless Sensor Network Reliable and Energy Efficient Protocol for Wireless Sensor Network Hafiyya.R.M 1, Fathima Anwar 2 P.G. Student, Department of Computer Engineering, M.E.A Engineering College, Perinthalmanna, Kerala, India

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

End-To-End Delay Optimization in Wireless Sensor Network (WSN)

End-To-End Delay Optimization in Wireless Sensor Network (WSN) Shweta K. Kanhere 1, Mahesh Goudar 2, Vijay M. Wadhai 3 1,2 Dept. of Electronics Engineering Maharashtra Academy of Engineering, Alandi (D), Pune, India 3 MITCOE Pune, India E-mail: shweta.kanhere@gmail.com,

More information

Energy Balancing Routing Schemes for Low-Power Wireless Networks

Energy Balancing Routing Schemes for Low-Power Wireless Networks 2009 Seventh Annual Communications Networks and Services Research Conference Energy Balancing Routing Schemes for Low-Power Wireless Networks Eun-Sook Sung, Miodrag Potkonjak Computer Science Department

More information

An Energy-Balanced Cooperative MAC Protocol in MANETs

An Energy-Balanced Cooperative MAC Protocol in MANETs 2011 International Conference on Advancements in Information Technology With workshop of ICBMG 2011 IPCSIT vol.20 (2011) (2011) IACSIT Press, Singapore An Energy-Balanced Cooperative MAC Protocol in MANETs

More information

DISCOVERING OPTIMUM FORWARDER LIST IN MULTICAST WIRELESS SENSOR NETWORK

DISCOVERING OPTIMUM FORWARDER LIST IN MULTICAST WIRELESS SENSOR NETWORK DISCOVERING OPTIMUM FORWARDER LIST IN MULTICAST WIRELESS SENSOR NETWORK G.Ratna kumar, Dr.M.Sailaja, Department(E.C.E), JNTU Kakinada,AP, India ratna_kumar43@yahoo.com, sailaja.hece@gmail.com ABSTRACT:

More information

Achieve Significant Throughput Gains in Wireless Networks with Large Delay-Bandwidth Product

Achieve Significant Throughput Gains in Wireless Networks with Large Delay-Bandwidth Product Available online at www.sciencedirect.com ScienceDirect IERI Procedia 10 (2014 ) 153 159 2014 International Conference on Future Information Engineering Achieve Significant Throughput Gains in Wireless

More information

Receiver Based Multicasting Protocol for Wireless Sensor Networks

Receiver Based Multicasting Protocol for Wireless Sensor Networks Receiver Based Multicasting Protocol for Wireless Sensor Networks Madesha M Assistant Professor, Department of CSE Sahyadri College of Engineering and Management Chaya D Lecturer, Department of CSE H.M.S

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

An Industrial Employee Development Application Protocol Using Wireless Sensor Networks

An Industrial Employee Development Application Protocol Using Wireless Sensor Networks RESEARCH ARTICLE An Industrial Employee Development Application Protocol Using Wireless Sensor Networks 1 N.Roja Ramani, 2 A.Stenila 1,2 Asst.professor, Dept.of.Computer Application, Annai Vailankanni

More information

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. IV (May - Jun.2015), PP 06-11 www.iosrjournals.org Impact of IEEE 802.11

More information

CHAPTER 5 PROPAGATION DELAY

CHAPTER 5 PROPAGATION DELAY 98 CHAPTER 5 PROPAGATION DELAY Underwater wireless sensor networks deployed of sensor nodes with sensing, forwarding and processing abilities that operate in underwater. In this environment brought challenges,

More information

International Journal Of Advanced Smart Sensor Network Systems ( IJASSN ), Vol 2, No.1, January 2012

International Journal Of Advanced Smart Sensor Network Systems ( IJASSN ), Vol 2, No.1, January 2012 ENERGY EFFICIENT MAXIMUM LIFETIME ROUTING FOR WIRELESS SENSOR NETWORK Sourabh Jain 1, Praveen Kaushik 1, Jyoti Singhai 2 1 Department of Computer Sciene and Engineering Maulana Azad National Institute

More information

AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS

AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS YINGHUI QIU School of Electrical and Electronic Engineering, North China Electric Power University, Beijing, 102206, China ABSTRACT

More information

Qos Parameters Estimation in MANET Using Position Based Opportunistic Routing Protocol

Qos Parameters Estimation in MANET Using Position Based Opportunistic Routing Protocol Original Article Qos Parameters Estimation in MANET Using Position Based Opportunistic Routing Protocol P. Kalaivani* 1, G. Sathya 1 and N. Senthilnathan 2 1 Assistant Professor, SNS College of Engineering,

More information

ECE 598HH: Special Topics in Wireless Networks and Mobile Systems

ECE 598HH: Special Topics in Wireless Networks and Mobile Systems ECE 598HH: Special Topics in Wireless Networks and Mobile Systems Lecture 21: Opportunistic Routing Haitham Hassanieh *These slides are courtesy of Dina Katabi 1 Lecture Outline Single Path Routing Opportunistic

More information

Figure 1. Clustering in MANET.

Figure 1. Clustering in MANET. Volume 6, Issue 12, December 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance

More information

CS 268: Computer Networking. Taking Advantage of Broadcast

CS 268: Computer Networking. Taking Advantage of Broadcast CS 268: Computer Networking L-12 Wireless Broadcast Taking Advantage of Broadcast Opportunistic forwarding Network coding Assigned reading XORs In The Air: Practical Wireless Network Coding ExOR: Opportunistic

More information

Link Estimation and Tree Routing

Link Estimation and Tree Routing Network Embedded Systems Sensor Networks Link Estimation and Tree Routing 1 Marcus Chang, mchang@cs.jhu.edu Slides: Andreas Terzis Outline Link quality estimation Examples of link metrics Four-Bit Wireless

More information

Wireless Sensor Networks, energy efficiency and path recovery

Wireless Sensor Networks, energy efficiency and path recovery Wireless Sensor Networks, energy efficiency and path recovery PhD dissertation Anne-Lena Kampen Trondheim 18 th of May 2017 Outline Introduction to Wireless Sensor Networks WSN Challenges investigated

More information

Chapter 6 Route Alteration Based Congestion Avoidance Methodologies For Wireless Sensor Networks

Chapter 6 Route Alteration Based Congestion Avoidance Methodologies For Wireless Sensor Networks Chapter 6 Route Alteration Based Congestion Avoidance Methodologies For Wireless Sensor Networks Early studies shows that congestion avoid in wireless sensor networks (WSNs) is a critical issue, it will

More information

Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks

Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks Mina Malekzadeh Golestan University Zohre Fereidooni Golestan University M.H. Shahrokh Abadi

More information

Enhanced Power Saving Scheme for IEEE DCF Based Wireless Networks

Enhanced Power Saving Scheme for IEEE DCF Based Wireless Networks Enhanced Power Saving Scheme for IEEE 802.11 DCF Based Wireless Networks Jong-Mu Choi, Young-Bae Ko, and Jai-Hoon Kim Graduate School of Information and Communication Ajou University, Republic of Korea

More information

Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless Sensor Networks

Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless Sensor Networks Distributed Sensor Networks Volume 2013, Article ID 858765, 6 pages http://dx.doi.org/10.1155/2013/858765 Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless

More information

QUALITY OF SERVICE EVALUATION IN IEEE NETWORKS *Shivi Johri, **Mrs. Neelu Trivedi

QUALITY OF SERVICE EVALUATION IN IEEE NETWORKS *Shivi Johri, **Mrs. Neelu Trivedi QUALITY OF SERVICE EVALUATION IN IEEE 802.15.4 NETWORKS *Shivi Johri, **Mrs. Neelu Trivedi *M.Tech. (ECE) in Deptt. of ECE at CET,Moradabad, U.P., India **Assistant professor in Deptt. of ECE at CET, Moradabad,

More information

Energy Efficient Routing Using Sleep Scheduling and Clustering Approach for Wireless Sensor Network

Energy Efficient Routing Using Sleep Scheduling and Clustering Approach for Wireless Sensor Network Energy Efficient Routing Using Sleep Scheduling and Clustering Approach for Wireless Sensor Network G.Premalatha 1, T.K.P.Rajagopal 2 Computer Science and Engineering Department, Kathir College of Engineering

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

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 2, April-May, 2013 ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 2, April-May, 2013 ISSN: Fast Data Collection with Reduced Interference and Increased Life Time in Wireless Sensor Networks Jayachandran.J 1 and Ramalakshmi.R 2 1 M.Tech Network Engineering, Kalasalingam University, Krishnan koil.

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

CHAPTER 4 IMPACT OF ROUTING ATTACKS IN LOCATION BASED ROUTING PROTOCOL

CHAPTER 4 IMPACT OF ROUTING ATTACKS IN LOCATION BASED ROUTING PROTOCOL 63 CHAPTER 4 IMPACT OF ROUTING ATTACKS IN LOCATION BASED ROUTING PROTOCOL 4.1 INTRODUCTION This chapter explains the impact of the blackhole, rushing, sybil and wormhole active attacks, in the route discovery

More information

DYNAMIC DATA ROUTING IN MANET USING POSITION BASED OPPORTUNISTIC ROUTING PROTOCOL

DYNAMIC DATA ROUTING IN MANET USING POSITION BASED OPPORTUNISTIC ROUTING PROTOCOL INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 DYNAMIC DATA ROUTING IN MANET USING POSITION BASED OPPORTUNISTIC ROUTING PROTOCOL P. Kalaivani 1, G. Sathya 2, N.

More information

Mobile Agent Driven Time Synchronized Energy Efficient WSN

Mobile Agent Driven Time Synchronized Energy Efficient WSN Mobile Agent Driven Time Synchronized Energy Efficient WSN Sharanu 1, Padmapriya Patil 2 1 M.Tech, Department of Electronics and Communication Engineering, Poojya Doddappa Appa College of Engineering,

More information

ADB: An Efficient Multihop Broadcast Protocol Based on Asynchronous Duty-Cycling in Wireless Sensor Networks

ADB: An Efficient Multihop Broadcast Protocol Based on Asynchronous Duty-Cycling in Wireless Sensor Networks AD: An Efficient Multihop roadcast Protocol ased on Asynchronous Duty-Cycling in Wireless Sensor Networks Yanjun Sun* Omer Gurewitz Shu Du Lei Tang* David. Johnson* *Rice University en Gurion University

More information

Interference avoidance in wireless multi-hop networks 1

Interference avoidance in wireless multi-hop networks 1 Interference avoidance in wireless multi-hop networks 1 Youwei Zhang EE228A Project Report, Spring 2006 1 Motivation Wireless networks share the same unlicensed parts of the radio spectrum with devices

More information

INTELLIGENT OPPORTUNISTIC ROUTING IN WIRELESS SENSOR NETWORK

INTELLIGENT OPPORTUNISTIC ROUTING IN WIRELESS SENSOR NETWORK INTELLIGENT OPPORTUNISTIC ROUTING IN WIRELESS SENSOR NETWORK Mr. Patel Jaheer H. 1, Dr. Godbole B.B. 2 1 M. E. Electronics (II), Department of Electronics Engineering; K.B.P. college of Engineering, Satara,

More information

Performance Analysis of MANET Using Efficient Power Aware Routing Protocol (EPAR)

Performance Analysis of MANET Using Efficient Power Aware Routing Protocol (EPAR) Performance Analysis of MANET Using Efficient Power Aware Routing Protocol (EPAR) Amandeep Kaur 1, Jasmeet Kaur 2, Nishu Kansal 3 1, 2, 3 (ECE, Guru Nanak Dev Engineering College Ludhiana, India) ABSTRACT:

More information

Reliable Routing Algorithm on Wireless Sensor Network

Reliable Routing Algorithm on Wireless Sensor Network International Journal of Engineering & Computer Science IJECS-IJENS Vol:12 No:06 26 Reliable Routing Algorithm on Wireless Sensor Network Jun-jun Liang 1, Zhen-Wu Yuna 1, Jian-Jun Lei 1 and Gu-In Kwon

More information

Mitigating Hot Spot Problems in Wireless Sensor Networks Using Tier-Based Quantification Algorithm

Mitigating Hot Spot Problems in Wireless Sensor Networks Using Tier-Based Quantification Algorithm BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 1 Sofia 2016 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.1515/cait-2016-0005 Mitigating Hot Spot Problems

More information

Ad Hoc Networks. WA-MAC: A weather adaptive MAC protocol in survivability-heterogeneous wireless sensor networks

Ad Hoc Networks. WA-MAC: A weather adaptive MAC protocol in survivability-heterogeneous wireless sensor networks Ad Hoc Networks 67 (2017) 40 52 Contents lists available at ScienceDirect Ad Hoc Networks journal homepage: www.elsevier.com/locate/adhoc WA-MAC: A weather adaptive MAC protocol in survivability-heterogeneous

More information

Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks

Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks Qiaoqin Li 12, Mei Yang 1, Hongyan Wang 1, Yingtao Jiang 1, Jiazhi Zeng 2 1 Department

More information

A Simple Sink Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks

A Simple Sink Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks A Simple Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks Chun-Su Park, You-Sun Kim, Kwang-Wook Lee, Seung-Kyun Kim, and Sung-Jea Ko Department of Electronics Engineering, Korea

More information

Secure Data Collection for Wireless Sensor Networks

Secure Data Collection for Wireless Sensor Networks Secure Data Collection for Wireless Sensor Networks Haengrae Cho 1 and Soo-Young Suck 2 1 Department of Computer Engineering, Yeungnam University, Republic of Korea 2 Department of R&D, Gyeongbuk Institute

More information

Reliable Routing In VANET Using Cross Layer Approach

Reliable Routing In VANET Using Cross Layer Approach Reliable Routing In VANET Using Cross Layer Approach 1 Mr. Bhagirath Patel, 2 Ms. Khushbu Shah 1 Department of Computer engineering, 1 LJ Institute of Technology, Ahmedabad, India 1 er.bhagirath@gmail.com,

More information

Dynamic Traffic Congestion Control Scheme in MANET with Cooperative Communication

Dynamic Traffic Congestion Control Scheme in MANET with Cooperative Communication Dynamic Traffic Congestion Control Scheme in MANET with Cooperative Communication P.Deepa 1, Dr. P.S.K Patra 2 1 Department of Computer Science and Engineering, 2 Head of the Department, Agni College of

More information

A Novel Multi-ACK Based Data Forwarding Scheme in Wireless Sensor Networks

A Novel Multi-ACK Based Data Forwarding Scheme in Wireless Sensor Networks A Novel Multi-ACK Based Data Forwarding Scheme in Wireless Sensor Networks Dang Tu Nguyen 1, Wook Choi 2, Minh Thiep Ha 1, and Hyunseung Choo 1 1 School of Information and Communication Engineering, Sungkyunkwan

More information

Efficient Detection and Elimination of Vampire Attacks in Wireless Ad-Hoc Sensor Networks

Efficient Detection and Elimination of Vampire Attacks in Wireless Ad-Hoc Sensor Networks Efficient Detection and Elimination of Vampire Attacks in Wireless Ad-Hoc Sensor Networks K.Sivakumar 1, P.Murugapriya 2 II-M.TECH, Department of IT, Sasurie College of Engineering, Vijayamangalam, Tirupur,

More information

Opportunistic Overlay Multicast in Wireless Networks

Opportunistic Overlay Multicast in Wireless Networks This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the IEEE Globecom proceedings. Opportunistic Overlay Multicast in Wireless

More information

BIPAR: BImodal Power-Aware Routing Protocol For Wireless Sensor Networks

BIPAR: BImodal Power-Aware Routing Protocol For Wireless Sensor Networks BIPAR: BImodal Power-Aware Routing Protocol For Wireless Sensor Networks Abstract HANY MORCOS IBRAHIM MATTA AZER BESTAVROS {hmorcos, matta, best}@cs.bu.edu Computer Science Department, Boston University

More information

Exploiting Routing Redundancy using MAC layer Anycast to Improve Delay in WSN

Exploiting Routing Redundancy using MAC layer Anycast to Improve Delay in WSN Exploiting Routing Redundancy using MAC layer Anycast to Improve Delay in WSN Farhana Ashraf, Robin H. Kravets and Nitin H. Vaidya University of Illinois at Urbana-Champaign Email: {fashraf2, rhk, nhv}@illinois.edu

More information

An Energy-Efficient MAC Protocol for Delay-Sensitive Wireless Sensor Networks

An Energy-Efficient MAC Protocol for Delay-Sensitive Wireless Sensor Networks An Energy-Efficient MAC Protocol for Delay-Sensitive Wireless Sensor Networks Changsu Suh, Deepesh Man Shrestha, and Young-Bae Ko R & D Departments, Hanback Electronics Company, Republic of Korea College

More information

Localized and Incremental Monitoring of Reverse Nearest Neighbor Queries in Wireless Sensor Networks 1

Localized and Incremental Monitoring of Reverse Nearest Neighbor Queries in Wireless Sensor Networks 1 Localized and Incremental Monitoring of Reverse Nearest Neighbor Queries in Wireless Sensor Networks 1 HAI THANH MAI AND MYOUNG HO KIM Department of Computer Science Korea Advanced Institute of Science

More information

Location Based Energy-Efficient Reliable Routing Protocol for Wireless Sensor Networks

Location Based Energy-Efficient Reliable Routing Protocol for Wireless Sensor Networks Location Based Energy-Efficient Reliable Routing Protocol for Wireless Sensor Networks RAFE ALASEM 1, AHMED REDA 2 AND MAHMUD MANSOUR 3 (1) Computer Science Department Imam Muhammad ibn Saud Islamic University

More information

An Enhanced Cross-Layer Protocol for Energy Efficiency in Wireless Sensor Networks

An Enhanced Cross-Layer Protocol for Energy Efficiency in Wireless Sensor Networks 2009 Third International Conference on Sensor Technologies and Applications An Enhanced Cross-Layer Protocol for Energy Efficiency in Wireless Sensor Networks Jaehyun Kim Dept. of Electrical & Electronic

More information

Improving the Data Scheduling Efficiency of the IEEE (d) Mesh Network

Improving the Data Scheduling Efficiency of the IEEE (d) Mesh Network Improving the Data Scheduling Efficiency of the IEEE 802.16(d) Mesh Network Shie-Yuan Wang Email: shieyuan@csie.nctu.edu.tw Chih-Che Lin Email: jclin@csie.nctu.edu.tw Ku-Han Fang Email: khfang@csie.nctu.edu.tw

More information

Device-to-Device Networking Meets Cellular via Network Coding

Device-to-Device Networking Meets Cellular via Network Coding Device-to-Device Networking Meets Cellular via Network Coding Yasaman Keshtkarjahromi, Student Member, IEEE, Hulya Seferoglu, Member, IEEE, Rashid Ansari, Fellow, IEEE, and Ashfaq Khokhar, Fellow, IEEE

More information

ROAL: A Randomly Ordered Activation and Layering Protocol for Ensuring K-Coverage in Wireless Sensor Networks

ROAL: A Randomly Ordered Activation and Layering Protocol for Ensuring K-Coverage in Wireless Sensor Networks ROAL: A Randomly Ordered Activation and Layering Protocol for Ensuring K-Coverage in Wireless Sensor Networks Hogil Kim and Eun Jung Kim Department of Computer Science Texas A&M University College Station,

More information

CASER Protocol Using DCFN Mechanism in Wireless Sensor Network

CASER Protocol Using DCFN Mechanism in Wireless Sensor Network Volume 118 No. 7 2018, 501-505 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu CASER Protocol Using DCFN Mechanism in Wireless Sensor Network A.Shirly

More information

Pervasive and Mobile Computing. Improved sensor network lifetime with multiple mobile sinks

Pervasive and Mobile Computing. Improved sensor network lifetime with multiple mobile sinks Pervasive and Mobile Computing 5 (2009) 542 555 Contents lists available at ScienceDirect Pervasive and Mobile Computing journal homepage: www.elsevier.com/locate/pmc Fast track article Improved sensor

More information

Integrated Resource Adaptive On Demand Geographic Routing (IRA-ODGR) for MANET

Integrated Resource Adaptive On Demand Geographic Routing (IRA-ODGR) for MANET IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 6, 2013 ISSN (online): 2321-0613 Integrated Demand (IRA-ODGR) for MANET M J.Kalaiselvi 1 K.Sathishkumar 2 1 M.E. Student,

More information

PERFORMANCE EVALUATION OF TOPOLOGY CONTROL ALGORITHMS FOR WIRELESS SENSOR NETWORKS

PERFORMANCE EVALUATION OF TOPOLOGY CONTROL ALGORITHMS FOR WIRELESS SENSOR NETWORKS PERFORMANCE EVALUATION OF TOPOLOGY CONTROL ALGORITHMS FOR WIRELESS SENSOR NETWORKS Zahariah Manap 1, M. I. A Roslan 1, W. H. M Saad 1, M. K. M. Nor 1, Norharyati Harum 2 and A. R. Syafeeza 1 1 Faculty

More information

Energy Aware Data-Centric Routing in Wireless Sensor Network

Energy Aware Data-Centric Routing in Wireless Sensor Network Energy Aware Data-Centric Routing in Wireless Sensor Network May Mon Khaing, and Tun Min Naing Abstract Wireless sensor networks are especially used in highly dynamic and hostile area. In Wireless sensor

More information

IMPROVING THE DATA COLLECTION RATE IN WIRELESS SENSOR NETWORKS BY USING THE MOBILE RELAYS

IMPROVING THE DATA COLLECTION RATE IN WIRELESS SENSOR NETWORKS BY USING THE MOBILE RELAYS IMPROVING THE DATA COLLECTION RATE IN WIRELESS SENSOR NETWORKS BY USING THE MOBILE RELAYS 1 K MADHURI, 2 J.KRISHNA, 3 C.SIVABALAJI II M.Tech CSE, AITS, Asst Professor CSE, AITS, Asst Professor CSE, NIST

More information

IN a mobile ad hoc network, nodes move arbitrarily.

IN a mobile ad hoc network, nodes move arbitrarily. IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 5, NO. 6, JUNE 2006 609 Distributed Cache Updating for the Dynamic Source Routing Protocol Xin Yu Abstract On-demand routing protocols use route caches to make

More information

A Cluster-Based Energy Balancing Scheme in Heterogeneous Wireless Sensor Networks

A Cluster-Based Energy Balancing Scheme in Heterogeneous Wireless Sensor Networks A Cluster-Based Energy Balancing Scheme in Heterogeneous Wireless Sensor Networks Jing Ai, Damla Turgut, and Ladislau Bölöni Networking and Mobile Computing Research Laboratory (NetMoC) Department of Electrical

More information

SMITE: A Stochastic Compressive Data Collection. Sensor Networks

SMITE: A Stochastic Compressive Data Collection. Sensor Networks SMITE: A Stochastic Compressive Data Collection Protocol for Mobile Wireless Sensor Networks Longjiang Guo, Raheem Beyah, and Yingshu Li Department of Computer Science, Georgia State University, USA Data

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

Improving IEEE Power Saving Mechanism

Improving IEEE Power Saving Mechanism 1 Improving IEEE 82.11 Power Saving Mechanism Eun-Sun Jung 1 and Nitin H. Vaidya 2 1 Dept. of Computer Science, Texas A&M University, College Station, TX 77843, USA Email: esjung@cs.tamu.edu 2 Dept. of

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

Energy Optimized Routing Algorithm in Multi-sink Wireless Sensor Networks

Energy Optimized Routing Algorithm in Multi-sink Wireless Sensor Networks Appl. Math. Inf. Sci. 8, No. 1L, 349-354 (2014) 349 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/081l44 Energy Optimized Routing Algorithm in Multi-sink

More information

Low-Energy-Consumption Ad Hoc Mesh Network Based on Intermittent Receiver-driven Transmission

Low-Energy-Consumption Ad Hoc Mesh Network Based on Intermittent Receiver-driven Transmission Low-Energy-Consumption Ad Hoc Mesh Network Based on Intermittent Receiver-driven Transmission Masashi Sugano 1, Ryo Fukushima 2, Masayuki Murata 2, Takayoshi Hayashi 3, Takaaki Hatauchi 3 1 School of Comprehensive

More information

An Opportunistic Routing Algorithm with Implicit ARQ for Wireless Sensor Networks

An Opportunistic Routing Algorithm with Implicit ARQ for Wireless Sensor Networks International Conference on Mechatronics, Control and Electronic Engineering (MCE 2014) An Opportunistic Routing Algorithm with Implicit ARQ for Wireless Sensor Networks Xiao Hong Chen Jie School of Computer

More information

Error Control in Wireless Sensor Networks: A Cross Layer Analysis

Error Control in Wireless Sensor Networks: A Cross Layer Analysis University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln CSE Journal Articles Computer Science and Engineering, Department of 2009 Error Control in Wireless Sensor Networks: A Cross

More information

Opportunistic Routing in Low Duty-Cycled Wireless Sensor Networks

Opportunistic Routing in Low Duty-Cycled Wireless Sensor Networks Opportunistic Routing in Low Duty-Cycled Wireless Sensor Networks Euhanna Ghadimi, KTH - Royal Institute of Technology, Sweden Olaf Landsiedel, Chalmers University of Technology, Sweden Pablo Soldati,

More information

ANewRoutingProtocolinAdHocNetworks with Unidirectional Links

ANewRoutingProtocolinAdHocNetworks with Unidirectional Links ANewRoutingProtocolinAdHocNetworks with Unidirectional Links Deepesh Man Shrestha and Young-Bae Ko Graduate School of Information & Communication, Ajou University, South Korea {deepesh, youngko}@ajou.ac.kr

More information

Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks

Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks Mobile Information Systems 9 (23) 295 34 295 DOI.3233/MIS-364 IOS Press Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks Keisuke Goto, Yuya Sasaki, Takahiro

More information

On the Interdependence of Congestion and Contention in Wireless Sensor Networks

On the Interdependence of Congestion and Contention in Wireless Sensor Networks On the Interdependence of Congestion and Contention in Wireless Sensor Networks Mehmet C. Vuran Vehbi C. Gungor School of Electrical & Computer Engineering Georgia Institute of Technology, Atlanta, GA

More information

Adaptive Opportunistic Routing Protocol for Energy Harvesting Wireless Sensor Networks

Adaptive Opportunistic Routing Protocol for Energy Harvesting Wireless Sensor Networks Adaptive Opportunistic Routing Protocol for Energy Harvesting Wireless Sensor Networks Zhi Ang Eu and Hwee-Pink Tan Institute for Infocomm Research, Singapore Email: {zaeu,hptan}@ir.a-star.edu.sg Abstract

More information

Performance Analysis of MANET Routing Protocols OLSR and AODV

Performance Analysis of MANET Routing Protocols OLSR and AODV VOL. 2, NO. 3, SEPTEMBER 211 Performance Analysis of MANET Routing Protocols OLSR and AODV Jiri Hosek Faculty of Electrical Engineering and Communication, Brno University of Technology Email: hosek@feec.vutbr.cz

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

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

MC-LMAC: A Multi-Channel MAC Protocol for Wireless Sensor Networks

MC-LMAC: A Multi-Channel MAC Protocol for Wireless Sensor Networks : A Multi-Channel MAC Protocol for Wireless Sensor Networks Özlem Durmaz Incel, Pierre Jansen, Sape Mullender University of Twente Department of Computer Science Enschede, The Netherlands {durmazo, jansen,

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

Optimal Anycast Technique for Delay-Sensitive Energy-Constrained Asynchronous Sensor Networks

Optimal Anycast Technique for Delay-Sensitive Energy-Constrained Asynchronous Sensor Networks 1 Optimal Anycast Technique for Delay-Sensitive Energy-Constrained Asynchronous Sensor Networks Joohwan Kim, Xiaoun Lin, and Ness B. Shroff School of Electrical and Computer Engineering, Purdue University

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

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.9, September 2017 139 Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks MINA MAHDAVI

More information

An Iterative Greedy Approach Using Geographical Destination Routing In WSN

An Iterative Greedy Approach Using Geographical Destination Routing In WSN ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

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

Balanced Multicast Routing Performance in Autonomous Sensor Networks

Balanced Multicast Routing Performance in Autonomous Sensor Networks Advances in Networks 2016; 4(2): 21-33 http://www.sciencepublishinggroup.com/j/net doi: 10.11648/j.net.20160402.12 ISSN: 2326-9766 (Print); ISSN: 2326-9782 (Online) Balanced Multicast Routing Performance

More information

On Distributed Algorithms for Maximizing the Network Lifetime in Wireless Sensor Networks

On Distributed Algorithms for Maximizing the Network Lifetime in Wireless Sensor Networks On Distributed Algorithms for Maximizing the Network Lifetime in Wireless Sensor Networks Akshaye Dhawan Georgia State University Atlanta, Ga 30303 akshaye@cs.gsu.edu Abstract A key challenge in Wireless

More information

Scheduling of Multiple Applications in Wireless Sensor Networks Using Knowledge of Applications and Network

Scheduling of Multiple Applications in Wireless Sensor Networks Using Knowledge of Applications and Network International Journal of Information and Computer Science (IJICS) Volume 5, 2016 doi: 10.14355/ijics.2016.05.002 www.iji-cs.org Scheduling of Multiple Applications in Wireless Sensor Networks Using Knowledge

More information

Energy Aware and Anonymous Location Based Efficient Routing Protocol

Energy Aware and Anonymous Location Based Efficient Routing Protocol Energy Aware and Anonymous Location Based Efficient Routing Protocol N.Nivethitha 1, G.Balaji 2 1 PG student, 2 Asst.Professor Department of Electronics and Communication Engineering Angel College of Engineering

More information

An Adaptive Self-Organization Protocol for Wireless Sensor Networks

An Adaptive Self-Organization Protocol for Wireless Sensor Networks An Adaptive Self-Organization Protocol for Wireless Sensor Networks Kil-Woong Jang 1 and Byung-Soon Kim 2 1 Dept. of Mathematical and Information Science, Korea Maritime University 1 YeongDo-Gu Dongsam-Dong,

More information

An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol

An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol Hung-Wei Tseng, Shih-Hsien Yang, Po-Yu Chuang,Eric Hsiao-Kuang Wu, and Gen-Huey Chen Dept. of Computer Science and Information Engineering,

More information

Delay Performance of Multi-hop Wireless Sensor Networks With Mobile Sinks

Delay Performance of Multi-hop Wireless Sensor Networks With Mobile Sinks Delay Performance of Multi-hop Wireless Sensor Networks With Mobile Sinks Aswathy M.V & Sreekantha Kumar V.P CSE Dept, Anna University, KCG College of Technology, Karappakkam,Chennai E-mail : aswathy.mv1@gmail.com,

More information

Generic Energy-Efficient Geographic Routing for Ad-Hoc Wireless Networks

Generic Energy-Efficient Geographic Routing for Ad-Hoc Wireless Networks Generic Energy-Efficient Geographic Routing for Ad-Hoc Wireless Networks Chao-Lieh Chen 1, Jeng-Wei Lee 2, Cheng-Zh Lin 3, Yi-Tsung Chen 2, Jar-Shone Ker 3, and Yau-Hwang Kuo 2 1 Department of Electronic

More information

Wireless Sensor Networks (WSN) Tanyar Pooyeh Intelligent Robotics - winter semester 2013/14 Nov 11, 2013

Wireless Sensor Networks (WSN) Tanyar Pooyeh Intelligent Robotics - winter semester 2013/14 Nov 11, 2013 Wireless Sensor Networks (WSN) Tanyar Pooyeh 2pooyeh@informatik.uni-hamburg.de Intelligent Robotics - winter semester 2013/14 Nov 11, 2013 Outline Multi-hop Wireless Networks MANETs, VANETs, WSNs Routing

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

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

15-441: Computer Networking. Lecture 24: Ad-Hoc Wireless Networks

15-441: Computer Networking. Lecture 24: Ad-Hoc Wireless Networks 15-441: Computer Networking Lecture 24: Ad-Hoc Wireless Networks Scenarios and Roadmap Point to point wireless networks (last lecture) Example: your laptop to CMU wireless Challenges: Poor and variable

More information

High-Throughput Multicast Routing Metrics in Wireless Mesh Networks

High-Throughput Multicast Routing Metrics in Wireless Mesh Networks High-Throughput Multicast Routing Metrics in Wireless Mesh Networks Sabyasachi Roy Dimitrios Koutsonikolas Saumitra Das Y. Charlie Hu TR-ECE-05-7 September, 2005 School of Electrical and Computer Engineering

More information