A Novel Greedy Forward Algorithm for Routing Data Toward a High Speed Sink in Wireless Sensor Networks

Size: px
Start display at page:

Download "A Novel Greedy Forward Algorithm for Routing Data Toward a High Speed Sink in Wireless Sensor Networks"

Transcription

1 A Novel Greedy Forward Algorithm for Routing Data Toward a High Speed Sink in Wireless Sensor Networks Horacio A.B.F. Oliveira, Raimundo S. Barreto, Awdren L. Fontao, Antonio A.F. Loureiro, and Eduardo F. Nakamura Department of Computer Science Federal University of Amazonas, Brazil {horacio,rbarreto,awdren}@dcc.ufam.edu.br Department of Computer Science Federal University of Minas Gerais, Brazil loureiro@dcc.ufmg.br FUCAPI Analysis, Research, and Technological Innovation Center, Brazil eduardo.nakamura@fucapi.br Abstract Sink nodes are responsible for aggregating data gathered by a Wireless Sensor Network (WSN) and transmitting them to a monitoring facility. Usually, these are static nodes that serve as gateways to infrastructured networks. In some applications, these sink nodes move around the monitoring area, usually in lower speeds (e.g., robots, dirigibles). In this work, we go further and study WSN scenarios in which sink nodes can move at higher speeds, such as an Unmanned Aerial Vehicle (UAV) or even an airplane. In these cases, propagated queries cannot be answered by using the sink s position when the query was sent, since the sink will be elsewhere due to its high speed. Thus, we propose and evaluate the performance of three algorithms for data query in WSNs when the sink is moving at a high speed. Our results show clearly the need for new algorithms for these scenarios as well as the good performance of our proposed algorithms. Keywords-routing; high speed; wireless sensor networks. I. INTRODUCTION Wireless Sensor Networks (WSNs) [1] [3] are composed of a large number of small sensor devices that are able to sense and gather data from their surroundings, process the data gathered, and send them toward a sink node, using multihop wireless communication. The sink node is responsible for sending the data to a monitoring facility. Usually, sensor nodes, including the sink, are static nodes. Some proposals [] [6], however, have demonstrated the advantages of using mobile sinks to mitigate the process of collecting the data gathered by a WSN. In these cases, the sink node moves throughout the sensor field communicating with the sensor nodes. In all proposed scenarios, the sink node has low to medium mobility such as a robot, a airship, small remote controlled cars, or even a person carrying the sink node. The main challenge is basically how to keep the routing table of the sensor nodes updated, so they can forward the gathered data toward the current position of the sink node. This work was partially supported by the National Institute of Science and Technology Critical Embedded Systems (INCT-SEC), by the Brazilian National Council for Scientific and Technological Development (CNPq) under the processes 5571/6-1, 5587/6-5, 719/7-8, 57588/8- and /8-8 and by the São Paulo Research Foundation (FAPESP) under the process 8/ More recent scenarios have demonstrated the need for collecting data from a WSN using sink nodes that move at high speeds. For instance, a sink node could be an Unmanned Aerial Vehicle (UAV) or even an airplane, in which case the aerial vehicle would be responsible for flying over the WSN sending queries and receiving replies from the sensor nodes. Due to the high speed nature of the sink node, the reply packets, sent by the sensor nodes in multiple hops, cannot be sent toward the position of the sink node when it sent the query packet, since the sink node will be elsewhere in the network. In this work, we propose a new Greedy Forward algorithm for sending data toward a high speed sink in WSNs: the Whisper (Wireless HIgh SPEed Routing) algorithm. Based on this algorithm, we also propose three different variations: Whisper, Whisper, and Whisper. The main idea of these Whisper algorithms is to recognize that the sink node is not at the location where the query packet was sent due to its high speed trajectory. Thus, to overcome this problem, the Whisper algorithm sends the reply packet towards a more updated location, or even a future location, of the sink node(figure 1). The performance of the proposed algorithms is evaluated using the NS- simulator. We present an extensive set of experiments that show the need for new algorithms in these high speed scenarios, and also clearly indicate the good performance of the proposed algorithms. The remaining of this paper is organized as follows. In the next section, we describe the related work regarding mobile sinks as well as communication at high speed WSNs. Section III shows some definitions used throughout this paper and our problem definition. The Whisper algorithm and its variants are presented in Section IV, which are evaluated in Section V. In section VI, we briefly discuss the applicability, advantages, and limitations of the proposed solution. Finally, in Section VII we present our conclusions. II. RELATED WORK A first attempt to tackle the problem of data delivery from sensor nodes toward a mobile sink in WSNs is the TTDD (Two-Tier Data Dissemination) []. In this algorithm,

2 Figure 1: A query sent to a WSN by a high speed sink. each node builds a grid structure that allows mobile sinks to receive data through controlled flooding limited to their local cells. Fordor and Vidacs [5] proposed an efficient routing algorithm that allows all nodes to reach the mobile sink. That algorithm tries to find an intermediate solution for good routes while minimizing the number of messages required to update them. At last, Shim and Park [6] proposed an algorithm based on locators. Those locators are uniformly distributed in the sensor field and are able to find the current position of the mobile sink. If a node tries to send data towards an outdated position of the sink, this node can get a more updated position using these locators. In [7], it is carried out experiments using an aerial device. In that work, n sensor nodes are randomly distributed in a circle or area R. The mobile sink can place itself at specified positions and height and send packets to sensor nodes. Results clearly demonstrate the possibility of communication with the sensor nodes. However, the increase in height affect the delivery ratio, communication range, and energy consumption. Khalid et al. [8] evaluated the sink speed by making the to sink move through the sensor field at a V i speed and an angle of θ degrees, regarding the axis X. The results also indicate the possibility of half duplex link communication even at high speeds. As shown in this section, the problem of data delivery toward a mobile sink has been basically studied at low to medium speeds. Othar proposals that use a mobile sink at high speeds focus only on single-hop communication. In this work, however, we propose a different and novel approach: multihop data delivery towards a high speed mobile sink. In ourproposedapproach,wealsomakeuseoffloodingtosend queries from the sink node to all sensor nodes. On the other hand, we do not try to update the position of the sink node using messages, since they would be outdated before the update packet reaches the destination. This will be further discussed below. III. PROBLEM DEFINITION In this section, we present some definitions used herein. Definition 1 (Wireless Sensor Networks): A WSNs can be seen as an Euclidean graph G = (V,E) with the following properties: n is the number of nodes; r, the communication range; Q = [,s] [,s] [,r] is the sensor field in 3-D; V = {v,v 1,...,v n } is the set of sensor nodes, v is the mobile sink node; (i,j) E iff the distance between v i and v j is at most r, i.e., v i reaches v j and vice-versa; v i V,(Xp i,yp i,zp i ) R 3 is the real position of node v i ; while (Xc i,yc i,zc i ) R 3 is the computed position of node v i (e.g., using a localization system). Definition (High Speed Mobile Sink): A high speed mobile sink, in this work, is defined as the node v capable of: mobility over 1 km/h; predefined trajectories (e.g., straight line, curves); continuously localization (e.g., equipped with GPS Global Positioning System); in which the main goal is to cross the sensor field collecting data. Definition 3 (Data Query Algorithm): Unlike normal routing algorithms that try to maintain routes between source and destination nodes, this work is focused mainly in routing algorithms for data query [9]. In these algorithms, the sink node sends a query to the sensor network, as if it was a distributed database system (i.e.,sensor databases [1]). This query is usually propagated by flooding. Sensor nodes that can respond to the query assemble a reply packet that is sent toward the sink node. Some proposed algorithms of this type include the Directed Diffusion [11] and the Received Signal Strength Routing [1]. IV. WHISPER - A NOVEL GREEDY FORWARD ALGORITHM FOR ROUTING DATA TOWARDS A HIGH SPEED SINK In this section, we propose a new Greedy Forward algorithm for sending data towards a high speed sink: the Whisper (Wireless High Speed Routing) algorithm. As mentioned before (and depicted in Figure 1), the main idea of Whisper is to recognize that the sink node is no longer at the location where the query packet was sent, due to its high speed trajectory. Then, if we send the reply packet toward the location where the query was sent, the reply message will not be able to reach the sink node. Thus, to overcome this problem, the Whisper algorithm sends the reply packet toward a more updated location, or even a future location, of the sink node. Such a location is recomputed at each hop for each intermediate node. Then, this node forwards the packet to its neighbor that is closer to the newly computed sink s position. Therefore, it is important that each node knows its own location, the location of its neighbors, and the Sink s Trajectory and Displacement (Definitions and 5). Definition (Sink s Trajectory T s ): this trajectory can be a line, a curve or any another trajectory that can be mathematically expressed. For the sake of simplification, and without any loss of generality, we consider that, while inside

