IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 19, NO. 3, JUNE

Size: px
Start display at page:

Download "IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 19, NO. 3, JUNE"

Transcription

1 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 19, NO. 3, JUNE On Combining Shortest-Path and Back-Pressure Routing Over Multihop Wireless Networks Lei Ying, Member, IEEE, Sanjay Shakkottai, Member, IEEE, Aneesh Reddy, and Shihuan Liu, Student Member, IEEE Abstract Back-pressure-type algorithms based on the algorithm by Tassiulas and Ephremides have recently received much attention for jointly routing and scheduling over multihop wireless networks. However, this approach has a significant weakness in routing because the traditional back-pressure algorithm explores and exploits all feasible paths between each source and destination. While this extensive exploration is essential in order to maintain stability when the network is heavily loaded, under light or moderate loads, packets may be sent over unnecessarily long routes, and the algorithm could be very inefficient in terms of end-to-end delay and routing convergence times. This paper proposes a new routing/scheduling back-pressure algorithm that not only guarantees network stability (throughput optimality), but also adaptively selects a set of optimal routes based on shortest-path information in order to minimize average path lengths between each source and destination pair. Our results indicate that under the traditional back-pressure algorithm, the end-to-end packet delay first decreases and then increases as a function of the network load (arrival rate). This surprising low-load behavior is explained due to the fact that the traditional back-pressure algorithm exploits all paths (including very long ones) even when the traffic load is light. On the other-hand, the proposed algorithm adaptively selects a set of routes according to the traffic load so that long paths are used only when necessary, thus resulting in much smaller end-to-end packet delays as compared to the traditional back-pressure algorithm. Index Terms Back-pressure routing, delay reduction, shortestpath routing, throughput-optimal. I. INTRODUCTION DUE TO the scarcity of wireless bandwidth resources, it is important to efficiently utilize resources to support highthroughput, high-quality communications over multihop wireless networks. In this context, good routing and scheduling algorithms are needed to dynamically allocate wireless resources to maximize the network throughput region. To address this, Manuscript received August 18, 2009; revised April 04, 2010 and September 09, 2010; accepted October 20, 2010; approved by IEEE/ACM TRANSACTIONS ON NETWORKING Editor C. Westphal. Date of publication December 23, 2010; date of current version June 15, This work was supported in part by NSF Grants CNS , CNS , CNS , and CNS ; the DARPA ITMANET Program; and DTRA Grants HDTRA and HDTRA An earlier version of this paper appeared in the Proceedings of the IEEE International Conference on Computer Communications (IN- FOCOM), Rio de Janeiro, Brazil, April 19 25, L. Ying and S. Liu are with the Department of Electrical and Computer Engineering, Iowa State University, Ames, IA USA ( leiying@iastate.edu; liush08@iastate.edu). S. Shakkottai and A. Reddy are with the Department of Electrical and Computer Engineering, The University of Texas at Austin, Austin, TX USA ( shakkott@ece.utexas.edu; areddy@ece.utexas.edu). Color versions of one or more of the figures in this paper are available online at Digital Object Identifier /TNET throughput-optimal 1 routing and scheduling, first developed in the seminal work of [2], has been extensively studied [3] [14]. We refer to [15] and [16] for a comprehensive survey. While these algorithms maximize the network throughput region, additional issues need to be considered for practical deployment. With the significant increase of real-time traffic, end-to-end delay becomes very important in network algorithm design. The traditional back-pressure algorithm stabilizes the network by exploiting all possible paths between source destination pairs (thus load balancing over the entire network). While this might be needed in a heavily loaded network, this seems unnecessary in a light or moderate load regime. Exploring all paths is in fact detrimental it leads to packets traversing excessively long paths between sources and destinations, leading to large end-to-end packet delays. This paper proposes a new routing/scheduling back-pressure algorithm that minimizes the path lengths between sources and destinations while simultaneously being overall throughput-optimal. The proposed algorithm results in much smaller end-to-end packet delay as compared to the traditional back-pressure algorithm. The main contributions of this paper are summarized next. A. Main Contributions We define a flow using its source and destination. Let denote a flow in network, denote the set of all flows in the network, and denote the number of packets generated by flow at time. We first consider the case where each flow associates with a hop constraint. The routing and scheduling algorithm needs to guarantee that the packets from flow are delivered in no more than hops. Note that this hop constraint is closely related to the end-to-end propagation delay. For this problem, we propose a shortest-path-aided back-pressure algorithm that exploits the shortest-path information to guarantee the hop constraint and is throughput-optimal; i.e., if there exists a routing/scheduling algorithm that can support the traffic with the given hop constraints, then the shortest-path-aided back-pressure can support the traffic as well. We then consider a case where no per-flow hop constraint is imposed. The objective is to minimize the average number of hops per packet delivery (or the average path lengths between sources and destinations). Mathematically, given a traffic load, the objective is 1 A routing/scheduling algorithm is throughput-optimal if it can stabilize any traffic that can be stabilized by any other routing/scheduling algorithm /$ IEEE

2 842 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 19, NO. 3, JUNE 2011 where is the rate that flow delivers packets using paths with hops, and. This objective has two interpretations. First, can be thought of as the number of transmissions needed to support traffic (transmitting a packet over an -hop path requires transmissions). Thus, minimizing can be regarded as minimizing the network resource used to support the traffic demand. Second, note that the number of hops is closely related to the end-to-end delay, so is related to the average end-to-end delay of flow. Thus, minimizing can potentially be used as a surrogate for minimizing the average end-to-end delay over all flows in the network (the difference being that the MAC delays are ignored in the hop-count metric). To solve this problem, we propose a joint traffic-control and shortest-path-aided back-pressure algorithm that not only guarantees the network stability (throughput-optimal), but also adaptively selects the optimal routes according to the traffic demand. When the traffic is light, the algorithm only uses shortest paths; when the traffic increases, more paths are exploited to support the traffic. Our simulations show that the joint traffic-control and shortest-path-aided back-pressure algorithm leads to a much smaller end-to-end delay compared to the traditional back-pressure algorithm: 5 time slots/packet versus 1000 time slots/packet when the traffic load is light and 2000 time slots/packet versus 3000 time slots/packet when the traffic load is high as illustrated in the example in Section II. B. Related Work Throughput-optimal routing/scheduling was first proposed in [2], and has then been studied for varied networks including cellular networks [17], cooperative relay networks [11], [12], and multihop wireless networks [6], [7], [9]. Low-complexity implementations have been proposed in [13] and [18] [28]. Joint scheduling/routing/power control has been developed in [6] and [10]. Throughput-optimal routing/scheduling for multicast flows has been considered in [29]. The idea of using the shortest path information to enhance the performance of the back-pressure algorithm has been studied in [30]. The main difference is that the proposed algorithm provably minimizes the average path lengths, whereas the enhanced algorithm in [30] uses the shortest path information in a heuristic manner. An alternate algorithm that deals with minimizing the number of hops has been recently independently obtained in [31]. The objective function in [31] is the same as in this paper, however the proposed algorithms are different. In [32] and [33], the authors have proposed throughput-optimal routing policies based on new Lyapunov functions that improve the delay performance compared to the original back-pressure algorithm. II. ILLUSTRATIVE EXAMPLE As was discussed in the Introduction, the back-pressure algorithm exploits all feasible paths, which is critical to maintain Fig. 1. Back pressure via our joint traffic splitting and shortest-path-aided back pressure. stability when the network is heavily loaded. However, when the traffic load is light, packets may be sent over unnecessary long paths and the algorithm could be very inefficient. In this section, we present a simulation result to demonstrate the weakness of the back-pressure algorithm and the significant end-to-end delay reduction that results under the proposed algorithm (the algorithm will be described in Section V). Define the end-to-end delay of a packet to be the time interval from when the packet enters the source to when the packet reaches the destination (this includes the MAC delay at intermediate nodes). Fig. 1 illustrates the average end-to-end delays under the back-pressure algorithm and the proposed algorithm under different traffic loads. The network used in the simulation is a grid-like network with 64 nodes and 8 data flows. A detailed description of the network and simulation settings will be presented in Section VI. From Fig. 1, we have two observations. 1) Under the back-pressure algorithm, surprisingly, the delay first decreases and then increases as the traffic load increases. The second part is easy to understand: The queues build up when the traffic load increases, which increases the queuing delays. The first part is because the back-pressure algorithm uses all paths even when the traffic load is light. For example, in a light traffic regime, using shortest paths is sufficient to support the traffic flows. However, under the back-pressure algorithm, long paths and paths with loops are also used. Furthermore, the lighter the traffic load, the more loops are involved in the route. Hence, the end-to-end delay is large. 2) In the proposed algorithm, the set of routes used is intelligently selected according to the traffic load so that long paths are used only when necessary. We can see that under the proposed algorithm, not only is the delay significantly reduced, but also the delay monotonically increases with the traffic load. We would like to emphasize that under the proposed algorithm, the delay improvement is achieved without losing the throughput-optimality. The proposed algorithm is still throughput-optimal, but yields much smaller end-to-end delays as compared to the traditional back-pressure algorithm.

