A Novel Multi-ACK Based Data Forwarding Scheme in Wireless Sensor Networks

Size: px
Start display at page:

Download "A Novel Multi-ACK Based Data Forwarding Scheme in Wireless Sensor Networks"

Transcription

1 A Novel Multi-ACK Based Data Forwarding Scheme in Wireless Sensor Networks Dang Tu Nguyen 1, Wook Choi 2, Minh Thiep Ha 1, and Hyunseung Choo 1 1 School of Information and Communication Engineering, Sungkyunkwan Univ., S. Korea {dangtu,thiepha,choo}@skku.edu 2 Department of Computer Science and Engineering, Hankuk Univ. of Foreign Studies, S. Korea twchoi@hufs.ac.kr Abstract Data forwarding schemes that use a single ACKbased retransmission mechanism are widely used to increase the packet delivery ratio in wireless sensor networks. However, these schemes may waste a considerable amount of energy for data transmissions, especially when the link quality is low for ACK transmissions. In this paper, we propose a novel multi- ACK-based data forwarding scheme to minimize the energy consumption for unnecessary data retransmissions. The next hop forwarder selection significantly affects the energy efficiency of communications. Hence, we also develop a new next hop forwarder selection metric, called effective energy consumption (EEC), which makes the proposed data forwarding scheme suitable for geographic routing protocols. Mathematical analysis and simulation results demonstrate that the proposed multi-ack data forwarding scheme can save much energy and reduce the total amount of traffic load in the network. More specifically, the combination use of multi-ack data forwarding and EEC metric increases the energy efficiency by 47.8% when node density is low, and 75.0% when node density is high, compared to the geographic forwarding protocols which use a well-known metric, P RR Distance. I. INTRODUCTION Wireless sensor networks (WSN) are composed of a large number of sensor nodes and in general, they are deployed in inaccessible and hostile environments, e.g., dense jungles, battlefields, and inside phenomenon [1], [3], [4]. Sensor nodes in such networks operate under stringently-constrained resources including low-power energy, the replenishment of which may not often be feasible. This characteristic and other factors such as multipath routing, stochastic interference, data diffusion and scattering make the wireless link between sensor nodes irregular and unreliable [9], [11], [12]. Therefore, the design of communication stacks must take into account the radio layer reality. In order to cope with the wireless link unreliability in the network layer, several efforts have been made to define metrics that characterize the energy efficiency of communications [2], [10]. Communication over the unreliable links could be optimized based on those metrics. Moreover, the most common mechanism to increase the packet delivery ratio used in previous work is to retransmit data packets using the acknowledgment (ACK) message. Because of the asymmetric characteristic of unreliable links, the link quality for the ACK message transmission is sometimes low, while that of the data packet is relatively high. Therefore, there may be situations that the data packets actually arrive at the destination node but the ACK messages fail to arrive at the source node. This leads to unnecessary data retransmissions, thus eventually wasting a considerable amount of energy. In this paper, we propose a novel energy-efficient multi- ACK data forwarding scheme to minimize the unnecessary energy consumption as mentioned above. In the proposed scheme, when the destination node receives a data packet, it responds to the source node with a suitable number of ACK messages to ensure that the source node can successfully receive one. The next hop forwarder selection also significantly affects the energy efficiency of communications. Hence, we develop a new local metric per a unit distance, called effective energy consumption (EEC). This metric is based on a unit distance called expected progress (described in Section V) and reflects how much energy consumed to transmit the data packet towards the destination node and how successfully the data packet can be delivered by forwarding it to a selected neighbor. The key contributions of our work are threefold: Helping sensor nodes conserve a large amount of energy that is otherwise used for unnecessary data transmissions, by using multiple ACK messages. Significantly reducing the traffic load in the network, thereby minimizes the risk of traffic collisions among sensors and the routing overhead. Introducing a local optimal metric, EEC, for a next hop forwarder selection that is suitably used for geographic routing protocols in realistic environments. The combination use of multi-ack forwarding and EEC metric can considerably increase the energy efficiency. The remainder of this paper is organized as follows. In Section II, we discuss related work. Section III presents assumptions, notations, and system models while Section IV and V describe the proposed multi-ack data forwarding scheme and EEC metric, respectively. Section VI provides the performance evaluation results. Finally, we conclude the paper in Section VII. II. RELATED WORK Research on radio properties indicates that the wireless links between low power sensor devices are extremely unreliable [9], [11], [12]. Specifically, the authors in [11] provided a comprehensive analysis of the root causes of link unreliability