3 the sensor field, the sink will maintain the trajectory of a straight line, which is common for objects at high speed. Thus, given an initial point (e.g., the sink s position when the query was sent) and a direction, this line can be easily computed as y = tan(θ)(x x )+y, where θ is the angle in relation to the x-axis and (x, y ) is the initial position. This sink s trajectory is sent along with the query packet. Definition 5 (Sink s Displacement S s (t)): can be defined as the position of the sink node along its trajectory in time t (measured in seconds). Such a displacement needs also to be described by an equation such as S s (t) = vt + 1 at where a is the constant acceleration and v the initial velocity. Again, for the sake of simplification and without any loss of generality, we will consider that the acceleration will be zero, i.e., there will be no changes on the sink s velocity while it is in the sensor field. Thus, its displacement will be simply S s (t) = v s t, where v s is the sink s velocity (km/h). The Whisper algorithm, shown and explained in Algorithm 1, starts when the sink node enters the sensor field and sends a query packet (lines -1). This query, among other information, contains the routing time (R i, initially zero Definition 6). Definition 6 (Routing Time R p ): in order to compute the sink s current location, we need to know its time of displacement. This time is the same as the routing time, whichisthetotaltimethequerypacketleftthesinknodeand arrived at the current node. It can be computed as the sum of all packet delays in all intermediate nodes, as depicted in Figure (a). To compute the delay of a single hop, we can use the delay measurement technique [13], which is commonly used by synchronization algorithms [1]. Basically it is the sum of all delays to send a packet from a sender to a receiver node, as depicted in Figure (b). Every node that receives the query (directly from the sink or through an intermediate node) estimates the delay of this packet, update its neighbor table, and forwards the packet to its neighbors (lines 11-). If the current node has any data to reply to the sink node, it assembles a reply packet with the data and sends it to the hop i node after time i seconds. The hop i and time i values are computed according to the Whisper algorithm Type. In this work, we propose three different variations of the Whisper Algorithm: the Whisper (Section IV-A), the Whisper (Section IV-B), and the Whisper (Section IV-C). At last, if an intermediate node receives a reply packet, it will compute the new values for hop i and time i and forward the packet according to the Whisper algorithm variation in use. These variations of the Whisper algorithm are explained in the next sections. A. Whisper The Whisper is the most intuitive variation of the proposed algorithm. Basically, at each hop, the intermediate Algorithm 1 - Whisper algorithm Variables: 1: Fwd i ; {Table of forwarded queries and replies avoid loops} : Neig i ; {Neighbor table stores id, position, etc} 3: id i ; {Last query sent by the sink node} Input: : Sink node enters the sensor field to send a qry packet with id id. Action: 5: id id + 1; {Query id} 6: cmd SELECT from RSSF where temperature >= ; 7: src v ; R ; {Source and routing time} 8: T traj(); S speed(); {Sink s trajectory and speed} 9: Lp (Xc i,yc i); {Last position} 1: Broadcast qry(src,id,cmd,t,s,r,lp i); {Sends the query} Input: 11: msg i = qry(src k,id k,cmd k,t k,s k,r k,lp k ); d i = delay(msg i). Action: 1: R i R k + d i; {Update routing time} 13: if k then -{IF: the packet is not directly from the sink node...}- 1: Neig i Neig i (k,lp k ); {Update the neighbor table} 15: end if 16: if (src k,id k ) / Fwd i then -{IF: the node never forwarded the query...}- 17: Fwd i Fwd i (src k,id k ); {Update the forward table} 18: Lp i (Xc i,yc i); {Position of the current node} 19: Broadcast qry(src k,id k,cmd k,t k,s k,r i,lp i); {Fwd. the query} : end if 1: if data i evaluate(cmd k ) then-{if: node has data to reply the sink...}- : src i i; {Reply source} 3: Fwd i Fwd i (orig k,id k ); : P i = dist((xc i,yc i),t k )/R i; {Query s propagation speed} 5: hop i nexthop(); {Computes the next hop} 6: time i nexttime(); {Computes the next time} 7: Send reply(src i,id k,data i,t k,s k,r i,p i) to hop i in time i sec.; 8: end if Input: 9: msg i = reply(src k,id k,data k,t k,s k,r k,p k ); d i = delay(msg i). Action: 3: if k = then -{IF: it is the sink node...}- 31: store(data k ); {Sink receives and stores the reply data} 3: else 33: if (src k,id k ) / Fwd i then -{IF: node never forwarded the reply...}- 3: Fwd i Fwd i (src k,id k ); 35: R i R k + d i; 36: hop i nexthop(); 37: time i nexttime(); 38: Send reply(src k,id k,data k,t k,s k,r i,p k ) to hop i in time i s.; 39: end if : end if Figure : (a) Routing time of a packet; (b) Delay measurement of a hop.