3 YING et al.: ON COMBINING SHORTEST-PATH AND BACK-PRESSURE ROUTING OVER MULTIHOP WIRELESS NETWORKS 843 III. BASIC MODEL Network Model: Consider a network represented by a graph, where is the set of nodes and is the set of directed links. We assume that and. Denote by the link from node to node. Furthermore, let denote a link-rate vector such that is the transmission rate over link. A link-rate vector is said to be admissible if the link-rates specified by can be achieved simultaneously. Define to be the set of all admissible link-rate vectors. It is easy to see that depends on the choice of interference model and might not be a convex set. Furthermore, is time-varying if link-rates are time-varying. To simplify our notations, we assume time-invariant link-rates in this paper. However, our results can be extended to time-varying link-rates in a straightforward manner. Furthermore, we assume that there exist and such that for all and all admissible. Next, we define a link vector to be obtainable if, where denotes the convex hull of. Note that an admissible rate-vector is a set of rates at which the links can transmit simultaneously, while an obtainable rate-vector is a set of rates that can be achieved including using time sharing. As a simple example, consider a network with two nodes {1, 2} and two links {(1, 2), (2, 1)}. Assume the link capacity is one packet per time slot for both links, and half-duplex constraint so that only one link can transmit at one time. Then, is not an admissible rate-vector since two links cannot transmit at the same time. However, it is obtainable by time sharing. Traffic Model: For network traffic, we let denote a flow, denote the source of the flow, and the destination of the flow. We use to denote the set of all flows in the network. Assume that time is discretized, and let denote the number of packets injected by flow at time. In this paper, we assume is random and independent and identically distributed (i.i.d.) across time slots, for all if, for all and, and. IV. THROUGHPUT-OPTIMAL ROUTING/SCHEDULING WITH HOP CONSTRAINTS In this section, we consider the case where each flow is associated with a hop constraint. Packets of flow need to be delivered within hops. We propose a shortest-path-aided back-pressure algorithm, which is throughput-optimal under hop-constraints. The algorithm is also a building block for the algorithm to be proposed in Section V, which seamlessly integrates the back-pressure and the shortest-path routing. Next, we characterize the network throughput region under hop constraints. A. Network Throughput Region Under Hop Constraints We denote by the indicator function with condition, i.e., if condition holds, and otherwise. Given traffic and hop constraint, we define by saying that if there exists such that the following conditions hold. (i) For any three-tuple such that and,wehave (ii) If, then where is the minimum number of hops from node to node. (iii) where and is the set of all destinations. We can regard as the average transmission rate over link for transmitting those packets that are required to be delivered to node within hops. Note that when a packet is sent to node from node, the hop constraint associated with the packet reduces by one. Then, the conditions above can be explained as follows. a) Condition (i) is the flow-conservation constraint, which states that the number of incoming packets to node with hop constraint is equal to the number of outgoing packets from node with hop constraint. Note that the hop constraint reduces by one after a packet is sent out by node because it takes one hop to transmit the packet from node to one of its neighbors. We only consider hop constraints up to because the longest loop-free path has no more than hops, and considering only loop-free routes does not change the network throughput region. b) Condition (ii) states that a packet should not be transmitted from node to node if node cannot deliver the packet within the required number of hops. c) Condition (iii) is the capacity constraint, which states that the rate-vector should be obtainable. We say traffic can be stabilized if there exists some routing/scheduling algorithm under which the mean of the number of packets queued in the network is bounded. From discussions a) c), it is easy to see that if can be stabilized, then there must exist satisfying conditions (i) (iii). Thus, is named as the the throughput region of network. B. Queue Management We introduce our queue management scheme. Recall is the minimum number of hops from node to node (or the length of the shortest path from node to node ). Note that can be computed in a distributed fashion using algorithms such as the Bellman Ford algorithm. Thus, we assume that node knows for all destinations, and for such that. (1) (2) (3)

4 844 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 19, NO. 3, JUNE 2011 The dynamics of queue is as follows: where is the actual number of packets transferred from queue to queue and is smaller than when there are not enough packets in queue. Define to be the unused service. We have Fig. 2. Illustration of queue management and computation of back pressure. We assume node maintains a separate queue, named queue, for those packets required to be delivered to node within hops. For destination, node maintains queues for, where is a universal upper bound on the number of hops along loop-free paths. As an example, consider the directed network shown in Fig. 2, and assume that (i.e., there is only one destination). Each nondestination node maintains up to three queues (because for this topology, there are no loop-free paths longer than three hops). Node 1 has queues corresponding to, 2, 3, respectively. Node 2 does not have a direct path to node 4 (i.e., ), hence it maintains only two queues corresponding to, 3 (and implicitly, we set to ensure that no packets enter ). Node 3 maintains three separate queues corresponding to, 2, 3, in spite of the observation that there is only one feasible route from node 3 to node 4. We maintain these additional queues because the global network topology is not known by individual nodes. Finally, all queues at the destination for packets meant to itself are set to zero (e.g., ). In Fig. 2, queues into which packets potentially arrive are marked in solid lines, and the virtual queues that are fixed at are in dotted lines. C. Queue Dynamics Let denote the queue length at time slot, and denote the service rate allocated to transmit packets from queue to queue over link at time. Since the packets in queue need to be delivered within hops, they can be only deposited to queues for. For example, packets from queue {2, 4, 3} can be transferred to queue {3, 4, 2} or queue {3, 4, 1}. Thus, we impose the following constraint on routing: The packets in queue can be only transferred to queues for, i.e., for all. We also define for all, i.e., packets delivered are removed from the network immediately. In Section IV-D, we propose a shortest-path-aided back-pressure algorithm that stabilizes the network given any. D. Shortest-Path-Aided Back-Pressure Algorithm Recall that we have per-hop queues for each destination, which is different from the back-pressure algorithm in [2]. Thus, we first define the back pressure of link under our queue management scheme. We define, the back pressure between queue and queue over link, as follows: if and ; otherwise (note that queue does not exist if ). The back pressure of link is defined to be Considering the example shown in Fig. 2, it can be verified that,,,, and. Shortest-Path-Aided Back-Pressure Algorithm 2 Consider time slot. Step 0: The packets injected by flow are deposited into queue maintained at node. Step 1: The network first computes that solves the following optimization problem: 2 In this algorithm, we allow the packets in queue fm; d; kg to be transferred to queues fn; d; hg for any h such that h k 0 1, which is more general than the algorithm proposed in [1], where the packets in queue fm; d; kg can be transmitted only to queue fn; d; k 0 1g. (4)

5 YING et al.: ON COMBINING SHORTEST-PATH AND BACK-PRESSURE ROUTING OVER MULTIHOP WIRELESS NETWORKS 845 where is an admissible link-rate vector and is the rate over link. Step 2: Consider link. If and, node selects a pair of queues, say and, such that and transfers packets from queue queue at rate. We again consider the example in Fig. 2. Assume the node-exclusive interference model where adjacent links cannot be active at the same time. Furthermore, assume that link capacity is equal to one packet/time slot for all links. Then, given the queue states shown in the figure, we can easily verify that to and. Therefore, node 1 transmits one packet from queue {1, 4, 1} to its destination (node 4), and node 2 transmits one packet from queue {2, 4, 2} to queue {3, 4, 1} at node 3. Note that the optimization problem defined by (4) is a centralized problem. There has been a lot of recent work on distributed solutions, e.g., [18], [19], [21] [23], and [26] [28]. These distributed algorithms can be used in step 2 of the proposed algorithm. Distributed implementation, however, is not the focus of this paper. The next theorem shows that the shortest-path-aided backpressure algorithm is throughput-optimal under per-flow hop constraints, and the proof is presented in Appendix A. Theorem 1: Given traffic and hop constraint such that for some, the network can be stabilized under the shortest-path-aided back-pressure algorithm, and packets delivered are routed over paths that satisfy corresponding hop constraints. V. THROUGHPUT-OPTIMAL AND HOP-OPTIMAL ROUTING/SCHEDULING In Section IV, we proposed the shortest-path-aided back-pressure algorithm that is throughput-optimal and supports per-flow hop constraint. In this section, we consider the scenario where no hop constraint is imposed. Recall that is an upper bound on the number of hops of loop-free paths. Define such that for all. Then, we can assume that a flow is always associated with hop constraint, i.e., all loop-free paths are allowed. Note that considering only loop-free paths does not change the network throughput region. Thus, we say is within the network throughput region if, which is also written as. In this section, we propose an algorithm that is both throughput-optimal and hop-count optimal, i.e., minimizing the average path lengths. Recall that the motivation to develop a hop-optimal algorithm is that such an algorithm will not only minimize the number of transmissions required to support the traffic, but also reduce the average end-to-end transmission delay. (As we will later see from simulations, minimizing hop count does seem to result in smaller end-to-end delays.) A. Hop Minimization Given traffic, we let denote the set of routing/ scheduling policies that stabilize the network. We further define to be the rate at which flow delivers packets over paths with exactly hops under policy, which is well defined when the network can be stabilized. Our objective is to find a policy such that Note that each stabilizing policy yields an obtainable rate vector. Recall that is the average rate over link used to transmit packets destined to node and delivered with exactly more hops. Thus, problem (5) is equivalent to the following optimization problem: (5) (6) such that (7) if (8) (9) (10) (11) (12) To understand problem (6), we can think that we split flow into flows, allocate fraction of flow to flow, and impose hop constraint to flow. Then, the average number of hops per packet delivery of flow is Thus, problem (6) is to find a splitting that is supportable and also minimizes the number of hops used to support the traffic. B. Dual Decomposition To solve optimization problem (6), we define to be the Lagrange multiplier associated with (7). Then, we can obtain a partial Lagrange dual function as follows: subject to: (8) (12)

6 846 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 19, NO. 3, JUNE 2011 where Furthermore, equality (13) motivates us to propose a trafficsplitting scheme such that, at time slot, the arrivals of flow are deposited in queue that minimizes and According to the Slater s condition [34], the strong duality holds. Thus, there exist such that is the optimal solution to problem (6), and The parameter in the traffic splitting is a tuning parameter, which plays an important role when the proposed algorithm is used in a stochastic network (stochastic arrivals and fading channels). In theory, the value of controls the tradeoff between the overall backlog in the network and the optimality of the steady-state resource allocation solution. The algorithm asymptotically solves the hop minimization problem as, but pays a price of increasingly large backlogs in the network. In previous works on stochastic control of wireless networks [5], [7], similar tuning parameters have also been introduced and studied. Joint Traffic-Splitting and Shortest-Path-Aided Back-Pressure Algorithm From the equality above, we can thus conclude that there exist such that the following equations hold: subject to: (11) (12) subject to: (8) (10) (13) (14) (15) where equality (15) holds according to the definition of Lagrange multipliers. C. Joint Traffic-Splitting and Shortest-Path-Aided Back-Pressure Algorithm Now motivated by (13) and (14), we propose a joint trafficsplitting and shortest-path-aided back-pressure algorithm. First, note that Traffic Splitting: At time, external arrivals of flow are deposited into queue, where is the smallest integer of the following set: Routing/Scheduling: The shortest-path-aided back-pressure algorithm without step 0. (16) We first show that the above algorithm is throughput-optimal. We denote by the number of packets that are injected by flow at time, and assigned a hop constraint under the joint traffic control and shortest-path-aided back-pressure algorithm with parameter. Theorem 2: Given such that for some, the network is stochastically stable under joint trafficsplitting and shortest-path-aided back-pressure algorithm. Proof: It can be easily verified that is a Markov chain. We define a Lyapunov function is linear in terms of. Thus, we have and prove that there exists for some, then such that if (17) which implies the positive recurrence of the Markov chain. The details are presented in Appendix B. Now given such that, we further define Note that the Lagrange multiplier is related to queue length, and (7) (10) are the same as conditions (i)-(iii) defined in Section IV-A, so equality (14) motivates us to use the shortest-path-aided back pressure defined by (4). Note that is well defined because the network is stable according to Theorem 2.

