Hierarchical Agglomerative Aggregation Scheduling in Directional Wireless Sensor Networks

Size: px
Start display at page:

Download "Hierarchical Agglomerative Aggregation Scheduling in Directional Wireless Sensor Networks"

Transcription

1 Hierarchical Agglomerative Aggregation Scheduling in Directional Wireless Sensor Networks Min Kyung An Department of Computer Science Sam Houston State University Huntsville, Texas 77341, USA Hyuk Cho Department of Computer Science Sam Houston State University Huntsville, Texas 77341, USA Lei Chen Department of Information Technology Georgia Southern University Statesboro, Georgia 30458, USA Abstract In this paper, we study the Minimum Latency Aggregation Scheduling (MLAS) problem in Wireless Sensor Networks (WSNs). The MLAS problem targets to attain data aggregation schedules that satisfy the two desirable properties: minimum latency and no collisions. Most existing works explored the problem under the uniform power model with no power control in omnidirectional WSNs. However, we investigate it under a more realistic non-uniform power model with power control in directional WSNs. To the best of our knowledge, addressing the MLAS problem in directional WSNs under non-uniform power model with power control is unprecedented. Unlike existing works that schedule nodes based on trees, our proposed scheduling algorithm does not create trees. Specifically, our algorithm employs multilevel divide-and-conquer steps, where a whole network is repeatedly partitioned into smaller networks and the smaller networks are systematically agglomerated to achieve the two desirable properties. We assess the performance of the proposed algorithm in terms of latency and power level for simulated networks. I. INTRODUCTION Wireless Sensor Networks (WSNs) consist of a number of small-sized sensor nodes deployed in a plane. Each node is equipped with sending and receiving antennas. Sending antennas can be either omnidirectional with a beam-width θ = 2π or directional with θ (0, 2π), whereas receiving antennas are omnidirectional. Nodes communicate among others using radio signals, and nodes with directional sending antennas can collaboratively determine and orientate their antenna directions [1]. WSNs consisting of nodes with omnidirectional sending antennas are called omnidirectional WSNs, and similarly those with directional sending antennas are called directional WSNs. One crucial task of WSNs is to monitor nearby environmental conditions periodically, and aggregate the sensed data from all nodes to a designated destination called a sink node. This type of application is commonly known as data aggregation in the literature. However, upon aggregating data, collisions can occur if data transmitted by a node is interfered with signals concurrently sent by other neighboring nodes, and then the data should be re-transmitted. As sensor nodes have limited energy resources, it is desirable to reduce such unnecessary retransmissions in order to reduce energy consumption as it can prolong the network s lifetime. An interesting existing approach is to assign timeslots to nodes in order obtain a schedule, through which all data can be aggregated without any collisions on their way to a sink node. Since the data aggregation occurs periodically with limited energies, reducing the latency of the schedule, i.e., constructing a schedule with a minimum number of timeslots, has been a critical issue. The problem, whose objective is to construct a collision-free aggregation schedule with the minimum latency, is called the Minimum Latency Aggregation Scheduling (MLAS) problem. The MLAS problem has been studied over the last several years in omnidirectional WSNs. Under uniform power model, where every node is initially assigned a uniform transmission power level, Chen et al. [2] proved its NP-hardness in the grid topologies using a reduction from restricted planar 3-SAT problem that is NP-complete [3]. They also introduced a ( 1)-approximation algorithm named Shorted Data Aggregation (SDA), where is the maximum node degree, which proceeds by incrementally constructing smaller and smaller shortest path trees (SPTs) rooted at a sink node. Du et al. [4] introduced Latency Bounded Data Aggregation Tree (LBDAT) algorithm, which is developed from Light Approximation Shortest-path Tree (LAST) algorithm [5] that aims at balancing minimum spanning tree (MST) and SPT. They proved that LBDAT produces schedules with latencies bounded by D min{, n}, where D is the network diameter and n is the number of nodes in a network. Later, Huang et al. [6], Yu et al. [7], and Xu et al. [8] proposed algorithms which build aggregate data trees based on Connected 2-hop Dominating Set (CDS), and schedule nodes using subprocedures, named first-fit algorithm [6] and distributed aggregation scheduling algorithm (SCHDL for short) [7]. The authors of [6] [8] proved that their algorithms produce schedules whose latencies are bounded by 23R + 18, 24D , and 16R + 14, respectively, where R is the network radius. Also, Wan et al. [9] used Sequential Aggregation Scheduling (SAS), Piplelined Aggregation Scheduling (PAS), and Enhanced Pipelined Aggregation Scheduling (E-PAS) algorithms as subprocedures to schedule nodes based on trees. They proved that the latencies produced by by SAS, PAS, and E-PAS are 15R + 4, 2R + O(log R) +, and Ä 1 + O Ä log R/ 3 R ää +, respectively. Later, Xu et al. [10] proposed an algorithm named Improved data Aggregation Scheduling (IAS) whose latency is 16R An et al.

2 [11] also proposed a constant factor approximation algorithm named Cell Coloring whose latency is bounded by O( +R). Yousefi et al. [12] proposed an algorithm that builds a tree with a balanced Connected 3-hop Dominating Sets (C3DS)- based structure, which is different from the commonly used CDS-based approaches, and simultaneously schedules nodes. Their latency bound is 12R+ 2. Recently, Feng et al. [13] proposed two algorithms: a dynamic programming scheduling algorithm in the given SPT and a greedy scheduling algorithm that simultaneously constructs the aggregation tree and then schedules nodes. Unlike uniform power model, non-uniform power model allows each node to have various transmission power levels. Therefore, determining the right power levels to be assigned (known as power control) is also an important task. Assuming that the maximum transmission power of a node is unbounded, Kesselman et al. [14] proposed a simple randomized distributed convergecast algorithm, called DC, whose latency is bounded by O(log n). The DC, however, schedules nodes with a constant probability p of successful transmission. Later, An et al. [11] showed the first result of Ω(log n) approximation lower bound for the MLAS problem in the metric model by constructing a polynomial-time approximation-preserving reduction from Set Cover problem which is known to be hard to approximate [15], [16], i.e., there is no approximation algorithm with an approximation ratio better than Ω(log n) unless N P DT IM E(n log log n). They also designed a heuristic algorithm called Minimum Data Aggregation on Backbone tree (MDAB) based on the SDA [2] that aggregates data along the shortest path towards a sink node. In directional WSNs, along with the assignment of timeslots, determining and orientating antenna directions (also known as antenna orientation problem) is also one of the objectives of the MLAS problem. Under uniform power model, Liu et al. [17] proposed a nearly constant factor approximation algorithm with 0 (0, 2π]. It first builds a CDS-based tree, and then assigns timeslots to nodes and orient their antennas based on the tree. Under non-uniform power model, there have been no studies done, to the best of our knowledge. Therefore, in this paper we study the MLAS problem under the non-uniform power model with power control in the directional WSNs. We first propose an algorithm that does not create trees on which most existing works have been based. Specifically, our algorithm employs hierarchical agglomerative steps, where a whole network is repeatedly partitioned into smaller networks and the smaller networks are systematically agglomerated to achieve the two desirable properties. We believe that it is the first work that addresses the MLAS problem in directional WSNs under non-uniform power model with power control. Table I summaries the works for the MLAS problem in different antenna and power models. Note that all algorithms [2], [4], [6] [13], [17] are tree-based. The rest of this paper is organized as follows. In Section II, we introduce the technique to equip directional antennas TABLE I: Existing works for the MLAS problem Uniform Power Non-uniform Power Omnidirectional WSNs [2], [4], [6] [10], [11], [14] [12], [13] Directional WSNs [17] This paper in WSNs, describe our network model, and then formally define the MLAS problem. In Section III, we describe our aggregation scheduling algorithm, and show its correctness. In Section IV, we evaluate the performance of our algorithm with simulated networks and compare with an existing work by Liu et al. [17] as it considers directional WSNs. Finally, we conclude with some remarks in Section V. II. PRELIMINARIES In this section, we briefly discuss the background so as to equip directional antennas in WSNs. Then, we describe our network model, and define the MLAS problem. Refer to Table II for notations. TABLE II: Notations Symbol Definition V Set of nodes in a network V Set of sender nodes n Number of nodes in a network R Network (graph) radius D Network (graph) diameter The maximum node degree of a network (u, v) Directional edge from nodes u to v d(u, v) Euclidean distance between nodes u and v p(u) Transmission power level of a node u p max Maximum transmission power level r(u) Transmission range (radius of broadcasting sector) of node u K Number of sectors of a node sec k (u) Broadcasting sector k of a node u (1 k K) S(u) Set of K sectors of a node u ω(u) Antenna orientation of a node u t Timeslot t(u) Timeslot assigned to a node u l Number of nodes scheduled at a timeslot t π t Assignment set at a timeslot t Π Schedule L Length of schedule Π z Number of rows (columns) of a partitioned network C i,j Cell at row i and column j (1 i, j z) h Head node of a cell A. Directional Antenna Model We adopt the switch beam directional antenna system [17], where each node is equipped with switch beam directional sending antenna and omnidirectional receiving antenna. In the system, each node u has K fixed broadcasting sectors, denoted by sec k (u), 1 k K, whose central angle is θ (0, 2π), and it switches on one of the sectors for transmission (i.e., each node is scheduled to emit its radio signal to the sec k (u) direction). Let us denote the set of K sectors of u by S(u) = {sec k (u) 1 k K}. Commercially available sectored antennas are typically designed for beam-widths of π, 2π/3, π/2, π/3, and π/4 [18].

