Optimal Beacon Interval for TDMA-based MAC in Wireless Sensor Networks

Size: px
Start display at page:

Download "Optimal Beacon Interval for TDMA-based MAC in Wireless Sensor Networks"

Transcription

1 Optimal Beacon Interval for TDMA-based MAC in Wireless Sensor Networks Abstract An energy-efficient Medium Access Control (MAC) protocol can significantly elongate the lifetime of wireless sensor networks (WSNs), by reducing the duty-cycle of sensor nodes to an ultra-low level. TDMA-based MACs can greatly reduce idle listening, collision, overhearing and therefore are very energy efficient in data transfer at the cost of requiring tight time synchronization through periodically beacon dissemination. The length of the beacon interval may greatly affect the energy efficiency of a TDMA-based MAC. A shorter beacon interval leads to higher synchronization cost, while a longer beacon interval will lead to a larger guard time due to clock drift. Therefore, there is a tradeoff between these two parts of energy consumption. In this paper, we investigate the optimal beacon interval for TDMAbased MAC in low duty-cycle sensor networks, and then present a strategy that adaptively utilizing the optimal beacon interval in a TDMA-based MAC protocol (called Opt-TDMA). Experimental results demonstrate that Opt-TDMA is more energy-efficient than non-optimal TDMA and SCP-MAC. Index Terms Beacon Interval, TDMA-based MAC, Energy Efficiency, Wireless Sensor Networks I. INTRODUCTION Wireless Sensor Network has become a mainstream solution in many important applications such as target detection and tracking, environmental monitoring, industrial automation, and tactical systems. Energy efficiency is one of the primary considerations in the design of WSN protocols. According to [1], the major power consumption of a sensor node is on the radio. Therefore, a MAC protocol which implements an efficient duty-cycle mechanism is indispensable in prolonging the lifetime of sensor networks. Radio energy consumption comes from sending/receiving data and other control overhead. Beside, there are other unnecessary sources of energy waste, including idle listening, collision and overhearing. Among them, idle listening is considered to be one of the most significant sources of energy consumption in sensor networks. The central way to solve the problem of idle listening is to lower the radio duty-cycle [2], which is defined as the ratio between active time and a full active/sleep period. In the active state a node is able to transmit or receive data, while in the sleep state the node completely turns off its radio to save energy. A study in [3][4] classifies duty-cycle MAC protocols into two categories: asynchronous and synchronous strategies. Asynchronous approaches such as B-MAC [5], X-MAC [6], A-MAC [7] and PW-MAC [8], allow each node chooses its own duty-cycle independently, so the sender and the receiver are completely decoupled in their own duty cycles. In order to satisfy the low-power requirements of the sensor network, asynchronous MAC protocols employ Low Power Listening (LPL) strategy. In this way, a sender transmits a preamble lasting at least as long as the sleep period of the receiver. The receiver periodically probes the channel and stays awake to receive data once it detects the preamble. These protocols remove the synchronization control overhead and achieve high energy efficiency. However, due to the long preamble, they become less efficient in latency and packet delivery ratio when the network is crowded. Also, these protocols suffer from overhearing problem because the long preamble may wake up the nodes which are not the destination of packets. Synchronous MACs can be divided into two classes: contention-based and TDMA-based. Existing contention-based synchronous approaches such as S-MAC [9], T-MAC [1], and DW-MAC [11] synchronize the nodes sleep schedules such that neighboring nodes are awake at almost the same time. The schedule determines the moments when a node should be in active or sleep states. Neighbor nodes start exchanging packets only within the common active time and the CSMA/CA is used for channel access in the active time. The key advantage of this approach is that the sender does not need long preamble and the receiver reduces idle listening time. However, these protocols introduce extra synchronization overhead, and the throughput of the network declined due to channel contention. In contrast to the aforementioned duty-cycle protocols, TDMA-based solutions [12][13] establish a contention-free transmission schedule where each node is assigned one or multiple time-slots. Nodes are allowed to transmit only in the allocated time-slot(s). So time synchronization is a key part in the TDMA-based MAC protocol. Furthermore, a node which is not the sender or intended receiver in the current slot can sleep to conserve energy. These protocols usually can achieve an ultra-low duty-cycle (e.g. Dozer [3] achieves radio duty cycle in the magnitude of.2% ) and be more energy efficient. In low duty-cycle data-collection sensor networks, time synchronization between nodes is realized by periodically beacon dissemination from sink to leaf nodes in the data-gathering tree. The interval between two adjacent time synchronization is needed to be investigated. On one hand, the shorter the beacon interval is, the more synchronization cost comes out due to frequent beacon sending and receiving. On the other hand, increasing beacon interval leads to a larger guard time and longer idle listening due to clock drift. This is because the guard time has to be large enough to accommodate the synchronization errors, while these errors are affected by the frequency deviation (skew) between two clocks and thus accumulated over time. Therefore, a longer beacon interval will lead to larger synchronization errors and hence a larger