7 YING et al.: ON COMBINING SHORTEST-PATH AND BACK-PRESSURE ROUTING OVER MULTIHOP WIRELESS NETWORKS 847 The next theorem states that the algorithm asymptotically solves the optimization problem (6) as. Theorem 3: Given such that for some, under the joint traffic-allocation and shortest-path-aided back pressure, we have (18) where is the optimal solution to problem (6). Proof: Based on Theorem 2, we can first show that there exists such that Furthermore, it is easy to see that (19) Fig. 3. Topology of the network used in the simulations. holds for any and. Thus, the theorem holds. The details are given in Appendix C. According to Theorem 3, we should choose a large to minimize the average-number of hops per packet delivery. However, we notice that with a large, packets are assigned to queue only when queue has a large backlog, which could lead to a large queueing delay (i.e., large MAC delay). Thus, there is a tradeoff choosing the value of (to trade off between reducing hop count and queueing delay). A similar tradeoff resulted from a drift-plus-penalty technique of Lyapunov optimization for wireless networks has been observed and analyzed in [7], [35], where the orderwise tradeoff is quantified. In this paper, we will study the impact of on network performances using simulations in Section VI. VI. SIMULATIONS In this section, we use simulations to study the performance of the proposed joint traffic-splitting and shortest-path-aided back-pressure algorithm. We use the term the joint algorithm to refer to the joint traffic-splitting and shortest-path-aided backpressure algorithm. The simulations were implemented using OMNeT++. A. Simulation Setup We consider a network with 64 nodes as shown in Fig. 3. The network consists of four clusters, and each cluster is a 4 4regular grid with two randomly added links. Two neighboring clusters are connected by two links. Here, only two links are used to connect two clusters instead of four or more. This is to force intercluster flows to be routed over long paths when the traffic load is high so that the traffic-splitting behavior of the joint algorithm can be easily observed. All links are bidirectional links with capacity one packet/time slot for both directions. All links are assumed to be orthogonalized so they can transmit simultaneously. The propagation delay of a link is assumed to be zero. Eight traffic flows were created in the network, as listed in Table I. Flows 1 5 are intercluster flows, and the rest are intracluster flows. The packet arrivals of all flows follow Poisson processes. We fixed the arrival rates of intracluster flows to be TABLE I FLOWS IN THE NETWORK 0.2 packets/time slot. All intercluster flows have the same arrival rate, denoted by (packets/time slot). In the simulations, we varied to observe the performance of the back-pressure algorithm and the joint algorithms under different traffic loads. For each, the simulation is executed for iterations. When ties occurred in deciding the traffic split or computing the back pressure of a link, we selected the first obtained solution. B. Average Number of Hops per Packet Delivery We first study the average number of hops per packet delivery, called average hop count, which is averaged over all successfully delivered packets. We implemented the back-pressure algorithm and the joint algorithm with and. We note that when, in the traffic splitting, a queue with hop constraint is chosen over a queue with hop constraint as long as the first queue is smaller. Thus, a small results in a small penalty on long paths. From Fig. 4, we have the following observations. When is small, the joint algorithm has significantly smaller average hop counts than that of the back-pressure algorithm (4 hops/packet delivery versus 180 hops/packet delivery). This is because the back pressure exploits all feasible paths, while the joint algorithm only utilizes short paths. When is large (the network is critically loaded), the average hop counts of the joint algorithm became closer to that of the back-pressure algorithm. This is because in a

8 848 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 19, NO. 3, JUNE 2011 Fig. 4. Hop counts of the back-pressure algorithm and the joint algorithm with different K s. Fig. 6. Average end-to-end packet delays under the back-pressure algorithm and the joint algorithm with different K s. Fig. 5. Hop counts of the joint algorithm with different K s. Fig. 7. CDF of end-to-end packet delays. heavy traffic regime, the joint algorithm also exploits long paths to maintain stability. Fig. 5 is the zoomed-in picture of Fig. 4, which shows the hop counts of the joint algorithm with different values of.we observe that the average hop count increases as decreases. In Theorem 3, we have proved that the average path lengths are asymptotically minimized when. Our simulation results are consistent with the theorem. C. End-to-End Packet Delays We also computed the average end-to-end packet delay, averaging over all successfully delivered packets. Similar to the hop count, in Fig. 6, we observe that the back pressure performs very poorly when is small. This can be attributed to the excessive looping in the route of each packet and can roughly be interpreted as a random walk on the two-dimensional network. When is large, we also observe some improvement of the joint algorithm, with and, over the back-pressure algorithm. The improvement decreases because the joint algorithm has to exploit long paths in a heavy traffic regime. We further note that the joint algorithm with performs very poorly in terms of end-to-end packet delay while it has the smallest average hop count. As we have seen in the analysis of Theorem 3, minimizes the average hop count, but results in large queues, hence large end-to-end packet delays. Fig. 7 illustrates the cumulative distribution function (cdf) of end-to-end packet delays for and. We observe that the joint algorithm with has a much steeper slope compared to the back-pressure algorithm, which again indicates that the joint algorithm has a much better delay performance compared to the back-pressure algorithm. D. Queue Lengths Here, we study the total queue length at each node. The average queue length was obtained by averaging over the iterations and over all nodes in the network. Fig. 8 illustrates the comparison between the back-pressure and the joint algorithm with in light and medium traffic regimes. Fig. 9 illustrates the average queue lengths in medium and heavy traffic regimes. We observe that in a light traffic regime, the average queue length of the joint algorithm is close to 0, while the one under the back-pressure algorithm is more than 20. The two algorithms, however, perform similarly in a heavy traffic regime. We note that the joint algorithm still has smaller end-to-end packet delays, as shown in Fig. 6, because the average hop count is smaller, as shown in Fig. 4. Fig. 10 illustrates the average queue lengths under the joint algorithm with different s. We observe that the average queue length increases as increases.

9 YING et al.: ON COMBINING SHORTEST-PATH AND BACK-PRESSURE ROUTING OVER MULTIHOP WIRELESS NETWORKS 849 Fig. 8. Back-pressure versus the joint algorithm in light and medium traffic regimes. Fig. 9. Back-pressure versus the joint algorithm in medium and heavy traffic regimes. Fig. 11. Back-pressure versus the joint algorithm with K =1. and the second file arrives after all packets of the first file are sent out from the source. After a file arrives, the packets of the file are injected into the source node with a constant rate until the complete file is injected. The file size follows a Poison distribution. We considered two file-size distributions: 1) a Poisson distribution with mean 50; and 2) a Poisson distribution with mean Similar to previous simulations, we fixed the of intracluster flows and varied the of intercluster flows. Under back-pressure algorithm and the joint algorithm, some packets may be queued in the network for a very long time. We therefore assume the packets of a file are coded using rateless codes so that a file can be completely recovered when 90% of the coded packets are received. Fig. 11 illustrates the file transfer delays of the joint algorithm with and the back-pressure algorithm. As we can see, when the mean file size is 50, the joint algorithm performs significantly better than the back-pressure algorithm in both light or medium traffic regimes, but performs similarly to the back-pressure algorithm in the heavy traffic regime. This is because in the heavy traffic regime, the end-to-end packet delays of the two algorithms are similar. When file sizes are large, the two algorithms perform similarly regardless of the traffic load. This is because, for a large-size file, the dominant component of the file transfer delay is the transmission delay, the number of time slots required to inject all the packets of a file into the network, which is independent of the routing algorithm. VII. DISCUSSION A. Minimum-Weight-Aided Back Pressure Fig. 10. Performance of the joint algorithm with different values of K. E. File Transfer Delay We also investigated file transfer delays (the duration from the time a file enters the network until it is received at the destination). We compared the back-pressure algorithm with the joint algorithm with. In this simulation, files belonging to the same flow are injected into the source of the flow one by one, In Sections IV and V, the scheduling/routing algorithms we developed use the shortest-path information in finding the next hop. The length of a path is defined to be the number of hops along the path. Instead of counting the number of hops, we can assign different weights to different links. The weight can be the propagation time of the link, the geographic distance between two nodes, etc. Then, letting denote the minimum aggregated weight from node to node, we can use this information to replace to have algorithms that support other quality-of-service constraints.

10 850 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 19, NO. 3, JUNE 2011 B. Elastic Flows and Utility Maximization In this paper, we primarily focused on inelastic flows. The algorithms can be easily extended to elastic flows by considering the following utility maximization problem: where is the utility function associated with flow, and the constant controls the tradeoff between the network utility and the average path length. Exploiting the dual decomposition, a rate control algorithm can be obtained following a similar approach used in [5] [7] and [9]. Combining the rate control algorithm and the short-path-aided back-pressure algorithm developed in this paper, the algorithm can maximize the network utility while minimizing the average path length required for supporting the maximum utility (by choosing a sufficiently larger than ). APPENDIX A PROOF OF THEOREM 1 Some steps of the following proofs are similar to previous analysis of back-pressure-based algorithms. They are included for exhaustiveness. First, it is easy to verify that is Markovian since the shortest-path-aided back-pressure algorithm makes routing and scheduling decisions based on the queue lengths and link states at time. Defining a Lyapunov function the drift of the Lyapunov function is as follows: C. Virtual Queues In the joint traffic-splitting and shortest-path-aided back-pressure algorithm, we impose artificial hop constraints in order to minimize the average path length. Note that for the packets at node with destination, interchanging their hop constraints will not change the routing/scheduling decisions, hence that will not change the average number of transmissions per time slot, which is the same as the average path length. This suggests that per-hop queues do not need to be real queues. We can maintain per-destination real queues as in the traditional back-pressure algorithm, but have per-hop counters (virtual queues). This idea of using virtual queues (or shadow queues) to reduce the queue complexity has been proposed in [31]. Let denote the value of the corresponding virtual queue at time, and the length of the real queue maintained for destination at node at time. The joint algorithm with virtual queues works as follows: 1) the virtual queues are updated as defined in the joint algorithm; and 2) at each time slot, we transfer packets from the real queue to queue for destination such that there exist and satisfying By utilizing virtual queues, the number of real queues required in the system will be the same as that in the original back-pressure algorithm. where Recall that,, and. The following inequalities can be verified easily: ; ; only if since, otherwise, there are enough packets in queue to be transmitted. Based on these inequalities and following the argument in [36], we can obtain the following inequality: VIII. CONCLUSION In this paper, we have proposed new routing/scheduling algorithms that integrate the back-pressure algorithm and shortestpath routing. Using simulations, we have demonstrated a significant end-to-end delay performance improvement using the proposed algorithm.