3 B. Network Model A WSN consists of a set V of sensor nodes deployed in a plane. Each node u V is equipped with a switch beam directional sending antennas with a beamwidth θ (0, 2π) and an omnidirectional receiving antenna, a timeslot t(u), a transmission power level p(u) (0, p max ], where p max is assumed to be big enough to cover whole network, and an antenna orientation ω(u), which switches on (activates) one of the antenna sectors using p(u). Then, the transmission range r(u) of u can be defined as the radius of the broadcasting sector sec k (u) covered by the signal sent by u using p(u). A directed edge (u, v) is said to exist from node u to node v, if v sec k (u). collision occurs at node w such that w sec k (u) and w sec k (u ), if there exist concurrently sending nodes u and u, where t(u) = t(u ). C. Problem Definition The MLAS problem is defined as follows. Given a set V of nodes in a plane, we assign each node u a timeslot t(u), a power level p(u), and an antenna orientation ω(u). The goal is to compute a schedule with a minimum number of timeslots such that data from all non-sink nodes are aggregated to a sink node s V with no collisions. A schedule is defined as a sequence of such timeslots at each t i of which, several senders s ti, 1 i l, can be scheduled, and every s ti utilizes its ω(s ti ) to send its data to its neighbors in the activated sec k (s ti ) using its p(s ti ) with no collisions. Formally, at each timeslot t, we have an assignment set π t = {(s ti, ω(s ti ), p(s ti )) 1 i l}, where l denotes the number of nodes scheduled at timeslot t. An aggregation schedule is a sequence of assignment sets Π = (π 1, π 2,..., π L ), where L is the length of the schedule, also called latency. An aggregation schedule Π is successful if data from every node u V \ {s} is aggregated to a sink node s V. Input: A set V of nodes Output: A successful minimum latency schedule Π III. ALGORITHM In this section, we start by describing our algorithm, named Hierarchical Agglomerative Aggregation Scheduling (HAAS), for the MLAS problem under the non-uniform power model with power control in directional WSNs. We assume that every node u V is equipped with a switch beam directional antenna with a fixed beam-width θ = π/2, and an omnidirectional receiving antenna. Accordingly, broadcasting sector of each node u is partitioned into four sectors (i.e., K = 4), each of which is identified as sec k (u), k {1, 2, 3, 4} as shown in Fig. 1. A. Algorithm As described in Algorithm 1, HAAS starts with the set V = V of sender nodes (Step 1) and sets the timeslot t = 1 (Step 2). Then, the following steps (Steps 4 10) are repeated. Fig. 1: Broadcasting sectors of u with the beam-width θ = π/2 Algorithm 1 HAAS Input: A set V of nodes Output: Schedule Π 1: V V /* V is the set of senders. */ 2: t 1 3: repeat 4: Mark all nodes in V as non-head nodes. 5: Partition the network into z 2 square cells such that 0 C i,j 4, where C i,j denotes the set of nodes which reside in the cell at row i and column j (1 i, j z). 6: GRAY {C i,j i % 2 0 and j % 2 0} {C i,j i % 2 = 0 and j % 2 = 0} 7: W HIT E {C i,j i % 2 0 and j % 2 = 0} {C i,j i % 2 = 0 and j % 2 0} 8: t Scheduling(t, GRAY ) 9: t Scheduling(t, W HIT E) 10: V {v v V, v head or v s} 11: until z = 1 12: return Π (π 1, π 2, π L ) 1) (Step 4) Mark all nodes as non-head nodes. 2) (Step 5) The network is divided into z 2 square cells such that 0 C i,j 4, where C i,j denotes the set of nodes which reside in the cell at row i and column j (1 i, j z). Note that V = {u u C i,j, 1 i, j z}. 3) (Steps 6 7) The cells are divided into two groups, GRAY and W HIT E, where GRAY = {C i,j i % 2 0 and j % 2 0} {C i,j i % 2 = 0 and j % 2 = 0} and W HIT E = {C i,j i % 2 0 and j % 2 = 0} {C i,j i % 2 = 0 and j % 2 0} See an example of grouping of cells in Fig. 2. 4) (Step 8) Scheduling (Algorithm 2) is called to schedule the nodes in the cells of GRAY with the starting timeslot t start. Specifically, for each cell C i,j GRAY, the following steps are applied. a) (Step 2) It sets the first timeslot t for the cell with t start. b) (Steps 3 4) Scheduling uses a divider which is parallel to y-axis (or x-axis) to divide C i,j vertically (or horizontally) into two subcells, denoted by C A and C B, in each of which at most two nodes reside. (See Fig. 3.) The nodes in C A (C B ) are labeled as a and