2 and asymmetry. In particular, they defined the packet reception rate as a function of distance. Zamalloa et al. studied the distance-hop trade-off for geographic routing in wireless sensor networks [10]. They showed that the product of the packet reception rate (PRR) and the distance to the destination (P RR Distance) is an optimal metric to select a next hop forwarder. In [2], the authors introduced the concept of expected transmission count metric (ETX) that finds high-throughput paths on multi-hop wireless networks. Previous work frequently used a data packet retransmission mechanism to increase the packet delivery ratio. In the retransmission mechanism, a node sends a data packet to a next hop forwarder and waits for an ACK message. If the next hop forwarder receives the data packet, it responds with an ACK message to the source node. After a timeout duration, if the source node does not receive the ACK message, it retransmits the same data packet. These steps are repeated until the source node receives an ACK message or the number of retransmissions exceeds the threshold. This leads to unnecessary data retransmissions, thus wasting energy. This motivates our work. A. Assumptions III. PRELIMINARIES In this paper, mathematical analysis and simulations are done based on the following assumptions: Wireless links between nodes are bidirectional and the link qualities of both directions are not equal. Nodes know their location, one-hop neighbor location, and the position of the final destination and also they know the link qualities of their neighbors, which are characterized by the packet reception rate (PRR). B. Notations d cur dst : Distance between the current node and the destination node. d nbr dst : Distance between the neighboring node and the destination node. P RR out : PRR of outgoing link for sending out a data packet. P RR in : PRR of incoming link for receiving an ACK message. ARQ: Maximum number of data retransmissions. K out : Number of data packet retransmissions up to the first success. K in : Number of ACK message retransmissions up to the first success. P ARQ : Probability of successfully sending a data packet after ARQ attempts. e data : Amount of energy consumed for transmitting a data packet. e ACK : Amount of energy consumed for transmitting an ACK message. e total : Total amount of energy consumed during one hop data transmission session. C. Link Layer Model We use a realistic link layer model introduced in [11], which is based on the log-normal path loss model [7]. When Manchester encoding and NCFSK modulation schemes are used, the PRR for a distance d between a transmitter and a receiver becomes a random variable that is given by: P RR(d) (1 1 2 exp 10 γ d ) ρ 8f where γ is the signal to noise ratio in db; ρ is the encoding ratio (ρ 2 for Manchester encoding); f is the frame length in bytes. D. Energy Consumption Model We consider only the energy consumption for data transmissions. More specifically, we do not consider other kinds of energy consumption, e.g., energy spent in state (active/idle/sleep) transitions. For a node in the transmitting/receiving state, the power consumption, P, can be obtained by: P I V where I denotes the current consumption; V is the supply voltage. Given P, the energy consumption, e, in one state can be obtained by: e P T where T is the time duration spent on that state. Simulations in this study use the power model used in the Mica2 hardware platform to measure the energy consumption. Table 1 shows the Mica2 power model [8]. E. Transmission Delay Model We use IEEE standard for the physical and medium access layers. Although Mica2 platform does not support IEEE , it can operate at the frequency of 915MHz. Hence, our wireless model is still valid for the Mica2 platform [5]. As in [6], the transmission delay each frame experiences is formulated as: delay(x) T BO + T frame (x) + T T A + T ACK + T IF S where T BO denotes the back off period in seconds; T frame (x) is the transmission time for a frame with a payload of x bytes; T T A denotes the turnaround time; T ACK is the transmission time for an ACK; T IF S is the IFS time as shown in Fig. 1. The duration of a frame is given by: T frame (x) 8 L P HY +L MAC HDR +L address +x+l MAC F T R R data TABLE I POWER MODEL FOR THE MICA2. THE MOTE WAS MEASURED WITH THE MICASB SENSOR BOARD AND A 3V POWER SUPPLY. Mode Current Mode Current Rx 7.0 ma Tx (-5 dbm) 7.1 ma Tx (-20 dbm) 3.7 ma Tx (0 dbm) 8.5 ma Tx (-19 dbm) 5.2 ma Tx (+4 dbm) 11.6 ma Tx (-15 dbm) 5.4 ma Tx (+8 dbm) 17.4 ma Tx (-8 dbm) 6.5 ma Tx (+10 dbm) 21.5 ma

3 Back Off Period Fig. 1. Frame ACK Turnaround Time 1 Frame Duration IFS Frame sequence in IEEE standard. where L P HY denotes the length of the PHY header in bytes (6 bytes); L MAC HDR is the length of the MAC header in bytes (3 bytes); L address is the length of the MAC address info field; L MAC F T R is the length of the MAC footer in bytes (2 bytes); and R data denotes the raw data rate. The duration of an ACK is calculated as follows: T ACK 8 L P HY + L MAC HDR + L MAC F T R R data A. Basic Idea IV. MULTI-ACK DATA FORWARDING The goal of our proposed multi-ack data forwarding scheme is to minimize the number of unnecessary data retransmissions and thus save energy. When the next hop forwarder receives a data packet, it replies to the source node with multiple ACK messages, so that the source node can successfully receive at least one ACK. Before retransmitting a data packet, the source node waits for a certain amount of time, called timeout, which is long enough for the next hop forwarder to reply with one ACK message successfully. To achieve the goal, there are two problems to be solved: i) how many ACK messages the next hop forwarder should reply with to the source node and ii) how long the source node should wait for the ACK messages. In the following, we probabilistically analyze the suitable values for the number of ACK messages and the timeout for waiting the multiple ACK. B. Preliminaries for Probabilistic Analysis We assume the value of K out as a random variable which follows Geometric random distribution, i.e., depending on the link quality between two sensor nodes, K out varies. Therefore, given a PRR, the probability that K out equals k is measured by: P [K out k] (1 P RR out ) k 1 P RR out Since we consider the maximum number of ARQ retransmissions, K out can range from 1 to ARQ. So, the probability, P ARQ, is derived as follows: P ARQ P [K out ARQ] ARQ k1 ARQ k1 (1 P RR out ) k 1 P RR out P [K out k] 1 (1 P RR out ) ARQ (1) For the random variable K out, we use the expected value of K out which is given by: E[K out ] kp [K out k] k0 k(1 P RR out ) k 1 P RR out k0 1 P RR out Similarly, the expected value of K in is given by: 1 E[K in ] P RR in C. Analysis of Energy Consumption 1) Traditional Data Forwarding: Probabilistically, for E[K out ] data retransmissions, one packet successfully arrives at the next hop forwarder. For each of successfully-transmitted packets, the next hop forwarder responds with one ACK message. Eventually, E[K in ] ACK messages should be sent to make sure that the source node can receive at least one message successfully. Given this probabilistic behavior, the total energy consumption is given by: e total E[K in ] (E[K out ] e data + e ACK ) 2) Multi-ACK Data Forwarding: Similarly to the case of the traditional data forwarding, for E[K in ] ACK messages sent by the next hop forwarder, one message successfully arrives at the source node. So, when the next hop forwarder receives a data packet, it replies to the source node with E[K in ] ACK messages. As a result, the total energy consumption can be measured as follows: e total E[K out ] e data + E[K in ] e ACK (2) Finally, the amount of energy savings from the use of the proposed multi-ack data forwarding scheme against the traditional data forwarding scheme is measured as follows: e save E[K out ] (E[K in ] 1) e data Using multiple ACK messages, nodes can save a lot of energy that is otherwise consumed for unnecessary data transmissions. However, on the downside, the source node has to wait for a longer timeout after sending one data packet, thereby increases the transmission delay. In the following, we analyze this trade-off between energy saving and transmission delay. D. Analysis of Transmission Delay We analyze the additional transmission delay resulted from the use of multiple ACK messages against the traditional forwarding. Fig. 2 illustrates the use of multiple ACK. First, we measure the expected one-hop transmission delay and timeout duration of the traditional data forwarding and multi-ack data forwarding, respectively.

