Analysis of Power Management for Energy and Delay Trade-off in a WLAN

Size: px
Start display at page:

Download "Analysis of Power Management for Energy and Delay Trade-off in a WLAN"

Transcription

1 Analysis of Power Management for Energy and Delay Trade-off in a WLAN Mahasweta Sarkar and Rene.L Cruz Department of Electrical and Computer Engineering University of California at San Diego La Jolla, California msarkar,cruz@ece.ucsd.edu Abstract Energy efficient operation is of paramount importance for battery-powered wireless nodes. In an effort to conserve energy, standard protocols for WLANs [1] have the provision for wireless nodes to sleep periodically. In this paper we consider the problem of optimizing the timing and duration of sleep states for a wireless node fed by a stream of packets with the objective of minimizing power consumption with respect to a QoS constraint. The QoS parameter we have focused on is average delay. We assume a memoryless Bernoulli model for the arriving packets as well as fixed energy cost for waking up and going to sleep Using a dynamic programming formulation, coupled with a duality argument, we solved the optimization problem numerically. The solutions from the numerical calculations strongly suggest that the optimal policy (that which minimizes average power consumption subject to an average delay constraint) is such that the wireless node should transit to the sleep state only when there are no data packets remaining for it to serve. Using a branching process analysis, we were able to derive closed form expressions for the optimal sleep duration, as well as the associated minimal rate of power consumption. Keywords: power management, WLAN, sleep-wakeup policy. I. INTRODUCTION There are numerous existing and upcoming wireless applications (e.g based WLANS, sensor networks, ad hoc networks, RFIDs, paging systems) that require a number of mostly-dormant wireless nodes to be communicating with each other or with a central base station, intermittently. Since these nodes are battery powered, they are severely energy constrained. Hence in order to save energy and thereby prolong the system lifetime, it makes sense for these nodes to transit to a sleep state when they are not communicating with their peers. Studies have shown [] that being in an idle state (instead of being in the sleep state, during the non communication phases) entails energy consumption that is comparable to being in a receiving or transmitting state. This further emphasizes the benefits of operating in the sleep state with regards to power savings. We define a sleeping node as a wireless node that has switched off its receiving, transmitting and channel sensing circuitry. Thus, while in the sleep state the wireless node has no packet processing capabilities. However since the major power hungry circuitries [] are turned off during the sleep state, the wireless node consumes very little power while in this state. If a wireless node remains in the sleep state for too long it can result in delay penalties for the packets that accumulate for it at the central node (Access Point or similar). On the other hand, it can save substantial power for itself if it remains in the sleep state for longer durations. Thus an optimal policy may be desired which enables the wireless node to save maximum power by sleeping for the longest duration while not violating the system s packet delay constraint. In this paper we are generally interested in the problem of optimizing the timing and duration of sleep states of a wireless node with the objective of minimizing power with respect to a QoS constraint. The QoS parameter we have focused on is average delay. Going by our definition of a sleeping node - the main challenge of the sleep mechanism lies in the wireless nodes incapability to wake up as soon as a packet arrives for it during its sleep state. Various protocols have been suggested to by-pass this problem [3],[4],[5]. Most of these protocols utilize a separate wakeup radio which essentially fulfils the role of an out-ofband paging channel. This radio periodically listens for wakeup beacons and could be designed to be less power hungry than the main data radio. In this paper, we take a different view point in addressing the above problem. We try to calculate the optimal sleep duration as a function of average packet delay tolerance and packet arrival rate. The wireless node is then allowed to sleep for the pre-determined optimal number of slots. We believe, that our work fits in very well, with the IEEE WLAN standard [1] as well. The power saving mode (PSM) in the Infrastructure model of an system has the provision for the wireless nodes to notify the AP, at the time of association, of their sleep duration. The AP then allocates enough resources to support the sleeping nodes during their sleep states. The nodes wake up after their stipulated sleep duration to hear the beacon frame, transmitted by the AP. The beacon has information regarding packets buffered for the sleeping nodes at the AP. If the wireless node realizes (from the beacon message) that the AP has packets buffered for it, it stays awake for the entire duration of the beacon transmission and requests the AP to deliver its packets until its buffer is emptied. However, the standard does not specify any algorithm or scheme that the wireless nodes should use to declare their sleep durations. Our work is an attempt to provide insight into determining a sleep duration which minimizes average power consumption subject to an average delay constraint. To help gain a better understanding of the general problem, we considered a simple model where there is a single transmitter