4 Figure 3: Variations of the Whisper Algorithm. (a) Whisper ; (b) Whisper ; e (c) Whisper. node will compute the current position of the sink node (sinkp os). Then, this intermediate node immediately forwards the reply packet toward its neighbor that is closer to the current position of the sink node. Thus, sinkpos.x = T k.x + S k cos(t k.θ) R i; (1) sinkpos.y = T k.y + S k sin(t k.θ) R i; sinkpos.z = T k.z; nexthop() = closestneigh(sinkp os.x, sinkp os.y, sinkp os.z); nexttime() =.; As depicted in Figure 3(a), the trajectory of the reply packet in the Whisper algorithm tends to be a parabolic curve since, for each hop, the sink node will be in a different location. B. Whisper The Whisper, instead of computing the current position of the sink, calculates the first point of interception between the trajectories of the sink node and the reply packet, which is forwarded immediately. This point of interception is computed based on the speeds of both sink and query propagation (Definition 7). Definition 7 (Query s Propagation Speed P k ): a sensor node, when receiving a query packet can compute the average speed of this packet, which is basically the distance between the sink and the current node divided by the query s routing time, i.e., P k = distance((xc i,yc i ),T k )/R i This point of interception can be obtained by first computing the time of interception: (T k.y Yc i) time = Pk (S () k sin(t k.θ)) sinkpos.x = T k.x + S k cos(t k.θ) (R i + time); sinkpos.y = T k.y + S k sin(t k.θ) (R i + time); sinkpos.z = T k.z; nexthop() = closestneigh(sinkp os.x, sinkp os.y, sinkp os.z); nexttime() =.; In the Whisper, the reply tends to follow a straight line, since all intermediate nodes will compute approximately the same point of interception (Figure 3(b)). However, some factors such as a higher delay in an intermediate node can make this point of interception change in some cases since it is recomputed at each hop. This behavior makes the proposed algorithm robust to changes in the speed of the reply packet (i.e., higher or slower delays). C. Whisper The Whisper, instead of computing the first point of intercept, calculates the shortest point of intercept. Also, the reply packet is not forwarded immediately, since the sink might be far from this shortest point. Thus, the node waits for the sink to be closer before sending the reply packet. In this case, the reply packet will have a higher delay but, on the other side, lower communication paths. dx = S k cos(t k.θ) R i; (3) dy = S k sin(t k.θ) R i; tan = (Xci T k.x) dx + (Yc i T k.y) dy dx + dy ; sinkpos.x = T k.x + tan dx; sinkpos.y = T k.y + tam dy; sinkpos.z = T k.z; nexthop() = closestneigh(sinkp os.x, sinkp os.y, sinkp os.z); timesink = distance(sinkpos,t k )/S k ; timepkt = distance((xc i,yc i),sinkpos)/p k ; nexttime() = timesink timepkt; As depicted in Figure 3(c), the trajectory of the reply packet tends to be a line perpendicular to the sinks trajectory. If the computed timesink is negative, than the sink node already crossed the closest interception point. In this case, the reply packet is sent immediately by using the Whisper variation. V. PERFORMANCE EVALUATION The performance evaluation is performed through simulations using the NS- simulator. The simulation parameters are based on the MicaZ platform, and the default values are shown in Table I. In all results, curves Parameter Value represent average Sensor field 758m 758m 576 nodes values, while error bars represent confidence intervals for 95% of confidence from 33 independent instances (seeds). Regarding the network topology, we assume that the node deployment obeys Nodes density.1nodes/m Communication range 5 m Number of neighbors 7.6 nodes One Hop Delay.1s Non-determin. errors 3 µs Localization error m Sink s height 3 m Sink s speed 6 km/h Sink s trajectory line Table I a disturbed grid, in which the location of each node is disturbed by a random zero-mean Gaussian error. Therefore,

5 Query speed (km/h) Estimated Actual Error Number of hops Packet delay (s) (a) (b) (c) (d) Query speed (km/h) Estimated Actual Error Comunication range (m) Communication range (m) Number of hops Communication range (m) Packet delay (s) Communication range (m) (e) (f) (g) (h) Figure : Scalability and communication range. nodes will tend to uniformly occupy the sensor field without forming a regular grid. To simulate position computation inaccuracies, we disturbed the position of the nodes by m [15] using a Gaussian distribution. To simulate delay measurement inaccuracies we disturbed the mean delay by 3µs [13]. At last, the trajectory of the sink node is a line passing through the middle of the sensor field. A. The Impact of Network Scale Scalability is evaluated by increasing the network size from 1 to 8 while keeping the same density. Thus, the sensor field is resized according to the number of sensor nodes. A key factor of the Whisper algorithm, especially the and variations, is the computation of the Query Speed. Thus, Figure (a) compares the perfect and computed average speed of the query packet while increasing the number of nodes. In this evaluation, as well as in similar speed results, the error curve is multiplied by 1 to facilitate visualization. Thus, in the worst case, the error in the query speed computation was only 13km/h. This error decreases to 3 km/h when increasing the number of nodes, since the average number of hops also increases. Figure (b) shows that all techniques were able to deliver almost 1% of the packets, except when increasing the numberofnodestonear8,inwhichcasethereplypacket of the most distant nodes does not have time to reach the sink before it leaves the sensor field. Slowing down the sink node solves this problem, as we show in Section V-D. In Figure (c), we can see that the Whisper leads to a smaller number of hops for the reply packet to reach the sink node. Also, we can see that there is no statistical difference between the Whisper and the Whisper, since the curvature of the reply packet of parabolic trajectory in the Whisper is not high enough to increase the number of hops. At last, Figure (d) shows a small disadvantage of the Whisper algorithm: an increase in the packet delay, i.e., the time interval between sending the query and receiving the reply. This behavior was expected, since the Whisper algorithm waits for the sink node to be closer before sending the reply. On the other hand, this result clearly shows the need for new algorithms in these scenarios, since a delay of almost s means that the sink node would be at least 67m far from the location it sent the query packet. B. The Impact of the Communication Range To evaluate the impact of the communication range, we increase this parameter from 37m to 1m. When increasing the communication range, the packet speed also increases, as depicted in Figure (e). After a communication range of 5m, almost 1% of the packets are delivered, as shown in Figure (f). In 37m of communication range (and the sink node at a height of 3m), we can notice a decrease in the packet delivered. However, the Whisper was still able to deliver more than 9% of the packets, which indicates that this variation of the Whisper algorithm is more reliable. The number of hops decreases in all variations of the Whisper algorithm, when increasing the communication range, as depicted in Figure (g). An interesting result can be seen in Figure (h): the packet delay decreases in both and variations of the Whisper algorithm. However, in the Whisper, the packet delay remains