4 Fig. 2. Back Off Period Frame ACK Turnaround Time 1 Frame Duration ACK Frame sequence in IEEE standard using multi-ack. 1) Traditional data forwarding: delay E[K out ] (T BO + T frame (x) + T T A +T ACK + T IF S ) T single ACK timeout 2) Multi-ACK data forwarding: T T A + T ACK + T IF S delay E[K out ] (T BO + T frame (x) + T T A +E[K in ] T ACK + T IF S ) T multi ACK timeout IFS T T A + E[K in ] T ACK + T IF S The expected additionally one-hop transmission delay of multi-ack forwarding against the traditional forwarding is given by: ExtraDelay E[K out ] (E[K in ] 1) T ACK for T multi ACK timeout > T single ACK timeout. V. DESCRIPTION OF EEC METRIC In order to effectively use the proposed multi-ack data forwarding scheme in existing geographic routing protocols, we introduce a novel local metric, effective energy consumption (EEC), per a unit expected progress for the next hop forwarder selection. Before deriving the EEC metric, we first define the average energy consumption per a unit expected progress as: e total AEC ExpectedP rogress e total d cur dst d nbr dst where e total is calculated by using equation (2); the ExpectedProgress is measured as shown in Fig. 3. This definition reflects how much energy is consumed to transmit a data packet one unit expected progress toward the destination node by forwarding it to a selected neighbor. Now, let us merge Current node S Fig Expected progress 3 D Destination node Expected progress measurement for EEC metric the average energy consumption per a unit expected progress with the probability, P ARQ, that the current node sends a data packet successfully after the maximum number of ARQ retransmissions. Recall that P ARQ 1 (1 P RR out ) ARQ (refer to Eq. (1)). Then, the EEC metric is derived as follows: EEC e total P ARQ (d cur dst d nbr dst ) e total (1 (1 P RR out ) ARQ ) (d cur dst d nbr dst ) A. Use of EEC Metric in Forwarding Process When a node has a packet to send to a destination, it calculates the EEC values of its one-hop neighbors that are closer to the destination node and selects a neighbor with the smallest EEC value as its forwarder. It then uses the multi- ACK data forwarding scheme to transmit the data packet to the selected forwarder. For example, as shown in Fig. 3, when the current node S wants to send a data packet to the destination node D, S calculates the EEC metrics of its one-hop neighbors (i.e., 1, 2, 3, 4, and 5 neighbors) using the above equation, selects node 2 with the smallest EEC value as its forwarder (Table 2. shows an example of such calculations), and finally uses the multi-ack scheme to transmit the data packet to it. TABLE II EXAMPLE FOR THE COMBINATION USE OF MULTI-ACK AND EEC. Neighbor Node P RR out P RR in Expected Progress EEC VI. PERFORMANCE EVALUATION Using multi-ack is motivated by the unnecessary data retransmissions due to the ACK failures of the single-ack based data forwarding scheme. This happens more frequently when the link quality for ACK transmission is low. We use the one-hop data forwarding to evaluate the performance of multi- ACK scheme, compared to the traditional approach. To have a better view on the performance of multi-ack and EEC, we use the multi-hop data forwarding in networks having a realistic link layer as in [10], [11]. A. Methodology We use the IEEE standard for the physical and medium access layers. The data packet size is 100 bytes and ACK message size is 11 bytes [6], [10]. The maximum number of data retransmissions is 10. In one-hop data forwarding, the value of P RR out is a random value between 0.01 and 1. The value of P RR in varies from 0.1 to 1 with 0.1 increment. For each value of the P RR in, 100 data packets are sent and the average results are obtained. In multi-hop data forwarding, we compare the combination use of multi-ack and EEC (multi-ack EEC) with that of

5 (a) The energy efficiency. (b) The delivery ratio. (c) The traffic load. (d) The transmission delay. Fig. 4. Evaluating multi-ack in one-hop data forwarding. (a) The energy efficiency. (b) The delivery ratio. (c) The traffic load. (d) The transmission delay. Fig. 5. Evaluating the combination of multi-ack and EEC in multi-hop data forwarding with varying network sizes. (a) The energy efficiency. (b) The delivery ratio. (c) The traffic load. (d) The transmission delay. Fig. 6. Evaluating the combination of multi-ack and EEC in multi-hop data forwarding with varying node densities. PRRxDistance and global ETX. For ETX, we use the Dijkstra algorithm to compute the shortest path from the source to the destination, where the weight of each link is equal to the reciprocal of P RR out P RR in. In this simulation, nodes are deployed uniformly at random [10], and for each pair of the nodes, we use the same link model as in [10] and [11] to generate the one-hop packet reception rate. We run 100 experiments in two different scenarios: i) varying densities in networks of 1000 nodes and ii) varying network sizes with a fixed density (50 neighbors/range). In each simulation run, 100 pairs of random sources and random destinations are chosen to send one data packet and the results are computed as the average of the 100 runs. 1) Evaluation Metrics: We use the following four metrics to evaluate the performance of schemes: Energy efficiency: Number of bits successfully delivered to the destination node for each unit of energy spent by the network in communication events. Packet delivery ratio: Percentage of packets sent by the source node that reach the destination node. Traffic load: Average amount of transmitted data per each successful communication. Transmission delay: Average transmission time per each successful communication. B. Energy Efficiency 1) One-hop data forwarding: As shown in Fig. 4(a), the energy efficiency of the multi-ack scheme is much greater than that of the traditional approach, especially when P RR in is low, since multi-ack can save much energy for unnecessary data retransmissions. 2) Multi-hop data forwarding: From Fig. 5(a), we can see that the energy efficiency of multi-ack EEC is about 1.5 times greater than that of PRRxDistance. For example, when the number of nodes is 600, the energy efficiencies of multi- ACK EEC, PRRxDistance, and ETX are 0.34, 0.23, and 0.43,