2 and a single receiver. The receiver is the wireless node whose mode we wish to control. The transmitter can give commands to the receiver regarding its sleep state, and forwards incoming streaming data to the receiver appropriately. We consider packet transmission from the transmitter (e.g a wired Access Point (AP)) to a wireless node over a static channel. To reduce its power consumption, the wireless node is capable of going to sleep. While in the sleep state, it is incapable of receiving packets from the AP. The AP has the provision to buffer packets for the wireless node while it sleeps. These packets are transmitted to the wireless node when it wakes up. Clearly, the packets incur delay whenever the wireless node goes to sleep. On one hand the wireless node can greatly reduce its power consumption by sleeping for long periods of time. On the other hand, the longer it sleeps the greater is the delay incurred by its packets which have to be buffered at the AP during these long sleep durations. In our problem, we have a constraint on the maximum average delay that the data packets can tolerate at the AP, namely D max. Given this constraint of D max, we seek optimal sleep durations for the wireless node that minimizes its average power consumption. We formulated this as an optimization problem and solved it numerically using dynamic programming. The solutions from the numerical calculations strongly suggest that the optimal policy (that which minimizes average power consumption subject to an average delay constraint) is such that the AP should only command the receiver to sleep when there is no data queued at the transmitter. The system thus behaves as a single server queue with vacations. We were able to derive closed form expressions for the optimal sleep duration, as well as the associated minimal rate of power consumption. The rest of the paper is organised as follows: Section II gives a detailed description of our system model. Section III gives a mathematical formulation of the problem. Section IV outlines the Dynamic Programming equations. Section V discusses the results obtained numerically from the DP. Section VI describes the closed form expressions derived for the optimal sleep duration and section VII concludes the paper. II. SYSTEM MODEL We now describe the model of the system under study in more detail. Time is divided into equal length intervals called slots, which are indexed by integers. Packets arrive randomly to the Access Point (AP), to be transmitted to the wireless node across a static channel. We assume that packet arrivals at the AP are memoryless and modeled by a Bernoulli process. Let p be the probability of a packet arriving in a slot. We also assume that a packet always arrives at the beginning of a slot. It can be served in the same slot it arrived or during a later slot. Thus the AP has the capability to queue packets for the wireless node. We define P n to be the power consumed by the wireless node in slot n, a n to be a random variable that represents the number of packets that arrive at the AP at the beginning of slot n, u n to be the number of packets transmitted to the wireless node in slot n and x n to be the number of packets queued at the AP at the end of slot n, also called the backlog of slot n. We require that u n (x n 1 + a n ). The backlog process x n, therefore, satisfies the recursion x n+1 x n u n + a n (1) The wireless node can be in one of the two following states - Sleep or Awake. There is a power cost associated with each state. Let P s denote the power required per slot while in Sleep state and P a denote the power required per slot while in Awake state. In addition, let P as denote the power required for switching from Awake to Sleep state and P sa be the power required for switching from Sleep to Awake state. We assume P a P s []. We characterize the system state in each slot by the tuple (x n, r n ), where where x n backlog at the end of slot n, and r n sleep state of the system during slot n r n 0; wireless node awake during slot n 1; wireless node asleep during slot n but will be awake in slot n + 1 k; wireless node asleep during slot n, n + 1,..., n + k 1, but will be awake during slot n + k III. PROBLEM STATEMENT We require that the average delay suffered by data packets at the AP be no more than D max. We let x E[x n ]. According to Little s result, assuming that the backlog process x n is stationary, the average delay is given by x/p. Thus, we require that, x pd max We approach the problem, by considering it as an optimal control problem over a finite time horizon [8] say over slots 0, 1,,..., N 1. In order to reflect the average delay constraint, we consider policies, such that x n ] pd max N () E[ Let A be the set of all such policies. We consider the following optimization problem: } min E[ P n ] subject to A (3) We use a similar approach as in [6] to solve the above equation. Let f(d max ) min A } E[ P n ] (4)