2 guard time is necessary. So we have a question: what is the optimal beacon interval that can minimize the overall energy consumption? The works on the optimization of MAC protocol parameters are quite limited. By tuning the configurations to the optimal values, the performance of a MAC protocol can be remarkably enhanced. T-MAC [1] adaptively changes the duration of the active periods to avoid idle listening according to the traffic loads, but its optimization problem is not considered. X-MAC [6] presents an approximately optimal algorithm for adapting the receivers duty-cycle, that is, both the sleep time and listening time are configured to minimize the expected energy consumption per packet depending on different traffic load. For the low duty-cycle synchronous MAC, the optimal channel polling period for both LPL and SCP is proposed in [2]. Compared to LPL, the optimized SCP can not only achieve the lower bound of energy consumption for hybrid MAC, but also adapt well to variable traffic. However, all these optimization methods are customized for their specific MAC protocols and therefore are just one part of these protocols. In this paper, we analyze the optimal beacon interval for TDMA-based MAC protocols. Different from the previous works, our approach is suitable for most of the TDMA-based MACs with ultra-low duty-cycle in data-collection applications (such as Dozer [3], Koala [14] and so on), not just optimized for one specific MAC protocol. To demonstrate the effects of the optimization, a TDMA-based MAC protocol using the optimal beacon interval called Opt-TDMA is presented. To the best of our knowledge, this is the first work which is specialized to discuss the optimization problem of beacon interval in TDMA-based MACs for low duty-cycle datacollection WSNs. II. SYSTEM MODEL 1) Energy Consumption: Fig.1 illustrates a basic link communication model in WSN. A and B are two sensor nodes and can hear each other directly. A is a master node and B is a slave node. Node B (slave node) periodically generates data packets and sends them to node A while node A (master node) periodically sends beacons to synchronize node B. These two nodes utilize the same coordinated duty-cycle. The data report interval and beacon interval are different. Node A and B operate at a low duty-cycle mode, being active and asleep periodically to save energy. In order to wake up at almost the same time, node A and B must rendezvous at a common time point. Due to the synchronization errors between two nodes which is caused by clock drift, the receiver (A or B) has to turn on its radio in advance with a short time (advanced time) to listen to the channel, and check if a beacon or packet is coming for a longer time (guard time). If a SFD (start-offrame delimiter) byte of the head of a beacon/data packet is detected, the radio will be kept on until the reception is over. Otherwise, the radio will be turned off immediately. In this paper, our analysis focuses on the energy consumption of the radio, without considering other components (which is similar to [3]), such as CPU and sensors. There are four Beacon Guard time Advance time Beacon Data Sending Receiving Listening Fig. 1. Basic communication model Sink Fig. 2. Data-gathering tree stable radio states: listening, sending, receiving and sleeping. The power consumptions of these four states are P l, P s, P r and P sleep, respectively. The total energy consumption can be modelled as: E = E l + E s + E r + E sleep = P l t listen + P s t s + P r t r + P sleep t sleep (1) where t s, t r, and t sleep are the time in sending, receiving and sleeping, receptively. t listen is the time for listening to the channel before the packets arrive. A. Topology and Frame Structure The wireless sensor network we studied is based on the tree topology which is widely used in data-collection applications, called data-gathering tree (Fig.2). The tree topology can be easily formed by a tree-base or hierarchical routing protocol (e.g. CTP and LEACH). In this data-gathering structure, data are collected from nodes to the sink and beacons are disseminated from the sink to all nodes. Each node may play two independent roles, one as a parent and one as a child. A parent node receives data packets when its children nodes are allowed to upload data, and a child node receives the synchronization beacons from its parent. To simplify our analysis, we present a TDMA-based MAC for data and beacon transmission. In our TDMA-based protocol, the whole timeline is divided into sequential frames and a frame is divided into 2n slots, A B

3 time for sending/receiving a byte. Because the parent node will not only transmit the data packets sensed by itself, but also forward the data packets from its children nodes, so the coefficient of the time spent in sending data packets is (n + 1). Therefore, the total time of sending state satisfies the following equation: t s = L sync t B r sync + (n + 1)L data t B r data (3) Fig. 3. The frame structure where the former n slots are beacon slots (called beacon subframe) and the latter n slots are data slots (called data subframe). The last slot of beacon slots is allocated for nodes to join the network, which is called the access slot. Fig.3 illustrates the structure of the frame. Each node is assigned a unique time slot number (ID) SlotNum and its beacon and data sending time slots are determined based on SlotNum. The ID of beacon sending time slot is SlotNum and ID of the data sending time slot is SlotNum + n. The receiving time slots of beacon and data packets are determined by the slot number of its parent and child slots. When the node is in the beacon sub-frame, it receives the beacon packet at its parents beacon-sending slot and broadcasts the beacon at its own beacon-sending slot. When the node is in the data subframe, it listens to the channel at its own children nodes datasending slots for a guard time and sends data at its own datasending slot to its parent. All the nodes listen to the channel at the access time slot for network maintenance. The nodes are in sleep mode in all other time slots. III. OPTIMAL BEACON INTERVAL In this section, we calculate the expected power consumption (per node) based on the data-gathering tree topology, and then analyze the optimal beacon interval for the TDMA-based protocol (Opt-TDMA). In a tree-based topology, the parent node sends beacons to the children nodes and the children nodes send data packets to the parent node. Considering a parent node with n children nodes, the energy consumption of the parent node is the sum of energy spent in each state, expressed as the following equation (P sleep is far less than other components, thus not considering). E = E l + E s + E r = P l t listen + P s t s + P r t r (2) As a parent node, the time spent on sending state includes sending beacons (synchronization packets) and data packets. The time spent on broadcasting the beacons is L sync t B r sync and the time spent on sending data packets is (n + 1) L data t B r data, where L sync and L data are the beacon length and data packet length, respectively. r sync and r data are the beacon rate and data packet rate, respectively. t B is the The time spent on receiving state also includes receiving beacons and data packets. The parent node acts as a child node of its own parent, so it receives beacons from its own parent. The time spent on receiving the synchronization packets is L sync t B r sync, and the time spent on receiving data packets from its children nodes is nl data t B r data. Therefore, the total time of receiving state satisfies the following equation: t r = L sync t B r sync + nl data t B r data (4) When the node is going to receive the message, it has to turn on the radio in advance due to clock drift. So the total time of listening to the channel is: t listen = t guard r sync + nt guard r data (5) where t guard is a guard time with a length that is large enough to tolerate a given maximal clock drift. According to [2], the guard time is affected by the beacon interval T sync and the clock drift rate θ, which is decided by the frequency derivation of two clocks and also affected by environmental factors such as temperature and voltage. The maximum clock difference between two nodes is: t diff = 2T sync θ (6) where the coefficient of two reflects the worst case when each nodes clock drifts in the opposite direction. Because the sender does not know which direction its clock drifts with regard to the receiver, it needs to put the guard time in both directions, making the total guard time to be twice the maximum clock difference [2]. The guard time can be given as follows: t guard = 2t diff = 4T sync θ (7) Substituting Eq.3,4,5,7 into Eq.2, we can obtain the energy consumption as: E = r sync [t guard P l + L sync t B (P s + P r )]+ r data [nt guard P l + L data t B ((n + 1)P s + np r )] = 1 T sync L sync t B (P s + P r ) + T sync r data n4θp l + r data L data t B ((n + 1)P s + np r ) + 4θP l (8)