4 Fig. 2: Partitioning a network into cells, and grouping the cells into GRAY and W HIT E a (b and b ), if available. Without loss of generality, let us assume that there are two nodes in each subcell, from now on. Here, node a (node b ) is the node that is closer to the divider than the other node a (node b). If sink is a (b), then swap sink s label with a (b ). c) (Steps 5 8) Node a is assigned the starting timeslot t start, and the power level d(a, a ) to send its data to a, where d(u, v) denotes the Euclidian distance between u and v. Accordingly, its transmission range r(a) = d(a, a ). The antenna orientation ω(a) is set to activate sec k (a) such that sec k (a) S(a), a sec k (a), and sec k (a) does not cover any other GRAY cells. Similarly, node b is assigned the next timelot t start +1, and the power level d(b, b ). The antenna orientation ω(b) is set to activate sec k (b) such that sec k (b) S(b), b sec k (b), and sec k (b) does not cover any other GRAY cells. d) (Steps 9 12) Scheduling selects one node h {a, b }, which is closer to s than the other node, as the head node of the cell C i,j. Without loss of generality, let us assume that h = a. Then the non-head node b is assigned the next timeslot t start + 2, and the power level d(b, a ) to send its data to the head a. The antenna orientation ω(b ) is set to activate sec k (b ) such that sec k (b ) S(b ), b sec k (b ), and sec k (b ) does not cover any other GRAY cells. At the end of the Scheduling call, every head node h {a, b } in each C i,j GRAY receives aggregated data from all the other nodes in C i,j, and Scheduling returns the next timeslot t next that will be the starting timeslot for group W HIT E. Note that the maximum number of timeslots used for Scheduling with GRAY is 3, i.e., t next t start ) (Step 9) Again, HASS calls Scheduling to schedule the nodes in the cells of W HIT E with the starting timeslot t start. Then, a) d) Scheduling assigns timeslots, and power levels, and antenna orientations to nodes in every cell C i,j W HIT E as for GRAY. Note that every antenna orientation for a node selects a sector that does not cover any other W HIT E cells. At the end of the Scheduling call for W HIT E, every head node h {a, b } in each C i,j W HIT E Algorithm 2 Scheduling Input: Starting timeslot t start, and a group GROUP Output: Next timeslot t next for the other group 1: for each cell C i,j GROUP do 2: t t start 3: Partition C i,j into two subcells C A and C B, in each of which at most two nodes reside. 4: Label nodes in C A as a and a, and nodes in C B as b and b as shown in the Fig. 3. 5: t(a) t, p(a) d(a, a ), ω(a) {sec k (a) sec k (a) S(a), a sec k (a), and sec k (a) does not cover any other GROUP cells.} 6: π t π t (a, ω(a), p(a)), t t + 1 7: t(b) t, p(b) d(b, b ), ω(b) {sec k (b) sec k (b) S(b), b sec k (b), and sec k (b) does not cover any other GROUP cells.} 8: π t π t (b, ω(b), p(b)), t t + 1 9: Pick node h {a, b } which is closed to sink s is the shortest as the head node for the cell. 10: h {u u {a, b }, u h} 11: t(h ) t, p(h ) d(h, h), ω(h ) {sec k (h ) sec k (h ) S(h ), h sec k (h ), and sec k (h ) does not cover any other GROUP cells.} 12: π t π t (h, ω(h ), d(h, h)) 13: end for 14: t next max{t(u) u C i,j, C i,j GROUP } : return t next receives aggregated data from all the other nodes in C i,j W HIT E, and Scheduling returns the next timeslot t next that will be the starting timeslot for GRAY. Note that the maximum number of timeslots used for Scheduling with W HIT E is also 3, i.e., t next t start ) (Step 10) HASS updates the sender set V by removing the scheduled nodes. Note that the updated V = {u u C i,j, 1 i, j z, u head or u s}. The HASS repeats the steps from 1) to 6) until every node except s is scheduled. B. Correctness of Algorithm In this section, we prove that the proposed algorithm, HASS, produces a successful schedules. Lemma 1: Nodes in the same group are scheduled with no collisions by Scheduling. Proof: Let us prove that there is no collision among nodes in the same group. Without loss of generality, consider one group, say GRAY. For each C i,j GRAY, HASS uses C i,j different timeslots to schedule every non-head node in C i,j at a distinct timeslot. Therefore, there is no collision among nodes in each C i,j. For every C i,j GRAY, every ω(u), u C i,j, activates sec k (u) that does not cover any other GRAY cells.

5 (a) (b) (c) Fig. 3: Dividing a cell C i,j into two subcells C A and C B (a) vertically or (b) (c) horizontally using a divider. (a) (c) Labeling nodes as a, a, b and b, and selecting one as a header. Therefore, a non-head node in one GRAY cell does not interfere with other non-head nodes in other GRAY cells. Thus, any two nodes in GRAY (or W HIT E) do not interfere each other. Lemma 2: Nodes in the different groups are scheduled with no collisions by Scheduling. Proof: Let us prove that there is no collision among nodes in different groups. Assume that the first and last timeslots used for GRAY (W HIT E) are t start and t last, respectively, where t start t last. After scheduling every non-head node in GRAY (W HIT E), Scheduling uses t last + 1 as the starting timeslot for scheduling W HIT E (GRAY ). Thus, all non-head nodes in GRAY have been already scheduled at different timeslots before the first non-head node in W HIT E is scheduled. By Lemmas 1 and 2, we can have the following corollary. Corollary 3: Nodes scheduled at the same timeslot by Scheduling do not interfere among others. Finally, we conclude with the following theorem. Theorem 4: The algorithm HASS produces a successful schedules. Proof: Given a network partitioned into cells (Steps 4 7 in Algorithm 1) with the sender set V, let us consider the iteration (steps 4 10) in which Scheduling (steps 8 9 in Algorithm 1) schedules every non-head node so that their data is aggregated to their head nodes without any collisions (Corollary 3). Next iteration starts with the reduced network that consists of only the head nodes at previous iteration. Similarly, the nodes are partitioned, and aggregated so that they are scheduled without any collision (Corollary 3). The aforementioned steps (Steps 3 11 in Algorithm 1) are repeated until there remains only one cell, in which the sink becomes the head node in the remaining cells. As a result, the sink receives the aggregated data from all the other nodes successfully. IV. SIMULATION In this section, we evaluate the performance of our proposed algorithm, HASS (Algorithm 1), in terms of latency and power level. Also, we compare it with the algorithm by Liu et al. [17] which studied the MLAS problem in the directional WSNs but without power control. As the algorithm by Liu et al. requires an initial power assignment of nodes with a uniform power level, we computed the minimally required power level r to get a connected graph as done in [19], and set the uniform power level p(u) for every u V to be r. In the Euclidean plane of dimension , we randomly generated a set G = {G n n = 100, 200,, 500}, where G n = {G i n 1 i 100} consists of 100 different networks,, each of which has n nodes. The same simulated networks were used for both the two algorithms. For each G n G, we averaged the latencies over 100 networks. As shown in Table III and Fig. 4, HASS performs better than Liu et al. s algorithm in terms of both average latencies and average power consumption. G 1 n, G 2 n,, G 100 n TABLE III: Average latencies and power levels Latency Average power level n HASS Liu et al. HASS Liu et al V. CONCLUSION In this paper, we studied the MLAS problem under the nonuniform power model with power control in the directional WSNs. Unlike most existing works that utilize trees, the proposed algorithm, named HASS, does not require to create trees. Specifically, HASS employs hierarchical agglomerative steps, where a whole network is repeatedly partitioned into smaller networks and the smaller networks are systematically agglomerated to achieve the two desirable properties. Our simulation results showed that HASS performs better than an existing algorithm by Liu et al. [17]. To the best of our knowledge, ours is the first study addressing the MLAS problem in directional WSNs under non-uniform power model with power control. As to the future work, we plan to analyze the complexity of the proposed algorithm and also study other related problems