6 respectively. That is, multi-ack EEC can improve the energy efficiency of PRRxDistance 47.8% ( ). This advantage becomes much better when node density increases, as shown is Fig. 6(a). For example, when node density is 140, the energy efficiencies of multi-ack EEC, PRRxDistance, and ETX are 0.63, 0.36, and 0.71, respectively. This figure demonstrates that the performance of multi-ack EEC is 75% ( ) greater than that of PRRxDistance and equals 89% ( ) that of global ETX when node density is high. C. Packet Delivery Ratio 1) One-hop data forwarding: Fig. 4(b) shows the delivery ratio of the multi-ack scheme is the same as the value of the traditional approach, since the P RR out is the same for two schemes. 2) Multi-hop data forwarding: It can be seen in Fig. 5(b) the delivery ratio of multi-ack EEC and PRRxDistance are close together and decrease for larger networks, since paths become longer and the probability of path disconnections increases. In contrast, the value of global ETX is always close to 100%, because ETX is almost guaranteed to find a path to the destination, if one exists. The delivery ratio of multi-ack EEC and PRRxDistance are very low when node density is low, as shown in Fig. 6(b). D. Traffic Load 1) One-hop data forwarding: As shown in Fig. 4(c), the traffic load created by the multi-ack scheme is much smaller than that of the traditional approach, especially when P RR in is low. 2) Multi-hop data forwarding: From Fig. 5(c), we can see that the multi-ack EEC considerably reduce the traffic load compared to PRRxDistance. When node density is high, the traffic load created by multi-ack EEC becomes much smaller than that of PRRxDistance and close to the value of ETX, as shown in Fig. 6(c). E. Transmission Delay 1) One-hop data forwarding: Fig. 4(d) shows the transmission delay of the multi-ack scheme is much greater than that of the traditional approach, especially when P RR in is low, since node has to wait for a longer timeout after sending a data packet. 2) Multi-hop data forwarding: As shown in Fig. 5(d) and Fig. 6(d), the transmission delay of multi-ack EEC is slightly higher than that of PRRxDistance and ETX, since EEC can select good forwarders that have high value of P RR out and P RR in. When node density is very low, the transmission delay of ETX is much greater than that of multi-ack EEC and PRRxDistance, since ETX can deliver 56% of data packets while multi-ack EEC and PRRxDistance can only deliver 7% of data packets, as shown in Fig. 6(b). VII. CONCLUSION In this paper, we introduced a novel multi-ack-based data forwarding scheme with an ultimate goal of minimizing the unnecessary energy consumption while transmitting data over unreliable wireless links in wireless sensor networks. In order to effectively use the proposed multi-ack data forwarding scheme in geographic routing protocols, we also developed a novel local metric, called effective energy consumption (EEC), which reflects how much energy consumed to transmit the data packet towards the destination node and how successfully the data packet can be delivered by forwarding it to a selected neighbor. Mathematical analysis and simulation results demonstrated that our proposed scheme reduces the transmission energy and the traffic load by using multiple ACK messages, and thus increases the energy efficiency and the network lifetime. ACKNOWLEDGMENT This research was supported by MKE, Korea under ITRC NIPA (C ). Dr. Choo is the corresponding author. REFERENCES [1] I. F. Akyildiz, W. Su, Y. Sankarasubramaniam, and E. Cayirci, A survey on sensor networks, IEEE Communications Magazine, vol. 40, pp , [2] D. Couto, D. Aguayo, D. Bicket J. and Morris R., A high-throughput Path Metric for Multi-hop Wireless Routing, Wireless Network 11, 4, , [3] C. Gui and P. Mohapatra, Power conservation and quality of surveillance in target tracking sensor networks, Proc. MobiCom 04, pp , [4] M. T. Ha, T. D. Le, and H. Choo, Employing a Novel Two Tiered Network Structure to Extend the Lifetime of WSNs, Proc. WCNC, pp. 1 6, [5] M. Harthikote-Matha, T. Banka, and A. P. Jayasumana, Performance Degradation of IEEE Slotted CSMA/CA due to Hidden Nodes, Proc. IEEE LCN 07, pp , [6] B. Latr, P. D. Mil, I. Moerman, B. Dhoedt, and P. Demeester, Throughput and Delay Analysis of Unslotted IEEE , Journal of Networks, Vol. 1, No. 1, May [7] T. Rappaport, Wireless Communications, Prentice Hall, PTR Upper Saddle River, NJ, [8] V. Shnayder, M. Hempstead, B. Chen, G. W. Allen, and M. Welsh, Simulating the Power Consumption of Large-Scale Sensor Network Applications, Proc. SenSys 04, pp , [9] A. Woo et al., Taming the Underlying Challenges of Reliable Multihop Routing in Sensor Networks, Proc. SenSys, pp , [10] M. Z. Zamalloa, K. Seada, B. Krishnamchari, and A. Helmy, Efficient Geographic Routing over Lossy Links in Wireless Sensor Networks, ACM Transactions on Sensor Networks, [11] M. Z. Zamalloa and B. Krishnamachari, An Analysis of Unreliability and Asymmetry in Low-Power Wireless Links, ACM Transactions on Sensor Networks, [12] J. Zhao and R. Govindan, Understanding packet delivery performance in dense wireless sensor networks, Proc. Sensys, pp. 1 13, 2003.

Energy-Efficient Forwarding Strategies for Geographic Routing in Lossy Wireless Sensor Networks

Energy-Efficient Forwarding Strategies for Geographic Routing in Lossy Wireless Sensor Networks Energy-Efficient Forwarding Strategies for Geographic Routing in Lossy Wireless Sensor Networks K. Seada, M.Zuniga, A. Helmy and B. Krishnamachari Department of Electrical Engineering University of Southern

More information

Energy Efficiency Maximization for Wireless Sensor Networks

Energy Efficiency Maximization for Wireless Sensor Networks Energy Efficiency Maximization for Wireless Sensor Networks Inwhee Joe College of Information and Communications Hanyang University Seoul, Korea iwjoe@hanyang.ac.kr Abstract. Because of the remote nature

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

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

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

More information

Volume 1, Number 1, 2015 Pages Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online):