11 YING et al.: ON COMBINING SHORTEST-PATH AND BACK-PRESSURE ROUTING OVER MULTIHOP WIRELESS NETWORKS 851 where (21) and where inequality is a result of inequality (20). We note that for all. Thus, given, there exists some link for which we have, which implies that Note that implies that there exist and that satisfy the conditions (1) (3), where if. We then obtain that under the shortest-path-aided back pressure, for any where the last inequality holds because Taking expectation (over ) at both sides of the inequality yields the following inequality: (20) Then, by summing up both sides of the inequality above from to, we obtain where equality ( ) yields from the definition of, equality ( ) holds because is linear over, and inequality ( ) holds results from the definition of the back pressure. By adding and substituting terms which implies that and using equality (1), we conclude that Hence, the network is stable. Next, we will show that no packet will violate the hop constraint under the proposed algorithm. From the definition of the back pressure and the optimization (4), we can see that the packets in queue are transmitted only to queues for and. This guarantees there exists at least one feasible path from node to destination with no more than hops. Also, the packets of flow are first queued at queue. Based on the facts above, it can be

12 852 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 19, NO. 3, JUNE 2011 easily verified that if a packet is received by its destination, then so where is the number of hops the packet has been transmitted over. We therefore conclude that every delivered packet is delivered within the required number of hops. Furthermore, since,wehave APPENDIX B PROOF OF THEOREM 2 First, it can be easily verified that Define the Lyapunov function to be is a Markov chain. which implies that (22) (23) 0. According to inequality (20), the following inequality also holds: Note that implies that there exist and such that, and conditions (i) (iii) defined in Section IV-A hold. Similar to the proof of Theorem 1, we can first show that Therefore, we obtain where. The rest of the proof is identical to the proof of Theorem 1. (22) APPENDIX C PROOF OF THEOREM 3 Recall that and are the optimal solutions to optimization problem (6). Thus,, and and satisfy conditions (i) (iii) defined in Section IV-A. Similar to the proof of Theorem 1, we can show that (23) Given and, the traffic-splitting algorithm guarantees

13 YING et al.: ON COMBINING SHORTEST-PATH AND BACK-PRESSURE ROUTING OVER MULTIHOP WIRELESS NETWORKS 853 According to the definition of holds for all and :, the following inequality so (24) Similar to the analysis in Appendix B, we can further obtain Letting go to infinity, we can obtain that and and the theorem holds. Substituting these two inequalities into (24), we conclude that ACKNOWLEDGMENT The authors gratefully acknowledge the useful discussions with Prof. R. Srikant, University of Illinois at Urbana Champaign, and the insightful comments from the reviewers and associate editor. which further implies that holds for any, and We therefore have that (25) REFERENCES [1] L. Ying, S. Shakkottai, and A. Reddy, On combining shortest-path and back-pressure routing over multihop wireless networks, in Proc. IEEE INFOCOM, Rio de Janeiro, Brazil, 2009, pp [2] L. Tassiulas and A. Ephremides, Stability properties of constrained queueing systems and scheduling policies for maximum throughput in multihop radio networks, IEEE Trans. Autom. Control, vol. 37, no. 12, pp , Dec [3] L. Tassiulas and A. Ephremides, Dynamic server allocation to parallel queues with randomly varying connectivity, IEEE Trans. Inf. Theory, vol. 39, no. 2, pp , Mar [4] X. Lin and N. Shroff, Joint rate control and scheduling in multihop wireless networks, in Proc. IEEE CDC, Paradise Island, Bahamas, Dec. 2004, vol. 2, pp [5] A. Eryilmaz and R. Srikant, Fair resource allocation in wireless networks using queue-length-based scheduling and congestion control, in Proc. IEEE INFOCOM, 2005, vol. 3, pp [6] A. Stolyar, Maximizing queueing network utility subject to stability: Greedy primal-dual algorithm, Queue. Syst., vol. 50, no. 4, pp , Aug [7] M. Neely, E. Modiano, and C. Li, Fairness and optimal stochastic control for heterogeneous networks, in Proc. IEEE INFOCOM, Miami, FL, Mar. 2005, vol. 3, pp [8] M. J. Neely, Optimal backpressure routing for wireless networks with multi-receiver diversity, in Proc. CISS, 2006, pp [9] A. Eryilmaz and R. Srikant, Joint congestion control, routing and MAC for stability and fairness in wireless networks, IEEE J. Sel. Areas Commun., vol. 24, no. 8, pp , Aug [10] M. Neely, Energy optimal control for time-varying wireless networks, IEEE Trans. Inf. Theory, vol. 52, no. 7, pp , Jul [11] E. Yeh and R. Berry, Throughput optimal control of wireless networks with two-hop cooperative relaying, in Proc. IEEE ISIT, Jun. 2007, pp

14 854 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 19, NO. 3, JUNE 2011 [12] E. Yeh and R. Berry, Throughput optimal control of cooperative relay networks, IEEE Trans. Inf. Theory, vol. 53, no. 10, pp , Oct [13] K. Jung and D. Shah, Low delay scheduling in wireless network, in Proc. IEEE ISIT, 2007, pp [14] L. Ying, R. Srikant, and D. Towsley, Cluster-based back-pressure routing algorithm, in Proc. IEEE INFOCOM, 2008, pp [15] X. Lin, N. Shroff, and R. Srikant, A tutorial on cross-layer optimization in wireless networks, IEEE J. Sel. Areas Commun., vol. 24, no. 8, pp , Aug [16] L. Georgiadis, M. J. Neely, and L. Tassiulas, Resource Allocation and Cross-Layer Control in Wireless Networks. Hanover, MA: NOW, 2006, Foundations and Trends in Networking. [17] M. Andrews, K. Kumaran, K. Ramanan, A. Stolyar, R. Vijayakumar, and P. Whiting, CDMA data QoS scheduling on the forward link with variable channel conditions, Bell Labs, Tech. Memo, Apr [18] X. Lin and S. Rasool, Constant-time distributed scheduling policies for ad hoc wireless networks, in Proc. IEEE CDC, 2006, pp [19] X. Wu and R. Srikant, Scheduling efficiency of distributed greedy scheduling algorithms in wireless networks, in Proc. IEEE IN- FOCOM, 2006, pp [20] A. Dimakis and J. Walrand, Sufficient conditions for stability of longest queue first scheduling, Adv. Appl. Prob., pp , [21] A. Eryilmaz, A. Ozdaglar, and E. Modiano, Polynomial complexity algorithms for full utilization of multi-hop wireless networks, in Proc. IEEE INFOCOM, 2007, pp [22] A. Gupta, X. Lin, and R. Srikant, Low-complexity distributed scheduling algorithms for wireless networks, in Proc. IEEE INFOCOM, 2007, pp [23] S. Sanghavi, L. Bui, and R. Srikant, Distributed link scheduling with constant overhead, in Proc. ACM SIGMETRICS, San Diego, CA, Jun. 2007, pp [24] L. Lin, X. Lin, and N. Shroff, Low-complexity and distributed energy minimization in multi-hop wireless networks, in Proc. IEEE IN- FOCOM, 2007, pp [25] C. Joo, X. Lin, and N. B. Shroff, Understanding the capacity region of the greedy maximal scheduling algorithm in multi-hop wireless networks, in Proc. IEEE INFOCOM, Phoenix, AZ, Apr. 2008, pp [26] L. Jiang and J. Walrand, A distributed CSMA algorithm for throughput and utility maximization in wireless networks, in Proc. 46th Annu. Allerton Conf. Commun., Control, Comput., 2008, pp [27] J. Liu, Y. Yi, A. Proutiere, M. Chiang, and H. V. Poor, Maximizing utility via random access without message passing, Microsoft Research, Tech. Rep., Sep [28] J. Ni and R. Srikant, Distributed CSMA/CA algorithms for achieving maximum throughput in wireless networks, Tech. Rep., [29] L. Bui, R. Srikant, and A. L. Stolyar, Optimal resource allocation for multicast flows in multihop wireless networks, Philos. Trans. Royal Soc. London A, Math. Phys. Eng. Sci., vol. 366, no. 1872, pp , [30] M. J. Neely, Dynamic power allocation and routing for satellite and wireless networks with time varying channels, Ph.D. dissertation, Dept. Elect. Eng. Comput. Sci., Massachusetts Inst. Technol., Cambridge, Nov [31] L. Bui, R. Srikant, and A. L. Stolyar, Novel architectures and algorithms for delay reduction in back-pressure scheduling and routing, in Proc. IEEE INFOCOM, 2009, pp [32] P. Gupta and T. Javidi, Towards throughput and delay-optimal routing for wireless ad-hoc networks, in Proc. Asilomar Conf. Signals, Syst. Comput., Nov. 2007, pp [33] M. Naghshvar, H. Zhuang, and T. Javidi, A general class of throughput optimal routing policies in multi-hop wireless networks, in Proc. 47th Annu. Allerton Conf. Commun., Control, Comput., 2009, pp [34] S. Boyd and L. Vandenberghe, Convex Optimization. New York: Cambridge Univ. Press, [35] M. Neely and R. Urgaonkar, Cross-layer adaptive control for wireless mesh networks, Ad Hoc Netw., vol. 5, no. 6, pp , [36] A. Eryilmaz, R. Srikant, and J. R. Perkins, Stable scheduling policies for fading wireless channels, IEEE/ACM Trans. Netw., vol. 13, no. 2, pp , Apr Lei Ying (M 08) received the B.E. degree from Tsinghua University, Beijing, China, in 2001, and the M.S. and Ph.D. degrees in electrical engineering from the University of Illinois at Urbana Champaign in 2003 and 2007, respectively. During Fall 2007, he was a Post-Doctoral Fellow with the University of Texas at Austin. He is currently an Assistant Professor with the Department of Electrical and Computer Engineering, Iowa State University, Ames. He has been named the Litton Assistant Professor in the department for His research interest is broadly in the area of information networks, including wireless networks, mobile ad hoc networks, P2P networks, and social networks. Dr. Ying received a Young Investigator Award from the Defense Threat Reduction Agency (DTRA) in 2009 and a National Science Foundation (NSF) CAREER Award in Sanjay Shakkottai (M 02) received the Ph.D. degree in electrical and computer engineering from the University of Illinois at Urbana Champaign in He is with the University of Texas at Austin, where he is currently an Associate Professor and the Engineering Foundation Centennial Teaching Fellow in the Department of Electrical and Computer Engineering. His current research interests include network architectures, algorithms, and performance analysis for wireless and sensor networks. Dr. Shakkottai received the National Science Foundation (NSF) CAREER Award in Aneesh Reddy is currently pursuing the Ph.D. degree in electrical and computer engineering under the guidance of Dr. Sanjay Shakkottai at the University of Texas at Austin. His research interests include distributed scheduling algorithms in wireless ad hoc networks. Shihuan Liu (S 10) received the B.E. degree in electronics engineering from Tsinghua University, Beijing, China, in 2008, and is currently pursuing the Ph.D. degree in electrical and computer engineering at Iowa State University, Ames. He currently performs research on resource allocation in wireless networks.