6 Latency (L) Power level Liu et al. HAAS Number of nodes (n) (a) Liu et al. HAAS [9] P.-J. Wan, S. C.-H. Huang, L. Wang, Z. Wan, and X. Jia, Minimum- Latency Aggregation Scheduling in Multihop Wireless Networks, in MOBIHOC, 2009, pp [10] X. Xu, X. Y. Li, X. Mao, S. Tang, and S. Wang, A Delay-Efficient Algorithm for Data Aggregation in Multihop Wireless Sensor Networks, IEEE Transactions on Parallel and Distributed Systems, vol. 22, pp , [11] M. K. An, N. X. Lam, D. T. Huynh, and T. N. Nguyen, Minimum Data Aggregation Schedule in Wireless Sensor Networks, IJCA, vol. 18, no. 4, pp , [12] H. Yousefi, M. Malekimajd, M. Ashouri, and A. Movaghar, Fast Aggregation Scheduling in Wireless Sensor Networks, IEEE Trans. Wireless Communications, vol. 14, no. 6, pp , [13] C. Feng, Z. Li, S. Jiang, and W. Jing, Delay-constrained Data Aggregation Scheduling in Wireless Sensor Networks, International Journal of Distributed Sensor Networks, vol. 13, no. 6, [14] A. Kesselman and D. R. Kowalski, Fast Distributed Algorithm for Convergecast in Ad Hoc Geometric Radio Networks, Journal of Parallel and Distributed Computing, vol. 66, no. 4, pp , [15] C. Lund and M. Yannakakis, On the Hardness of Approximating Minimization Problems, Journal of the ACM, vol. 41, no. 5, pp , [16] U. Feige, A Threshold of ln(n) for Approximating Set Cover, Jornal of the ACM, vol. 45, no. 4, pp , [17] H. Liu, Z. Liu, D. Li, X. Lu, and H. Du, Approximation Algorithms for Minimum Latency Data Aggregation in Wireless Sensor Networks with Directional Antenna, Theor. Comput. Sci., vol. 497, pp , [18] S. Roy, Y. C. Hu, D. Peroulis, and X.-Y. Li, Minimum-Energy Broadcast Using Practical Directional Antennas in All-Wireless Networks, in INFOCOM, [19] M. K. An and H. Cho, Efficient Data Collection in Interference-Aware Wireless Sensor Networks, Journal of Networks, vol. 10, no. 12, pp , Number of nodes (n) (b) Fig. 4: Latencies and power levels over different network sizes such as data collection and broadcasting with the similar hierarchical agglomerative approaches. REFERENCES [1] M. K. An and H. Cho, Efficient Broadcasting in Wireless Sensor Networks, in International Conference on Sensor Networks (ICSN), [2] X. Chen, X. Hu, and J. Zhu, Minimum Data Aggregation Time Problem in Wireless Sensor Networks, in MSN, 2005, pp [3] D. Lichtenstein, Planar Formulae and Their Uses, SIAM J. Comput., vol. 11, no. 2, pp , [4] H. Du, X. Hu, and X. Jia, Energy Efficient Routing and Scheduling for Real-time Data Aggregation In WSN, COMCOM, vol. 29, no. 17, pp , [5] S. Khuller, B. Raghavachari, and N. E. Young, Balancing Minimum Spanning Trees and Shortest-Path Trees, Algorithmica, vol. 14, no. 4, pp , [6] S. C. H. Huang, P.-J. Wan, C. T. Vu, Y. Li, and F. Yao, Nearly Constant Approximation for Data Aggregation Scheduling, in INFOCOM, 2007, pp [7] B. Yu, J. Li, and Y. Li, Distributed Data Aggregation Scheduling in Wireless Sensor Networks, in INFOCOM, 2009, pp [8] X. Xu, S. Wang, X. Mao, S. Tang, P. Xu, and X.-Y. Li, Efficient Data Aggregation in Multi-hop WSNs, in GLOBECOM, 2009, pp

Low-Latency Multi-Source Broadcast in Radio Networks

Low-Latency Multi-Source Broadcast in Radio Networks Low-Latency Multi-Source Broadcast in Radio Networks Scott C.-H. Huang City University of Hong Kong Hsiao-Chun Wu Louisiana State University and S. S. Iyengar Louisiana State University In recent years

More information

Radio Aggregation Scheduling

Radio Aggregation Scheduling Radio Aggregation Scheduling ALGOSENSORS 2015 Rajiv Gandhi, Magnús M. Halldórsson, Christian Konrad, Guy Kortsarz, Hoon Oh 18.09.2015 Aggregation Scheduling in Radio Networks Goal: Convergecast, all nodes

More information

Gateways Placement in Backbone Wireless Mesh Networks