3 We use duality to solve the above equation, since direct evaluation of f(d max ) appears difficult. Defining β as a dual variable, where β 0, we define the dual function h(β) min E[ P n + β x n ] } β 0 (5) Assuming, we can calculate h(β), f(d max ) can be lower bounded as follows: f(d max ) min A min A min } E[ P n ] ( )} E[ P n ] + β E[ x n ] pd max N ( )} E[ P n ] + β E[ x n ] pd max N h(β) β(pd max N) so that, f(d max ) sup h(β) β(pdmax N) } (6) β 0 For sufficiently large N, it is apparent that h(β) is convex in β, and therefore in this case (6) is an equality. IV. DYNAMIC PROGRAMMING FORMULATION We calculate h(β), using the approach of dynamic programming [8]. We define, J N (x, r) min E[ P n + β x n x 0 x, r 0 r] (7) Then J N (x, r) satisfies the following recursions: For simplicity we assume here that p P robability(a n 1) E[a n ] J N+1 (x, 0) P a + βx + minp[j N (x, 0)] + (1 p)[j N ((x 1) +, 0)], P as + min k>0 p[j N (x + 1, k)] + (1 p)[j N (x, k)]}} where (x 1) + max(x 1, 0) J N+1 (x, 1) P s + P sa + βx J N+1 (x, k) P s + βx + p[j N (x, 0)] + (1 p)[j N ((x 1) +, 0)] + p[j N (x + 1, k 1)] + (1 p)[j N (x, k 1)] k > 1 The initial condition of the recursion is: J 0 (x, k) 0, x, k We augment the dynamic programming recursions to calculate: E[ P n x 0 x, r 0 r] and (8) x n x 0 x, r 0 r] (9) E[ for the corresponding optimal policy, for each value of β. V. RESULTS We performed a series of numerical calculations to evaluate the minimum average energy required per slot that satisfied the maximum allowed average delay (D max ) constraint. We developed a computer program, to implement the dynamic programming algorithm [8] for computing h(β) over a range of values of β, given a Bernoulli arrival distribution with a packet arrival probability of p in every slot, a fixed service rate of one packet per slot and fixed power costs of P a, P s, P as, P sa. We assumed P a P s []. While only finite horizon, finite state solutions can ever be exactly computed, we apply the value iteration algorithm descibed in [7], to compute good approximations to the optimal policy and corresponding average cost for the infinite horizon case. Let, M (x, r) be the optimal next sleep state when (x, r) is the current state of the system.our computer program yeilded the following result. As long as we had, P a P s, M (x, r) was always found to be of the form : M (x, r) 0; (i.e stay Awake) when x > 0 and r 0 k; (i.e go to Sleep for k slots) where k > 0 and x 0 and r 0 r 1; (no action)when r > 0 and x 0 (10) The value of k (the sleep duration) is dependant on D max and p. We tried to use induction to prove that the optimal policy, as suggested strongly by the numerical results, is always of this form, which is what intuition suggests. However, we were unable to do so thus far. We present some representative results related to specific scenarios in a graphical representation. We assume p.01, P a 1, P as.0001,p sa.01,p s.001 to obtain the results displayed in Figures 1 and. We see that the higher the average delay the system can tolerate, the lower is the power consumed per slot.this lower average power consumption per slot is reflected in longer sleep durations. VI. DERIVATION OF THE CLOSED-FORM EXPRESSION Next, we present an analysis of policies of the form in (10). We shall study the above policy with a branching process analysis to obtain the average power consumption and the average delay as a function of the sleep duration k.

4 Optimal Sleep Duration(in slots) Average Power Cost/slot Average Delay(in slots) Fig. 1. Delay vs.sleep Average Delay (in slots) Fig.. Delay vs. Power Let us assume that the receiver goes to sleep for k slots when there are 0 packets in the buffer. Packets for the sleeping node accumulate at the AP during these k slots. When the receiver wakes up after k slots, it serves these first batch of packets. A second batch of packets may arrive while packets from the first batch are being served and so forth until the backlog is cleared and the buffer occupancy goes down to 0 again. The receiver then goes to sleep again for k slots. If there are no packet arrivals during the sleep duration (k slots), the receiver goes back to sleep again for yet another k slots. Since the arrival rate p < service rate 1, the system is stable and hence reaches this 0 backlog state infinitely often. We define one Epoch as the time period between the onset of two consecutive Sleep cycles (of duration k slots). Thus each epoch consist of several sub-epochs. The first sub-epoch comprises of the k slots during which the receiver is in the sleep state. The second sub-epoch comprises of a random number of slots required to serve the batch of packets that arrives during the k sleep slots. In general, the nth sub-epoch comprises of the service time of the batch of packets that arrive during the (n-1)th sub-epoch. Obviously, the reciever is asleep during the first subepoch and awake during the remaining sub-epochs. An epoch terminates when the reciever has no more packets to serve and is ready to go to sleep again. Let L be a random variable that represents the duration of an epoch. Note that L k + A, where A is a random variable representing how long the node is awake during an epoch and k is the duration of the receiver s sleep state. Let Z n denote the length (i.e the number of slots) of the nth sub-epoch. Therefore, Epoch Length L Z 0 + Z n k + A n1 As mentioned previously, time is divided into equal unit length intervals called slots. Packets follow a Bernoulli arrival pattern, with probability p of a packet arrival in every slot. For simplicity we assume that when the receiver is awake, one packet can be served in each slot. Note that, Z n Average Power expended per slot Average Power expended in an epoch Average Epoch length P as + P s k + P sa + P a E[A] Average Backlog per slot Average Backlog over an epoch Average Epoch length E[Cumulative Backlog over an epoch] E[L] k + E[A] (11) Note that the minimum length of an epoch k + 1.

5 and We define the following terms: Y 0 B 0 B 1 k n1 x n cumulative backlog at the end of the first sub-epoch k n1 a n total number of packet arrivals at the end of first sub-epoch k+b 0 nk+1 a n total number of packets that arrived Thus, we have, during the service of the batch of B 0 packets Also, E[B 1 B 0 B 0 ] pb 0 (1) (13) E[B 0 ] pk (14) E[B 0] pk + (k 1)p k (15) Hence, E[B 1 ] pe[b 0 ] p(pk) p k Generalizing, we have, Similarly, E[B m ] pe[b m 1 ] p (m+1) k (16) E[B m ] pe[b m 1] + p E[B m 1 ] p E[B m 1 ] p m [kp(1 p)] + p E[B m 1 ] (17) After solving the above recursion, we get, E[B m ] pm [pk + p k(k 1)] + p m+1 k(1 p m ) (18) We now find a general expression for the expected cumulative backlog after each sub-epoch. Substituting values of E[B m 1 ] and E[B m 1] and simplifying, we get, Thus, E[Y m ] pm k(k 1)(p + 1) + p m+1 k m > 0 m1 E[Y m ] (p )k(k + 1) (1 p) Next, we find the average length of an epoch. Epoch length k + 1; ifb 0 0 Simplifying, we have, Thus, Therefore, k + B 0 + B ; otherwise E[L] k + 1 Probability(B 0 0) + E[B 0 ] + E[B 1 ] +... () (3) k 1 p + (1 p)k (4) E[A] k k (1 p) + (1 p)k k Average Backlog per slot E[Y 0] + E[Y 1 ] + E[Y ] +... Replacing with appropriate values, we get, Average Backlog per slot From Little s Formula, we get, Average maximum delay pk(k + 1) k + (1 p) k+1 (5) D max k(k + 1) k + (1 p) k+1 (6) Average Power expended per slot P as + P s k + P sa + P a E[A] (7) (8) E[Y m B m 1 ] ( B m 1 1) + p(b m 1)(B m 1 + 1) Therefore, (B m 1) (p + 1) + B m 1(p 1) E[Y m ] E[B m 1 ](p + 1) + E[B m 1](p 1) m > 0 (19) (0) (1) Hence; Average Power expended per slot (1 p)(p as + P s k + P sa ) + P a ((1 p) k+1 + pk) k + (1 p) k+1 It is of interest, to note from equation ( 6) that the sleep duration k is only a function of the average delay D max and packet arrival rate p. It is independant of the associated power costs like P a, P as, P sa and P s.

6 VII. CONCLUSION In this paper we have looked at the problem of optimizing the timing and duration of sleep states on wireless nodes, with the objective of minimizing power with respect to a QoS constraint, namely average packet delay. We considered a simple model where there is a single transmitter and a single receiver. We wish to control the state (sleep or awake) of the receiver. The transmitter can give commands to the receiver regarding its sleep state and forwards incoming streaming data to the receiver appropriately. We formulated this as an optimization problem and solved it numerically using dynamic programming. The solutions from the numerical calculations strongly suggest that the optimal policy (that which minimizes average power consumption subject to an average delay constraint) is such that the transmitter should only command the receiver to sleep when there is no data queued at the transmitter. We were able to derive closed form expressions for the optimal sleep duration as well as the associated minimal rate of power consumption. Future work will be focused on more elaborate models involving multiple users. REFERENCES [1] IEEE Computer Society, IEEE standard 80.11:wireless LAN medium access control (MAC) and physical layer (PHY) specifications. The institute of Electrical and Electronics Engineers, New York, NY, [] L.M. Feeney and M.Nilsson, Investigating the energy consumption of a wireless network interface in an ad hoc networking environment, Proc. of IEEE INFOCOM, April 001. [3] R. Zheng and R. Kravets, On demand power management for ad-hoc network In Proceedings of the nd Annual Joint Conference of the IEEE Computer and Communications Societies, May 003. [4] B.Chen, K.Jamieson, H.Balakrishnan, and R.Morris Span: An energyefficient coordination algorithm for topology maintenance in ad-hoc wireless networks, In Proc. of ACM/IEEE 7th Intl. Conference on Mobile Computing and Networking (MobiCom), July 001. [5] A.K. Salkintzis and C.Chamaz, An in-band power saving protocol for mobile data networks, IEEE Trans. on Communications, Vol.46, pp , September [6] B.E. Collins and R.L. Cruz, Transmission Policies for Time Varying Channels with Average Delay Constraints Proc.1999 Allerton Conference on Communications,Control and Comp., Monticello, IL, [7] Sennott, L.I.,Stochastic Dynamic Programming and the Control of Queueing Systems, New York: Wiley,1999 [8] Bertsekas, D.P Dynamic Programming and Stochastic Control, Vol.16, NJ:Prentice Hall, 1987

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

Enhanced Power Saving Scheme for IEEE DCF Based Wireless Networks

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

More information

Implementation of a Wake-up Radio Cross-Layer Protocol in OMNeT++ / MiXiM

Implementation of a Wake-up Radio Cross-Layer Protocol in OMNeT++ / MiXiM Implementation of a Wake-up Radio Cross-Layer Protocol in OMNeT++ / MiXiM Jean Lebreton and Nour Murad University of La Reunion, LE2P 40 Avenue de Soweto, 97410 Saint-Pierre Email: jean.lebreton@univ-reunion.fr

More information

Investigating MAC-layer Schemes to Promote Doze Mode in based WLANs

Investigating MAC-layer Schemes to Promote Doze Mode in based WLANs Investigating MAC-layer Schemes to Promote Doze Mode in 802.11-based WLANs V. Baiamonte and C.-F. Chiasserini CERCOM - Dipartimento di Elettronica Politecnico di Torino Torino, Italy Email: baiamonte,chiasserini

More information

Energy Management Issue in Ad Hoc Networks

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

More information

Distributed Call Admission Control for Ad Hoc Networks

Distributed Call Admission Control for Ad Hoc Networks Distributed Call Admission Control for Ad Hoc Networks Shahrokh Valaee and Baochun Li Abstract This paper introduces a distributed call admission controller for ad hod networks. The call admission controller

More information

Energy Management Issue in Ad Hoc Networks

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

More information

Markov Chains and Multiaccess Protocols: An. Introduction

Markov Chains and Multiaccess Protocols: An. Introduction Markov Chains and Multiaccess Protocols: An Introduction Laila Daniel and Krishnan Narayanan April 8, 2012 Outline of the talk Introduction to Markov Chain applications in Communication and Computer Science

More information

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

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

More information

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

An Analytical Model for IEEE with Sleep Mode Based on Time-varying Queue

An Analytical Model for IEEE with Sleep Mode Based on Time-varying Queue This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the IEEE ICC 2 proceedings An Analytical Model for IEEE 82.5.4 with Sleep

More information

Improving IEEE Power Saving Mechanism

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

More information

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

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

Department of Electrical and Computer Systems Engineering

Department of Electrical and Computer Systems Engineering Department of Electrical and Computer Systems Engineering Technical Report MECSE-6-2006 Medium Access Control (MAC) Schemes for Quality of Service (QoS) provision of Voice over Internet Protocol (VoIP)

More information

Sensor Deployment, Self- Organization, And Localization. Model of Sensor Nodes. Model of Sensor Nodes. WiSe

Sensor Deployment, Self- Organization, And Localization. Model of Sensor Nodes. Model of Sensor Nodes. WiSe Sensor Deployment, Self- Organization, And Localization Material taken from Sensor Network Operations by Shashi Phoa, Thomas La Porta and Christopher Griffin, John Wiley, 2007 5/20/2008 WiSeLab@WMU; www.cs.wmich.edu/wise

More information

Archna Rani [1], Dr. Manu Pratap Singh [2] Research Scholar [1], Dr. B.R. Ambedkar University, Agra [2] India

Archna Rani [1], Dr. Manu Pratap Singh [2] Research Scholar [1], Dr. B.R. Ambedkar University, Agra [2] India Volume 4, Issue 3, March 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance Evaluation

More information

Energy Efficient Scheduler Design in Wireless Networks

Energy Efficient Scheduler Design in Wireless Networks Energy Efficient Scheduler Design in Wireless Networks Jeongjoon Lee 1, Catherine Rosenberg 1, and Edwin K. P. Chong 2 1 School of Electrical and Computer Engineering Purdue University, West Lafayette,

More information

A QoS Enabled MAC Protocol for Wireless Ad hoc Networks with Power Control

A QoS Enabled MAC Protocol for Wireless Ad hoc Networks with Power Control Proceedings of the World Congress on Engineering and Computer Science 28 WCECS 28, October 22-24, 28, San Francisco, USA A QoS Enabled MAC Protocol for Wireless Ad hoc Networks with Power Control Mahasweta

More information

Improving Channel Scanning Procedures for WLAN Handoffs 1

Improving Channel Scanning Procedures for WLAN Handoffs 1 Improving Channel Scanning Procedures for WLAN Handoffs 1 Shiao-Li Tsao and Ya-Lien Cheng Department of Computer Science, National Chiao Tung University sltsao@cs.nctu.edu.tw Abstract. WLAN has been widely

More information

An Efficient Scheduling Scheme for High Speed IEEE WLANs

An Efficient Scheduling Scheme for High Speed IEEE WLANs An Efficient Scheduling Scheme for High Speed IEEE 802.11 WLANs Juki Wirawan Tantra, Chuan Heng Foh, and Bu Sung Lee Centre of Muldia and Network Technology School of Computer Engineering Nanyang Technological

More information

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

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

More information

Reservation Packet Medium Access Control for Wireless Sensor Networks

Reservation Packet Medium Access Control for Wireless Sensor Networks Reservation Packet Medium Access Control for Wireless Sensor Networks Hengguang Li and Paul D Mitchell Abstract - This paper introduces the Reservation Packet Medium Access Control (RP-MAC) protocol for

More information

Geographical Routing Algorithms In Asynchronous Wireless Sensor Network

Geographical Routing Algorithms In Asynchronous Wireless Sensor Network Geographical Routing Algorithms In Asynchronous Wireless Sensor Network Vaishali.S.K, N.G.Palan Electronics and telecommunication, Cummins College of engineering for women Karvenagar, Pune, India Abstract-

More information

Prioritization scheme for QoS in IEEE e WLAN

Prioritization scheme for QoS in IEEE e WLAN Prioritization scheme for QoS in IEEE 802.11e WLAN Yakubu Suleiman Baguda a, Norsheila Fisal b a,b Department of Telematics & Communication Engineering, Faculty of Electrical Engineering Universiti Teknologi

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

Comparison of pre-backoff and post-backoff procedures for IEEE distributed coordination function

Comparison of pre-backoff and post-backoff procedures for IEEE distributed coordination function Comparison of pre-backoff and post-backoff procedures for IEEE 802.11 distributed coordination function Ping Zhong, Xuemin Hong, Xiaofang Wu, Jianghong Shi a), and Huihuang Chen School of Information Science