6 Query speed (km/h) Estimated Actual Error Number of hops Packet delay (s) (a) (b) (c) (d) Sink speed (km/s) (e) Sink height (m) (f) Localization error (m) (g) Non deterministic error (ms) (h) Figure 5: Hop delay, sink speed, sink height, localization error, and delay measurement error. almost the same, since the nodes still have to wait for the sink node to get closer. C. The Impact of the Hop Delay The hop delay refers to the processing time of the sensor node before forwarding a packet (i.e., context change, to compute the location of the sink, the next hop). To evaluate the impact of this delay, we vary this parameter from.5s to.s. As depicted in Figure 5(a), this delay also affects the packet speed. As depicted in Figure 5(b) when the delay is higher than.1s, reply packets from distant nodes do not reach the sink node before it leaves the sensor field, so the packet is dropped. In Figure 5(c), we can see differences in the number of hops for both Whisper and, as the delay causes the packet to reach the sink node while it is in the middle of the network (decreasing the average number of hops). We can also notice that the number of hops in the Whisper is not highly affected by the packet delay, which can also be seen in Figure 5(d) regarding the total packet delay. D. The Impact of Speed and Height of the Sink Node To evaluate the impact of the sink s speed, we increase thisparameterfrom3km/h(speedofauav)to1km/h (more than the speed of a Boeing-77). As depicted in Figure 5(e), in 1km/h, less than 8% are delivered mostly because the sink leaves the sensor field before receiving all replies. This fact reinforces the need for new algorithms in these high speed sink scenarios, since even when sending packets toward an updated position of the sink node, some of these packets are still lost. We also increased the height of the sink node from 3m to 8m. As depicted in Figure 5(f), more than 9% of the packets are delivered when the sink s height is m, which is only 6m less then the communication range of the nodes. We can also notice a better performance of the Whisper algorithm in this case. E. The Impact of Localization and Delay Measurement Errors As depicted in Figure 5(g) the Whisper algorithm can be affected by localization errors, specially for higher localization errors, such as greater than [1]m (which is % of the communication range). On the other hand, as depicted in Figure 5(h), the Whisper algorithm is not affected by nondeterministic errors on the delay measurement technique, since we increased these errors up to ms, which is far greater than the 3µs obtained by Maroti et al. [13]. The main reason for this behavior is the use of a Gaussian distribution to disturb the delay, which tends to zero as the number of hops increases. VI. APPLICABILITY OF THE PROPOSED SOLUTION In this work, we consider a delay of.1s at each hop, which can be considered a high delay even for WSNs. Preliminary real world experiments indicate that Sun SPOT sensor nodes have a delay of only.15s. However, these sensors are known to have relative high-speed processors and, also, these experiments do not include data processing and environmental monitoring. On the other side, experiments with MicaZ nodes, from Crossbow, demonstrate that some floating-point operations can take more than one second to finish executing. Thus, we believe that a delay of

7 .1s per hop can easily be reached in WSNs, especially if we are dealing with information fusion. A high speed communication is also another point to be discussed. In this work, we consider that it is possible to send data to a node moving at, for instance, the speed of 6 km/h without having influence on the data delivery rate. Recent research [7], [8] also indicates this possibility at lower speeds. Furthermore, this problem needs to be addressed by media access algorithms, and not by routing algorithms the case of our work. Finally, it is important to note that the proposed Whisper algorithms are basically Greedy Forward algorithms and, such as, they still need a perimeter/face routing algorithm in order to bypass holes or voids in the WSN. However, current perimeter/face routing algorithms do not work at high speed scenarios, which shows the need for new algorithms for these scenarios. This issue will be addressed in the future work. VII. CONCLUSION In this paper, we proposed three new propagation techniques for routing data towards a high speed sink node, which we referred to as the Whisper (Wireless High Speed Routing) algorithms. In scenarios where the sink node moves at a high speed, propagated queries cannot be replied toward the location of the sink node when the queries were sent. Thus, the main idea of the Whisper algorithms is to forward the reply toward the current location or even toward a future location of the sink node. We have proposed three variants of the Whisper algorithm. In the Whisper, at each hop, the reply is forwarded toward the current location of the sink node. In the Whisper, the reply is forwarded toward the point of intercept in the sink s trajectory. Finally, in the Whisper, the reply is forwarded toward the point in the sink s trajectory that is closer to the forwarding node. We presented an extensive set of simulation experiments that show the need for new algorithms in these high speed scenarios, and also clearly indicate the good performance of the proposed algorithms. The Whisper algorithm was the one that obtained the best results in most simulation scenarios. Although delay is higher, when replying the queries to the sink node, this is delay is still small, since it does not affect the scenarios in which the sink node flies over the sensor field, gather data, and comes back to the base to delivery the data to the monitoring facility. The results are very promising, but some advantages and limitations still need to be further exploited as future work: the combination of our solution with a perimeter/face routing algorithm, and also track trajectories described by non-linear models and subjected to non-gaussian noises. REFERENCES [1] I. F. Akyildiz, W. Su, Y. Sankarasubramaniam, and E. Cyirci, Wireless sensor networks: A survey, Computer Networks, vol. 38, no., pp. 393,. [] D. Estrin, L. Girod, G. Pottie, and M. Srivastava, Instrumenting the world with wireless sensor networks, in ICASSP 1, Salt Lake City, Utah, 1, pp [3] G. J. Pottie and W. J. Kaiser, Wireless integrated network sensors, Communications of the ACM, vol. 3, no. 5, pp ,. [] F. Ye, H. Luo, J. Cheng, S. Lu, and L. Zhang, A twotier data dissemination model for large-scale wireless sensor networks, in MobiCom. New York, NY, USA: ACM,, pp [5] K. Fodor and A. Vidács, Efficient routing to mobile sinks in wireless sensor networks, in WICON 7. ICST, Brussels, Belgium, Belgium: ICST, 7, pp [6] G. Shim and D. Park, Locators of mobile sinks for wireless sensor networks, in ICPPW 6. Washington, DC, USA: IEEE Computer Society, 6, pp [7] G. Mergen, Q. Zhao, and L. Tong, Sensor networks with mobile access: Energy and capacity considerations, IEEE Transactions on Communications, vol. 5, no. 1, pp. 33, 6. [8] Z. Khalid, G. Ahmed, and N. M. Khan, Impact of mobile speed on the performance of wireless sensor networks, Journal of Information & Communication Technologies, vol. 1, p. 7, 7. [9] A. Boukerche and S. Nikoletseas, Protocols for data propagation in wireless sensor networks, Wireless Communications Systems and Networks, pp. 3 51,. [1] W. Hong and S. Madden, Implementation and research issues in query processing for wireless sensor networks, in ICDE, Washington, DC, USA,, p [11] C. Intanagonwiwat, R. Govindan, and D. Estrin, Directed diffusion: A scalable and robust communication paradigm for sensor networks, in MobiCom. Boston, MA, USA: ACM Press, August, pp [1] A. Boukerche, H. A. B. F. Oliveira, E. F. Nakamura, and A. A. F. Loureiro, A novel location-free greedy forward algorithm for wireless sensor networks, in ICC 8, Beijing, China, 8, pp [13] M. Maroti, B. Kusy, G. Simon, and A. Ledeczi, The flooding time synchronization protocol, in SenSys, Baltimore, MD, USA,, pp [1] H. A. B. F. Oliveira, A. Boukerche, E. F. Nakamura, and A. A. Loureiro, Localization in time and space for wireless sensor networks: An efficient and lightweight algorithm. Performance Evaluation, vol. 66, no. 3-5, pp. 9, 9. [15] K. Langendoen and N. Reijers, Distributed localization in wireless sensor networks: a quantitative comparison, vol. 3, no.. New York, NY, USA: Elsevier North-Holland, Inc., 3, pp

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