Minimization of Congestion using Backpressure Routing Algorithm in Wireless Networks

Minimization of Congestion using Backpressure Routing Algorithm in Wireless Networks Vol. 3, Issue. 3, May.-June. 2013 pp-1681-1689 ISSN: 2249-6645 Minimization of Congestion using Backpressure Routing Algorithm in Wireless Networks A. Priyadharsini, Mr. S. Mohanarangan, Dr. D. Sivakumar

More information

On Combining Shortest-Path and Back-Pressure Routing Over Multihop Wireless Networks

On Combining Shortest-Path and Back-Pressure Routing Over Multihop Wireless Networks On Combining Shortest-Path and Back-Pressure Routing Over Multihop Wireless Networks Lei Ying ECE Department Iowa State University Email: leiying@iastate.edu Sanjay Shakkottai and Aneesh Reddy ECE Department

More information

A Distributed CSMA Algorithm for Maximizing Throughput in Wireless Networks

A Distributed CSMA Algorithm for Maximizing Throughput in Wireless Networks International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 2, Number 2 (2012), pp. 125-132 International Research Publications House http://www. ripublication.com A Distributed

More information

Scheduling in Multihop Wireless Networks Without Back-Pressure

Scheduling in Multihop Wireless Networks Without Back-Pressure IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 22, NO. 5, OCTOBER 2014 1477 Scheduling in Multihop Wireless Networks Without Back-Pressure Shihuan Liu, Member, IEEE, EylemEkici, Senior Member, IEEE, and LeiYing,Member,

More information

A Survey on Congestion Control and Maximization of Throughput in Wireless Networks

A Survey on Congestion Control and Maximization of Throughput in Wireless Networks A Survey on Congestion Control and Maximization of Throughput in Wireless Networks K.Ravindra Babu Post graduate student V.R.Siddhartha Engineering College ravindra.bec2008@gmail.com J.Ranga Rao Assistant

More information

Scheduling in Multihop Wireless Networks without Back-pressure

Scheduling in Multihop Wireless Networks without Back-pressure Forty-Eighth Annual Allerton Conerence Allerton House, UIUC, Illinois, USA September 29 - October 1, 2010 Scheduling in Multihop Wireless Networks without Back-pressure Shihuan Liu, Eylem Ekici, and Lei

More information

Scheduling in Mobile Ad Hoc Networks With Topology and Channel-State Uncertainty

Scheduling in Mobile Ad Hoc Networks With Topology and Channel-State Uncertainty 2504 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 57, NO. 10, OCTOBER 2012 Scheduling in Mobile Ad Hoc Networks With Topology Channel-State Uncertainty Lei Ying, Member, IEEE, Sanjay Shakkottai, Senior

More information

MULTIUSER scheduling is one of the core challenges in

MULTIUSER scheduling is one of the core challenges in IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 19, NO. 4, AUGUST 2011 1057 Throughput-Optimal Opportunistic Scheduling in the Presence of Flow-Level Dynamics Shihuan Liu, Student Member, IEEE, Lei Ying, Member,

More information

REDUCING DEFICIT QUEUE DELAY USING VIRTUAL MEMORY

REDUCING DEFICIT QUEUE DELAY USING VIRTUAL MEMORY REDUCING DEFICIT QUEUE DELAY USING VIRTUAL MEMORY N.Deepa 1, V.R.Arulmozhi 2, B.Vijaya Nirmala 3 1,2,3 Assistant Professor/Department of CSE, RVS Educational Trust s Group of Institution Dindigul, Tamilnadu,

More information

Content Caching and Scheduling For Clusters with Elastic and Inelastic Traffic

Content Caching and Scheduling For Clusters with Elastic and Inelastic Traffic International Journal of Research Studies in Science, Engineering and Technology Volume 3, Issue 1, January 2016, PP 1-5 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) Content Caching and Scheduling

More information

Optimal Control of Wireless Networks With Finite Buffers

Optimal Control of Wireless Networks With Finite Buffers 1316 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 20, NO. 4, AUGUST 2012 Optimal Control of Wireless Networks With Finite Buffers Long Bao Le, Member, IEEE, Eytan Modiano, Fellow, IEEE, and Ness B. Shroff,

More information

Distributed Power Control in Wireless Ad Hoc Networks Using Message Passing: Throughput Optimality and Network Utility Maximization

Distributed Power Control in Wireless Ad Hoc Networks Using Message Passing: Throughput Optimality and Network Utility Maximization Distributed Power Control in Wireless Ad Hoc Networks Using Message Passing: Throughput Optimality and Network Utility Maximization Aneesh Reddy, Sanjay Shakkottai, and Lei Ying Abstract This paper presents

More information

Optimal Delay Throughput Tradeoffs in Mobile Ad Hoc Networks Lei Ying, Member, IEEE, Sichao Yang, and R. Srikant, Fellow, IEEE

Optimal Delay Throughput Tradeoffs in Mobile Ad Hoc Networks Lei Ying, Member, IEEE, Sichao Yang, and R. Srikant, Fellow, IEEE IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 54, NO. 9, SEPTEMBER 2008 4119 Optimal Delay Throughput Tradeoffs in Mobile Ad Hoc Networks Lei Ying, Member, IEEE, Sichao Yang, and R. Srikant, Fellow, IEEE

More information

Optimizing Scheduling Policies and Analyzing Delay in Multi-Hop Wireless Networks P.Pavan kumar Reddy 1, Manohar Gosul 2

Optimizing Scheduling Policies and Analyzing Delay in Multi-Hop Wireless Networks P.Pavan kumar Reddy 1, Manohar Gosul 2 Optimizing Scheduling Policies and Analyzing Delay in Multi-Hop Wireless Networks P.Pavan kumar Reddy 1, Manohar Gosul 2 1 M.Tech in CSE Dept, 2 Associate Professor Abstract: In this paper a multi-hop

More information

A Joint Congestion Control, Routing, and Scheduling Algorithm in Multihop Wireless Networks with Heterogeneous Flows

A Joint Congestion Control, Routing, and Scheduling Algorithm in Multihop Wireless Networks with Heterogeneous Flows 1 A Joint Congestion Control, Routing, and Scheduling Algorithm in Multihop Wireless Networks with Heterogeneous Flows Phuong Luu Vo, Nguyen H. Tran, Choong Seon Hong, *KiJoon Chae Kyung H University,

More information

Heuristic Algorithms for Multiconstrained Quality-of-Service Routing

Heuristic Algorithms for Multiconstrained Quality-of-Service Routing 244 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL 10, NO 2, APRIL 2002 Heuristic Algorithms for Multiconstrained Quality-of-Service Routing Xin Yuan, Member, IEEE Abstract Multiconstrained quality-of-service

More information

A Distributed Throughput-Optimal CSMA/CA

A Distributed Throughput-Optimal CSMA/CA A Distributed Throughput-Optimal CSMA/CA Tae Hyun im, Jian Ni and Nitin H. Vaidya Technical Report, March 16, 2010. Coordinated Science Laboratory Dept. Electrical and Computer Engineering in the University

More information

Keywords: Medium access control, network coding, routing, throughput, transmission rate. I. INTRODUCTION

Keywords: Medium access control, network coding, routing, throughput, transmission rate. I. INTRODUCTION Performance Analysis of Network Parameters, Throughput Optimization Using Joint Routing, XOR Routing and Medium Access Control in Wireless Multihop Network 1 Dr. Anuradha M. S., 2 Ms. Anjali kulkarni 1

More information

A CLASSIFICATION FRAMEWORK FOR SCHEDULING ALGORITHMS IN WIRELESS MESH NETWORKS Lav Upadhyay 1, Himanshu Nagar 2, Dharmveer Singh Rajpoot 3

A CLASSIFICATION FRAMEWORK FOR SCHEDULING ALGORITHMS IN WIRELESS MESH NETWORKS Lav Upadhyay 1, Himanshu Nagar 2, Dharmveer Singh Rajpoot 3 A CLASSIFICATION FRAMEWORK FOR SCHEDULING ALGORITHMS IN WIRELESS MESH NETWORKS Lav Upadhyay 1, Himanshu Nagar 2, Dharmveer Singh Rajpoot 3 1,2,3 Department of Computer Science Engineering Jaypee Institute