More information

Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication

Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication Vol., Issue.3, May-June 0 pp--7 ISSN: - Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication J. Divakaran, S. ilango sambasivan Pg student, Sri Shakthi Institute of

More information

Wireless Networked Systems

Wireless Networked Systems Wireless Networked Systems CS 795/895 - Spring 2013 Lec #6: Medium Access Control QoS and Service Differentiation, and Power Management Tamer Nadeem Dept. of Computer Science Quality of Service (802.11e)

More information

AN EFFICIENT MAC PROTOCOL BASED ON HYBRID SUPERFRAME FOR WIRELESS SENSOR NETWORKS

AN EFFICIENT MAC PROTOCOL BASED ON HYBRID SUPERFRAME FOR WIRELESS SENSOR NETWORKS AN EFFICIENT MAC PROTOCOL BASED ON HYBRID SUPERFRAME FOR WIRELESS SENSOR NETWORKS Ge Ma and Dongyu Qiu Department of Electrical and Computer Engineering Concordia University, Montreal, QC, Canada tina0702@gmail.com,

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

Performance Analysis of WLANs Under Sporadic Traffic

Performance Analysis of WLANs Under Sporadic Traffic Performance Analysis of 802.11 WLANs Under Sporadic Traffic M. Garetto and C.-F. Chiasserini Dipartimento di Elettronica, Politecnico di Torino, Italy Abstract. We analyze the performance of 802.11 WLANs

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

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 1 An Analytical Approach: Bianchi Model 2 Real Experimentations HoE on IEEE 802.11b Analytical Models Bianchi s Model Simulations ns-2 3 N links with the