4 TABLE I SYMBOLS AND VALUES USED IN RADIO ENERGY ANALYSIS Symbol Meaning CC242 T data Data packet period varying r data Data packet rate (1/T data ) Varying T sync SYNC packet period Varying r sync SYNC packet rate (1/T sync) Varying θ Clock drift 5 ppm L data Data packet length 5 B L sync SYNC packet length 36 B t B Time to Tx/Rx a byte 32 µs P l Power in listening 56.4 mw P s Power in sending 52.2 mw P r Power in receiving 56.4 mw Optimal sync peroid Tsync (s) n=1 n=2 n=3 n=4 n=5 n=6 Assuming that the lengths of a beacon and a data packet are fixed, we can see from Eq.8 that the expected power consumption of a parent node varies with its children size n, data rate r data, clock drift rate θ and the synchronization period T sync. The trade-off of power consumption considering T sync is: the increasing of T sync reduces the energy cost of sending/receiving beacons, but increases the length of guard time and hence the cost on idle listening. Therefore, the optimal value of beacon interval is the one to provide the best tradeoff of these two parts of overhead and minimize the overall energy consumption. We can derive the optimal value of beacon interval by solving the following equation. de dt sync = (9) Substituting Eq.8 into Eq.9, we have the optimal beacon interval as: T sync = L sync t B (P s + P r ) n4θp l r data (1) IV. PERFORMANCE EVALUATION In this section, we provide the performance evaluation of the proposed optimal beacon interval (Opt-TDMA) scheme, in comparison with SCP and a TDMA-MAC without optimized beacon interval (non-opt TDMA). SCP is a synchronous MAC based on scheduled channel polling and contention-based data transmission, which has an average duty-cycle typically less than 1%. The beacon interval of non-opt TDMA is configured as 5 s. The energy consumption of the network is measured by calculating the radios operating time in different modes as sending, receiving and listening on data packets and beacons. The default parameters of evaluation for all those MACs are shown in Table I. A. Optimal Values of Beacon Interval Fig.4 depicts the optimal beacon interval of the Opt-TDMA. As Fig.4 demonstrates, the optimal beacon interval is positively correlated to data interval but negatively correlated to the network size. The reasons are as follows. There is Fig. 4. Optimal beacon interval for different network size n a tradeoff between two parts of energy consumption: the energy consumed in sending/receiving beacons, and the energy consumed in idle listening during guard time. When the data generation interval increases, the frequency of idle listening for data packets will decrease. Therefore, too frequent synchronization is not necessary since we can simultaneously reduce beacon sending/receiving frequency at the cost of only slightly increasing the power consumption on idle listening during guard time. From the figure we also notice that the optimal beacon interval increases as the number of children nodes decreases. This is because fewer children nodes lead to less data packets to be received in condition of a given data report interval. According to the analysis above, a slower data reception rate will render the optimal beacon interval to be longer. Therefore, the optimal beacon interval increases with fewer children nodes. B. Comparison with non-opt TDMA and SCP Fig.5 and Fig.6 demonstrate the average power consumption of sensor node for non-opt TDMA, Opt-TDMA and SCP depending on the data generation interval with different clock drift rate. From these two figures, we can see that the average power consumption increases as the data generation interval decreases. This is because a faster data packet rate leads to heavy traffic load, and therefore more power is consumed on data transfer. we can also see that the power consumption is getting larger when the clock drift rate is higher. The reason is that a more serious clock drift rate introduces larger synchronization errors, thus a longer guard time is required to accommodate these synchronization errors, then will enlarge the overhead of idle listening and the overall power consumption. As shown in Fig.5, the difference of power consumption between non-opt TDMA and Opt-TDMA increases as the clock drift rate or data rate increases. As analysis above, a more serious clock drift rate will enlarge the idle listening overhead. Then more energy can be saved adopting Opt-TDMA when the clock drift rate becomes higher. On the other hand, the optimal beacon interval increases

5 Energy consumption per second (mw) θ=5 ppm, Opt TDMA θ=5 ppm, non Opt TDMA θ=1 ppm,opt TDMA θ=1 ppm, non Opt TDMA θ=15 ppm,opt TDMA θ=15 ppm, non Opt TDMA Energy consumption per second (mw) n=1,opt TDMA n=1, non Opt TDMA n=2, Opt TDMA n=2, non Opt TDMA n=3, Opt TDMA n=3, non Opt TDMA Fig. 5. Power consumption for Opt-TDMA and TDMA with different clock drift Fig. 7. Power consumption for Opt-TDMA and TDMA with different network size Energy consumption per second (mw) θ=5 ppm, Opt TDMA θ=5 ppm, SCP θ=1 ppm,opt TDMA θ=1 ppm,scp θ=15 ppm,opt TDMA θ=15 ppm,scp Energy consumption per second (mw) n=1,opt TDMA n=1, SCP n=2, Opt TDMA n=2, SCP n=3, Opt TDMA n=3, SCP Fig. 6. drift Power consumption for Opt-TDMA and SCP with different clock Fig. 8. Power consumption for Opt-TDMA and SCP with different network size with the decreasing of the data rate (as shown in Fig.4). Therefore, the synchronization rate reduced significantly with the decreasing of the data rate, reducing the gap of energy consumption between Opt-TDMA and non-opt TDMA. In Fig.5 and Fig.6, we also find out that the power consumption of Opt-TDMA is lower than non-opt TDMA and SCP. The reasons are as follows. (1) Compared with non-opt TDMA (Fig.5), Opt-TDMA uses the optimal beacon interval and minimizes the total power consumption of synchronization and idle listening. Although non-opt beacon intervals can minimize either synchronization cost or idle listening overhead, they can not minimize the overall power consumption. (2) Compared with SCP (Fig.6), although SCP also optimizes the channel polling period, the channel access is based on contention and not able to completely avoid collisions, thus wasting more energy. Fig.7 and Fig.8 display the power consumption of these three protocols depending on data report interval with different children number. As shown in Fig.7, the power consumption of Opt-TDMA is lower than non-opt TDMA in any data generation interval, especially in the high data rate. So the Opt- TDMA is more suitable in massive data flow network. From Fig.8 we can see that the difference of power consumption between Opt-TDMA and SCP increases when the number of children nodes increases. For example, the difference between two blue lines (n is 3) is shown obviously larger than two red lines (n is 1). The reason is that collisions occur more frequently in SCP when more children nodes have packets to be transmitted, while in Opt-TDMA, it is collision-free and no contention occurs due to the scheduled data transmission. Therefore, the power consumption of Opt-TDMA is smaller than SCP, especially when the network size is large. V. CONCLUSION AND FUTURE WORK In this paper, we investigate the effect of beacon interval length on the energy efficiency of TDMA-based MAC in low duty-cycle sensor networks. By providing the best tradeoff of the energy consumption between synchronization cost and idle listening overhead, the optimal length of beacon interval is analyzed. To implement this optimal solution, a