Volume 1, Number 1, 2015 Pages Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online): JJEE Volume 1, Number 1, 2015 Pages 45-54 Jordan Journal of Electrical Engineering ISSN (Print): 2409-9600, ISSN (Online): 2409-9619 Performance Evaluation for Large Scale Star Topology IEEE 802.15.4 Based

More information

On the Interdependence of Congestion and Contention in Wireless Sensor Networks

On the Interdependence of Congestion and Contention in Wireless Sensor Networks On the Interdependence of Congestion and Contention in Wireless Sensor Networks Mehmet C. Vuran Vehbi C. Gungor School of Electrical & Computer Engineering Georgia Institute of Technology, Atlanta, GA

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

Energy-Efficient Forwarding Strategies for Geographic Routing in Lossy Wireless Sensor Networks

Energy-Efficient Forwarding Strategies for Geographic Routing in Lossy Wireless Sensor Networks Energy-Efficient Forwarding Strategies for Geographic Routing in Lossy Wireless Sensor Networks Karim Seada, Marco Zuniga, Ahmed Helmy, Bhaskar Krishnamachari Department of Electrical Engineering University

More information

Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1

Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1 Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1 Maryam Soltan, Inkwon Hwang, Massoud Pedram Dept. of Electrical Engineering University of Southern California Los Angeles, CA

More information

Error Control in Wireless Sensor Networks: A Cross Layer Analysis

Error Control in Wireless Sensor Networks: A Cross Layer Analysis University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln CSE Journal Articles Computer Science and Engineering, Department of 2009 Error Control in Wireless Sensor Networks: A Cross

More information

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

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

More information

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

Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks

Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks Mobile Information Systems 9 (23) 295 34 295 DOI.3233/MIS-364 IOS Press Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks Keisuke Goto, Yuya Sasaki, Takahiro

More information

CS 229 Final Report: Location Based Adaptive Routing Protocol(LBAR) using Reinforcement Learning

CS 229 Final Report: Location Based Adaptive Routing Protocol(LBAR) using Reinforcement Learning CS 229 Final Report: Location Based Adaptive Routing Protocol(LBAR) using Reinforcement Learning By: Eunjoon Cho and Kevin Wong Abstract In this paper we present an algorithm for a location based adaptive

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

ECE 598HH: Special Topics in Wireless Networks and Mobile Systems

ECE 598HH: Special Topics in Wireless Networks and Mobile Systems ECE 598HH: Special Topics in Wireless Networks and Mobile Systems Lecture 21: Opportunistic Routing Haitham Hassanieh *These slides are courtesy of Dina Katabi 1 Lecture Outline Single Path Routing Opportunistic

More information

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL

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

More information

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

CS263: Wireless Communications and Sensor Networks

CS263: Wireless Communications and Sensor Networks CS263: Wireless Communications and Sensor Networks Matt Welsh Lecture 6: Bluetooth and 802.15.4 October 12, 2004 2004 Matt Welsh Harvard University 1 Today's Lecture Bluetooth Standard for Personal Area

More information

Reliable Routing Algorithm on Wireless Sensor Network

Reliable Routing Algorithm on Wireless Sensor Network International Journal of Engineering & Computer Science IJECS-IJENS Vol:12 No:06 26 Reliable Routing Algorithm on Wireless Sensor Network Jun-jun Liang 1, Zhen-Wu Yuna 1, Jian-Jun Lei 1 and Gu-In Kwon

More information

Evaluating the Impact of Signal to Noise Ratio on IEEE PHY-Level Packet Loss Rate

Evaluating the Impact of Signal to Noise Ratio on IEEE PHY-Level Packet Loss Rate 21 13th International Conference on Network-Based Information Systems Evaluating the Impact of Signal to Noise Ratio on IEEE 82.15.4 PHY-Level Packet Loss Rate MGoyal, S Prakash,WXie,YBashir, H Hosseini

More information

Research Directions in Low-Power Wireless Networks

Research Directions in Low-Power Wireless Networks Research Directions in Low-Power Wireless Networks Behnam Dezfouli [ dezfouli@ieee.org ] November 2014 1 q OBSERVING AND CHARACTERIZING THE EFFECT OF ENVIRONMENT ON WIRELESS COMMUNICATIONS For example,

More information

Mobile Routing : Computer Networking. Overview. How to Handle Mobile Nodes? Mobile IP Ad-hoc network routing Assigned reading

Mobile Routing : Computer Networking. Overview. How to Handle Mobile Nodes? Mobile IP Ad-hoc network routing Assigned reading Mobile Routing 15-744: Computer Networking L-10 Ad Hoc Networks Mobile IP Ad-hoc network routing Assigned reading Performance Comparison of Multi-Hop Wireless Ad Hoc Routing Protocols A High Throughput

More information

Multi-Rate Interference Sensitive and Conflict Aware Multicast in Wireless Ad hoc Networks

Multi-Rate Interference Sensitive and Conflict Aware Multicast in Wireless Ad hoc Networks Multi-Rate Interference Sensitive and Conflict Aware Multicast in Wireless Ad hoc Networks Asma Ben Hassouna, Hend Koubaa, Farouk Kamoun CRISTAL Laboratory National School of Computer Science ENSI La Manouba,

More information

Multiple Access Protocols

Multiple Access Protocols Multiple Access Protocols Computer Networks Lecture 2 http://goo.gl/pze5o8 Multiple Access to a Shared Channel The medium (or its sub-channel) may be shared by multiple stations (dynamic allocation) just

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

Energy Efficient Routing of Wireless Sensor Networks Using Virtual Backbone and life time Maximization of Nodes

Energy Efficient Routing of Wireless Sensor Networks Using Virtual Backbone and life time Maximization of Nodes Energy Efficient Routing of Wireless Sensor Networks Using Virtual Backbone and life time Maximization of Nodes Umesh B.N 1, Dr G Vasanth 2 and Dr Siddaraju 3 1 Research Scholar, 2 Professor & Head, Dept

More information

Fig. 1. Superframe structure in IEEE

Fig. 1. Superframe structure in IEEE Analyzing the Performance of GTS Allocation Using Markov Model in IEEE 802.15.4 Alladi Ramesh 1,Dr.P.Sumithabhashini 2 1 Dept.of CSE, PETW, Hyderabad 2 Dept.of ECE, PETW, Hyderabad Abstract-In this paper,