More information

Performance of Random Access Scheduling Schemes in Multi-Hop Wireless Networks Changhee Joo, Member, IEEE, and Ness B. Shroff, Fellow, IEEE

Performance of Random Access Scheduling Schemes in Multi-Hop Wireless Networks Changhee Joo, Member, IEEE, and Ness B. Shroff, Fellow, IEEE IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 17, NO. 5, OCTOBER 2009 1481 Performance of Random Access Scheduling Schemes in Multi-Hop Wireless Networks Changhee Joo, Member, IEEE, and Ness B. Shroff, Fellow,

More information

Content Caching and Scheduling in Wireless Networks with Elastic and Inelastic Traffic B.Muniswamy, Dr. N. Geethanjali

Content Caching and Scheduling in Wireless Networks with Elastic and Inelastic Traffic B.Muniswamy, Dr. N. Geethanjali www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 5 Issue 5 May 2016, Page No. 16679-16679 Content Caching and Scheduling in Wireless Networks with Elastic and

More information

CONGESTION CONTROL BASED ON SLIDING MODE CONTROL AND SCHEDULING WITH PRIORITIZED QUEUING FOR WIRELESS NETWORKS

CONGESTION CONTROL BASED ON SLIDING MODE CONTROL AND SCHEDULING WITH PRIORITIZED QUEUING FOR WIRELESS NETWORKS CONGESTION CONTROL BASED ON SLIDING MODE CONTROL AND SCHEDULING WITH PRIORITIZED QUEUING FOR WIRELESS NETWORKS R.Keerthana 1, S.Lavanya 2 1 PG Scholar, Dept. of CSE, Sona College of Technology, Salem 636005,

More information

Wireless Scheduling Design for Optimizing Both Service Regularity and Mean Delay in Heavy-Traffic Regimes

Wireless Scheduling Design for Optimizing Both Service Regularity and Mean Delay in Heavy-Traffic Regimes IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 24, NO. 3, JUNE 2016 1867 Wireless Scheduling Design for Optimizing Both Service Regularity Mean Delay in Heavy-Traffic Regimes Bin Li, Member, IEEE, Ruogu Li,

More information

Cross-Layer Optimization for Wireless Networks with Multi-Receiver Diversity

Cross-Layer Optimization for Wireless Networks with Multi-Receiver Diversity Cross-Layer Optimization for Wireless Networks with Multi-Receiver Diversity 1 2 3 error broadcasting Michael J. Neely University of Southern California http://www-rcf.usc.edu/~mjneely/ Comm Theory Workshop,

More information

Distributed Algorithm for Improving Performance through Swap Link in Wireless Networks

Distributed Algorithm for Improving Performance through Swap Link in Wireless Networks Distributed Algorithm for Improving Performance through Swap Link in Wireless Networks 1 T.Kalaiselvi 2 P.S.Balamurugan 3.K.Sudhakar 1. PG Scholar, Faculty of Engineering, Karpagam University, Coimbatore.

More information

Distributed Power Control and Coding-Modulation Adaptation in Wireless Networks using Annealed Gibbs Sampling

Distributed Power Control and Coding-Modulation Adaptation in Wireless Networks using Annealed Gibbs Sampling The 31st Annual IEEE International Conference on Computer Communications: Mini-Conference Distributed Power Control and Coding-Modulation Adaptation in Wireless Networks using Annealed Gibbs Sampling Shan

More information

Blocking Avoidance in Wireless Networks

Blocking Avoidance in Wireless Networks Blocking Avoidance in Wireless Networks Shanyu Zhou University of Illinois at Chicago szhou45@uic.edu Hulya Seferoglu University of Illinois at Chicago hulya@uic.edu Erdem Koyuncu University of California,

More information

ENHANCING THE PERFORMANCE OF MANET THROUGH MAC LAYER DESIGN

ENHANCING THE PERFORMANCE OF MANET THROUGH MAC LAYER DESIGN I J I T E ISSN: 2229-7367 3(1-2), 2012, pp. 19-24 ENHANCING THE PERFORMANCE OF MANET THROUGH MAC LAYER DESIGN 1 R. MANIKANDAN, 2 K. ARULMANI AND 3 K. SELVAKUMAR Department of Computer Science and Engineering,

More information

System Wide Average interruption of Packet Using forecast policy in Wireless System

System Wide Average interruption of Packet Using forecast policy in Wireless System System Wide Average interruption of Packet Using forecast policy in Wireless System Veerraju Gampala, Department of Computer Science and Engineering, GMR Institute of Technology, Rajam, Andhra Pradesh,

More information

2386 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 52, NO. 6, JUNE 2006

2386 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 52, NO. 6, JUNE 2006 2386 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 52, NO. 6, JUNE 2006 The Encoding Complexity of Network Coding Michael Langberg, Member, IEEE, Alexander Sprintson, Member, IEEE, and Jehoshua Bruck,

More information

Node-based Scheduling with Provable Evacuation Time

Node-based Scheduling with Provable Evacuation Time Node-based Scheduling with Provable Evacuation Time Bo Ji and Jie Wu Department of Computer and Information Sciences Temple University, Philadelphia, PA Email:{boji, jiewu}@temple.edu Abstract This paper

More information

Throughput of Random Access without Message Passing

Throughput of Random Access without Message Passing Throughput of Random Access without Message Passing Alexandre Proutiere Microsoft Research Joint work with Yung Yi and Mung Chiang CISS 2008, March 2008 Outline 1. Throughput optimality via distributed

More information

Venkatesh Ramaiyan 1.05, Network Engineering Lab Mobile: Dept. of Electrical Communication Engg. (ECE) Fax: (+91)

Venkatesh Ramaiyan 1.05, Network Engineering Lab Mobile: Dept. of Electrical Communication Engg. (ECE) Fax: (+91) Venkatesh Ramaiyan 1.05, Network Engineering Lab Mobile: +91-94482 26130 Dept. of Electrical Communication Engg. (ECE) Fax: (+91)-80-2360 0991 Indian Institute of Science E-mail: rvenkat@ece.iisc.ernet.in

More information

EE 599: Papers on Stochastic Network Optimization

EE 599: Papers on Stochastic Network Optimization UNIVERSITY OF SOUTHERN CALIFORNIA, SPRING 2007 1 EE 599: Papers on Stochastic Network Optimization I. INTRODUCTION The papers listed below are representative of the area of stochastic network optimization.

More information

Content Receiving and Planning in Wireless Networks Assessment of Content Distribution

Content Receiving and Planning in Wireless Networks Assessment of Content Distribution Content Receiving and Planning in Wireless Networks Assessment of Content Distribution 1 kare. Venkateswararao, 2 M.NARESH 2 Associate Professor 1 venky537gmail.com, 2 nareshmtech08@gmail.com Abstract-The

More information

CROSS-LAYER design of congestion control, routing

CROSS-LAYER design of congestion control, routing IEEE/ACM TRANSACTIONS ON NETWORKING 1 Delay-Guaranteed Cross-Layer Scheduling in Multihop Wireless Networks Dongyue Xue, StudentMember,IEEE,EylemEkici,SeniorMember,IEEE Abstract In this paper, we propose

More information

Optimality of Periodwise Static Priority Policies in Real-time Communications

Optimality of Periodwise Static Priority Policies in Real-time Communications Optimality of Periodwise Static Priority Policies in Real-time Communications I-Hong Hou, Anh Truong, Santanu Chakraborty and P. R. Kumar Abstract We consider the problem of real-time communication with

More information

Distributed Throughput Maximization in Wireless Mesh Networks via Pre-Partitioning

Distributed Throughput Maximization in Wireless Mesh Networks via Pre-Partitioning TO APPEAR IN IEEE/ACM TRANSACTIONS ON NETWORKING, 2008 1 Distributed Throughput Maximization in Wireless Mesh Networks via Pre-Partitioning Andrew Brzezinski, Gil Zussman Senior Member, IEEE, and Eytan

More information

ARELAY network consists of a pair of source and destination

ARELAY network consists of a pair of source and destination 158 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL 55, NO 1, JANUARY 2009 Parity Forwarding for Multiple-Relay Networks Peyman Razaghi, Student Member, IEEE, Wei Yu, Senior Member, IEEE Abstract This paper

More information

Network Topology Control and Routing under Interface Constraints by Link Evaluation

Network Topology Control and Routing under Interface Constraints by Link Evaluation Network Topology Control and Routing under Interface Constraints by Link Evaluation Mehdi Kalantari Phone: 301 405 8841, Email: mehkalan@eng.umd.edu Abhishek Kashyap Phone: 301 405 8843, Email: kashyap@eng.umd.edu

More information

Delay-minimal Transmission for Energy Constrained Wireless Communications

Delay-minimal Transmission for Energy Constrained Wireless Communications Delay-minimal Transmission for Energy Constrained Wireless Communications Jing Yang Sennur Ulukus Department of Electrical and Computer Engineering University of Maryland, College Park, M0742 yangjing@umd.edu

More information

A DYNAMIC RESOURCE ALLOCATION STRATEGY FOR SATELLITE COMMUNICATIONS. Eytan Modiano MIT LIDS Cambridge, MA

A DYNAMIC RESOURCE ALLOCATION STRATEGY FOR SATELLITE COMMUNICATIONS. Eytan Modiano MIT LIDS Cambridge, MA A DYNAMIC RESOURCE ALLOCATION STRATEGY FOR SATELLITE COMMUNICATIONS Aradhana Narula-Tam MIT Lincoln Laboratory Lexington, MA Thomas Macdonald MIT Lincoln Laboratory Lexington, MA Eytan Modiano MIT LIDS

More information

ADAPTIVE ROUTING IN COMMUNICATION NETWORKS USING CELL BREATHING BASED BACKPRESSURE ALGORITHM

ADAPTIVE ROUTING IN COMMUNICATION NETWORKS USING CELL BREATHING BASED BACKPRESSURE ALGORITHM Indian Journal of Communications Technology and Electronics (IJCTE) Vol.2.No.1 2014pp 13-17. available at: www.goniv.com Paper Received :05-03-2014 Paper Published:28-03-2014 Paper Reviewed by: 1. John