6 TDMA-based MAC (Opt-TDMA) is presented in the context of data-collection sensor networks. By configuring the beacon interval to its optimal value according to the data packets rate and network size, Opt-TDMA can reduce the overall power consumption of both sending/receiving beacons and data packets. The experiment results show that Opt-TDMA is more energy-efficient than non-opt TDMA and SCP, by using optimal beacon interval and contention-free transmission. Opt- TDMA can save more energy especially when the network size is large and the clock drift rate is high. That is, Opt-TDMA is more suitable for those large-scale networks and those networks in worse environments. Our analysis on the optimal beacon interval can be also extended to all synchronous MAC protocols. Therefore, the future work includes applying this strategy into other synchronous MAC protocols and investigating their performances. REFERENCES [1] Yingchao Han, Hongmei Li, and Jinghui Qiu. The analysis and summary about energy saving technologies of wireless sensor network. In Electronic and Mechanical Engineering and Information Technology (EMEIT), 211 International Conference on, volume 2, pages IEEE, 211. [2] Wei Ye, Fabio Silva, and John Heidemann. Ultralow duty cycle mac with scheduled channel polling. In Proceedings of the 4th international conference on Embedded networked sensor systems, pages ACM, 26. [3] Nicolas Burri, Pascal Von Rickenbach, and Roger Wattenhofer. Dozer: ultra-low power data gathering in sensor networks. In Information Processing in Sensor Networks, 27. IPSN 27. 6th International Symposium on, pages IEEE, 27. [4] Pei Huang, Li Xiao, Soroor Soltani, Matt W Mutka, and Ning Xi. The evolution of mac protocols in wireless sensor networks: A survey. Communications Surveys & Tutorials, IEEE, 15(1):11 12, 213. [5] Joseph Polastre, Jason Hill, and David Culler. Versatile low power media access for wireless sensor networks. In Proceedings of the 2nd international conference on Embedded networked sensor systems, pages ACM, 24. [6] Michael Buettner, Gary V Yee, Eric Anderson, and Richard Han. X-mac: a short preamble mac protocol for duty-cycled wireless sensor networks. In Proceedings of the 4th international conference on Embedded networked sensor systems, pages ACM, 26. [7] Prabal Dutta, Stephen Dawson-Haggerty, Yin Chen, Chieh-Jan Mike Liang, and Andreas Terzis. Design and evaluation of a versatile and efficient receiver-initiated link layer for low-power wireless. In Proceedings of the 8th ACM Conference on Embedded Networked Sensor Systems, pages ACM, 21. [8] Lei Tang, Yanjun Sun, Omer Gurewitz, and David B Johnson. Pw-mac: An energy-efficient predictive-wakeup mac protocol for wireless sensor networks. In INFO- COM, 211 Proceedings IEEE, pages IEEE, 211. [9] Wei Ye, John Heidemann, and Deborah Estrin. Medium access control with coordinated adaptive sleeping for wireless sensor networks. Networking, IEEE/ACM Transactions on, 12(3):493 56, 24. [1] Tijs Van Dam and Koen Langendoen. An adaptive energy-efficient mac protocol for wireless sensor networks. In Proceedings of the 1st international conference on Embedded networked sensor systems, pages ACM, 23. [11] Yanjun Sun, Shu Du, Omer Gurewitz, and David B Johnson. Dw-mac: a low latency, energy efficient demandwakeup mac protocol for wireless sensor networks. In Proceedings of the 9th ACM international symposium on Mobile ad hoc networking and computing, pages ACM, 28. [12] Sameh Gobriel, Daniel Mosse, and Robert Cleric. Tdmaasap: Sensor network tdma scheduling with adaptive slot-stealing and parallelism. In Distributed Computing Systems, 29. ICDCS 9. 29th IEEE International Conference on, pages IEEE, 29. [13] Wen-Zhan Song, Renjie Huang, Behrooz Shirazi, and Richard LaHusen. Treemac: Localized tdma mac protocol for real-time high-data-rate sensor networks. Pervasive and Mobile Computing, 5(6):75 765, 29. [14] Razvan Musaloiu-E, C-JM Liang, and Andreas Terzis. Koala: Ultra-low power data retrieval in wireless sensor networks. In Information Processing in Sensor Networks, 28. IPSN 8. International Conference on, pages IEEE, 28.

Presented by: Murad Kaplan

Presented by: Murad Kaplan Presented by: Murad Kaplan Introduction. Design of SCP-MAC. Lower Bound of Energy Performance with Periodic Traffic. Protocol Implementation. Experimental Evaluation. Related Work. 2 Energy is a critical

More information

IRI-MAC: An Improved Receiver Initiated MAC Protocol for Wireless Sensor Network

IRI-MAC: An Improved Receiver Initiated MAC Protocol for Wireless Sensor Network IRI-MAC: An Improved Receiver Initiated MAC Protocol for Wireless Sensor Network Md. Abir Hossain Department of Information and Communication Technology (ICT), Mawlana Bhashani Science and Technology University

More information

FTA-MAC: Fast Traffic Adaptive energy efficient MAC protocol for Wireless Sensor Networks

FTA-MAC: Fast Traffic Adaptive energy efficient MAC protocol for Wireless Sensor Networks FTA-MAC: Fast Traffic Adaptive energy efficient MAC protocol for Wireless Sensor Networks Van-Thiep Nguyen, Matthieu Gautier, and Olivier Berder University of Rennes 1, IRISA, France, {van-thiep.nguyen,matthieu.gautier,olivier.berder}@irisa.fr

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

Survey of Asynchronous Medium Access Protocols for Wireless Sensor Networks

Survey of Asynchronous Medium Access Protocols for Wireless Sensor Networks Survey of Asynchronous Medium Access Protocols for Wireless Sensor Networks 1 Dishee Agarwal, 2 Arvind Kakria, 3 Dr. Trilok C. Aseri 1,2,3 PEC University of Technology, Chandigarh, India Abstract Wireless

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

PW-MAC: An Energy-Efficient Predictive-Wakeup MAC Protocol for Wireless Sensor Networks

PW-MAC: An Energy-Efficient Predictive-Wakeup MAC Protocol for Wireless Sensor Networks PW-MAC: An Energy-Efficient Predictive-Wakeup MAC Protocol for Wireless Sensor Networks Lei Tang Yanjun Sun Omer Gurewitz David B. Johnson Department of Computer Science, Rice University, Houston, TX,

More information

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

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

More information

Delay Analysis of ML-MAC Algorithm For Wireless Sensor Networks

Delay Analysis of ML-MAC Algorithm For Wireless Sensor Networks Delay Analysis of ML-MAC Algorithm For Wireless Sensor Networks Madhusmita Nandi School of Electronics Engineering, KIIT University Bhubaneswar-751024, Odisha, India ABSTRACT The present work is to evaluate

More information

Performance and Comparison of Energy Efficient MAC Protocol in Wireless Sensor Network

Performance and Comparison of Energy Efficient MAC Protocol in Wireless Sensor Network www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 3 March 2015, Page No. 10652-10656 Performance and Comparison of Energy Efficient MAC Protocol in Wireless

More information

Ultra-Low Duty Cycle MAC with Scheduled Channel Polling

Ultra-Low Duty Cycle MAC with Scheduled Channel Polling Ultra-Low Duty Cycle MAC with Scheduled Channel Polling Wei Ye, Fabio Silva, and John Heidemann USC Information Sciences Institute 4676 Admiralty Way, Suite 11 Marina del Rey, CA 9292 {weiye, fabio, johnh}@isi.edu

More information

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

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

More information

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

A MAC Protocol with Little Idle Listening for Wireless Sensor Networks

A MAC Protocol with Little Idle Listening for Wireless Sensor Networks A MAC Protocol with Little Idle Listening for Wireless Sensor Networks Chaoguang Men 1,, Yongqian Lu 1, Dongsheng Wang 1, 1 Research and Development Center of High Dependability Computing Technology, Harbin