More information

Transmit and Receive Power Optimization for Source-Initiated Broadcast in Wireless-Relay Sensor Networks

Transmit and Receive Power Optimization for Source-Initiated Broadcast in Wireless-Relay Sensor Networks Transmit and Receive Power Optimization for Source-Initiated Broadcast in Wireless-Relay Sensor Networks Chen-Yi Chang and Da-shan Shiu Abstract Minimization of power consumption is a critical design goal

More information

Random Asynchronous Wakeup Protocol for Sensor Networks

Random Asynchronous Wakeup Protocol for Sensor Networks Random Asynchronous Wakeup Protocol for Sensor Networks Vamsi Paruchuri, Shivakumar Basavaraju, Arjan Durresi, Rajgopal Kannan and S.S. Iyengar Louisiana State University Department of Computer Science

More information

EVALUATION OF EDCF MECHANISM FOR QoS IN IEEE WIRELESS NETWORKS

EVALUATION OF EDCF MECHANISM FOR QoS IN IEEE WIRELESS NETWORKS MERL A MITSUBISHI ELECTRIC RESEARCH LABORATORY http://www.merl.com EVALUATION OF EDCF MECHANISM FOR QoS IN IEEE802.11 WIRELESS NETWORKS Daqing Gu and Jinyun Zhang TR-2003-51 May 2003 Abstract In this paper,

More information

OPSM - Opportunistic Power Save Mode for Infrastructure IEEE WLAN

OPSM - Opportunistic Power Save Mode for Infrastructure IEEE WLAN OPSM - Opportunistic Power Save Mode for Infrastructure IEEE 82.11 WLAN Pranav Agrawal, Anurag Kumar,JoyKuri, Manoj K. Panda, Vishnu Navda, Ramachandran Ramjee Centre for Electronics Design and Technology

More information

Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications

Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications Jongho Bang Sirin Tekinay Nirwan Ansari New Jersey Center for Wireless Telecommunications Department of Electrical

More information

Scheduling Algorithms to Minimize Session Delays

Scheduling Algorithms to Minimize Session Delays Scheduling Algorithms to Minimize Session Delays Nandita Dukkipati and David Gutierrez A Motivation I INTRODUCTION TCP flows constitute the majority of the traffic volume in the Internet today Most of

More information

Routing over Parallel Queues with Time Varying Channels with Application to Satellite and Wireless Networks

Routing over Parallel Queues with Time Varying Channels with Application to Satellite and Wireless Networks 2002 Conference on Information Sciences and Systems, Princeton University, March 20-22, 2002 Routing over Parallel Queues with Time Varying Channels with Application to Satellite and Wireless Networks

More information

Integrated Routing and Query Processing in Wireless Sensor Networks

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

More information

P B 1-P B ARRIVE ATTEMPT RETRY 2 1-(1-P RF ) 2 1-(1-P RF ) 3 1-(1-P RF ) 4. Figure 1: The state transition diagram for FBR.