More information

CSMA based Medium Access Control for Wireless Sensor Network

CSMA based Medium Access Control for Wireless Sensor Network CSMA based Medium Access Control for Wireless Sensor Network H. Hoang, Halmstad University Abstract Wireless sensor networks bring many challenges on implementation of Medium Access Control protocols because

More information

Queue Length Stability in Trees Under Slowly Convergent Traffic Using Sequential Maximal Scheduling

Queue Length Stability in Trees Under Slowly Convergent Traffic Using Sequential Maximal Scheduling University of Pennsylvania ScholarlyCommons Departmental Papers (ESE) Department of Electrical & Systems Engineering November 2008 Queue Length Stability in Trees Under Slowly Convergent Traffic Using

More information

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks First Author A.Sandeep Kumar Narasaraopeta Engineering College, Andhra Pradesh, India. Second Author Dr S.N.Tirumala Rao (Ph.d)

More information

1158 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 18, NO. 4, AUGUST Coding-oblivious routing implies that routing decisions are not made based

1158 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 18, NO. 4, AUGUST Coding-oblivious routing implies that routing decisions are not made based 1158 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 18, NO. 4, AUGUST 2010 Network Coding-Aware Routing in Wireless Networks Sudipta Sengupta, Senior Member, IEEE, Shravan Rayanchu, and Suman Banerjee, Member,

More information

WIRELESS systems have emerged as a ubiquitous part

WIRELESS systems have emerged as a ubiquitous part IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 23, NO. 1, JANUARY 2005 89 Dynamic Power Allocation and Routing for Time-Varying Wireless Networks Michael J. Neely, Eytan Modiano, Senior Member,

More information

Notes on Backpressure Routing

Notes on Backpressure Routing EE 649 STOCHASTIC NETWORK OPTIMIZATION, MICHAEL J. NEELY, SPRING 2011 1 Notes on Backpressure Routing I. BACKPRESSURE ROUTING FOR NETWORKS Backpressure routing refers to an algorithm for dynamically routing

More information

IN distributed random multiple access, nodes transmit

IN distributed random multiple access, nodes transmit 414 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 52, NO. 2, FEBRUARY 2006 Power Levels and Packet Lengths in Random Multiple Access With Multiple-Packet Reception Capability Jie Luo, Member, IEEE, and

More information

Timescale Decoupled Routing and Rate Control in Intermittently Connected Networks

Timescale Decoupled Routing and Rate Control in Intermittently Connected Networks 1138 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 20, NO. 4, AUGUST 2012 Timescale Decoupled Routing and Rate Control in Intermittently Connected Networks Jung Ryu, Lei Ying, Member, IEEE, and Sanjay Shakkottai,

More information

Beyond Interference Avoidance: Distributed Sub-network Scheduling in Wireless Networks with Local Views

Beyond Interference Avoidance: Distributed Sub-network Scheduling in Wireless Networks with Local Views Beyond Interference Avoidance: Distributed Sub-network Scheduling in Wireless etworks with Local Views Pedro E. Santacruz, Vaneet Aggarwal, and Ashutosh Sabharwal Abstract In most wireless networks, nodes

More information

Some Optimization Trade-offs in Wireless Network Coding

Some Optimization Trade-offs in Wireless Network Coding Some Optimization Trade-offs in Wireless Network Coding Yalin Evren Sagduyu and Anthony Ephremides Electrical and Computer Engineering Department and Institute for Systems Research University of Maryland,

More information

End-to-End Bandwidth Guarantees Through Fair Local Spectrum Share in Wireless Ad-Hoc Networks

End-to-End Bandwidth Guarantees Through Fair Local Spectrum Share in Wireless Ad-Hoc Networks University of Pennsylvania ScholarlyCommons Departmental Papers (ESE) Department of Electrical & Systems Engineering September 2005 End-to-End Bandwidth Guarantees Through Fair Local Spectrum Share in

More information

A CDCA-TRACE MAC PROTOCOL FRAMEWORK IN MOBILE AD-HOC NETWORK

A CDCA-TRACE MAC PROTOCOL FRAMEWORK IN MOBILE AD-HOC NETWORK Research Manuscript Title A CDCA-TRACE MAC PROTOCOL FRAMEWORK IN MOBILE AD-HOC NETWORK Jaichitra.I, Aishwarya.K, P.G Student, Asst.Professor, CSE Department, Arulmigu Meenakshi Amman College of Engineering,

More information

Throughput-Optimal Scheduling in Multihop Wireless Networks Without Per-Flow Information

Throughput-Optimal Scheduling in Multihop Wireless Networks Without Per-Flow Information IEEE/ACM TRANSACTIONS ON NETWORKING 1 Throughput-Optimal Scheduling in Multihop Wireless Networks Without Per-Flow Information Bo Ji, Student Member, IEEE, Changhee Joo, Member, IEEE, and Ness B. Shroff,Fellow,

More information

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

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

More information

Minimum Delay Packet-sizing for Linear Multi-hop Networks with Cooperative Transmissions

Minimum Delay Packet-sizing for Linear Multi-hop Networks with Cooperative Transmissions Minimum Delay acket-sizing for inear Multi-hop Networks with Cooperative Transmissions Ning Wen and Randall A. Berry Department of Electrical Engineering and Computer Science Northwestern University, Evanston,

More information

Design and Implementation of AMRP for Multi hop wireless Mobile ad hoc Networks

Design and Implementation of AMRP for Multi hop wireless Mobile ad hoc Networks 1662 Design and Implementation of AMRP for Multi hop wireless Mobile ad hoc Networks Dr.R.Balakrishna Professor & HOD, Dept of ISE, Rajarajeswari College of Engineering Bangalore, India. Email: rayankibala@yahoo.com

More information

MP-DSM: A Distributed Cross Layer Network Control Protocol

MP-DSM: A Distributed Cross Layer Network Control Protocol MP-DSM: A Distributed Cross Layer Network Control Protocol Daniel C. O Neill, Yan Li, and Stephen Boyd Department of Electrical Engineering Stanford University dconeill, liyan, boyd@stanford.edu Abstract

More information

DISTRIBUTED NETWORK RESOURCE ALLOCATION WITH INTEGER CONSTRAINTS. Yujiao Cheng, Houfeng Huang, Gang Wu, Qing Ling

DISTRIBUTED NETWORK RESOURCE ALLOCATION WITH INTEGER CONSTRAINTS. Yujiao Cheng, Houfeng Huang, Gang Wu, Qing Ling DISTRIBUTED NETWORK RESOURCE ALLOCATION WITH INTEGER CONSTRAINTS Yuao Cheng, Houfeng Huang, Gang Wu, Qing Ling Department of Automation, University of Science and Technology of China, Hefei, China ABSTRACT

More information

Throughput-Optimal Broadcast in Wireless Networks with Point-to-Multipoint Transmissions

Throughput-Optimal Broadcast in Wireless Networks with Point-to-Multipoint Transmissions Throughput-Optimal Broadcast in Wireless Networks with Point-to-Multipoint Transmissions Abhishek Sinha Laboratory for Information and Decision Systems MIT MobiHoc, 2017 April 18, 2017 1 / 63 Introduction

More information

Delay-Throughput Tradeoff for Supportive Two-Tier Networks

Delay-Throughput Tradeoff for Supportive Two-Tier Networks Delay-Throughput Tradeoff for Supportive Two-Tier Networks arxiv:082.4826v [cs.it] 28 Dec 2008 Long Gao, Rui Zhang, Changchuan Yin, Shuguang Cui Department of Electrical and Computer Engineering Texas

More information

Maximizing Reliability in WDM Networks through Lightpath Routing

Maximizing Reliability in WDM Networks through Lightpath Routing Maximizing Reliability in WDM Networks through Lightpath Routing The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation As Published

More information

Architectures and Algorithms for Wireless Networks

Architectures and Algorithms for Wireless Networks Architectures and Algorithms for Wireless Networks A. Eryilmaz R. Srikant (Ohio State University) (UIUC) Softcopy available at: http://www.ece.osu.edu/~eryilmaz/uiucsummerschool09.pdf Principles and Applications

More information

Connection-Level Scheduling in Wireless Networks Using Only MAC-Layer Information

Connection-Level Scheduling in Wireless Networks Using Only MAC-Layer Information Connection-Level Scheduling in Wireless Networks Using Only MAC-Layer Information Javad Ghaderi, Tianxiong Ji and R. Srikant Coordinated Science Laboratory and Department of Electrical and Computer Engineering

More information

Age-Optimal Information Updates in Multihop Networks

Age-Optimal Information Updates in Multihop Networks Age-Optimal Information Updates in Multihop Networks Ahmed M. Bedewy, Yin Sun, and Ness B. Shroff Dept. of ECE, Dept. of CSE, The Ohio State University, Columbus, OH. emails: bedewy.2@osu.edu, sunyin2@gmail.com,

More information

554 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 54, NO. 2, FEBRUARY /$ IEEE

554 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 54, NO. 2, FEBRUARY /$ IEEE 554 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 54, NO. 2, FEBRUARY 2008 Cross-Layer Optimization of MAC and Network Coding in Wireless Queueing Tandem Networks Yalin Evren Sagduyu, Member, IEEE, and

More information

Polynomial Complexity Algorithms for Full Utilization of Multi-hop Wireless Networks

Polynomial Complexity Algorithms for Full Utilization of Multi-hop Wireless Networks Polynomial Complexity Algorithms for Full Utilization of Multi-hop Wireless Networks Atilla Eryilmaz, Asuman Ozdaglar and Eytan Modiano Laboratory for Information and Decision Systems Massachusetts Institute

More information

Scaled VIP Algorithms for Joint Dynamic Forwarding and Caching in Named Data Networks

Scaled VIP Algorithms for Joint Dynamic Forwarding and Caching in Named Data Networks 1896 1920 1987 2006 Scaled VIP Algorithms for Joint Dynamic Forwarding and Caching in Named Data Networks Ying Cui Shanghai Jiao Tong University, Shanghai, China Joint work with Fan Lai, Feng Qiu, Wenjie