More information

SA-MAC: Self-stabilizing Adaptive MAC Protocol for Wireless Sensor Networks

SA-MAC: Self-stabilizing Adaptive MAC Protocol for Wireless Sensor Networks Bo C, Li XY, Wang Y, Xiao B. JOURNAL OF COMPUTER SCIENCE AND TECHNOLOGY : 1 Mon. Year SA-MAC: Self-stabilizing Adaptive MAC Protocol for Wireless Sensor Networks Cheng Bo 1 ( 波澄 ), Xiang-Yang Li 2 ( 李向阳

More information

AMAC: Traffic-Adaptive Sensor Network MAC Protocol through Variable Duty-Cycle Operations

AMAC: Traffic-Adaptive Sensor Network MAC Protocol through Variable Duty-Cycle Operations AMAC: Traffic-Adaptive Sensor Network MAC Protocol through Variable Duty-Cycle Operations Sang Hoon Lee, Joon Ho Park, and Lynn Choi Department of Electronics and Computer Engineering Korea University

More information

COMPARISON OF CSMA BASED MAC PROTOCOLS OF WIRELESS SENSOR NETWORKS

COMPARISON OF CSMA BASED MAC PROTOCOLS OF WIRELESS SENSOR NETWORKS COMPARISON OF CSMA BASED MAC PROTOCOLS OF WIRELESS SENSOR NETWORKS Himanshu Singh 1 and Bhaskar Biswas 2 1 Department of Computer Engineering, IT-BHU, Varanasi, India. himanshu.singh.cse07@itbhu.ac.in

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

A Survey on Medium Access Control Protocols based on Synchronous Duty Cycle Approach in Wireless Sensor Networks

A Survey on Medium Access Control Protocols based on Synchronous Duty Cycle Approach in Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.14 No.3, March 2014 81 A Survey on Medium Access Control Protocols based on Synchronous Duty Cycle Approach in Wireless Sensor

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

Low Power and Low Latency MAC Protocol: Dynamic Control of Radio Duty Cycle

Low Power and Low Latency MAC Protocol: Dynamic Control of Radio Duty Cycle 24 IJCSNS International Journal of Computer Science and Network Security, VOL.12 No.12, December 212 Low Power and Low Latency MAC Protocol: Dynamic Control of Radio Duty Cycle Jeehoon Lee*, Jongsoo Jeong,

More information

A PERFORMANCE EVALUATION OF YMAC A MEDIUM ACCESS PROTOCOL FOR WSN

A PERFORMANCE EVALUATION OF YMAC A MEDIUM ACCESS PROTOCOL FOR WSN A PERFORMANCE EVALUATION OF YMAC A MEDIUM ACCESS PROTOCOL FOR WSN Albeiro Cortés Cabezas and José de Jesús Salgado Patrón Department of Electronic Engineering, Surcolombiana University, Neiva, Colombia

More information

Implementation of an Adaptive MAC Protocol in WSN using Network Simulator-2

Implementation of an Adaptive MAC Protocol in WSN using Network Simulator-2 Implementation of an Adaptive MAC Protocol in WSN using Network Simulator-2 1 Suresh, 2 C.B.Vinutha, 3 Dr.M.Z Kurian 1 4 th Sem, M.Tech (Digital Electronics), SSIT, Tumkur 2 Lecturer, Dept.of E&C, SSIT,

More information

MAC LAYER. Murat Demirbas SUNY Buffalo

MAC LAYER. Murat Demirbas SUNY Buffalo MAC LAYER Murat Demirbas SUNY Buffalo MAC categories Fixed assignment TDMA (Time Division), CDMA (Code division), FDMA (Frequency division) Unsuitable for dynamic, bursty traffic in wireless networks Random

More information

COMPARISON OF TIME-BASED AND SMAC PROTOCOLS IN FLAT GRID WIRELESS SENSOR NETWORKS VER VARYING TRAFFIC DENSITY Jobin Varghese 1 and K.

COMPARISON OF TIME-BASED AND SMAC PROTOCOLS IN FLAT GRID WIRELESS SENSOR NETWORKS VER VARYING TRAFFIC DENSITY Jobin Varghese 1 and K. COMPARISON OF TIME-BASED AND SMAC PROTOCOLS IN FLAT GRID WIRELESS SENSOR NETWORKS VER VARYING TRAFFIC DENSITY Jobin Varghese 1 and K. Nisha Menon 2 1 Mar Baselios Christian College of Engineering and Technology,

More information

Medium Access Control in Wireless Sensor Networks

Medium Access Control in Wireless Sensor Networks Medium Access Control in Wireless Sensor Networks Davide Quaglia, Damiano Carra LIVELLO DATALINK 2 1 Goals Reliable and efficient communication between two nodes on the same physical medium Cable (Wired)

More information

Medium Access Control in Wireless IoT. Davide Quaglia, Damiano Carra

Medium Access Control in Wireless IoT. Davide Quaglia, Damiano Carra Medium Access Control in Wireless IoT Davide Quaglia, Damiano Carra LIVELLO DATALINK 2 Goals Reliable and efficient communication between two nodes on the same physical medium Cable (Wired) Wireless Assumptions

More information

An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol

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

More information

Ferry Route Design with MAC Protocol in Delay Tolerant Networks

Ferry Route Design with MAC Protocol in Delay Tolerant Networks Ferry Route Design with MAC Protocol in Delay Tolerant Networks Chaitra T K 1, Dr A S Poornima Ph.D 2 1 Student, Department of Computer Science and Engineering, Siddaganga Institute of Technology, Tumkur

More information

Energy-Efficient and Delay-Aware MAC Protocol in Wireless Sensor Networks for Oil and Gas Pipeline Monitoring Huaping Yu, Mei Guo

Energy-Efficient and Delay-Aware MAC Protocol in Wireless Sensor Networks for Oil and Gas Pipeline Monitoring Huaping Yu, Mei Guo International onference on dvances in Mechanical Engineering and Industrial Informatics (MEII 2015) Energy-Efficient and Delay-ware M Protocol in Wireless Sensor Networks for Oil and Gas Pipeline Monitoring

More information

ABSTRACT. Physical Implementation of Synchronous Duty-Cycling MAC Protocols: Experiences and Evaluation. Wei-Cheng Xiao

ABSTRACT. Physical Implementation of Synchronous Duty-Cycling MAC Protocols: Experiences and Evaluation. Wei-Cheng Xiao ABSTRACT Physical Implementation of Synchronous Duty-Cycling MAC Protocols: Experiences and Evaluation by Wei-Cheng Xiao Energy consumption and network latency are important issues in wireless sensor networks.

More information

Medium Access Control in Wireless Sensor Networks

Medium Access Control in Wireless Sensor Networks Medium Access Control in Wireless Sensor Networks Davide Quaglia, Damiano Carra LIVELLO DATALINK 2 1 Goals Reliable and efficient communication between two nodes on the same physical medium Cable (Wired)

More information

Priority-MAC: A Priority based Medium Access Control solution with QoS for WSN

Priority-MAC: A Priority based Medium Access Control solution with QoS for WSN Priority-MAC: A Priority based Medium Access Control solution with QoS for WSN Soumaya Argoubi, Karima Maalaoui, Mohamed Houcine Elhdhili, Leila Azouz Saidane RAMSIS Team, CRISTAL Laboratory, National

More information

MAC Essentials for Wireless Sensor Networks

MAC Essentials for Wireless Sensor Networks MAC Essentials for Wireless Sensor Networks Abdelmalik Bachir, Mischa Dohler, Senior Member, IEEE, Thomas Watteyne, Member, IEEE, and Kin K. Leung, Fellow, IEEE Medium access control Part of the link layer

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

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

sensors ISSN

sensors ISSN Sensors 2010, 10, 2752-2769; doi:10.3390/s100402752 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article A Time Tree Medium Access Control for Energy Efficiency and Collision Avoidance

More information

Performance Evaluation of Intermittent Receiver-driven Data Transmission on Wireless Sensor Networks

Performance Evaluation of Intermittent Receiver-driven Data Transmission on Wireless Sensor Networks Performance Evaluation of Intermittent Receiver-driven Data Transmission on Wireless Sensor Networks Daichi Kominami #, Masashi Sugano 2, Masayuki Murata #3 Takaaki Hatauchi $, Yoshikazu Fukuyama $5 #

More information

Design of Energy Efficient MAC Protocols in Wireless Sensor Networks

Design of Energy Efficient MAC Protocols in Wireless Sensor Networks Design of Energy Efficient MAC Protocols in Wireless Sensor Networks By Javad Lamei Supervisors: Lakshmikanth Guntupalli Prof. Frank Y Li A Thesis Submitted in Partial Fulfillment of the Requirements for

More information

Outline. MAC (Medium Access Control) General MAC Requirements. Typical MAC protocols. Typical MAC protocols

Outline. MAC (Medium Access Control) General MAC Requirements. Typical MAC protocols. Typical MAC protocols Outline Medium ccess ontrol With oordinated daptive Sleeping for Wireless Sensor Networks Presented by: rik rooks Introduction to M S-M Overview S-M Evaluation ritique omparison to MW Washington University

More information

Design and Implementation of a Multi-hop Zigbee Network

Design and Implementation of a Multi-hop Zigbee Network Design and Implementation of a Multi-hop Zigbee Network Chi-Wen Deng, Li-chun Ko, Yung-chih Liu, Hua-wei Fang Networks and Multimedia Institute Institute for Information Industry, ROC {cwdeng, lcko, ulysses,

More information

Link Estimation and Tree Routing

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

More information

Performance Comparison of Two Different Energy Conservation Mac Protocols

Performance Comparison of Two Different Energy Conservation Mac Protocols Available online at www.sciencedirect.com Procedia Technology 4 (212 ) 27 214 C3IT-212 Performance Comparison of Two Different Energy Conservation Mac Protocols Binu G S a, K Poulose Jacob a a Department

More information

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network V. Shunmuga Sundari 1, N. Mymoon Zuviria 2 1 Student, 2 Asisstant Professor, Computer Science and Engineering, National College

More information

ABSTRACT. JANG, BEAKCHEOL. Wireless MAC Protocol Design and Analysis. (Under the direction of Professor Mihail L. Sichitiu).

ABSTRACT. JANG, BEAKCHEOL. Wireless MAC Protocol Design and Analysis. (Under the direction of Professor Mihail L. Sichitiu). ABSTRACT JANG, BEAKCHEOL. Wireless MAC Protocol Design and Analysis. (Under the direction of Professor Mihail L. Sichitiu). Wireless networks are becoming very common due to their advantages such as rapid

More information

Embedded Internet and the Internet of Things WS 12/13

Embedded Internet and the Internet of Things WS 12/13 Embedded Internet and the Internet of Things WS 12/13 4. MAC Protocols Prof. Dr. Mesut Güneş Distributed, embedded Systems (DES) Institute of Computer Science Freie Universität Berlin Prof. Dr. Mesut Güneş

More information

A REVIEW ON MAC PROTOCOLS IN WIRELESS BODY AREA NETWORKS

A REVIEW ON MAC PROTOCOLS IN WIRELESS BODY AREA NETWORKS A REVIEW ON MAC PROTOCOLS IN WIRELESS BODY AREA NETWORKS Mrs.Bharathi R 1, Sukanya P 2 1Associate professor,dept of CSE,BMSIT&M,Bangalore. 2PG student,dept of CSE,BMSIT&M,Bangalore. ABSTRACT Wireless Body

More information

Research Article An Energy and Latency Aware WSN MAC Protocol for Bidirectional Traffic in Data Collection

Research Article An Energy and Latency Aware WSN MAC Protocol for Bidirectional Traffic in Data Collection Hindawi Publishing Corporation International Journal of Distributed Sensor Networks Volume 215, rticle ID 97538, 17 pages http://dx.doi.org/1.1155/215/97538 Research rticle n Energy and Latency ware WSN

More information

Sensor Network Protocols

Sensor Network Protocols EE360: Lecture 15 Outline Sensor Network Protocols Announcements 2nd paper summary due March 7 Reschedule Wed lecture: 11-12:15? 12-1:15? 5-6:15? Project poster session March 15 5:30pm? Next HW posted

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

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

An Asynchronous and Adaptive Quorum Based MAC Protocol for Wireless Sensor Networks

An Asynchronous and Adaptive Quorum Based MAC Protocol for Wireless Sensor Networks JOURNAL OF INFORMATION SCIENCE AND ENGINEERING XX, XXX-XXX (2013) An Asynchronous and Adaptive Quorum Based MAC Protocol for Wireless Sensor Networks 1 L. SHERLY PUSPHA ANNABEL AND 2 K. MURUGAN 1 Department

More information

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

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

More information

QoS Challenges and QoS-Aware MAC Protocols in Wireless Sensor Networks

QoS Challenges and QoS-Aware MAC Protocols in Wireless Sensor Networks QoS Challenges and QoS-Aware MAC Protocols in Wireless Sensor Networks S. Shiney Lillia PG Student, Department of Computer Science and Engineering, National Institute of Technology Puducherry, Puducherry,

More information

ROUTING ALGORITHMS Part 2: Data centric and hierarchical protocols

ROUTING ALGORITHMS Part 2: Data centric and hierarchical protocols ROUTING ALGORITHMS Part 2: Data centric and hierarchical protocols 1 Negative Reinforcement Time out Explicitly degrade the path by re-sending interest with lower data rate. Source Gradient New Data Path

More information

EX-SMAC: An Adaptive Low Latency Energy Efficient MAC Protocol

EX-SMAC: An Adaptive Low Latency Energy Efficient MAC Protocol EX-SMAC: An Adaptive Low Latency Energy Efficient MAC Protocol Chinmaya Ku. Mishra B.M.Acharya Kaberi Das Partha Sarathi Pati Abstract - In wireless sensor network the efficient use of energy leads to

More information

A Low-Energy Adaptive and Distributed MAC Protocol for Wireless Sensor-Actuator Networks

A Low-Energy Adaptive and Distributed MAC Protocol for Wireless Sensor-Actuator Networks Institut Eurécom Department of Mobile Communications 2229, route des Crêtes B.P. 193 06904 Sophia-Antipolis FRANCE Research Report RR-06-161 A Low-Energy Adaptive and Distributed MAC Protocol for Wireless

More information

Time Synchronization in Wireless Sensor Networks: CCTS

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

More information

BurstMAC An Efficient MAC Protocol for Correlated Traffic Bursts

BurstMAC An Efficient MAC Protocol for Correlated Traffic Bursts 1 BurstMAC An Efficient MAC Protocol for Correlated Traffic Bursts Matthias Ringwald, Kay Römer, Institute for Pervasive Computing, ETH Zurich, Switzerland Abstract Many sensor network applications feature

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

Design Aspects of An Energy-Efficient, Lightweight Medium Access Control Protocol for Wireless Sensor Networks

Design Aspects of An Energy-Efficient, Lightweight Medium Access Control Protocol for Wireless Sensor Networks Design Aspects of An Energy-Efficient, Lightweight Medium Access Control Protocol for Wireless Sensor Networks L.F.W. van Hoesel, P.J.M. Havinga Department of Electrical Engineering, Computer Science and

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

Latency-Energy Optimized MAC Protocol For Body Sensor Networks

Latency-Energy Optimized MAC Protocol For Body Sensor Networks 2012 Ninth International Conference on Wearable and Implantable Body Sensor Networks Latency-Energy Optimized MAC Protocol For Body Sensor Networks Muhammad Mahtab Alam, Olivier Berder, Daniel Menard,

More information

Adaptive Home Power Management for Real Time Home Management Systems. Kwang-il Hwangand Hyo-seong Kim

Adaptive Home Power Management for Real Time Home Management Systems. Kwang-il Hwangand Hyo-seong Kim Adaptive Home Power Management for Real Time Home Management Systems Kwang-il Hwangand Hyo-seong Kim Department of Embedded Systems Engineering, Incheon National University, Incheon, Korea hkwangil@incheon.ac.kr

More information

MAC protocol for volcano monitoring using a wireless sensor network

MAC protocol for volcano monitoring using a wireless sensor network MAC protocol for volcano monitoring using a wireless sensor network Loïc Le Guennec, Nancy Rachkidy, Alexandre Guitton, Michel Misson, Karim Kelfoun To cite this version: Loïc Le Guennec, Nancy Rachkidy,

More information

Etiquette protocol for Ultra Low Power Operation in Sensor Networks

Etiquette protocol for Ultra Low Power Operation in Sensor Networks Etiquette protocol for Ultra Low Power Operation in Sensor Networks Samir Goel and Tomasz Imielinski {gsamir, imielins}@cs.rutgers.edu DataMan Lab, Department of Computer Science Acknowledgement: Prof.

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

On Multihop Broadcast over Adaptively Duty-Cycled Wireless Sensor Networks

On Multihop Broadcast over Adaptively Duty-Cycled Wireless Sensor Networks On Multihop Broadcast over Adaptively Duty-Cycled Wireless Sensor Networks Shouwen Lai 1 and Binoy Ravindran 1 Virginia Tech, ECE Department, Blacksburg, VA 24060, USA, {swlai,binoy}@vt.edu Abstract. We

More information

CS 410/510 Sensor Networks Portland State University

CS 410/510 Sensor Networks Portland State University CS 410/510 Sensor Networks Portland State University Lecture 7 Energy Conservation and Harvesting 2/9/2009 Nirupama Bulusu 1 Source Acknowledgements Wei Ye and John Heidemann USC Information Sciences Institute

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

RMAC: A Routing-Enhanced Duty-Cycle MAC Protocol for Wireless Sensor Networks

RMAC: A Routing-Enhanced Duty-Cycle MAC Protocol for Wireless Sensor Networks 1 RMAC: A Routing-Enhanced Duty-Cycle MAC Protocol for Wireless Sensor Networks Shu Du Amit Kumar Saha David B. Johnson Department of Computer Science, Rice University, Houston, TX, USA Abstract Duty-cycle

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

Smart Hybrid Frame Scheduling to Improve Energy Efficiency in Wireless Sensor Network

Smart Hybrid Frame Scheduling to Improve Energy Efficiency in Wireless Sensor Network Smart Hybrid Frame Scheduling to Improve Energy Efficiency in Wireless Sensor Network Wei Wang, Dongming Peng, Honggang Wang, Hamid Sharif Department of Computer and Electronics Engineering, University

More information

Node activity scheduling in wireless sensor networks

Node activity scheduling in wireless sensor networks 1 Node activity scheduling in wireless sensor networks Saoucene Mahfoudh, Pascale Minet 1 Outline 2 1. Introduction: Maximize network lifetime 2. The node coloring problem Constraints Complexity 3. Three-hop

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

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

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

More information

Energy Efficient MAC Protocols Design for Wireless Sensor Networks

Energy Efficient MAC Protocols Design for Wireless Sensor Networks Energy Efficient MAC Protocols Design for Wireless Sensor Networks Francesco Chiti*, Michele Ciabatti*, Giovanni Collodi, Davide Di Palma*, Romano Fantacci *, Antonio Manes *Dipartimento di Elettronica

More information

International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at:

International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: Volume 3, Issue 10, October 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Multi-Channel

More information

An adaptive energy-efficient and low-latency MAC for tree-based data gathering in sensor networks

An adaptive energy-efficient and low-latency MAC for tree-based data gathering in sensor networks WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput. 2007; 7:863 875 Published online 10 May 2007 in Wiley InterScience (www.interscience.wiley.com).503 An adaptive energy-efficient

More information

RT-Link: A global time-synchronized link protocol for sensor networks Anthony Rowe, Rahul Mangharam, Raj Rajkumar

RT-Link: A global time-synchronized link protocol for sensor networks Anthony Rowe, Rahul Mangharam, Raj Rajkumar RT-Link: A global time-synchronized link protocol for sensor networks Anthony Rowe, Rahul Mangharam, Raj Rajkumar Papa Alioune Ly, Joel Alloh, Carl Hedari, Tom Reynaert Outline Introduction Design of the

More information

CLUSTER-BASED ENERGY-EFFICIENT MAC PROTOCOL FOR WIRELESS SENSOR NETWORKS. A Thesis by. Nikhil Marrapu

CLUSTER-BASED ENERGY-EFFICIENT MAC PROTOCOL FOR WIRELESS SENSOR NETWORKS. A Thesis by. Nikhil Marrapu CLUSTER-BASED ENERGY-EFFICIENT MAC PROTOCOL FOR WIRELESS SENSOR NETWORKS A Thesis by Nikhil Marrapu Bachelor of Technology, Jawaharlal Nehru Technological University, 2008 Submitted to the Department of

More information

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

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

More information

A Configurable Medium Access Control Protocol for IEEE Networks

A Configurable Medium Access Control Protocol for IEEE Networks A Configurable Medium Access Control Protocol for IEEE 802.15.4 Networks Rodrigo Vieira Steiner, Tiago Rogério Mück, and Antônio Augusto Fröhlich Software/Hardware Integration Lab Federal University of

More information

MAC Protocols for Energy Conservation in Wireless Sensor Network

MAC Protocols for Energy Conservation in Wireless Sensor Network IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 05 November 2016 ISSN (online): 2349-784X MAC Protocols for Energy Conservation in Wireless Sensor Network Samir Kariya

More information

Know Your Neighborhood: A Strategy for Energy-efficient Communication

Know Your Neighborhood: A Strategy for Energy-efficient Communication Know Your Neighborhood: A Strategy for Energy-efficient Communication Farhana Ashraf, Riccardo Crepaldi and Robin H. Kravets University of Illinois at Urbana-Champaign Email: {fashraf, rcrepal, rhk}@illinois.edu

More information

[Kaplieswar*, 5(4): April, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785

[Kaplieswar*, 5(4): April, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785 [Kaplieswar*, 5(4): April, 216] ISSN: 2277-9655 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY IMPROVING THE LIFESPAN OF WIRELESS SENSOR NETWORKS VIA EFFICIENT CARRIER SENSING

More information

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

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

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,900 116,000 120M Open access books available International authors and editors Downloads Our

More information

SELECT OF OPTIMAL SLEEP STATE IN ADAPTIVE SMAC USING DPM

SELECT OF OPTIMAL SLEEP STATE IN ADAPTIVE SMAC USING DPM SELECT OF OPTIMAL SLEEP STATE IN ADAPTIVE Elham Hajian Department of Computer Engineering SMAC USING DPM Kamal Jamshidi Department of Computer Engineering Ali Bohlooli Department of Computer Engineering

More information

Analysis of S-MAC/T-MAC Protocols for Wireless Sensor Networks

Analysis of S-MAC/T-MAC Protocols for Wireless Sensor Networks Analysis of S-MAC/T-MAC Protocols for Wireless Sensor Networks WOOCHUL LEE*, YUTAE LEE*, SOONGHEE LEE**, DONGIL KIM* *Department of Information and Communications Engineering Dong-Eui University, 996 Eomgwan-no,

More information

Towards a classification of energy aware MAC protocols for wireless sensor networks

Towards a classification of energy aware MAC protocols for wireless sensor networks WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput. 2009; 9:1572 1607 Published online 4 February 2009 in Wiley InterScience (www.interscience.wiley.com).743 Towards a classification

More information

Power Saving MAC Protocols for WSNs and Optimization of S-MAC Protocol

Power Saving MAC Protocols for WSNs and Optimization of S-MAC Protocol ARTICLE International Journal of Engineering Business Management Special Issue on Radio Frequency Identification and Wireless Sensor Networks Editor: Cristina Turcu Power Saving MAC Protocols for WSNs

More information

An Adaptive MAC Protocol for Efficient Group Communications in Sensor Networks

An Adaptive MAC Protocol for Efficient Group Communications in Sensor Networks An Adaptive MAC Protocol for Efficient Group Communications in Sensor Networks Turkmen Canli, Zhihui Chen, Ashfaq Khokhar University of Illinois at Chicago Ajay Gupta Western Michigan University Abstract-This

More information

Multi-Hop Linear Network Based on LoRa

Multi-Hop Linear Network Based on LoRa , pp.29-33 http://dx.doi.org/10.14257/astl.2018.150.08 Multi-Hop Linear Network Based on LoRa Cong Tan Duong 1 and Myung Kyun Kim 1 1 44610 Dept. of IT Convergence, Univ. of Ulsan, Daehak-Ro 93, Nam-Gu,

More information

An Energy-Efficient MAC Design for IEEE Based Wireless Sensor Networks

An Energy-Efficient MAC Design for IEEE Based Wireless Sensor Networks An Energy-Efficient MAC Design for IEEE 802.15.4-Based Wireless Sensor Networks Yu-Kai Huang 1,Sze-WeiHuang 1,andAi-ChunPang 1,2 1 Graduate Institute of Networking and Multimedia 2 Department of Computer

More information

Analysis of Contention Based Medium Access Control Protocols for Wireless Sensor Networks

Analysis of Contention Based Medium Access Control Protocols for Wireless Sensor Networks Australian Journal of Basic and Applied Sciences, 4(10): 5473-5482, 2010 ISSN 1991-8178 Analysis of Contention Based Medium Access Control Protocols for Wireless Sensor Networks 1 Shahzad A. Malik, 1 Muhammad

More information

CRYPTOGRAPHY TECHNIQUES USED IN SECRET KEY MANAGEMENT SYSTEM IN WIRELESS SENSOR NETWORK

CRYPTOGRAPHY TECHNIQUES USED IN SECRET KEY MANAGEMENT SYSTEM IN WIRELESS SENSOR NETWORK CRYPTOGRAPHY TECHNIQUES USED IN SECRET KEY MANAGEMENT SYSTEM IN WIRELESS SENSOR NETWORK MR.A.VIJAY VASANTH1 M.E., (Ph.D) Dept. of CSE Senior Assistant Professor Christ College of Engineering & Technology,

More information

No. (Betteridge's Law of Headlines)

No. (Betteridge's Law of Headlines) No. (Betteridge's Law of Headlines) Is There Any Practical Theory? Roger Wattenhofer ETH Zurich Distributed Computing www.disco.ethz.ch Theory & Practice OSDI Multimedia SenSys HotNets STOC SPAA FOCS PODC

More information

Cross-Layer Interference Avoidance MAC Protocol for Dense Wireless Sensor Networks

Cross-Layer Interference Avoidance MAC Protocol for Dense Wireless Sensor Networks Cross-Layer Interference Avoidance MAC Protocol for Dense Wireless Sensor Networks Behnam Dezfouli, Marjan Radi, Mohammad Ali Nematbakhsh {dezfouli, radi}@ieee.org Abstract In this paper, we propose IAMAC,

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