Gateways Placement in Backbone Wireless Mesh Networks I. J. Communications, Network and System Sciences, 2009, 1, 1-89 Published Online February 2009 in SciRes (http://www.scirp.org/journal/ijcns/). Gateways Placement in Backbone Wireless Mesh Networks Abstract

More information

Minimum-Latency Beaconing Schedule in Duty-Cycled Multihop Wireless Networks

Minimum-Latency Beaconing Schedule in Duty-Cycled Multihop Wireless Networks Minimum-Latency Beaconing Schedule in Duty-Cycled Multihop Wireless Networks Lixin Wang, Peng-Jun Wan, and Kyle Young Department of Mathematics, Sciences and Technology, Paine College, Augusta, GA 30901,

More information

S-GPBE: A Power-Efficient Broadcast Routing Algorithm Using Sectored Antenna

S-GPBE: A Power-Efficient Broadcast Routing Algorithm Using Sectored Antenna S-GPBE: A Power-Efficient Broadcast Routing Algorithm Using Sectored Antenna Intae Kang and Radha Poovendran Department of Electrical Engineering, University of Washington, Seattle, WA. - email: {kangit,radha}@ee.washington.edu

More information

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS A Thesis by Masaaki Takahashi Bachelor of Science, Wichita State University, 28 Submitted to the Department of Electrical Engineering

More information

Energy-Balanced Cooperative Routing in Multihop Wireless Ad Hoc Networks

Energy-Balanced Cooperative Routing in Multihop Wireless Ad Hoc Networks Energy-Balanced Cooperative Routing in Multihop Wireless Ad Hoc Networs Siyuan Chen Minsu Huang Yang Li Ying Zhu Yu Wang Department of Computer Science, University of North Carolina at Charlotte, Charlotte,

More information

Extending lifetime of sensor surveillance systems in data fusion model

Extending lifetime of sensor surveillance systems in data fusion model IEEE WCNC 2011 - Network Exting lifetime of sensor surveillance systems in data fusion model Xiang Cao Xiaohua Jia Guihai Chen State Key Laboratory for Novel Software Technology, Nanjing University, Nanjing,

More information

A survey on broadcast protocols in multihop cognitive radio ad hoc network

A survey on broadcast protocols in multihop cognitive radio ad hoc network A survey on broadcast protocols in multihop cognitive radio ad hoc network Sureshkumar A, Rajeswari M Abstract In the traditional ad hoc network, common channel is present to broadcast control channels

More information

Distributed Broadcast Scheduling in Mobile Ad Hoc Networks with Unknown Topologies

Distributed Broadcast Scheduling in Mobile Ad Hoc Networks with Unknown Topologies Distributed Broadcast Scheduling in Mobile Ad Hoc Networks with Unknown Topologies Guang Tan, Stephen A. Jarvis, James W. J. Xue, and Simon D. Hammond Department of Computer Science, University of Warwick,

More information

CONVERGECAST, namely the collection of data from

CONVERGECAST, namely the collection of data from 1 Fast Data Collection in Tree-Based Wireless Sensor Networks Özlem Durmaz Incel, Amitabha Ghosh, Bhaskar Krishnamachari, and Krishnakant Chintalapudi (USC CENG Technical Report No.: ) Abstract We investigate

More information

Analysis of Power Assignment in Radio Networks with Two Power Levels

Analysis of Power Assignment in Radio Networks with Two Power Levels Analysis of Power Assignment in Radio Networks with Two Power Levels Miguel Fiandor Gutierrez & Manuel Macías Córdoba Abstract. In this paper we analyze the Power Assignment in Radio Networks with Two

More information

Aggregation Latency-Energy Tradeoff in Wireless Sensor Networks with Successive Interference Cancellation

Aggregation Latency-Energy Tradeoff in Wireless Sensor Networks with Successive Interference Cancellation Aggregation Latency-Energy Tradeoff in Wireless Sensor Networks with Successive Interference Cancellation Hongxing Li, Chuan Wu, Dongxiao Yu, Qiang-Sheng Hua and Francis C.M. Lau Department of Computer

More information

Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks

Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks Wenbo Zhao and Xueyan Tang School of Computer Engineering, Nanyang Technological University, Singapore 639798 Email:

More information

Minimum-Latency Schedulings for Group Communications in Multi-channel Multihop Wireless Networks

Minimum-Latency Schedulings for Group Communications in Multi-channel Multihop Wireless Networks Minimum-Latency Schedulings for Group Communications in Multi-channel Multihop Wireless Networks Peng-Jun Wan 1,ZhuWang 1,ZhiyuanWan 2,ScottC.-H.Huang 2,andHaiLiu 3 1 Illinois Institute of Technology,

More information

Minimum Power Assignment in Wireless Ad Hoc Networks with Spanner Property

Minimum Power Assignment in Wireless Ad Hoc Networks with Spanner Property Minimum Power Assignment in Wireless Ad Hoc Networks with Spanner Property Yu Wang (ywang32@unnc.edu) Department of Computer Science, University of North Carolina at Charlotte Xiang-Yang Li (xli@cs.iit.edu)

More information

MULTI-HOP wireless networks consist of nodes with a

MULTI-HOP wireless networks consist of nodes with a IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 1 Minimum Latency Broadcast Scheduling in Duty-Cycled Multi-Hop Wireless Networks Xianlong Jiao, Student Member, IEEE, Wei Lou, Member, IEEE, Junchao

More information

Improved Algorithm for Broadcast Scheduling of Minimal Latency in Wireless Ad Hoc Networks

Improved Algorithm for Broadcast Scheduling of Minimal Latency in Wireless Ad Hoc Networks Acta Mathematicae Applicatae Sinica, English Series Vol. 26, No. 1 (2010) 13 22 DOI: 10.1007/s10255-008-8806-2 http://www.applmath.com.cn Acta Mathema ca Applicatae Sinica, English Series The Editorial

More information

Capacity of Dual-Radio Multi-Channel Wireless Sensor Networks for Continuous Data Collection

Capacity of Dual-Radio Multi-Channel Wireless Sensor Networks for Continuous Data Collection This paper was presented as part of the main technical program at IEEE INFOCOM 2011 Capacity of Dual-Radio Multi-Channel ireless Sensor Networks for Continuous Data Collection Shouling Ji Department of

More information

Energy-Efficient Duty Cycle Assignment for Receiver-Based Convergecast in Wireless Sensor Networks

Energy-Efficient Duty Cycle Assignment for Receiver-Based Convergecast in Wireless Sensor Networks Energy-Efficient Duty Cycle Assignment for Receiver-Based Convergecast in Wireless Sensor Networks Yuqun Zhang, Chen-Hsiang Feng, Ilker Demirkol, Wendi B. Heinzelman Department of Electrical and Computer

More information

Energy-Efficient Data Management for Sensor Networks

Energy-Efficient Data Management for Sensor Networks Energy-Efficient Data Management for Sensor Networks Al Demers, Cornell University ademers@cs.cornell.edu Johannes Gehrke, Cornell University Rajmohan Rajaraman, Northeastern University Niki Trigoni, Cornell

More information

On the Performance of Cooperative Routing in Wireless Networks

On the Performance of Cooperative Routing in Wireless Networks 1 On the Performance of Cooperative Routing in Wireless Networks Mostafa Dehghan, Majid Ghaderi, and Dennis L. Goeckel Department of Computer Science, University of Calgary, Emails: {mdehghan, mghaderi}@ucalgary.ca

More information

Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks

Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks Shih-Hsien Yang, Hung-Wei Tseng, Eric Hsiao-Kuang Wu, and Gen-Huey Chen Dept. of Computer Science and Information Engineering,

More information

Minimum-Latency Broadcast Scheduling in Wireless Ad Hoc Networks

Minimum-Latency Broadcast Scheduling in Wireless Ad Hoc Networks Minimum-Latency Broadcast Scheduling in Wireless Ad Hoc Networks Scott C.-H. Huang, Peng-Jun Wan, Xiaohua Jia, Hongwei Du and Weiping Shang Department of Computer Science, City University of Hong Kong.

More information

Rumors Across Radio, Wireless, and Telephone

Rumors Across Radio, Wireless, and Telephone Rumors Across Radio, Wireless, and Telephone Jennifer Iglesias Carnegie Mellon University Pittsburgh, USA jiglesia@andrew.cmu.edu R. Ravi Carnegie Mellon University Pittsburgh, USA ravi@andrew.cmu.edu

More information

p-percent Coverage in Wireless Sensor Networks

p-percent Coverage in Wireless Sensor Networks p-percent Coverage in Wireless Sensor Networks Yiwei Wu, Chunyu Ai, Shan Gao and Yingshu Li Department of Computer Science Georgia State University October 28, 2008 1 Introduction 2 p-percent Coverage

More information

Multicast Energy Aware Routing in Wireless Networks

Multicast Energy Aware Routing in Wireless Networks Ahmad Karimi Department of Mathematics, Behbahan Khatam Alanbia University of Technology, Behbahan, Iran karimi@bkatu.ac.ir ABSTRACT Multicasting is a service for disseminating data to a group of hosts

More information

Interference-Aware Joint Routing and TDMA Link Scheduling for Static Wireless Networks

Interference-Aware Joint Routing and TDMA Link Scheduling for Static Wireless Networks Interference-Aware Joint Routing and TDMA Link Scheduling for Static Wireless Networks Yu Wang Weizhao Wang Xiang-Yang Li Wen-Zhan Song Abstract We study efficient interference-aware joint routing and

More information

Approximation algorithm for data broadcasting in duty cycled multi-hop wireless networks

Approximation algorithm for data broadcasting in duty cycled multi-hop wireless networks University of Wollongong Research Online Faculty of Engineering and Information Sciences - Papers: Part A Faculty of Engineering and Information Sciences 2013 Approximation algorithm for data broadcasting

More information

Symmetric Connectivity in Wireless Sensor Networks with Directional Antennas

Symmetric Connectivity in Wireless Sensor Networks with Directional Antennas Symmetric Connectivity in Wireless Sensor Networks with Directional ntennas Tien Tran Department of Computer Science University of Texas at Dallas Richardson, TX 75080, US Email: tien.tran1@utdallas.edu

More information

Energy-efficient Broadcast Scheduling with Minimum Latency for Low-Duty-Cycle Wireless Sensor Networks

Energy-efficient Broadcast Scheduling with Minimum Latency for Low-Duty-Cycle Wireless Sensor Networks 2013 IEEE 10th International Conference on Mobile Ad-Hoc and Sensor Systems Energy-efficient Broadcast Scheduling with Minimum Latency for Low-Duty-Cycle Wireless Sensor Networks Lijie Xu, Jiannong Cao,

More information

Data Gathering. Chapter 4. Ad Hoc and Sensor Networks Roger Wattenhofer 4/1

Data Gathering. Chapter 4. Ad Hoc and Sensor Networks Roger Wattenhofer 4/1 Data Gathering Chapter 4 Ad Hoc and Sensor Networks Roger Wattenhofer 4/1 Environmental Monitoring (PermaSense) Understand global warming in alpine environment Harsh environmental conditions Swiss made

More information

Broadcast Scheduling in Interference Environment

Broadcast Scheduling in Interference Environment Broadcast Scheduling in Interference Environment Scott C.-H. Huang, eng-jun Wan, Jing Deng Member, IEEE, and Yunghsiang S. Han Senior Member, IEEE Abstract Broadcast is a fundamental operation in wireless

More information

Time Efficient Data Aggregation Scheduling in Cognitive Radio Networks

Time Efficient Data Aggregation Scheduling in Cognitive Radio Networks Time Efficient Data Aggregation Scheduling in Cognitive Radio Networks Mingyuan Yan, Shouling Ji,, and Zhipeng Cai Department of Computer Science, Georgia State University, Atlanta, Georgia 333, USA Email:

More information

Energy-efficient Broadcasting in All-wireless Networks

Energy-efficient Broadcasting in All-wireless Networks Energy-efficient Broadcasting in All-wireless Networks Mario Čagalj Jean-Pierre Hubaux Laboratory for Computer Communications and Applications (LCA) Swiss Federal Institute of Technology Lausanne (EPFL)

More information

Duty-Cycle-Aware Minimum Latency Broadcast Scheduling in Multi-hop Wireless Networks

Duty-Cycle-Aware Minimum Latency Broadcast Scheduling in Multi-hop Wireless Networks 2010 International Conference on Distributed Computing Systems Duty-Cycle-Aware Minimum Latency Broadcast Scheduling in Multi-hop Wireless Networks Xianlong Jiao,WeiLou, Junchao Ma, Jiannong Cao, Xiaodong

More information

Lightweight Decentralized Algorithm for Localizing Reactive Jammers in Wireless Sensor Network

Lightweight Decentralized Algorithm for Localizing Reactive Jammers in Wireless Sensor Network International Journal Of Computational Engineering Research (ijceronline.com) Vol. 3 Issue. 3 Lightweight Decentralized Algorithm for Localizing Reactive Jammers in Wireless Sensor Network 1, Vinothkumar.G,

More information

Performance Evaluation of Minimum Power Assignments Algorithms for Wireless Ad Hoc Networks

Performance Evaluation of Minimum Power Assignments Algorithms for Wireless Ad Hoc Networks International Journal of Applied Science and Technology Vol. 4, No. 5; October 2014 Performance Evaluation of Minimum Power Assignments Algorithms for Wireless Ad Hoc Networks Festus K. Ojo Josephine O.

More information

Maximum flow problem in wireless ad hoc networks with directional antennas

Maximum flow problem in wireless ad hoc networks with directional antennas Optimization Letters (2007) 1:71 84 DOI 10.1007/s11590-006-0016-3 ORIGINAL PAPER Maximum flow problem in wireless ad hoc networks with directional antennas Xiaoxia Huang Jianfeng Wang Yuguang Fang Received:

More information

Constructing K-Connected M-Dominating Sets

Constructing K-Connected M-Dominating Sets Constructing K-Connected M-Dominating Sets in Wireless Sensor Networks Yiwei Wu, Feng Wang, My T. Thai and Yingshu Li Georgia State University Arizona State University University of Florida Outline Introduction

More information

Mobile Ad Hoc Networks Theory of Interferences, Trade-Offs between Energy, Congestion and Delay

Mobile Ad Hoc Networks Theory of Interferences, Trade-Offs between Energy, Congestion and Delay Mobile Ad Hoc Networks Theory of Interferences, Trade-Offs between Energy, Congestion and Delay 5th Week 14.05.-18.05.2007 Christian Schindelhauer schindel@informatik.uni-freiburg.de 1 Unit Disk Graphs

More information

COOPERATIVE ROUTING IN WIRELESS NETWORKS

COOPERATIVE ROUTING IN WIRELESS NETWORKS Chapter COOPERATIVE ROUTING IN WIRELESS NETWORKS Amir E. Khandani Laboratory for Information and Decision Systems Massachusetts Institute of Technology khandani@mit.edu Eytan Modiano Laboratory for Information

More information

Fault-Tolerant Topology Control for Heterogeneous Wireless Sensor Networks

Fault-Tolerant Topology Control for Heterogeneous Wireless Sensor Networks Fault-Tolerant Topology Control for Heterogeneous Wireless Sensor Networks Mihaela Cardei, Shuhui Yang, and Jie Wu Department of Computer Science and Engineering Florida Atlantic University Boca Raton,

More information

Multi-Radio Channel Detecting Jamming Attack Against Enhanced Jump-Stay Based Rendezvous in Cognitive Radio Networks

Multi-Radio Channel Detecting Jamming Attack Against Enhanced Jump-Stay Based Rendezvous in Cognitive Radio Networks Multi-Radio Channel Detecting Jamming Attack Against Enhanced Jump-Stay Based Rendezvous in Cognitive Radio Networks Yang Gao 1, Zhaoquan Gu 1, Qiang-Sheng Hua 2, Hai Jin 2 1 Institute for Interdisciplinary

More information

Approximation Algorithms for Interference Aware Broadcast in Wireless Networks

Approximation Algorithms for Interference Aware Broadcast in Wireless Networks Approximation Algorithms for Interference Aware Broadcast in Wireless Networks Dianbo Zhao University of Wollongong Email: dz985@uowmail.edu.au Kwan-Wu Chin Univiversity of Wollongong Email: kwanwu@uow.edu.au

More information

Broadcast with Heterogeneous Node Capability

Broadcast with Heterogeneous Node Capability Broadcast with Heterogeneous Node Capability Intae Kang and Radha Poovendran Department of Electrical Engineering, University of Washington, Seattle, WA. email: {kangit,radha}@ee.washington.edu Abstract

More information

ONE of the important applications of wireless stationary

ONE of the important applications of wireless stationary Maximizing Network Lifetime of Broadcasting Over Wireless Stationary Adhoc Networks Intae Kang and Radha Poovendran Department of Electrical Engineering, University of Washington, Seattle, WA email: {kangit,radha}@ee.washington.edu

More information

A Topology Control Approach to Using Directional Antennas in Wireless Mesh Networks

A Topology Control Approach to Using Directional Antennas in Wireless Mesh Networks A Topology Control Approach to Using Directional Antennas in Wireless Mesh Networks Umesh Kumar, Himanshu Gupta and Samir R. Das Department of Computer Science State University of New York at Stony Brook

More information

Coding aware routing in wireless networks with bandwidth guarantees. IEEEVTS Vehicular Technology Conference Proceedings. Copyright IEEE.

Coding aware routing in wireless networks with bandwidth guarantees. IEEEVTS Vehicular Technology Conference Proceedings. Copyright IEEE. Title Coding aware routing in wireless networks with bandwidth guarantees Author(s) Hou, R; Lui, KS; Li, J Citation The IEEE 73rd Vehicular Technology Conference (VTC Spring 2011), Budapest, Hungary, 15-18

More information

Energy-Efficient Connected Coverage of Discrete Targets in Wireless Sensor Networks

Energy-Efficient Connected Coverage of Discrete Targets in Wireless Sensor Networks Energy-Efficient Connected Coverage of Discrete Targets in Wireless Sensor Networks Mingming Lu, Jie Wu, Mihaela Cardei, and Minglu Li Department of Computer Science and Engineering Florida Atlantic University,

More information

Cooperative Routing in Wireless Networks

Cooperative Routing in Wireless Networks Cooperative Routing in Wireless Networks Amir Ehsan Khandani Jinane Abounadi Eytan Modiano Lizhong Zheng Laboratory for Information and Decision Systems Massachusetts Institute of Technology 77 Massachusetts

More information

Delay-Tolerant Data Gathering in Energy Harvesting Sensor Networks With a Mobile Sink

Delay-Tolerant Data Gathering in Energy Harvesting Sensor Networks With a Mobile Sink Globecom 2012 - Ad Hoc and Sensor Networking Symposium Delay-Tolerant Data Gathering in Energy Harvesting Sensor Networks With a Mobile Sink Xiaojiang Ren Weifa Liang Research School of Computer Science

More information

Minimum delay Data Gathering in Radio Networks

Minimum delay Data Gathering in Radio Networks Minimum delay Data Gathering in Radio Networks Jean-Claude Bermond 1, Nicolas Nisse 1, Patricio Reyes 1, and Hervé Rivano 1 Projet Mascotte, INRIA I3S(CNRS/UNSA), Sophia Antipolis, France. Abstract. The

More information

Scaling Laws for Cognitive Radio Network with Heterogeneous Mobile Secondary Users

Scaling Laws for Cognitive Radio Network with Heterogeneous Mobile Secondary Users Scaling Laws for Cognitive Radio Network with Heterogeneous Mobile Secondary Users Y.Li, X.Wang, X.Tian and X.Liu Shanghai Jiaotong University Scaling Laws for Cognitive Radio Network with Heterogeneous

More information

OVSF-CDMA Code Assignment in Wireless Ad Hoc Networks

OVSF-CDMA Code Assignment in Wireless Ad Hoc Networks Algorithmica (2007) 49: 264 285 DOI 10.1007/s00453-007-9094-6 OVSF-CDMA Code Assignment in Wireless Ad Hoc Networks Peng-Jun Wan Xiang-Yang Li Ophir Frieder Received: 1 November 2004 / Accepted: 23 August

More information

Snapshot/Continuous Data Collection Capacity for Large-Scale Probabilistic Wireless Sensor Networks

Snapshot/Continuous Data Collection Capacity for Large-Scale Probabilistic Wireless Sensor Networks Snapshot/Continuous Data Collection Capacity for Large-Scale Probabilistic Wireless Sensor Networks Shouling Ji Department of Computer Science Georgia State University Atlanta, Georgia 30303, USA Email:

More information

arxiv: v1 [cs.ni] 30 Jan 2016

arxiv: v1 [cs.ni] 30 Jan 2016 Skolem Sequence Based Self-adaptive Broadcast Protocol in Cognitive Radio Networks arxiv:1602.00066v1 [cs.ni] 30 Jan 2016 Lin Chen 1,2, Zhiping Xiao 2, Kaigui Bian 2, Shuyu Shi 3, Rui Li 1, and Yusheng

More information

A Systematic Wavelength Assign Algorithm for Multicast in WDM Networks with Sparse Conversion Nodes *

A Systematic Wavelength Assign Algorithm for Multicast in WDM Networks with Sparse Conversion Nodes * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 5, 559-574 (009) A Systematic avelength Assign Algorithm for Multicast in DM Networks with Sparse Conversion Nodes * I-HSUAN PENG, YEN-EN CHEN AND HSIANG-RU

More information

Connected Identifying Codes

Connected Identifying Codes Connected Identifying Codes Niloofar Fazlollahi, David Starobinski and Ari Trachtenberg Dept. of Electrical and Computer Engineering Boston University, Boston, MA 02215 Email: {nfazl,staro,trachten}@bu.edu

More information

How (Information Theoretically) Optimal Are Distributed Decisions?

How (Information Theoretically) Optimal Are Distributed Decisions? How (Information Theoretically) Optimal Are Distributed Decisions? Vaneet Aggarwal Department of Electrical Engineering, Princeton University, Princeton, NJ 08544. vaggarwa@princeton.edu Salman Avestimehr

More information

The Use of A Mobile Sink for Quality Data Collection in Energy Harvesting Sensor Networks

The Use of A Mobile Sink for Quality Data Collection in Energy Harvesting Sensor Networks 3 IEEE Wireless Communications and Networking Conference (WCNC): NETWORKS The Use of A Mobile Sink for Quality Data Collection in Energy Harvesting Sensor Networks Xiaojiang Ren Weifa Liang Research School

More information

A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks

A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks Eiman Alotaibi, Sumit Roy Dept. of Electrical Engineering U. Washington Box 352500 Seattle, WA 98195 eman76,roy@ee.washington.edu

More information

Game Theory and Randomized Algorithms

Game Theory and Randomized Algorithms Game Theory and Randomized Algorithms Guy Aridor Game theory is a set of tools that allow us to understand how decisionmakers interact with each other. It has practical applications in economics, international

More information

Target Coverage in Wireless Sensor Networks with Probabilistic Sensors

Target Coverage in Wireless Sensor Networks with Probabilistic Sensors Article Target Coverage in Wireless Sensor Networks with Probabilistic Sensors Anxing Shan 1, Xianghua Xu 1, * and Zongmao Cheng 2 1 School of Computer Science, Hangzhou Dianzi University, Hangzhou 310018,

More information

Keywords: Wireless Relay Networks, Transmission Rate, Relay Selection, Power Control.

Keywords: Wireless Relay Networks, Transmission Rate, Relay Selection, Power Control. 6 International Conference on Service Science Technology and Engineering (SSTE 6) ISB: 978--6595-35-9 Relay Selection and Power Allocation Strategy in Micro-power Wireless etworks Xin-Gang WAG a Lu Wang

More information

Sensor Networks. Distributed Algorithms. Reloaded or Revolutions? Roger Wattenhofer

Sensor Networks. Distributed Algorithms. Reloaded or Revolutions? Roger Wattenhofer Roger Wattenhofer Distributed Algorithms Sensor Networks Reloaded or Revolutions? Today, we look much cuter! And we re usually carefully deployed Radio Power Processor Memory Sensors 2 Distributed (Network)

More information

A Simple Greedy Algorithm for Link Scheduling with the Physical Interference Model

A Simple Greedy Algorithm for Link Scheduling with the Physical Interference Model A Simple Greedy Algorithm for Link Scheduling with the Physical Interference Model Abstract In wireless networks, mutual interference prevents wireless devices from correctly receiving packages from others

More information

Transmission Scheduling in Capture-Based Wireless Networks

Transmission Scheduling in Capture-Based Wireless Networks ransmission Scheduling in Capture-Based Wireless Networks Gam D. Nguyen and Sastry Kompella Information echnology Division, Naval Research Laboratory, Washington DC 375 Jeffrey E. Wieselthier Wieselthier

More information

A Grid Based Approach to Detect Mobile Target in Wireless Sensor Network

A Grid Based Approach to Detect Mobile Target in Wireless Sensor Network IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 78-661, p- ISSN: 78-877Volume 14, Issue 4 (Sep. - Oct. 13), PP 55-6 A Grid Based Approach to Detect Mobile Target in Wireless Sensor Network B. Anil

More information

arxiv: v1 [cs.cc] 21 Jun 2017

arxiv: v1 [cs.cc] 21 Jun 2017 Solving the Rubik s Cube Optimally is NP-complete Erik D. Demaine Sarah Eisenstat Mikhail Rudoy arxiv:1706.06708v1 [cs.cc] 21 Jun 2017 Abstract In this paper, we prove that optimally solving an n n n Rubik

More information

Energy-Optimal and Energy-Balanced Sorting in a Single-Hop Wireless Sensor Network

Energy-Optimal and Energy-Balanced Sorting in a Single-Hop Wireless Sensor Network Energy-Optimal and Energy-Balanced Sorting in a Single-Hop Wireless Sensor Network Mitali Singh and Viktor K Prasanna Department of Computer Science University of Southern California Los Angeles, CA 90089,

More information

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 8 (2017) pp. 2243-2255 Research India Publications http://www.ripublication.com Node Deployment Strategies and Coverage

More information

Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks

Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks Ying Dai and Jie Wu Department of Computer and Information Sciences Temple University, Philadelphia, PA 19122 Email: {ying.dai,

More information

Broadcasting in Conflict-Aware Multi-Channel Networks

Broadcasting in Conflict-Aware Multi-Channel Networks Broadcasting in Conflict-Aware Multi-Channel Networks Francisco Claude 1, Reza Dorrigiv 2, Shahin Kamali 1, Alejandro López-Ortiz 1, Pawe l Pra lat 3, Jazmín Romero 1, Alejandro Salinger 1, and Diego Seco

More information

Minimum Transmission Power Configuration in Real-Time Wireless Sensor Networks

Minimum Transmission Power Configuration in Real-Time Wireless Sensor Networks University of Tennessee, Knoxville Trace: Tennessee Research and Creative Exchange Masters Theses Graduate School 8-2009 Minimum Transmission Power Configuration in Real-Time Wireless Sensor Networks Xiaodong

More information

Minimum Cost Localization Problem in Wireless Sensor Networks

Minimum Cost Localization Problem in Wireless Sensor Networks Minimum Cost Localization Problem in Wireless Sensor Networks Minsu Huang, Siyuan Chen, Yu Wang Department of Computer Science, University of North Carolina at Charlotte, Charlotte, NC 28223, USA. Email:{mhuang4,schen4,yu.wang}@uncc.edu

More information

A GRASP heuristic for the Cooperative Communication Problem in Ad Hoc Networks

A GRASP heuristic for the Cooperative Communication Problem in Ad Hoc Networks MIC2005: The Sixth Metaheuristics International Conference??-1 A GRASP heuristic for the Cooperative Communication Problem in Ad Hoc Networks Clayton Commander Carlos A.S. Oliveira Panos M. Pardalos Mauricio

More information

The Worst-Case Capacity of Wireless Sensor Networks

The Worst-Case Capacity of Wireless Sensor Networks The Worst-Case Capacity of Wireless Sensor Networks Thomas Moscibroda Microsoft Research Redmond WA 98052 moscitho@microsoft.com ABSTRACT The key application scenario of wireless sensor networks is data

More information

Performance comparison of AODV, DSDV and EE-DSDV routing protocol algorithm for wireless sensor network

Performance comparison of AODV, DSDV and EE-DSDV routing protocol algorithm for wireless sensor network Performance comparison of AODV, DSDV and EE-DSDV routing algorithm for wireless sensor network Mohd.Taufiq Norhizat a, Zulkifli Ishak, Mohd Suhaimi Sauti, Md Zaini Jamaludin a Wireless Sensor Network Group,

More information

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes 7th Mediterranean Conference on Control & Automation Makedonia Palace, Thessaloniki, Greece June 4-6, 009 Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes Theofanis

More information

Understanding Channel and Interface Heterogeneity in Multi-channel Multi-radio Wireless Mesh Networks

Understanding Channel and Interface Heterogeneity in Multi-channel Multi-radio Wireless Mesh Networks Understanding Channel and Interface Heterogeneity in Multi-channel Multi-radio Wireless Mesh Networks Anand Prabhu Subramanian, Jing Cao 2, Chul Sung, Samir R. Das Stony Brook University, NY, U.S.A. 2

More information

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction , pp.319-328 http://dx.doi.org/10.14257/ijmue.2016.11.6.28 An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction Xiaoying Yang* and Wanli Zhang College of Information Engineering,

More information

Interference-Aware Broadcast Scheduling in Wireless Networks

Interference-Aware Broadcast Scheduling in Wireless Networks Interference-Aware Broadcast Scheduling in Wireless Networks Gruia Calinescu 1,, Sutep Tongngam 2 Department of Computer Science, Illinois Institute of Technology, 10 W. 31st St., Chicago, IL 60616, U.S.A.

More information

Maximizing Number of Satisfiable Routing Requests in Static Ad Hoc Networks

Maximizing Number of Satisfiable Routing Requests in Static Ad Hoc Networks Maximizing Number of Satisfiable Routing Requests in Static Ad Hoc Networks Zane Sumpter 1, Lucas Burson 1, Bin Tang 2, Xiao Chen 3 1 Department of Electrical Engineering and Computer Science, Wichita

More information

Energy Efficient MAC Protocol with Localization scheme for Wireless Sensor Networks using Directional Antennas

Energy Efficient MAC Protocol with Localization scheme for Wireless Sensor Networks using Directional Antennas Energy Efficient MAC Protocol with Localization scheme for Wireless Sensor Networks using Directional Antennas Anique Akhtar Department of Electrical Engineering aakhtar13@ku.edu.tr Buket Yuksel Department

More information

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Paper by: Thomas Knuz IEEE IWCMC Conference Aug. 2008 Presented by: Farzana Yasmeen For : CSE 6590 2013.11.12 Contents Introduction Review:

More information

Heuristic Search with Pre-Computed Databases

Heuristic Search with Pre-Computed Databases Heuristic Search with Pre-Computed Databases Tsan-sheng Hsu tshsu@iis.sinica.edu.tw http://www.iis.sinica.edu.tw/~tshsu 1 Abstract Use pre-computed partial results to improve the efficiency of heuristic

More information

Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm in Wireless Sensor Network

Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm in Wireless Sensor Network Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 1611-1615 1611 Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm

More information

Optimal Relay Placement for Cellular Coverage Extension

Optimal Relay Placement for Cellular Coverage Extension Optimal elay Placement for Cellular Coverage Extension Gauri Joshi, Abhay Karandikar Department of Electrical Engineering Indian Institute of Technology Bombay Powai, India 400076. Email: gaurijoshi@iitb.ac.in,

More information

Research Article An Efficient Algorithm for Energy Management in Wireless Sensor Networks via Employing Multiple Mobile Sinks

Research Article An Efficient Algorithm for Energy Management in Wireless Sensor Networks via Employing Multiple Mobile Sinks Hindawi Publishing Corporation International Journal of Distributed Sensor Networks Volume 216, Article ID 3179587, 9 pages http://dx.doi.org/1.1155/216/3179587 Research Article An Efficient Algorithm

More information

Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks

Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks Manijeh Keshtgary Dept. of Computer Eng. & IT ShirazUniversity of technology Shiraz,Iran, Keshtgari@sutech.ac.ir

More information

A GRASP HEURISTIC FOR THE COOPERATIVE COMMUNICATION PROBLEM IN AD HOC NETWORKS

A GRASP HEURISTIC FOR THE COOPERATIVE COMMUNICATION PROBLEM IN AD HOC NETWORKS A GRASP HEURISTIC FOR THE COOPERATIVE COMMUNICATION PROBLEM IN AD HOC NETWORKS C. COMMANDER, C.A.S. OLIVEIRA, P.M. PARDALOS, AND M.G.C. RESENDE ABSTRACT. Ad hoc networks are composed of a set of wireless

More information

End-to-End Known-Interference Cancellation (E2E-KIC) with Multi-Hop Interference

End-to-End Known-Interference Cancellation (E2E-KIC) with Multi-Hop Interference End-to-End Known-Interference Cancellation (EE-KIC) with Multi-Hop Interference Shiqiang Wang, Qingyang Song, Kailai Wu, Fanzhao Wang, Lei Guo School of Computer Science and Engnineering, Northeastern

More information

Introduction. Introduction ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS. Smart Wireless Sensor Systems 1

Introduction. Introduction ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS. Smart Wireless Sensor Systems 1 ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS Xiang Ji and Hongyuan Zha Material taken from Sensor Network Operations by Shashi Phoa, Thomas La Porta and Christopher Griffin, John Wiley,

More information

Redundancy and Coverage Detection in Sensor Networks

Redundancy and Coverage Detection in Sensor Networks Redundancy and Coverage Detection in Sensor Networks BOGDAN CĂRBUNAR, ANANTH GRAMA, and JAN VITEK Purdue University and OCTAVIAN CĂRBUNAR IFIN-NIPNE We study the problem of detecting and eliminating redundancy

More information

Algorithmics of Directional Antennae: Strong Connectivity with Multiple Antennae

Algorithmics of Directional Antennae: Strong Connectivity with Multiple Antennae Algorithmics of Directional Antennae: Strong Connectivity with Multiple Antennae Ioannis Caragiannis Stefan Dobrev Christos Kaklamanis Evangelos Kranakis Danny Krizanc Jaroslav Opatrny Oscar Morales Ponce

More information

Computational Geometry: Theory and Applications

Computational Geometry: Theory and Applications Computational Geometry 43 (2010) 182 190 Contents lists available at ScienceDirect Computational Geometry: Theory and Applications www.elsevier.com/locate/comgeo Homogeneous 2-hop broadcast in 2D Gautam

More information

CRITICAL TRANSMISSION RANGE FOR CONNECTIVITY IN AD-HOC NETWORKS

CRITICAL TRANSMISSION RANGE FOR CONNECTIVITY IN AD-HOC NETWORKS CHAPTER CRITICAL TRASMISSIO RAGE FOR COECTIVITY I AD-HOC ETWORKS HOSSEI AJORLOO, S. HASHEM MADDAH HOSSEII, ASSER YAZDAI 2, AD ABOLFAZL LAKDASHTI 3 Iran Telecommunication Research Center, Tehran, Iran,

More information

Spectrum Auctions Under Physical Interference Model

Spectrum Auctions Under Physical Interference Model 1 Spectrum Auctions Under Physical Interference Model Yuhui Zhang, Student Member, IEEE, Dejun Yang, Member, IEEE, Jian Lin, Student Member, IEEE, Ming Li, Student Member, IEEE, Guoliang Xue, Fellow, IEEE,

More information

Superimposed Code Based Channel Assignment in Multi-Radio Multi-Channel Wireless Mesh Networks

Superimposed Code Based Channel Assignment in Multi-Radio Multi-Channel Wireless Mesh Networks Superimposed Code Based Channel Assignment in Multi-Radio Multi-Channel Wireless Mesh Networks ABSTRACT Kai Xing & Xiuzhen Cheng & Liran Ma Department of Computer Science The George Washington University

More information