More information

Joint Rate Control and Scheduling in Multihop Wireless Networks

Joint Rate Control and Scheduling in Multihop Wireless Networks Joint Rate Control and Scheduling in Multihop Wireless Networks Xiaojun Lin and Ness B. Shroff School of Electrical and Computer Engineering, Purdue University West Lafayette, IN 47907, U.S.A. {linx, shroff}@ecn.purdue.edu

More information

JUAN JOSE JARAMILLO. 306 N. Wright St., 3062 ECEB, Urbana, IL

JUAN JOSE JARAMILLO. 306 N. Wright St., 3062 ECEB, Urbana, IL JUAN JOSE JARAMILLO 306 N. Wright St., 3062 ECEB, Urbana, IL 61801 +1 217 300 2142 jjjarami@illinois.edu http://jaramillo.ece.illinois.edu/ EDUCATION University of Illinois Doctor of Philosophy, Electrical

More information

IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 55, NO. 9, SEPTEMBER /$ IEEE

IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 55, NO. 9, SEPTEMBER /$ IEEE IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 55, NO. 9, SEPTEMBER 2009 4087 Queue Back-Pressure Random Access in Multihop Wireless Networks: Optimality and Stability Jiaping Liu, Alexander L. Stolyar,

More information

FUTURE communication networks are expected to support

FUTURE communication networks are expected to support 1146 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL 13, NO 5, OCTOBER 2005 A Scalable Approach to the Partition of QoS Requirements in Unicast and Multicast Ariel Orda, Senior Member, IEEE, and Alexander Sprintson,

More information

PUBLICATIONS. Journal Papers

PUBLICATIONS. Journal Papers PUBLICATIONS Journal Papers [J1] X. Wu and L.-L. Xie, Asymptotic equipartition property of output when rate is above capacity, submitted to IEEE Transactions on Information Theory, August 2009. [J2] A.

More information

(INTERFERENCE AND CONGESTION AWARE ROUTING PROTOCOL)

(INTERFERENCE AND CONGESTION AWARE ROUTING PROTOCOL) Qos of Network Using Advanced Hybrid Routing in WMN, Abstract - Maximizing the network throughput in a multichannel multiradio wireless mesh network various efforts have been devoted. The recent solutions

More information

A Path Decomposition Approach for Computing Blocking Probabilities in Wavelength-Routing Networks

A Path Decomposition Approach for Computing Blocking Probabilities in Wavelength-Routing Networks IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 8, NO. 6, DECEMBER 2000 747 A Path Decomposition Approach for Computing Blocking Probabilities in Wavelength-Routing Networks Yuhong Zhu, George N. Rouskas, Member,

More information

ELEC 537: COMMUNICATION NETWORKS, PROJECT REPORT, FALL

ELEC 537: COMMUNICATION NETWORKS, PROJECT REPORT, FALL ELEC 537: COMMUNICATION NETWORKS, PROJECT REPORT, FALL 2009 1 Performance Evaluation of a Distributed CSMA Algorithm for Throughput and Utility Maximization Internal Report - Work in progress Lei Cao,

More information

Computer Based Image Algorithm For Wireless Sensor Networks To Prevent Hotspot Locating Attack

Computer Based Image Algorithm For Wireless Sensor Networks To Prevent Hotspot Locating Attack Computer Based Image Algorithm For Wireless Sensor Networks To Prevent Hotspot Locating Attack J.Anbu selvan 1, P.Bharat 2, S.Mathiyalagan 3 J.Anand 4 1, 2, 3, 4 PG Scholar, BIT, Sathyamangalam ABSTRACT:

More information

CHAPTER 5 PROPAGATION DELAY

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

More information

MODERN communication networks are constructed

MODERN communication networks are constructed 1000 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 19, NO. 4, AUGUST 2011 Cross-Layer Survivability in WDM-Based Networks Kayi Lee, Member, IEEE, Eytan Modiano, Senior Member, IEEE, and Hyang-Won Lee, Member,

More information

Clustering-Based Distributed Precomputation for Quality-of-Service Routing*

Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Yong Cui and Jianping Wu Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 cy@csnet1.cs.tsinghua.edu.cn,

More information

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks X. Yuan, R. Melhem and R. Gupta Department of Computer Science University of Pittsburgh Pittsburgh, PA 156 fxyuan,

More information

The Encoding Complexity of Network Coding

The Encoding Complexity of Network Coding The Encoding Complexity of Network Coding Michael Langberg Alexander Sprintson Jehoshua Bruck California Institute of Technology Email: mikel,spalex,bruck @caltech.edu Abstract In the multicast network

More information

Achieving Distributed Buffering in Multi-path Routing using Fair Allocation

Achieving Distributed Buffering in Multi-path Routing using Fair Allocation Achieving Distributed Buffering in Multi-path Routing using Fair Allocation Ali Al-Dhaher, Tricha Anjali Department of Electrical and Computer Engineering Illinois Institute of Technology Chicago, Illinois

More information

Utility-Based Rate Control in the Internet for Elastic Traffic

Utility-Based Rate Control in the Internet for Elastic Traffic 272 IEEE TRANSACTIONS ON NETWORKING, VOL. 10, NO. 2, APRIL 2002 Utility-Based Rate Control in the Internet for Elastic Traffic Richard J. La and Venkat Anantharam, Fellow, IEEE Abstract In a communication

More information

Packet Aggregation based Back-pressure Scheduling in Multi-hop Wireless Networks

Packet Aggregation based Back-pressure Scheduling in Multi-hop Wireless Networks Packet Aggregation based Back-pressure Scheduling in Multi-hop Wireless Networks Gaurish Deuskar, Parth H. Pathak, Rudra Dutta Department of Computer Science, North Carolina State University, Raleigh,

More information

Delay Minimization in Multihop Wireless Networks: Static Scheduling Does It

Delay Minimization in Multihop Wireless Networks: Static Scheduling Does It Delay Minimization in Multihop Wireless Networks: Static Scheduling Does It Sharad Birmiwal 1, Jayakrishnan Nair 2, D. Manjunath 3, and Ravi R. Mazumdar 1 1 Department of Electrical and Computer Engineering,

More information

Performance Study of Interweave Spectrum Sharing Method in Cognitive Radio

Performance Study of Interweave Spectrum Sharing Method in Cognitive Radio Performance Study of Interweave Spectrum Sharing Method in Cognitive Radio Abstract Spectrum scarcity is one of the most critical recent problems in the field of wireless communication One of the promising

More information

Anomalies in Optimal Rate-control and Scheduling Protocols for Cognitive Radio Networks

Anomalies in Optimal Rate-control and Scheduling Protocols for Cognitive Radio Networks Anomalies in Optimal Rate-control and Scheduling Protocols for Cognitive Radio Networks Vinay Kolar Department of Computer Science Carnegie Mellon University, Qatar. vkolar@cmu.edu Vikram Munishwar and

More information

Optimal network flow allocation

Optimal network flow allocation Optimal network flow allocation EE384Y Project intermediate report Almir Mutapcic and Primoz Skraba Stanford University, Spring 2003-04 May 10, 2004 Contents 1 Introduction 2 2 Background 2 3 Problem statement

More information

THERE are a number of fundamental optimization problems

THERE are a number of fundamental optimization problems IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 15, NO. 6, DECEMBER 2007 1359 Modeling and Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Networks Ritesh Madan, Member, IEEE, Shuguang

More information

Inefficiency of Bargaining Solution in Multiuser Relay Network

Inefficiency of Bargaining Solution in Multiuser Relay Network International Conference on Electrical and Computer Engineering ICECE'2015 Dec. 15-16, 2015 Pattaya Thailand Inefficiency of Bargaining Solution in Multiuser Relay Network Supenporn.Somjit, Pattarawit

More information

4608 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 55, NO. 10, OCTOBER 2009

4608 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 55, NO. 10, OCTOBER 2009 4608 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 55, NO. 10, OCTOBER 2009 Information Theoretic Analysis of Proactive Routing Overhead in Mobile Ad Hoc Networks Nianjun Zhou, Member, IEEE, Alhussein

More information

Exact Optimized-cost Repair in Multi-hop Distributed Storage Networks

Exact Optimized-cost Repair in Multi-hop Distributed Storage Networks Exact Optimized-cost Repair in Multi-hop Distributed Storage Networks Majid Gerami, Ming Xiao Communication Theory Lab, Royal Institute of Technology, KTH, Sweden, E-mail: {gerami, mingx@kthse arxiv:14012774v1

More information

On the Maximum Throughput of A Single Chain Wireless Multi-Hop Path

On the Maximum Throughput of A Single Chain Wireless Multi-Hop Path On the Maximum Throughput of A Single Chain Wireless Multi-Hop Path Guoqiang Mao, Lixiang Xiong, and Xiaoyuan Ta School of Electrical and Information Engineering The University of Sydney NSW 2006, Australia

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

IMPACT OF LEADER SELECTION STRATEGIES ON THE PEGASIS DATA GATHERING PROTOCOL FOR WIRELESS SENSOR NETWORKS

IMPACT OF LEADER SELECTION STRATEGIES ON THE PEGASIS DATA GATHERING PROTOCOL FOR WIRELESS SENSOR NETWORKS IMPACT OF LEADER SELECTION STRATEGIES ON THE PEGASIS DATA GATHERING PROTOCOL FOR WIRELESS SENSOR NETWORKS Indu Shukla, Natarajan Meghanathan Jackson State University, Jackson MS, USA indu.shukla@jsums.edu,

More information

DISCOVERING OPTIMUM FORWARDER LIST IN MULTICAST WIRELESS SENSOR NETWORK

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

More information

Numerical Analysis of IEEE Broadcast Scheme in Multihop Wireless Ad Hoc Networks

Numerical Analysis of IEEE Broadcast Scheme in Multihop Wireless Ad Hoc Networks Numerical Analysis of IEEE 802.11 Broadcast Scheme in Multihop Wireless Ad Hoc Networks Jong-Mu Choi 1, Jungmin So 2, and Young-Bae Ko 1 1 School of Information and Computer Engineering Ajou University,

More information