P B 1-P B ARRIVE ATTEMPT RETRY 2 1-(1-P RF ) 2 1-(1-P RF ) 3 1-(1-P RF ) 4. Figure 1: The state transition diagram for FBR. 1 Analytical Model In this section, we will propose an analytical model to investigate the MAC delay of FBR. For simplicity, a frame length is normalized as a time unit (slot). 1.1 State Transition of

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

Enhanced Broadcasting and Code Assignment in Mobile Ad Hoc Networks

Enhanced Broadcasting and Code Assignment in Mobile Ad Hoc Networks Enhanced Broadcasting and Code Assignment in Mobile Ad Hoc Networks Jinfang Zhang, Zbigniew Dziong, Francois Gagnon and Michel Kadoch Department of Electrical Engineering, Ecole de Technologie Superieure

More information

An Industrial Employee Development Application Protocol Using Wireless Sensor Networks

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

More information

Analytical Modeling of TCP Clients in Wi-Fi Hot Spot Networks

Analytical Modeling of TCP Clients in Wi-Fi Hot Spot Networks Analytical Modeling of TCP Clients in Wi-Fi Hot Spot Networks Raffaele Bruno, Marco Conti, and Enrico Gregori Italian National Research Council (CNR) IIT Institute Via G. Moruzzi, 1-56100 Pisa, Italy {firstname.lastname}@iit.cnr.it

More information

TOSSIM simulation of wireless sensor network serving as hardware platform for Hopfield neural net configured for max independent set

TOSSIM simulation of wireless sensor network serving as hardware platform for Hopfield neural net configured for max independent set Available online at www.sciencedirect.com Procedia Computer Science 6 (2011) 408 412 Complex Adaptive Systems, Volume 1 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri University of Science

More information

Data Communications. Data Link Layer Protocols Wireless LANs

Data Communications. Data Link Layer Protocols Wireless LANs Data Communications Data Link Layer Protocols Wireless LANs Wireless Networks Several different types of communications networks are using unguided media. These networks are generally referred to as wireless

More information

MAC in /20/06

MAC in /20/06 MAC in 802.11 2/20/06 MAC Multiple users share common medium. Important issues: Collision detection Delay Fairness Hidden terminals Synchronization Power management Roaming Use 802.11 as an example to

More information

Energy Consumption Estimation in Cluster based Underwater Wireless Sensor Networks Using M/M/1 Queuing Model

Energy Consumption Estimation in Cluster based Underwater Wireless Sensor Networks Using M/M/1 Queuing Model Energy Consumption Estimation in Cluster based Underwater Wireless Sensor Networks Using M/M/1 Queuing Model Manijeh Keshtgary Reza Mohammadi Mohammad Mahmoudi Mohammad Reza Mansouri ABSTRACT Underwater

More information

AN ADAPTIVE ENERGY EFFICIENT MAC PROTOCOL FOR WIRELESS SENSOR NETWORKS

AN ADAPTIVE ENERGY EFFICIENT MAC PROTOCOL FOR WIRELESS SENSOR NETWORKS International Journal on Intelligent Electronic Systems, Vol.3, No.2, July 2009 7 Abstract AN ADAPTIVE ENERGY EFFICIENT MAC PROTOCOL FOR WIRELESS SENSOR NETWORKS Lakshmanan M., Noor Mohammed V. 1 E-mail

More information

Improving IEEE for Low-latency Energy-efficient Industrial Applications

Improving IEEE for Low-latency Energy-efficient Industrial Applications Improving IEEE 802.15.4 for Low-latency Energy-efficient Industrial Applications Feng Chen Computer Networks and Communication Systems University of Erlangen-Nuremberg, 91058 Erlangen feng.chen@informatik.uni-erlangen.de

More information

Adaptive Mechanism for Aggregation with fragments retransmission in high-speed wireless networks

Adaptive Mechanism for Aggregation with fragments retransmission in high-speed wireless networks Int. J. Open Problems Compt. Math., Vol. 4, No. 3, September 2011 ISSN 1998-6262; Copyright ICSRS Publication, 2011 www.i-csrs.org Adaptive Mechanism for Aggregation with fragments retransmission in high-speed

More information

Optimal Routing and Scheduling in Multihop Wireless Renewable Energy Networks

Optimal Routing and Scheduling in Multihop Wireless Renewable Energy Networks Optimal Routing and Scheduling in Multihop Wireless Renewable Energy Networks ITA 11, San Diego CA, February 2011 MHR. Khouzani, Saswati Sarkar, Koushik Kar UPenn, UPenn, RPI March 23, 2011 Khouzani, Sarkar,

More information

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

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

More information

An Energy Efficient MAC for Wireless Full Duplex Networks

An Energy Efficient MAC for Wireless Full Duplex Networks An Energy Efficient MAC for Wireless Full Duplex Networks Ryo Murakami, Makoto Kobayashi, Shunsuke Saruwatari and Takashi Watanabe Graduate School of Information Science and Technology, Osaka University,

More information

Application Aware Data Aggregation in Wireless Sensor Networks

Application Aware Data Aggregation in Wireless Sensor Networks Application Aware Data Aggregation in Wireless Sensor Networks Sangheon Pack, Jaeyoung Choi, Taekyoung Kwon, and Yanghee Choi School of Computer Science and Engineering Seoul National University, Seoul,

More information

Error Control System for Parallel Multichannel Using Selective Repeat ARQ

Error Control System for Parallel Multichannel Using Selective Repeat ARQ Error Control System for Parallel Multichannel Using Selective Repeat ARQ M.Amal Rajan 1, M.Maria Alex 2 1 Assistant Prof in CSE-Dept, Jayamatha Engineering College, Aralvaimozhi, India, 2 Assistant Prof

More information

Collision Free and Energy Efficient MAC protocol for Wireless Networks

Collision Free and Energy Efficient MAC protocol for Wireless Networks 110 IJCSNS International Journal of Computer Science and Network Security, VOL.7 No.9, September 2007 Collision Free and Energy Efficient MAC protocol for Wireless Networks Muhammad Ali Malik, Dongha Shin

More information

Optimization of Energy Consumption in Wireless Sensor Networks using Particle Swarm Optimization