More information

Network Initialization in Low-Power Wireless Networks: A Comprehensive Study

Network Initialization in Low-Power Wireless Networks: A Comprehensive Study The Computer Journal Advance Access published July 21, 2013 The British Computer Society 2013. All rights reserved. For Permissions, please email: journals.permissions@oup.com doi:10.1093/comjnl/bxt074

More information

A Measurement Study of Multiplicative Overhead Effects in Wireless Networks

A Measurement Study of Multiplicative Overhead Effects in Wireless Networks A Measurement Study of Multiplicative Overhead Effects in Wireless Joseph Camp, Vincenzo Mancuso, Omer Gurewitz, and Edward W. Knightly INFOCOM 2008 http://networks.rice.edu System: Large-scale, Multi-tier

More information

New RF Models of the TinyOS Simulator for IEEE Standard

New RF Models of the TinyOS Simulator for IEEE Standard New RF Models of the TinyOS Simulator for IEEE 82.15.4 Standard Changsu Suh, Jung-Eun Joung and Young-Bae Ko R & D Departments, Hanback Electronics Company, Daejeon, Republic of Korea College of Information

More information

Energy-Efficient Opportunistic Topology Control in Wireless Sensor Networks

Energy-Efficient Opportunistic Topology Control in Wireless Sensor Networks Energy-Efficient Opportunistic Topology Control in Wireless Sensor Networks Jian Ma, Qian Zhang, Chen Qian, and Lionel M. Ni Department of Computer Science and Engineering Hong Kong University of Science

More information

Payload Length and Rate Adaptation for Throughput Optimization in Wireless LANs

Payload Length and Rate Adaptation for Throughput Optimization in Wireless LANs Payload Length and Rate Adaptation for Throughput Optimization in Wireless LANs Sayantan Choudhury and Jerry D. Gibson Department of Electrical and Computer Engineering University of Califonia, Santa Barbara

More information

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

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

More information

A Local Metric for Geographic Routing with Power Control in Wireless Networks

A Local Metric for Geographic Routing with Power Control in Wireless Networks A Local Metric for Geographic Routing with Power Control in Wireless Networks Chih-ping Li, Wei-jen Hsu, Bhaskar Krishnamachari, Ahmed Helmy Department of Electrical Engineering University of Southern

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

Lecture 8 Wireless Sensor Networks: Overview

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

More information

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

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

More information

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

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

A Modified Medium Access Control Algorithm for Systems with Iterative Decoding

A Modified Medium Access Control Algorithm for Systems with Iterative Decoding A Modified Medium Access Control Algorithm for Systems with Iterative Decoding Inkyu Lee Carl-Erik W. Sundberg Sunghyun Choi Dept. of Communications Eng. Korea University Seoul, Korea inkyu@korea.ac.kr

More information

Reducing Computation Complexity in Interference-aware Energy-efficient Geographical Routing for Low Rate Wireless Personal Area Networks

Reducing Computation Complexity in Interference-aware Energy-efficient Geographical Routing for Low Rate Wireless Personal Area Networks International Journal of Computer Applications (975 8887) Volume 55 No.1 October 1 Reducing Computation Complexity in Interference-aware Energy-efficient Geographical Routing for Low Rate Wireless ersonal

More information

Simulation Analysis of IEEE Non-beacon Mode at Varying Data Rates

Simulation Analysis of IEEE Non-beacon Mode at Varying Data Rates Simulation Analysis of IEEE 802.15.4 Non-beacon Mode at Varying Data Rates Z. Abbas, N. Javaid, M. A. Khan, S. Ahmed, U. Qasim, Z. A. Khan COMSATS Institute of IT, Islamabad, Pakistan. Mirpur University

More information

A Review on Improving Packet Analysis in Wireless Sensor Network using Bit Rate Classifier

A Review on Improving Packet Analysis in Wireless Sensor Network using Bit Rate Classifier Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Improving Performance in Ad hoc Networks through Location based Multi Hop Forwarding

Improving Performance in Ad hoc Networks through Location based Multi Hop Forwarding Improving Performance in Ad hoc Networks through Location based Multi Hop Forwarding v.vallinayagi research scholar, manonmanium university tirunelveli-11 Dr.G.M.Nasira Assistant professor dept of computer

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

A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for Mitigating the Directional Hidden Node Problem

A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for Mitigating the Directional Hidden Node Problem 2012 IEEE 23rd International Symposium on Personal, Indoor and Mobile Radio Communications - (PIMRC) A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for

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

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

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

More information

Interference avoidance in wireless multi-hop networks 1

Interference avoidance in wireless multi-hop networks 1 Interference avoidance in wireless multi-hop networks 1 Youwei Zhang EE228A Project Report, Spring 2006 1 Motivation Wireless networks share the same unlicensed parts of the radio spectrum with devices

More information

WSN NETWORK ARCHITECTURES AND PROTOCOL STACK