A Novel Location-Free Greedy Forward Algorithm for Wireless Sensor Networks

A Novel Location-Free Greedy Forward Algorithm for Wireless Sensor Networks This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the ICC 8 proceedings. A Novel Location-Free Greedy Forward Algorithm for

More information

Mobility of sink using hexagon architecture in highly data centric Wireless Sensor Networks

Mobility of sink using hexagon architecture in highly data centric Wireless Sensor Networks Mobility of sink using hexagon architecture in highly data centric Wireless Sensor Networks Nitika Vats Doohan, Sanjiv Tokekar, JitendraPatil Abstract Mobility of sensor nodes brings the new challenges

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

Data-Centric Routing Mechanism Using Hash-Value in Wireless Sensor Network

Data-Centric Routing Mechanism Using Hash-Value in Wireless Sensor Network Wireless Sensor Network, 2010, 2, 710-717 doi:10.4236/wsn.2010.29086 Published Online September 2010 (http://www.scirp.org/journal/wsn) Data-Centric Routing Mechanism Using Hash-Value in Wireless Sensor

More information

FERMA: An Efficient Geocasting Protocol for Wireless Sensor Networks with Multiple Target Regions

FERMA: An Efficient Geocasting Protocol for Wireless Sensor Networks with Multiple Target Regions FERMA: An Efficient Geocasting Protocol for Wireless Sensor Networks with Multiple Target Regions Young-Mi Song, Sung-Hee Lee, and Young-Bae Ko College of Information and Communication, Ajou University,

More information

A More Realistic Energy Dissipation Model for Sensor Nodes

A More Realistic Energy Dissipation Model for Sensor Nodes A More Realistic Energy Dissipation Model for Sensor Nodes Raquel A.F. Mini 2, Antonio A.F. Loureiro, Badri Nath 3 Department of Computer Science Federal University of Minas Gerais Belo Horizonte, MG,

More information

Energy-efficient Data Dissemination in Wireless Sensor Networks

Energy-efficient Data Dissemination in Wireless Sensor Networks Energy-efficient Data Dissemination in Wireless Sensor Networks Ji-Han Jiang 1 Kuo-Hua Kao 2 Singing ee 2 1 Department of Computer Science and Information Engineering National Formosa University, Yun-in,

More information

Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey

Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey S. Rajesh, Dr. A.N. Jayanthi, J.Mala, K.Senthamarai Sri Ramakrishna Institute of Technology, Coimbatore ABSTRACT One of

More information

CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS

CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS International Journal of Wireless Communications and Networking 3(1), 2011, pp. 7-13 CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS Sudhanshu Pant 1, Naveen Chauhan 2 and Brij Bihari Dubey 3 Department

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

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

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

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL 2.1 Topology Control in Wireless Sensor Networks Network topology control is about management of network topology to support network-wide requirement.

More information

Study on Wireless Sensor Networks Challenges and Routing Protocols

Study on Wireless Sensor Networks Challenges and Routing Protocols International Research Journal of Applied and Basic Sciences 2013 Available online at www.irjabs.com ISSN 2251-838X / Vol, 5 (7): 824-828 Science Explorer Publications Study on Wireless Sensor Networks

More information

Zonal Rumor Routing for. Wireless Sensor Networks

Zonal Rumor Routing for. Wireless Sensor Networks Tarun Banka Department of Electrical and Computer Engineering tarunb@engr.colostate.edu Zonal Rumor Routing for. Wireless Sensor Networks Gagan Tandon Department of Computer Science gagan@cs.colostate.edu

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

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

Fault Tolerant, Energy Saving Method for Reliable Information Propagation in Sensor Network

Fault Tolerant, Energy Saving Method for Reliable Information Propagation in Sensor Network Fault Tolerant, Energy Saving Method for Reliable Information Propagation in Sensor Network P.S Patheja, Akhilesh Waoo & Parul Shrivastava Dept.of Computer Science and Engineering, B.I.S.T, Anand Nagar,

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK DRINA: A SECURE CLUSTERING ALGORITHM POONAM V. SADAFAL, RAHUL C. SALUNKHE Dept.

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

An Energy-Efficient Data-Dissemination Protocol in Wireless Sensor Networks

An Energy-Efficient Data-Dissemination Protocol in Wireless Sensor Networks An Energy-Efficient Data-Dissemination Protocol in Wireless Sensor Networks Zehua Zhou Xiaojing Xiang State University of New York at Buffalo Buffalo, NY, USA {zzhou5, xxiang}@cse.buffalo.edu Xin Wang

More information

IP Failure Handling Using Localized On-Demand Link State Routing

IP Failure Handling Using Localized On-Demand Link State Routing RESEARCH ARTICLE IP Failure Handling Using Localized On-Demand Link State Routing Prof. S.M.Sangve, Sushil Warkar, Amit Shirke, Kunal Solanke, Pratap Patil, Department of Computer Science and Engineering,

More information

Impact of Mobile Sink Speed on the Performance of Wireless Sensor Networks

Impact of Mobile Sink Speed on the Performance of Wireless Sensor Networks Journal of Information & Communication Technology Vol. 1, No. 2, (Fall 2007) 49-55 ABSTRACT This paper investigates the impact of mobile sink speed on the performance of Wireless Sensor Networks (WSNs).

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 Efficient Data-Centric Routing Approach for Wireless Sensor Networks using Edrina

An Efficient Data-Centric Routing Approach for Wireless Sensor Networks using Edrina An Efficient Data-Centric Routing Approach for Wireless Sensor Networks using Edrina Rajasekaran 1, Rashmi 2 1 Asst. Professor, Department of Electronics and Communication, St. Joseph College of Engineering,

More information

Data-Centric Query in Sensor Networks

Data-Centric Query in Sensor Networks Data-Centric Query in Sensor Networks Jie Gao Computer Science Department Stony Brook University 10/27/05 Jie Gao, CSE590-fall05 1 Papers Chalermek Intanagonwiwat, Ramesh Govindan and Deborah Estrin, Directed

More information

A Survey on Clustered-Aggregation Routing Techniques in Wireless Sensor Networks

A Survey on Clustered-Aggregation Routing Techniques in Wireless Sensor Networks A Survey on Clustered-Aggregation Routing Techniques in Wireless Sensor Networks Sushma K M, Manjula Devi T H [PG Student], [Associate Professor] Telecommunication Department Dayananda Sagar College of

More information

Comparison of Two Synchronization Protocol in Wireless Sensor Network

Comparison of Two Synchronization Protocol in Wireless Sensor Network Comparison of Two Synchronization Protocol in Wireless Sensor Network S.Rucksana 1, C. Babu 2, S.Saranyabharathi 3 P.G. Scholar, Department of ECE, Knowledge Institute of Technology, Salem, Tamil Nadu,

More information

Reliable Time Synchronization Protocol for Wireless Sensor Networks

Reliable Time Synchronization Protocol for Wireless Sensor Networks Reliable Time Synchronization Protocol for Wireless Sensor Networks Soyoung Hwang and Yunju Baek Department of Computer Science and Engineering Pusan National University, Busan 69-735, South Korea {youngox,yunju}@pnu.edu

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

Artery: A Data-Centric Architecture for Wireless Sensor Networks

Artery: A Data-Centric Architecture for Wireless Sensor Networks Artery: A Data-Centric Architecture for Wireless Sensor Networks Lan LIN Department of Computer Science, University of Denver Denver, CO 80208, USA Hailin WU Department of Computer Science, University

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

Outline. CS5984 Mobile Computing. Dr. Ayman Abdel-Hamid, CS5984. Wireless Sensor Networks 1/2. Wireless Sensor Networks 2/2

Outline. CS5984 Mobile Computing. Dr. Ayman Abdel-Hamid, CS5984. Wireless Sensor Networks 1/2. Wireless Sensor Networks 2/2 CS5984 Mobile Computing Outline : a Survey Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech An Introduction to 1 2 1/2 Advances in micro-electro-mechanical systems technology, wireless communications,

More information

A Reliable Routing Technique for Wireless Sensor Networks

A Reliable Routing Technique for Wireless Sensor Networks A Reliable Routing Technique for Wireless Sensor Networks Girija.G Dept. of ECE BIT, Bangalore, India Veena H.S Dept. of ECE BIT, Bangalore, India Abstract: Wireless Sensor Network (WSN) consists of very

More information

References. Introduction. Publish/Subscribe paradigm. In a wireless sensor network, a node is often interested in some information, but

References. Introduction. Publish/Subscribe paradigm. In a wireless sensor network, a node is often interested in some information, but References Content-based Networking H. Karl and A. Willing. Protocols and Architectures t for Wireless Sensor Networks. John Wiley & Sons, 2005. (Chapter 12) P. Th. Eugster, P. A. Felber, R. Guerraoui,

More information

Lecture 8 Wireless Sensor Networks: Overview

Lecture 8 Wireless Sensor Networks: Overview Lecture 8 Wireless Sensor Networks: Overview Reading: Wireless Sensor Networks, in Ad Hoc Wireless Networks: Architectures and Protocols, Chapter 12, sections 12.1-12.2. I. Akyildiz, W. Su, Y. Sankarasubramaniam

More information

An efficient implementation of the greedy forwarding strategy

An efficient implementation of the greedy forwarding strategy An efficient implementation of the greedy forwarding strategy Hannes Stratil Embedded Computing Systems Group E182/2 Technische Universität Wien Treitlstraße 3 A-1040 Vienna Email: hannes@ecs.tuwien.ac.at

More information

Energy aware geographic routing in wireless sensor networks with anchor nodes. Mircea Cretu Stancu Utrecht University Computing Science May 2013

Energy aware geographic routing in wireless sensor networks with anchor nodes. Mircea Cretu Stancu Utrecht University Computing Science May 2013 Energy aware geographic routing in wireless sensor networks with anchor nodes Mircea Cretu Stancu Utrecht University Computing Science May 2013 Overview Introduction Current paradigm EAGR preliminaries

More information

Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN

Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN Mr. V. Narsing Rao 1, Dr.K.Bhargavi 2 1,2 Asst. Professor in CSE Dept., Sphoorthy Engineering College, Hyderabad Abstract- Wireless Sensor

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

Distributed Indexing and Data Dissemination in Large Scale Wireless Sensor Networks

Distributed Indexing and Data Dissemination in Large Scale Wireless Sensor Networks Distributed Indexing and Data Dissemination in Large Scale Wireless Sensor Networks Yiwei Wu Department of Computer Science Georgia State University Email: wyw@cs.gsu.edu Yingshu Li Department of Computer

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

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

A Geography-free Routing Protocol for Wireless Sensor Networks Yunhuai Liu 1, Lionel M. Ni 1 and Minglu Li 2

A Geography-free Routing Protocol for Wireless Sensor Networks Yunhuai Liu 1, Lionel M. Ni 1 and Minglu Li 2 A Geography-free Routing Protocol for Wireless Sensor Networks Yunhuai Liu, Lionel M. Ni and Minglu Li Department of Computer Science Hong Kong University of Science & Technology {yunhuai, ni}@cs.ust.hk

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

Analyzing the Performance of Data Dissemination Algorithms to Application Requirements in Wireless Sensor Network

Analyzing the Performance of Data Dissemination Algorithms to Application Requirements in Wireless Sensor Network Analyzing the Performance of Data Dissemination Algorithms to Application Requirements in Wireless Sensor Network Sukant Kishoro Bisoyi, Mohit Ranjan Panda & Sangeeta Mishra C. V. Raman College of Engineering,

More information

Energy-Efficient Dynamic Query Routing Tree Algorithm for Wireless Sensor Networks

Energy-Efficient Dynamic Query Routing Tree Algorithm for Wireless Sensor Networks Energy-Efficient Dynamic Query Routing Tree Algorithm for Wireless Sensor Networks Si Gwan Kim Dept. of Computer Software Kumoh Nat l Inst. of Technology Gumi, Korea Abstract To exploit in answering queries

More information

Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks

Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks Chang Su, Lili Zheng, Xiaohai Si, Fengjun Shang Institute of Computer Science & Technology Chongqing University of Posts and

More information

QoS-Enabled Video Streaming in Wireless Sensor Networks

QoS-Enabled Video Streaming in Wireless Sensor Networks QoS-Enabled Video Streaming in Wireless Sensor Networks S. Guo and T.D.C. Little Department of Electrical and Computer Engineering Boston University, Boston, MA 02215 {guosong, tdcl}@bu.edu MCL Technical

More information

Blackhole Attack Detection in Wireless Sensor Networks Using Support Vector Machine

Blackhole Attack Detection in Wireless Sensor Networks Using Support Vector Machine International Journal of Wireless Communications, Networking and Mobile Computing 2016; 3(5): 48-52 http://www.aascit.org/journal/wcnmc ISSN: 2381-1137 (Print); ISSN: 2381-1145 (Online) Blackhole Attack

More information

Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks

Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks M.N. Mariyasagayam, M. Lenardi HITACHI Europe, "Le Thélème", 1503 Route des Dolines, 06560 Sophia Antipolis, France Phone:

More information

Location-aware In-Network Monitoring in Wireless Sensor Networks

Location-aware In-Network Monitoring in Wireless Sensor Networks Location-aware In-Network Monitoring in Wireless Sensor Networks Volker Turau and Christoph Weyer Department of Telematics, Technische Universität Hamburg-Harburg Schwarzenbergstraße 95, 21073 Hamburg,

More information

IMPROVING WIRELESS SENSOR NETWORK LIFESPAN THROUGH ENERGY EFFICIENT ALGORITHMS

IMPROVING WIRELESS SENSOR NETWORK LIFESPAN THROUGH ENERGY EFFICIENT ALGORITHMS IMPROVING WIRELESS SENSOR NETWORK LIFESPAN THROUGH ENERGY EFFICIENT ALGORITHMS 1 M.KARPAGAM, 2 DR.N.NAGARAJAN, 3 K.VIJAIPRIYA 1 Department of ECE, Assistant Professor, SKCET, Coimbatore, TamilNadu, India

More information

Design and analysis of novel quorum-based sink location service scheme in wireless sensor networks

Design and analysis of novel quorum-based sink location service scheme in wireless sensor networks Wireless Netw (214) 2:493 59 DOI 1.17/s11276-13-613-x Design and analysis of novel quorum-based sink location service scheme in wireless sensor networks Euisin Lee Fucai Yu Soochang Park Sang-Ha Kim Youngtae

More information

A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks

A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks Stephen S. Yau, Wei Gao, and Dazhi Huang Dept. of Computer Science and Engineering Arizona State University Tempe,

More information

SFM: An Energy Efficient Algorithm based on Reducing Control Messages in Wireless Sensor Networks

SFM: An Energy Efficient Algorithm based on Reducing Control Messages in Wireless Sensor Networks RESEARCH ARTICLE OPEN ACCESS SFM: An Energy Efficient Algorithm based on Reducing Control Messages in Wireless Sensor Networks M.Christina Ranjitham1, Mrs.M.Thiruchelvi2 1PG Scholar, Department of CSE,

More information

ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing

ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing Jaekwang Kim Department of Electrical and Computer Engineering, Sungkyunkwan University, Suwon,

More information

The Effect of Neighbor Graph Connectivity on Coverage Redundancy in Wireless Sensor Networks

The Effect of Neighbor Graph Connectivity on Coverage Redundancy in Wireless Sensor Networks The Effect of Neighbor Graph Connectivity on Coverage Redundancy in Wireless Sensor Networks Eyuphan Bulut, Zijian Wang and Boleslaw K. Szymanski Department of Computer Science and Center for Pervasive

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

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

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

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

VisualNet: General Purpose Visualization Tool for Wireless Sensor Networks

VisualNet: General Purpose Visualization Tool for Wireless Sensor Networks VisualNet: General Purpose Visualization Tool for Wireless Sensor Networks S. Rizvi and K. Ferens Department of Electrical and Computer Engineering University of Manitoba Winnipeg, Manitoba, Canada Ken.Ferens@ad.umanitoba.ca

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2018, Vol. 4, Issue 4, 527-537. Original Article ISSN 2454-695X Mukhtiar et al. WJERT www.wjert.org SJIF Impact Factor: 5.218 RPD: RELIABLE PACKETS DELIVERY CONGESTION CONTROL SCHEME IN WIRELESS

More information

State-Based Synchronization Protocol in Sensor Networks

State-Based Synchronization Protocol in Sensor Networks State-Based Synchronization Protocol in Sensor Networks Shang-Chih Hsu Wei Yen 1 1 Department of Computer Science and Engineering, Tatung University, Taipei, Taiwan, ROC shanzihsu@yahoo.com.tw, wyen@ttu.edu.tw

More information

IMPORTANCE OF RELAY NODE SET FRAMEWORK FOR MANET COMMUNICATION ENVIRONMENT

IMPORTANCE OF RELAY NODE SET FRAMEWORK FOR MANET COMMUNICATION ENVIRONMENT IMPORTANCE OF RELAY NODE SET FRAMEWORK FOR MANET COMMUNICATION ENVIRONMENT Manoj Kumar Khinchi 1, Dr. Bharat Bhushan 2 1 Research Scholar of Department of computer science, Singhania University, Rajasthan,

More information

II. NETWORK MODEL The network consists of two types of nodes:

II. NETWORK MODEL The network consists of two types of nodes: Initialization and Routing Optimization for Ad Hoc Underwater Acoustic Networks Ethem M. Sözer, Milica Stojanovic & John G. Proakis Northeastern University, Communications and Digital Signal Processing

More information

Review on an Underwater Acoustic Networks

Review on an Underwater Acoustic Networks Review on an Underwater Acoustic Networks Amanpreet Singh Mann Lovely Professional University Phagwara, Punjab Reena Aggarwal Lovely Professional University Phagwara, Punjab Abstract: For the enhancement

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

A METHOD FOR DETECTING FALSE POSITIVE AND FALSE NEGATIVE ATTACKS USING SIMULATION MODELS IN STATISTICAL EN- ROUTE FILTERING BASED WSNS

A METHOD FOR DETECTING FALSE POSITIVE AND FALSE NEGATIVE ATTACKS USING SIMULATION MODELS IN STATISTICAL EN- ROUTE FILTERING BASED WSNS A METHOD FOR DETECTING FALSE POSITIVE AND FALSE NEGATIVE ATTACKS USING SIMULATION MODELS IN STATISTICAL EN- ROUTE FILTERING BASED WSNS Su Man Nam 1 and Tae Ho Cho 2 1 College of Information and Communication

More information

An Enhanced Data Gathering Protocol for Wireless Sensor Network with Sink Mobility

An Enhanced Data Gathering Protocol for Wireless Sensor Network with Sink Mobility An Enhanced Data Gathering Protocol for Wireless Sensor Network with Sink Mobility Varshitha K, Madesha M 4th Sem M.Tech, Dept. of CS&E, Sahyadri College of Engineering and Management, Adyar, Mangalore,

More information

EFFICIENT DATA TRANSMISSION AND SECURE COMMUNICATION IN VANETS USING NODE-PRIORITY AND CERTIFICATE REVOCATION MECHANISM

EFFICIENT DATA TRANSMISSION AND SECURE COMMUNICATION IN VANETS USING NODE-PRIORITY AND CERTIFICATE REVOCATION MECHANISM EFFICIENT DATA TRANSMISSION AND SECURE COMMUNICATION IN VANETS USING NODE-PRIORITY AND CERTIFICATE REVOCATION MECHANISM D.Yamini 1, J. Jayavel 2 1 III-M.tech(IT), Department of Information technology,

More information

Energy Aware Location Based Routing Protocols in Wireless Sensor Networks

Energy Aware Location Based Routing Protocols in Wireless Sensor Networks Available online at www.worldscientificnews.com WSN 124(2) (2019) 326-333 EISSN 2392-2192 SHORT COMMUNICATION Energy Aware Location Based Routing Protocols in Wireless Sensor Networks ABSTRACT Kalpna Guleria

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

Energy Efficient Collection Tree Protocol in Wireless Sensor Networks

Energy Efficient Collection Tree Protocol in Wireless Sensor Networks Indian Journal of Science and Technology, Vol 9(45), DOI: 10.17485/ijst/2016/v9i45/89793, December 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Energy Efficient Collection Tree Protocol in Wireless

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

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

An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks

An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks , pp.135-140 http://dx.doi.org/10.14257/astl.2014.48.22 An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks Jin Wang 1, Bo Tang 1, Zhongqi Zhang 1, Jian Shen 1, Jeong-Uk Kim 2

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

Time Synchronization in Wireless Sensor Networks: CCTS

Time Synchronization in Wireless Sensor Networks: CCTS Time Synchronization in Wireless Sensor Networks: CCTS 1 Nerin Thomas, 2 Smita C Thomas 1, 2 M.G University, Mount Zion College of Engineering, Pathanamthitta, India Abstract: A time synchronization algorithm

More information

Low Energy Adaptive Clustering Hierarchy based routing Protocols Comparison for Wireless Sensor Networks

Low Energy Adaptive Clustering Hierarchy based routing Protocols Comparison for Wireless Sensor Networks IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 16, Issue 6, Ver. II (Nov Dec. 2014), PP 56-61 Low Energy Adaptive Clustering Hierarchy based routing Protocols

More information

Data Gathering for Wireless Sensor Network using PEGASIS Protocol

Data Gathering for Wireless Sensor Network using PEGASIS Protocol Data Gathering for Wireless Sensor Network using PEGASIS Protocol Kumari Kalpna a, Kanu Gopal b, Navtej katoch c a Deptt. of ECE, College of Engg.& Mgmt.,Kapurthala, b Deptt. of CSE, College of Engg.&

More information

COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRATEGY IN WSNS

COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRATEGY IN WSNS COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRATEGY IN WSNS Rajeev Kumar Harsukhpreet Singh and Anurag Sharma Department of Electronics and Communication Engineering, CTITR,

More information

Efficient load balancing and QoS-based location aware service discovery protocol for vehicular ad hoc networks

Efficient load balancing and QoS-based location aware service discovery protocol for vehicular ad hoc networks RESEARCH Open Access Efficient load balancing and QoS-based location aware service discovery protocol for vehicular ad hoc networks Kaouther Abrougui 1,2*, Azzedine Boukerche 1,2 and Hussam Ramadan 3 Abstract

More information

Enhancement of Routing in Urban Scenario using Link State Routing Protocol and Firefly Optimization

Enhancement of Routing in Urban Scenario using Link State Routing Protocol and Firefly Optimization Enhancement of Routing in Urban Scenario using Link State Routing Protocol and Firefly Optimization Dhanveer Kaur 1, Harwant Singh Arri 2 1 M.Tech, Department of Computer Science and Engineering, Lovely

More information

Opportunistic Transmission Based QoS Topology Control. QoS; Wireless Sensor Networks

Opportunistic Transmission Based QoS Topology Control. QoS; Wireless Sensor Networks Opportunistic Transmission Based QoS Topology Control in Wireless Sensor Networks Jian Ma, Chen Qian, Qian Zhang, and Lionel M. Ni Hong Kong University of Science and Technology {majian, cqian, qianzh,

More information

Research on Relative Coordinate Localization of Nodes Based on Topology Control

Research on Relative Coordinate Localization of Nodes Based on Topology Control Journal of Information Hiding and Multimedia Signal Processing c 2018 ISSN 2073-4212 Ubiquitous International Volume 9, Number 2, March 2018 Research on Relative Coordinate Localization of Nodes Based

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

Chapter 6 Ti T me m s ynchronization

Chapter 6 Ti T me m s ynchronization Chapter 6 Time synchronization Outline 6.1. The Problems of Time Synchronization 6.2. Protocols Based on Sender/Receiver Synchronization 6.2.1. Network Time Protocol (NTP) 6.2.2. Timing-sync Protocol for

More information

Wireless Sensor Networks applications and Protocols- A Review

Wireless Sensor Networks applications and Protocols- A Review Wireless Sensor Networks applications and Protocols- A Review Er. Pooja Student(M.Tech), Deptt. Of C.S.E, Geeta Institute of Management and Technology, Kurukshetra University, India ABSTRACT The design

More information

A Framework based on Small World Features to Design HSNs Topologies with QoS

A Framework based on Small World Features to Design HSNs Topologies with QoS A Framework based on Small World Features to Design HSNs Topologies with QoS Daniel L. Guidoni, Azzedine Boukerche, Leandro A. Villas, Fernanda S.H. Souza, Raquel A.F. Mini and Antonio A.F. Loureiro Federal

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

Nearest Neighbor Query in Location- Aware Mobile Ad-Hoc Network

Nearest Neighbor Query in Location- Aware Mobile Ad-Hoc Network 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. 4, Issue. 3, March 2015,

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

Enhanced Timing-Sync Protocol for Sensor Networks

Enhanced Timing-Sync Protocol for Sensor Networks Enhanced Timing-Sync Protocol for Sensor Networks Shi Kyu Bae Abstract The prominent time synchronization protocol for wireless sensor networks (WSN), Timing-sync Protocol for Sensor Networks (TPSN), was

More information

Energy-Efficient Routing Protocol in Event-Driven Wireless Sensor Networks

Energy-Efficient Routing Protocol in Event-Driven Wireless Sensor Networks Energy-Efficient Routing Protocol in Event-Driven Wireless Sensor Networks Yan Sun, Haiqin Liu, and Min Sik Kim School of Electrical Engineering and Computer Science Washington State University Pullman,

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

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

A New Distance Independent Localization Algorithm in Wireless Sensor Network

A New Distance Independent Localization Algorithm in Wireless Sensor Network A New Distance Independent Localization Algorithm in Wireless Sensor Network Siwei Peng 1, Jihui Li 2, Hui Liu 3 1 School of Information Science and Engineering, Yanshan University, Qinhuangdao 2 The Key

More information