Optimization of Energy Consumption in Wireless Sensor Networks using Particle Swarm Optimization Optimization of Energy Consumption in Wireless Sensor Networks using Particle Swarm Optimization Madhusmita Nandi School of Electronics Engineering, KIIT University Bhubaneswar-751024, Odisha, India Jibendu

More information

Efficient Power Management in Wireless Communication

Efficient Power Management in Wireless Communication Efficient Power Management in Wireless Communication R.Saranya 1, Mrs.J.Meena 2 M.E student,, Department of ECE, P.S.R.College of Engineering, sivakasi, Tamilnadu, India 1 Assistant professor, Department

More information

Event-Driven Power Management

Event-Driven Power Management 840 IEEE TRANSACTIONS ON COMPUTER AIDED DESIGN OF INTEGRATED CIRCUITS AND SYSTEMS, VOL. 20, NO. 7, JULY 2001 Event-Driven Power Management Tajana Šimunić, Luca Benini, Member, IEEE, Peter Glynn, and Giovanni

More information

Fuzzy Duty Cycle Adaption Algorithm for IEEE Star Topology Networks

Fuzzy Duty Cycle Adaption Algorithm for IEEE Star Topology Networks Computer Systems Department, Technical Institute / Qurna, Basra, Iraq email: hayderaam@gmail.com Received: 4/1 /212 Accepted: 22/7 /213 Abstract IEEE 82.15.4 is a standard designed for low data rate, low

More information

Appointed BrOadcast (ABO): Reducing Routing Overhead in. IEEE Mobile Ad Hoc Networks

Appointed BrOadcast (ABO): Reducing Routing Overhead in. IEEE Mobile Ad Hoc Networks Appointed BrOadcast (ABO): Reducing Routing Overhead in IEEE 802.11 Mobile Ad Hoc Networks Chun-Yen Hsu and Shun-Te Wang Computer Network Lab., Department of Electronic Engineering National Taiwan University

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

An Energy-Efficient MAC using Dynamic Phase Shift for Wireless Sensor Networks

An Energy-Efficient MAC using Dynamic Phase Shift for Wireless Sensor Networks An Energy-Efficient MAC using Dynamic Phase Shift for Wireless Sensor Networks Yoh-han Lee Department of Electrical Engineering Korea Advanced Institute of Science & Technology Daejeon, KOREA yohhanlee@kaist.ac.kr

More information

Distributed power control in asymmetric interference-limited networks

Distributed power control in asymmetric interference-limited networks Distributed power control in asymmetric interference-limited networks Aakanksha Chowdhery CS229 Project Report E-mail: achowdhe@stanford.edu I. INTRODUCTION Power control in wireless communication networks

More information

Medium Access Control (MAC) Protocols for Ad hoc Wireless Networks -IV

Medium Access Control (MAC) Protocols for Ad hoc Wireless Networks -IV Medium Access Control (MAC) Protocols for Ad hoc Wireless Networks -IV CS: 647 Advanced Topics in Wireless Networks Drs. Baruch Awerbuch & Amitabh Mishra Department of Computer Science Johns Hopkins University

More information

Wireless Multicast: Theory and Approaches

Wireless Multicast: Theory and Approaches University of Pennsylvania ScholarlyCommons Departmental Papers (ESE) Department of Electrical & Systems Engineering June 2005 Wireless Multicast: Theory Approaches Prasanna Chaporkar University of Pennsylvania

More information

878 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 16, NO. 4, AUGUST 2008

878 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 16, NO. 4, AUGUST 2008 878 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 16, NO. 4, AUGUST 2008 Modeling Queueing and Channel Access Delay in Unsaturated IEEE 802.11 Random Access MAC Based Wireless Networks Omesh Tickoo and Biplab

More information

Analysis of Throughput and Energy Efficiency in the IEEE Wireless Local Area Networks using Constant backoff Window Algorithm

Analysis of Throughput and Energy Efficiency in the IEEE Wireless Local Area Networks using Constant backoff Window Algorithm International Journal of Computer Applications (975 8887) Volume 6 No.8, July Analysis of Throughput and Energy Efficiency in the IEEE 8. Wireless Local Area Networks using Constant backoff Window Algorithm

More information

Power Laws in ALOHA Systems