WSN NETWORK ARCHITECTURES AND PROTOCOL STACK WSN NETWORK ARCHITECTURES AND PROTOCOL STACK Sensing is a technique used to gather information about a physical object or process, including the occurrence of events (i.e., changes in state such as a drop

More information

Performance Analysis of IEEE based Sensor Networks for Large Scale Tree Topology

Performance Analysis of IEEE based Sensor Networks for Large Scale Tree Topology Circulation in Computer Science Vol.2, No.7, pp: (9-13), August 2017 https://doi.org/10.22632/ccs-2017-252-41 Performance Analysis of IEEE 802.15.4 based Sensor Networks for Large Scale Tree Topology Ziyad

More information

Retransmission-Aware Queuing and Routing for Video Streaming in Wireless Mesh Networks

Retransmission-Aware Queuing and Routing for Video Streaming in Wireless Mesh Networks Retransmission-Aware Queuing and Routing for Video Streaming in Wireless Mesh Networks Xiaolin Cheng, Prasant Mohapatra Department of Computer Science, University of California at Davis, CA 95616 {xlcheng,

More information

Impact of IEEE n Operation on IEEE Operation

Impact of IEEE n Operation on IEEE Operation 2009 International Conference on Advanced Information Networking and Applications Workshops Impact of IEEE 802.11n Operation on IEEE 802.15.4 Operation B Polepalli, W Xie, D Thangaraja, M Goyal, H Hosseini

More information

15-441: Computer Networking. Lecture 24: Ad-Hoc Wireless Networks

15-441: Computer Networking. Lecture 24: Ad-Hoc Wireless Networks 15-441: Computer Networking Lecture 24: Ad-Hoc Wireless Networks Scenarios and Roadmap Point to point wireless networks (last lecture) Example: your laptop to CMU wireless Challenges: Poor and variable

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

Opportunistic Overlay Multicast in Wireless Networks

Opportunistic Overlay Multicast in Wireless Networks This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the IEEE Globecom proceedings. Opportunistic Overlay Multicast in Wireless

More information

INTELLIGENT OPPORTUNISTIC ROUTING IN WIRELESS SENSOR NETWORK

INTELLIGENT OPPORTUNISTIC ROUTING IN WIRELESS SENSOR NETWORK INTELLIGENT OPPORTUNISTIC ROUTING IN WIRELESS SENSOR NETWORK Mr. Patel Jaheer H. 1, Dr. Godbole B.B. 2 1 M. E. Electronics (II), Department of Electronics Engineering; K.B.P. college of Engineering, Satara,

More information

2 Related Work. 1 Introduction. 3 Background

2 Related Work. 1 Introduction. 3 Background Modeling the Performance of A Wireless Node in Multihop Ad-Hoc Networks Ping Ding, JoAnne Holliday, Aslihan Celik {pding, jholliday, acelik}@scu.edu Santa Clara University Abstract: In this paper, we model

More information

The Effect of Physical Topology on Wireless Sensor Network Lifetime

The Effect of Physical Topology on Wireless Sensor Network Lifetime 1 JOURNAL OF NETWORKS, VOL., NO. 5, SEPTEMBER 7 The Effect of Physical Topology on Wireless Sensor Network Lifetime Debdhanit Yupho Planning Department Aeronautical Radio of Thailand Limited, Bangkok,

More information

Intelligent Energy E cient and MAC aware Multipath QoS Routing Protocol for Wireless Multimedia Sensor Networks

Intelligent Energy E cient and MAC aware Multipath QoS Routing Protocol for Wireless Multimedia Sensor Networks Intelligent Energy E cient and MAC aware Multipath QoS Routing Protocol for Wireless Multimedia Sensor Networks Hasina Attaullah and Muhammad Faisal Khan National University of Sciences and Technology

More information

Experimental Framework and Simulator for the MAC of Power-Line Communications

Experimental Framework and Simulator for the MAC of Power-Line Communications Experimental Framework and Simulator for the MAC of Power-Line Communications Technical Report Christina Vlachou EPFL, Switzerland christinavlachou@epflch Julien Herzen EPFL, Switzerland julienherzen@epflch

More information

Impact of Node Velocity and Density on Probabilistic Flooding and its Effectiveness in MANET

Impact of Node Velocity and Density on Probabilistic Flooding and its Effectiveness in MANET 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. 12, December 2014,

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

UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks

UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks Sung-Hee Lee, Jong-Mu Choi, and Young-Bae Ko College of Information and Communication, Ajou University, South Korea shlee@dmc.ajou.ac.kr,

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

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 2, April-May, 2013 ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 2, April-May, 2013 ISSN: Fast Data Collection with Reduced Interference and Increased Life Time in Wireless Sensor Networks Jayachandran.J 1 and Ramalakshmi.R 2 1 M.Tech Network Engineering, Kalasalingam University, Krishnan koil.

More information

Green Partial Packet Recovery in Wireless Sensor Networks

Green Partial Packet Recovery in Wireless Sensor Networks 1 Green Partial Packet Recovery in Wireless Sensor Networks Anas Daghistani, Abderrahman Ben Khalifa +, Ahmad Showail, and Basem Shihada CEMSE Division, King Abdullah University of Science and Technology

More information

Keywords T MAC protocol, reduction function, wsn, contention based mac protocols, energy efficiency; Fig 1. Listen and sleep cycle in S MAC protocol

Keywords T MAC protocol, reduction function, wsn, contention based mac protocols, energy efficiency; Fig 1. Listen and sleep cycle in S MAC protocol Volume 3, Issue 6, June 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Introduction to

More information

PROPOSAL OF MULTI-HOP WIRELESS LAN SYSTEM FOR QOS GUARANTEED TRANSMISSION

PROPOSAL OF MULTI-HOP WIRELESS LAN SYSTEM FOR QOS GUARANTEED TRANSMISSION PROPOSAL OF MULTI-HOP WIRELESS LAN SYSTEM FOR QOS GUARANTEED TRANSMISSION Phuc Khanh KIEU, Shinichi MIYAMOTO Graduate School of Engineering, Osaka University 2-1 Yamada-oka, Suita, Osaka, 565-871 JAPAN

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

Low-Cost Wireless Link Capacity Estimation

Low-Cost Wireless Link Capacity Estimation Low-Cost Wireless Link Estimation Jonathan Guerin, Marius Portmann, Konstanty Bialkowski, Wee Lum Tan and Steve Glass School of Information Technology and Electrical Engineering, University of Queensland,

More information

Fig. 2: Architecture of sensor node

Fig. 2: Architecture of sensor node Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com To Reduce

More information

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks William Shaw 1, Yifeng He 1, and Ivan Lee 1,2 1 Department of Electrical and Computer Engineering, Ryerson University, Toronto,

More information

Joint PHY/MAC Based Link Adaptation for Wireless LANs with Multipath Fading

Joint PHY/MAC Based Link Adaptation for Wireless LANs with Multipath Fading Joint PHY/MAC Based Link Adaptation for Wireless LANs with Multipath Fading Sayantan Choudhury and Jerry D. Gibson Department of Electrical and Computer Engineering University of Califonia, Santa Barbara

More information

Packet Forwarding with Minimum Energy Consumption in Body Area Sensor Networks

Packet Forwarding with Minimum Energy Consumption in Body Area Sensor Networks Packet Forwarding with Minimum Energy Consumption in Body Area Sensor Networks Cheng Guo, R. Venkatesha Prasad and Martin Jacobsson Faculty of Electrical Engineering, Mathematics and Computer Science Delft

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

Balanced Load Sharing Protocol for Wireless Sensor Networks

Balanced Load Sharing Protocol for Wireless Sensor Networks Balanced Load Sharing Protocol for Wireless Sensor Networks Maytham Safarª, Rabie Al-Mejbas b ªCollege of Engineering and Petroleum Kuwait University, Kuwait State ªE-mail: maytham@me.com, b mejbas@hotmail.com

More information

FSA: A Fast Coordination Scheme for Opportunistic Routing

FSA: A Fast Coordination Scheme for Opportunistic Routing F: A Fast Coordination Scheme for Opportunistic Routing Zhenyu Yang, Kai Zeng and Wenjing Lou Department of ECE, Worcester Polytechnic Institute, Worcester, MA 69 {zyyang, kzeng, wjlou}@wpi.edu Abstract

More information

Wireless Mesh Networks

Wireless Mesh Networks Wireless Mesh Networks COS 463: Wireless Networks Lecture 6 Kyle Jamieson [Parts adapted from I. F. Akyildiz, B. Karp] Wireless Mesh Networks Describes wireless networks in which each node can communicate

More information

A cluster based interference mitigation scheme for performance enhancement in IEEE

A cluster based interference mitigation scheme for performance enhancement in IEEE 756 Journal of Scientific & Industrial Research J SCI IND RES VOL 7 SEPTEMBER 2 Vol. 7, September 2, pp. 756-76 A cluster based interference mitigation scheme for performance enhancement in IEEE 82.5.4

More information

H-MMAC: A Hybrid Multi-channel MAC Protocol for Wireless Ad hoc Networks

H-MMAC: A Hybrid Multi-channel MAC Protocol for Wireless Ad hoc Networks H-: A Hybrid Multi-channel MAC Protocol for Wireless Ad hoc Networks Duc Ngoc Minh Dang Department of Computer Engineering Kyung Hee University, Korea Email: dnmduc@khu.ac.kr Choong Seon Hong Department

More information

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

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

More information

CE693: Adv. Computer Networking

CE693: Adv. Computer Networking CE693: Adv. Computer Networking L-10 Wireless Broadcast Fall 1390 Acknowledgments: Lecture slides are from the graduate level Computer Networks course thought by Srinivasan Seshan at CMU. When slides are

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

A New Full Duplex MAC Protocol to Solve the Asymmetric Transmission Time

A New Full Duplex MAC Protocol to Solve the Asymmetric Transmission Time A New Full Duplex MAC Protocol to Solve the Asymmetric Transmission Time Jin-Ki Kim, Won-Kyung Kim and Jae-Hyun Kim Department of Electrical and Computer Engineering Ajou University Suwon, Korea E-mail

More information

CS 268: Computer Networking. Taking Advantage of Broadcast

CS 268: Computer Networking. Taking Advantage of Broadcast CS 268: Computer Networking L-12 Wireless Broadcast Taking Advantage of Broadcast Opportunistic forwarding Network coding Assigned reading XORs In The Air: Practical Wireless Network Coding ExOR: Opportunistic

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

ECE 653: Computer Networks Mid Term Exam all

ECE 653: Computer Networks Mid Term Exam all ECE 6: Computer Networks Mid Term Exam 16 November 004. Answer all questions. Always be sure to answer each question concisely but precisely! All questions have points each. 1. What are the different layers

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

Data Link Control Protocols

Data Link Control Protocols Protocols : Introduction to Data Communications Sirindhorn International Institute of Technology Thammasat University Prepared by Steven Gordon on 23 May 2012 Y12S1L07, Steve/Courses/2012/s1/its323/lectures/datalink.tex,

More information

XLP: A Cross-Layer Protocol for Efficient Communication in Wireless Sensor Networks

XLP: A Cross-Layer Protocol for Efficient Communication in Wireless Sensor Networks University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln CSE Journal Articles Computer Science and Engineering, Department of 20 XLP: A Cross-Layer Protocol for Efficient Communication

More information

Evaluation of Communication Overheads in Wireless Sensor Networks

Evaluation of Communication Overheads in Wireless Sensor Networks Evaluation of Communication Overheads in Wireless Sensor Networks Shiv Prasad Kori 1, Dr. R. K. Baghel 2 1 Deptt. of ECE, JIJA Mata Govt. Women Polytechnic College, Burhanpur (MP)- INDIA 2 Electronics

More information

Performance of UMTS Radio Link Control

Performance of UMTS Radio Link Control Performance of UMTS Radio Link Control Qinqing Zhang, Hsuan-Jung Su Bell Laboratories, Lucent Technologies Holmdel, NJ 77 Abstract- The Radio Link Control (RLC) protocol in Universal Mobile Telecommunication

More information

A Cross-Layer Design for Reducing Packet Loss Caused by Fading in a Mobile Ad Hoc Network

A Cross-Layer Design for Reducing Packet Loss Caused by Fading in a Mobile Ad Hoc Network Clemson University TigerPrints All Theses Theses 8-2017 A Cross-Layer Design for Reducing Packet Loss Caused by Fading in a Mobile Ad Hoc Network William Derek Johnson Clemson University Follow this and

More information

Wireless Internet Routing. Learning from Deployments Link Metrics

Wireless Internet Routing. Learning from Deployments Link Metrics Wireless Internet Routing Learning from Deployments Link Metrics 1 Learning From Deployments Early worked focused traditional routing issues o Control plane: topology management, neighbor discovery o Data

More information

An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks

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

More information

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

Scheduling of Multiple Applications in Wireless Sensor Networks Using Knowledge of Applications and Network

Scheduling of Multiple Applications in Wireless Sensor Networks Using Knowledge of Applications and Network International Journal of Information and Computer Science (IJICS) Volume 5, 2016 doi: 10.14355/ijics.2016.05.002 www.iji-cs.org Scheduling of Multiple Applications in Wireless Sensor Networks Using Knowledge

More information