Power Laws in ALOHA Systems Power Laws in ALOHA Systems E6083: lecture 7 Prof. Predrag R. Jelenković Dept. of Electrical Engineering Columbia University, NY 10027, USA predrag@ee.columbia.edu February 28, 2007 Jelenković (Columbia

More information

Multichannel MAC for Energy Efficient Home Area Networks

Multichannel MAC for Energy Efficient Home Area Networks 1st International Workshop on GReen Optimized Wireless Networks (GROWN'13) Multichannel MAC for Energy Efficient Home Area Networks Kok Keong Chai, Shihab Jimaa, Yun Li, Yue Chen, and Siying Wang Abstract

More information

Cross Layer QoS Provisioning in Home Networks

Cross Layer QoS Provisioning in Home Networks Cross Layer QoS Provisioning in Home Networks Jiayuan Wang, Lukasz Brewka, Sarah Ruepp, Lars Dittmann Technical University of Denmark E-mail: jwan@fotonik.dtu.dk Abstract This paper introduces an innovative

More information

CHAPTER 5 THROUGHPUT, END-TO-END DELAY AND UTILIZATION ANALYSIS OF BEACON ENABLED AND NON-BEACON ENABLED WSN

CHAPTER 5 THROUGHPUT, END-TO-END DELAY AND UTILIZATION ANALYSIS OF BEACON ENABLED AND NON-BEACON ENABLED WSN 137 CHAPTER 5 THROUGHPUT, END-TO-END DELAY AND UTILIZATION ANALYSIS OF BEACON ENABLED AND NON-BEACON ENABLED WSN 5.1 INTRODUCTION The simulation study in this chapter analyses the impact of the number

More information

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

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

More information

A Comparative Analysis on Backoff Algorithms to Optimize Mobile Network

A Comparative Analysis on Backoff Algorithms to Optimize Mobile Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 7, July 2014, pg.771

More information

Collision Probability in Saturated IEEE Networks

Collision Probability in Saturated IEEE Networks in Saturated IEEE 80.11 Networks Hai L. Vu Centre for Advanced Internet Architectures (CAIA) ICT Faculty, Swinburne University of Technology Hawthorn, VIC 31, Australia h.vu@ieee.org Taka Sakurai ARC Special

More information

An Adaptive Self-Organization Protocol for Wireless Sensor Networks

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

More information

SENSOR-MAC CASE STUDY

SENSOR-MAC CASE STUDY SENSOR-MAC CASE STUDY Periodic Listen and Sleep Operations One of the S-MAC design objectives is to reduce energy consumption by avoiding idle listening. This is achieved by establishing low-duty-cycle

More information

Worst-case Ethernet Network Latency for Shaped Sources

Worst-case Ethernet Network Latency for Shaped Sources Worst-case Ethernet Network Latency for Shaped Sources Max Azarov, SMSC 7th October 2005 Contents For 802.3 ResE study group 1 Worst-case latency theorem 1 1.1 Assumptions.............................

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

Queuing Delay and Achievable Throughput in Random Access Wireless Ad Hoc Networks

Queuing Delay and Achievable Throughput in Random Access Wireless Ad Hoc Networks Queuing Delay and Achievable Throughput in Random Access Wireless Ad Hoc Networks Nabhendra Bisnik and Alhussein Abouzeid Rensselaer Polytechnic Institute Troy, NY bisnin@rpi.edu, abouzeid@ecse.rpi.edu

More information

Outline. Overview of ad hoc wireless networks (I) Overview of ad hoc wireless networks (II) Paper presentation Ultra-Portable Devices.

Outline. Overview of ad hoc wireless networks (I) Overview of ad hoc wireless networks (II) Paper presentation Ultra-Portable Devices. Paper presentation Ultra-Portable Devices Paper: Design Challenges for Energy-Constrained Ad Hoc Wireless Networks Andrea J. Goldsmith, Stephen B. Wicker IEEE Wireless Communication August 2002, pages

More information

AODV-PA: AODV with Path Accumulation

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

More information

Performance Evaluation of Scheduling Mechanisms for Broadband Networks

Performance Evaluation of Scheduling Mechanisms for Broadband Networks Performance Evaluation of Scheduling Mechanisms for Broadband Networks Gayathri Chandrasekaran Master s Thesis Defense The University of Kansas 07.31.2003 Committee: Dr. David W. Petr (Chair) Dr. Joseph

More information

Hybrid power saving technique for wireless sensor networks

Hybrid power saving technique for wireless sensor networks University of Wollongong Research Online Faculty of Engineering and Information Sciences - Papers: Part A Faculty of Engineering and Information Sciences 2012 Hybrid power saving technique for wireless

More information

Directional Antenna based Time Division Scheduling in Wireless Ad hoc Networks

Directional Antenna based Time Division Scheduling in Wireless Ad hoc Networks Directional Antenna based Time Division Scheduling in Wireless Ad hoc Networks Li Shaohua and Dong-Ho Cho School of Electrical Engineering and Computer Science Korea Advanced Institute of Science and Technology

More information

Optimum Scheduling and Memory Management in Input Queued Switches with Finite Buffer Space

Optimum Scheduling and Memory Management in Input Queued Switches with Finite Buffer Space University of Pennsylvania ScholarlyCommons Departmental Papers (ESE) Department of Electrical & Systems Engineering March 23 Optimum Scheduling and Memory Management in Input Queued Switches with Finite

More information

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

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

More information

AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS

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

More information

Energy-efficient Transmission over a Wireless Link via Lazy Packet Scheduling

Energy-efficient Transmission over a Wireless Link via Lazy Packet Scheduling Energy-efficient Transmission over a Wireless Link via Lazy Packet Scheduling Balaji Prabhakar Elif Uysal Biyikoglu and Abbas El Gamal Information Systems Laboratory Stanford University Stanford CA 35

More information

Packet multiple access and the Aloha protocol

Packet multiple access and the Aloha protocol Packet multiple access and the Aloha protocol Massachusetts Institute of Technology Department of Aeronautics and Astronautics Slide 1 Packet Multiple Access PMA SHARED UPLINK TERMINAL TERMINAL APPL TRANS

More information

Blackhole Attack Detection in Wireless Sensor Networks Using Support Vector Machine

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

More information

Power Aware Metrics for Wireless Sensor Networks

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

More information

Power Efficient Data Gathering and Aggregation in Wireless Sensor Networks

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

More information

Reducing Inter-cluster TDMA Interference by Adaptive MAC Allocation in Sensor Networks

Reducing Inter-cluster TDMA Interference by Adaptive MAC Allocation in Sensor Networks Reducing Inter-cluster TDMA Interference by Adaptive MAC Allocation in Sensor Networks Abstract Tao Wu and Subir Biswas 1 Dept. of Electrical and Computer Engineering, Michigan State University wutao2@egr.msu.edu,

More information

Lecture 16: QoS and "

Lecture 16: QoS and Lecture 16: QoS and 802.11" CSE 123: Computer Networks Alex C. Snoeren HW 4 due now! Lecture 16 Overview" Network-wide QoS IntServ DifServ 802.11 Wireless CSMA/CA Hidden Terminals RTS/CTS CSE 123 Lecture

More information

Multiple Access (1) Required reading: Garcia 6.1, 6.2.1, CSE 3213, Fall 2010 Instructor: N. Vlajic

Multiple Access (1) Required reading: Garcia 6.1, 6.2.1, CSE 3213, Fall 2010 Instructor: N. Vlajic 1 Multiple Access (1) Required reading: Garcia 6.1, 6.2.1, 6.2.2 CSE 3213, Fall 2010 Instructor: N. Vlajic Multiple Access Communications 2 Broadcast Networks aka multiple access networks multiple sending

More information