Fuzzy-Based Clustering Solution for Hot Spot Problem in Wireless Sensor Networks

Size: px
Start display at page:

Download "Fuzzy-Based Clustering Solution for Hot Spot Problem in Wireless Sensor Networks"

Transcription

1 Fuzzy-Based Clustering Solution for Hot Spot Problem in Wireless Sensor Networks Mahmoud Naghibzadeh Department of Computer Engineering, Mashhad Branch, Islamic Azad University, Mashhad, Iran Hoda Taheri Young Researchers and Elite Club, Mashhad Branch, Islamic Azad University, Mashhad, Iran Peyman Neamatollahi Department of Computer Engineering, Faculty of Engineering, Ferdowsi University of Mashhad, Mashhad, Iran Abstract Clustering is an effective approach for organizing network nodes into hierarchical topology, aggregating sending data to the base station and prolonging the network lifetime. However, it may cause sudden death of nodes in some network regions, i.e., hot spots, due to heavy traffic load leading to disruption in network services. This problem is traditional for data collection scenarios in which Cluster Heads (CHs) are responsible of gathering and relaying the sensed data. To balance the workload over the nodes, the CH role must be rotated among all nodes and the cluster size should be determined such that uniformly distribute the energy consumption in network. In this paper, we propose a clustering algorithm that selects the nodes with highest remaining energy in each region as candidate CHs in order to pick the best nodes among them as final CHs. To consider the hot spot issue it employs fuzzy logic in order to adjust the cluster radius of CH nodes based on some local information (distance to base station and local density). Simulation results show that the proposed approach achieves an improvement in terms of network lifetime through mitigating the hot spot problem. IndexTerms Wireless sensor networks, unequal clustering, hot spot problem, fuzzy logic, network lifetime, energy-efficiency. I. INTRODUCTION The hundreds or even thousands of inexpensive powerconstrained sensor devices is required to organize a Wireless Sensor Network (WSN) which is designed for detecting and monitoring the physical parameters of sensing area through the use of radio frequencies to perform distributed sensing tasks [1, 2]. WSNs have attracted a lot of attention because their potential applications are highly varied such as traffic control, intrusion detection, object tracking, battlefield surveillance, environmental monitoring, health related applications and inventory management in factory [1]. As these sensor nodes are equipped with limited batteries and often scattered in non-rechargeable environments the energy resource of WSN should be managed wisely to prolong the lifetime of nodes. Although much attention has been paid to this major issue in signal processing techniques and low-power hardware design, energy efficient protocols must be applied at different networking layers. In addition to decreasing energy dissipation generally, to prolong the network lifetime it is very significant that energy consumption be distributed among all sensor nodes. Due to the characteristics of wireless channels in large-scale WSNs, it is more energy efficient to let CHs cooperate with each other in forwarding their data to the BS. Most of the previous researches in the literature [3-7] employ multi-hop for inter-cluster and single hop for intra-cluster communication. However, this many-to-one traffic pattern leads to the hot spot problem in which some nodes in particular areas drain their energy and die sooner than other nodes in the network, causing network partitions, and reducing sensing coverage. Although many proposed protocols in the literature in order to increase energy efficiency reduce energy consumption on forwarding paths, they do not necessarily prolong the lifecycle of network due to the unbalanced energy consumption [7-10]. In order to avoid this problem, some unequal clustering algorithms are proposed such as [3-6]. In these algorithms, the network is split into clusters with different sizes but approximately equal workload. The size of clusters in the vicinity of BS is smaller than that of clusters far from BS to save energy in intra-cluster communication in order to tolerate extra inter-cluster workload. Some previous clustering algorithms [3, 4, 11] that consider hot spot problem assumed uniform distribution of nodes in WSNs. However, in practical applications of WSNs, the nodes are usually randomly deployed. So, if the clustering algorithm does not consider the local density of nodes in the field, using unequal clustering strategy based on only nodes distance from BS may cause unbalanced energy consumption. Considering that the deployment of nodes follows random distribution, we propose an Unequal Clustering approach using Fuzzy logic (UCF). The goal of UCF is to prolong the lifecycle of network and mitigate the hot spot problem through evenly distributing the workload. Most of the existing unequal clustering approaches [3, 4, 6, 11] considered the residual energy of sensor nodes to choose final CHs after random selection of tentative CHs. The main contribution of the paper is that in addition to regarding the residual energy of nodes in CH election process directly, some local information of nodes is considered to act as a fuzzy descriptor in order to compute

2 cluster radius wisely during the clustering process. In other words, for this scenario, we calculate the radius of clusters based on location properties of nodes such as distance to BS and local density using Fuzzy Inference System (FIS), and take residual energy of nodes into account to elect more eligible CH nodes. Therefore, the cluster size of nodes decreases as its distance to the BS reduces. In this way, they can preserve some more energy for the inter-cluster relay traffic. The simulation results show that the proposed approach can generate more balanced clusters than previous distributed algorithms and enhance the network life cycle. The rest of this paper is organized as follows. Section II briefly introduces some preliminaries of the scheme including radio energy model and system assumptions. Then, a fuzzylogic-based clustering algorithm is proposed in Section III containing FIS description and proposed clustering algorithm. Section IV evaluates the performance of the algorithm using some experiments in simulation environment. The paper is concluded in Section V. II. PRELIMINARIES Here, we introduce characteristics of the radio energy model and explain system assumptions to be used in the proposed approach. A. Radio Energy Model In this paper, a simplified radio model shown in [8] is used to model the communication energy dissipation. The free space model (d 2 power loss) is used when the distance between the sender and receiver is less than a threshold value d 0 (i.e. d < d 0 ). Otherwise, the multipath fading channel model (d 4 power loss) is employed. Equation (1) represents the amount of energy spent for transmission of a k-bit packet over distance d, while the amount of energy consumed for receiving k-bit of data is given by equation (2). E Tx (k, d) = { ke elec + kε fs d 2 d < d 0 ke elec + kε md d 4 (1) d d 0 E Rx (k) = E Rx elec (k) = ke elec (2) E elec represents the transmitter and receiver circuits energy dissipation per bit. Also, ε fs and ε md are the energy consumption factor of amplification for the free space and multipath radio models, respectively. Although the amplifier energy, ε fs d 2 or ε md d 4, depends on the distance to the receiver and the acceptable bit-error rate, the electronics energy E elec depends on the digital coding, modulation, filtering, and spreading of the signal. B. System Assumptions This paper is essentially proposed for WSN applications including energy-constrained sensor nodes that are randomly distributed over a vast geographic area to continuously monitor the environment. In these multi-hop WSNs, the basic operation is to gather information by nodes and transmit collected data to the BS for further processing. Besides, we make some assumptions about the network model as follows: All sensor nodes and the BS are stationary after deployment phase. All sensor nodes have the same capabilities. So, the network is considered homogeneous. Nodes can use power control to adjust the amount of transmission power according to the distance of receiver nodes. The nodes are not equipped with GPS antenna so they are location unaware. Instead, approximate distance between nodes can be computed based on the received signal strength. The radio link is symmetric. It means energy consumption of data transmission is the same from node A to node B and vice versa. An ideal MAC layer and error-free communication links are assumed for simplicity because the focus is on energy efficiency in the network layer such as [5, 12]. III. THE APPROACH The operation of UCF is divided into rounds (similar to LEACH [8]) and clustering algorithm configures clusters at the beginning of every round. The task of being a CH is rotated among sensors in each round to distribute the energy consumption across the network. Furthermore, UCF generates unequal cluster sizes to mitigate the hot spot problem using FIS. In UCF, considering some local information (distance to BS and local density) each node computes its cluster radius using FIS. In this section, at first, the FIS is described and then the proposed unequal clustering algorithm is illustrated with pseudo code. A. Fuzzy Inference System The distribution of CHs can be controlled over the network such that less local connectivity density and further distance to the BS leads to larger cluster radius and on the contrary, more local density with closer distance to the BS results in smaller cluster radius. For a particular WSN, the maximum value of cluster radius (R 0) is a static parameter. Each sensor node can compute the competition (cluster) radius according to the multiplication of the value of this parameter with the output of FIS. The maximum distance to the BS is also a static parameter, as we proposed that the sensor nodes are stationary. Each sensor node can determine its relative position to the BS regarding maximum distance to the BS in the WSN. Sensor node S i (the sensor with ID number i) can calculate its relative distance to BS as follows: D to_bs = d(s i, BS) d min (4) d max d min d(s i, BS) denotes the distance between S i and the BS and d max and d min indicate the maximum and minimum distance to BS respectively. On the other hand, the node S i can calculate its local density with Equation (5): Den = Neighbor(S i) (5) N Neighbor(S i ) signifies the number of node S i 's neighbors and the network sensor node set S = {S 1, S 2,..., S N },

3 where S = N. In this paper, FIS is used for handling the uncertainties in calculating cluster radius of each node. As it is depicted in Fig. 1, the distance to BS and the local density of node are applied as two input variables for the FIS, and the only output parameter is the cluster range of a node, cluster radius. The high amount of cluster radius means that if the node can be elected as a CH it will handle a big cluster size. The illustrated fuzzy set in Fig. 1(a) describes the distance to BS input variable. The close, adequate, and far are linguistic variables for this fuzzy set. The close and far linguistic variables employ a trapezoidal membership function, while a triangular membership function is applied for adequate. The other fuzzy input variable is the local density of node. In Fig. 1(b), a fuzzy set is depicted that describes local density input variable. The linguistic variables of this fuzzy set are low, medium, and high. The only fuzzy output variable is the cluster radius of a node. (a) (b) (c) Fig. 1. Fuzzy set for input and output variables. (a) Distance to BS. (b) Local density. (c) Cluster radius. TABLE I. FUZZY RULES. The fuzzy set for the cluster radius output variable is shown in Fig. 1(c). The nine linguistic variables of cluster radius are very high, high, rather high, medium high, medium, medium low, rather low, low, and very low. To handle the uncertainty, the cluster radius computation is performed using predefined fuzzy if-then mapping rules. 9 fuzzy mapping rules are determined in Table I based on the two fuzzy input variables. To take advantage of this fuzzy variable in practice it has to be altered to a single crisp number. In our approach, defuzzification of the cluster radius is done by the Center of Area (CoA) method. B. Unequal Clustering Algorithm This section describes a distributed self-organization and balanced clustering algorithm for WSNs (UCF), which can handle stochastic distribution of sensor nodes. In this competitive algorithm, choosing the CHs is primarily based on the residual energy of nodes. In the continuance, we explain the clustering algorithm in detail using the pseudo code given in Algorithm 1. First, applied variables in the algorithm are denoted as follows. S CH and S candidate_ch are sets of all deterministic and candidate CHs in the neighborhood of node S i such that node S i had heard from them. Also, α (0 < α < 1) and β (β > 1) are the sensor parameters determined constantly by specific application of WSNs. Before the beginning of clustering operations (Lines 6-26), each node computes the probability of becoming a CH (CH prob ) depending on the residual energy of node as follows. CH prob α MAX (S i. RE S i. ME, p min) (6) In which, S i. ME is the maximum energy corresponding to a fully charged battery and S i. RE is the current energy of the node. Note that it is not permitted that the value of CH prob falls below α p min. This threshold limits the required time of clustering process. Assume R 0 is the maximum cluster radius, which is predefined, and the length of node s competition range (cluster radius) is achieved as multiplication of R 0 in output of FIS mentioned above. Different competition ranges are employed to generate unequal cluster sizes. If S i becomes a CH at the end

4 of the competition, there will not be another CH S j in S i s competition range. In the CH selection algorithm, every control message is scattered in the broadcast radius of R 0, which enables S i to hear all messages from nodes in its S CH and S candidate_ch. Therefore, node S j is an adjacent node of S i if S j is in S i s competition radius or S i is in S j s competition radius. During this process, a node can become a candidate, a CH, or a regular node joining another CH. While the status of node S i turns into regular or CH it gives up the competition. Note that all variables are defined locally for node S i. At first, a node with a higher level of energy has more chances (CH prob ) of becoming candidate_ch in competition with other nodes in its vicinity (see Lines 8 and 9). If a node becomes candidate_ch, it broadcasts its new status along with its identification number and cluster radius to the nodes in its range via Candidate_CH_msg. In the next iterations, if this node receives any CH_msg from a CH in its vicinity it turns into regular node and before leaving the competition, broadcasts a Quit_Election_msg in its range (see Lines 10-13). By receiving this message, the receiver node removes the node S i from candidate_ch list (i.e. S candidate_ch). On the contrary, if the node S i has not heard from any final CH in its vicinity and its CH prob reaches bigger than 1, its status turns to CH and leaves the competition while broadcasting a CH_msg to its neighbors in the cluster range (see Lines 14-16). The receiver candidate_ch node immediately gives up the competition, and informs all nodes in its vicinity by broadcasting a Quit_Election_msg. After selecting CHs, each regular node picks its closest CH from its S CH to join and informs it by sending a Join_CH_msg. The CH provides a TDMA schedule and sends it to its cluster nodes. After receiving the TDMA schedule by all cluster members, the setup phase is accomplished and the steady-state operation (data transmission) can be started. IV. PERFORMANCE EVALUATION To evaluate our proposed approach, UCF, the experimental results are demonstrated comparing UCF with three different clustering algorithms, namely LEACH, HEED [7], and CHEF [14]. As LEACH depends on only a probability model for CH selection its energy efficiency is not maximized. Besides, it employs single-hop routing during delivering data from CHs to the BS. HEED has an iterative CH selection algorithm which uses an initial probability for each node to become a tentative CH depends on its residual energy, and a communication cost for electing final CHs among them. In our simulations, we apply the node degree communication cost of HEED. In both HEED and CHEF protocols, CHs relay data to the BS via multi-hop routing. CHEF utilizes a fuzzy system with two fuzzy descriptors to fulfill CH election, which are residual energy of each node and local distance. They defined local distance as the total distance between the tentative CH and the nodes in its vicinity. In the following of this section, Figures 2 to 5 will illustrate the superiority of UCF over mentioned algorithms. Also, more details are described. A. Setup In this section, we describe the simulation setup of the experiments. Some assumptions of the environment and parameters are: Energy consumption considers only when a sensor transmits or receives data or performs data aggregation. We assumed a square network field of 100m 100m area. In the simulation experiments, 100 nodes are randomly distributed in the field. The BS is located at coordinate (50, 175). Also, we set R 0 to 44m. The values used in the simulation parameters are given in Table II. B. Results In this section, we evaluate the superiority of UCF over distributed clustering protocols LEACH, HEED and CHEF focusing on network lifetime. It is notable that in our simulations the nodes are scattered randomly over the network area. Fig. 2 shows this deployment of 100 sensor nodes in an area of 100m 100m.

5 TABLE II. PARAMETER SETTINGS higher value among other protocols. Nevertheless, in the case of LND, network is not applicable any more. Fig. 2. Deployment of nodes in the field. Fig. 3 depicts the cluster formation of mentioned protocols. Nodes in green color are dead nodes. Each node in blue color, live node, can be a member of a CH node represented by red color. A cluster is recognized by some regular nodes connected to a CH via a blue link. This figure belongs to round number 595 of network run. Clusters in UCF have different sizes, those closer to BS are smaller in size and the farther ones from BS are bigger in size. The reason is the CH selection algorithm which employs fuzzy descriptors (distance to BS and local density) in the FIS. It is worth mentioning that all nodes in UCF are alive up to this round while in other protocols some dead nodes are observable. All the clusters in HEED have the same size but they are not well organized in order to suit well the actual distribution. The CH selection in LEACH is done randomly so, the number of CHs is not determined and predictable. Besides, CHs can be located in one another s cluster range. On the other hand, because forwarding sensed data to the BS is done in a single hop fashion nodes far from the BS die sooner. Although CHEF benefits from multi-hop routing, the cluster structure in CHEF is in a way that it can easily generate orphan nodes. These nodes must send their data to the BS directly as they do not belong to any cluster. Fig. 4 illustrates the number of live nodes in different protocols. Better CH distribution in the area and load balancing are the main two feature of UCF, which results in longer network lifetime. Fig. 5 shows network lifetime in details using three definitions; FND (the round number in which the first node dies), HNA (the round number in which half of the nodes remain alive), and LND (the round number in which the last node in the network dies). UCF performs better than the other protocols in general. In both Figs 4 and 5 the LND factor of LEACH has the Fig. 3. Cluster formation in round number 595. Fig. 4. The number of alive nodes over the rounds.

6 Fig. 5. The network lifetime. V. CONCLUSION The proposed algorithm in this paper is designed for the WSNs having stationary sensor nodes and random distribution in the field. The main objective of our algorithm is to prolong the network lifetime through evenly distributing the workload and hence to avoids hot spot problem through constructing unequal clusters. To attain this purpose, we have mostly focused on choosing proper CHs from available sensor nodes and adjusting cluster size to mitigate the hot spot problem using fuzzy logic based on the distance of node to BS and local density distribution of node. UCF selects the CHs only by considering the residual energy of sensor nodes without the use of random function. The results of simulation show that UCF is more efficient than other well-known distributed protocols, such as CHEF, LEACH, and HEED. To find the optimal fuzzy set and to compare the contributed proposal with other clustering algorithms are left as a future work. [7] O. Younis and S. Fahmy, "HEED: a hybrid, energy-efficient, distributed clustering approach for ad hoc sensor networks," Mobile Computing, IEEE Transactions on, vol. 3, pp , [8] W. B. Heinzelman, A. P. Chandrakasan, and H. Balakrishnan, "An application-specific protocol architecture for wireless microsensor networks," Wireless Communications, IEEE Transactions on, vol. 1, pp , [9] P. Neamatollahi, H. Taheri, M. Naghibzadeh, and M. H. Yaghmaee, "DESC: Distributed Energy Efficient Scheme to Cluster Wireless Sensor Networks," in Wired/Wireless Internet Communications, ed: Springer, 2011, pp [10] H. Taheri, P. Neamatollahi, O. M. Younis, S. Naghibzadeh, and M. H. Yaghmaee, "An energy-aware distributed clustering protocol in wireless sensor networks using fuzzy logic," Ad Hoc Networks, vol. 10, pp , [11] C. Li, M. Ye, G. Chen, and J. Wu, "An energy-efficient unequal clustering mechanism for wireless sensor networks," in Mobile Adhoc and Sensor Systems Conference, IEEE International Conference on, 2005, pp. 8 pp [12] D. Wei, Y. Jin, S. Vural, K. Moessner, and R. Tafazolli, "An energy-efficient clustering solution for wireless sensor networks," Wireless Communications, IEEE Transactions on, vol. 10, pp , [13] J.-S. Lee and W.-L. Cheng, "Fuzzy-logic-based clustering approach for wireless sensor networks using energy predication," Sensors Journal, IEEE, vol. 12, pp , [14] J.-M. Kim, S.-H. Park, Y.-J. Han, and T.-M. Chung, "CHEF: sensor sensor election mechanism using fuzzy logic in wireless sensor networks," in Advanced communication technology, ICACT th international conference on, 2008, pp ACKNOWLEDGEMENT The authors would like to thank Research and Technology Affairs, Mashhad Branch, Islamic Azad University, for supporting our research. REFERENCES [1] G. Anastasi, M. Conti, M. Di Francesco, and A. Passarella, "Energy conservation in wireless sensor networks: A survey," Ad Hoc Networks, vol. 7, pp , [2] J. Yick, B. Mukherjee, and D. Ghosal, "Wireless sensor network survey," Computer networks, vol. 52, pp , [3] H. Bagci and A. Yazici, "An energy aware fuzzy unequal clustering algorithm for wireless sensor networks," in Fuzzy Systems (FUZZ), 2010 IEEE International Conference on, 2010, pp [4] G. Chen, C. Li, M. Ye, and J. Wu, "An unequal cluster-based routing protocol in wireless sensor networks," Wireless Networks, vol. 15, pp , [5] Y. Liao, H. Qi, and W. Li, "Load-Balanced Clustering Algorithm With Distributed Self-Organization for Wireless Sensor Networks," Sensors Journal, IEEE, vol. 13, pp , [6] S. Mao, C. Zhao, Z. Zhou, and Y. Ye, "An improved fuzzy unequal clustering algorithm for wireless sensor network," in Communications and Networking in China (CHINACOM), th International ICST Conference on, 2011, pp

Enhanced Dual Level Fuzzy based Cluster Head Selection for Energy Efficient Wireless Sensor Networks

Enhanced Dual Level Fuzzy based Cluster Head Selection for Energy Efficient Wireless Sensor Networks Enhanced Dual Level Fuzzy based Cluster Head Selection for Energy Efficient Wireless Sensor Networks Sangeeta Rao Department of Computer Science Central University of Haryana Mahendergarh, Haryana, India

More information

An Efficient Hybrid Data Gathering Scheme in Wireless Sensor Networks

An Efficient Hybrid Data Gathering Scheme in Wireless Sensor Networks An Efficient Hybrid Data Gathering Scheme in Wireless Sensor Networks Ayon Chakraborty 1, Swarup Kumar Mitra 2, and M.K. Naskar 3 1 Department of CSE, Jadavpur University, Kolkata, India 2 Department of

More information

Hybrid Energy Efficient Distributed Protocol for Heterogeneous Wireless Sensor Network

Hybrid Energy Efficient Distributed Protocol for Heterogeneous Wireless Sensor Network International Journal of Computer Applications (975 8887) Volume 4 No.6, July 21 Hybrid Energy Efficient Distributed Protocol for Heterogeneous Wireless Sensor Network Harneet Kour Department of Computer

More information

An Efficient Energy-Aware Coverage- Preserving Hierarchical Routing Protocol for WSN

An Efficient Energy-Aware Coverage- Preserving Hierarchical Routing Protocol for WSN An Efficient Energy-Aware Coverage- Preserving Hierarchical Routing Protocol for WSN S.Taruna 1, Sakshi Shringi 2 1,2 Banasthali Vidyapith, Jaipur, Rajasthan, India ABSTRACT Wireless sensor networks (WSN)

More information

Research Article CAPNet: An Enhanced Load Balancing Clustering Algorithm for Prolonging Network Lifetime in WSNs

Research Article CAPNet: An Enhanced Load Balancing Clustering Algorithm for Prolonging Network Lifetime in WSNs International Distributed Sensor Networks, Article ID 234394, 8 pages http://dx.doi.org/1.1155/214/234394 Research Article CAPNet: An Enhanced Load Balancing Clustering Algorithm for Prolonging Network

More information

Node Degree based Clustering for WSN

Node Degree based Clustering for WSN Node Degree based Clustering for WSN Sanjeev Kumar Gupta Dept. of Electronics & Comm. SCOPE College of Engineering,NH-12, Hoshangabad Road, Bhopal (INDIA) Neeraj Jain Dept. of Computer Science SCOPE College

More information

A Survey on Lifetime Maximization of Wireless Sensor Network using Load Balancing

A Survey on Lifetime Maximization of Wireless Sensor Network using Load Balancing A Survey on Lifetime Maximization of Wireless Sensor Network using Load Balancing Radhika Sarad, Kiran Bhame, Vaibhav Wabale, Amol Katake B.E. Students, Dept. of Computer Engineering, KJCOEMR, Pune, Maharashtra,

More information

Prediction of DDoS Attack Scheme

Prediction of DDoS Attack Scheme Chapter 5 Prediction of DDoS Attack Scheme Distributed denial of service attack can be launched by malicious nodes participating in the attack, exploit the lack of entry point in a wireless network, and

More information

MAP : A Balanced Energy Consumption Routing Protocol for Wireless Sensor Networks

MAP : A Balanced Energy Consumption Routing Protocol for Wireless Sensor Networks Journal of Information Processing Systems, Vol.6, No.3, September 2010 DOI : 10.3745/JIPS.2010.6.3.295 MAP : A Balanced Energy Consumption Routing Protocol for Wireless Sensor Networks Mohamed Mostafa

More information

A STUDY ON SECURE DATA TRANSMISSION IN CLUSTER BASED WIRELESS SENSOR NETWORKS

A STUDY ON SECURE DATA TRANSMISSION IN CLUSTER BASED WIRELESS SENSOR NETWORKS A STUDY ON SECURE DATA TRANSMISSION IN CLUSTER BASED WIRELESS SENSOR NETWORKS C.Priya, M.Phil Scholar, Department Of Computer Science, Dr. R.A.N.M. Arts & Science College, Erode, Tamilnadu, India. M.Suriya,

More information

A Secure Data Transmission for Cluster based Wireless Sensor Network Using LEACH Protocol

A Secure Data Transmission for Cluster based Wireless Sensor Network Using LEACH Protocol A Secure Data Transmission for Cluster based Wireless Sensor Network Using LEACH Protocol Vinoda B Dibbad 1, C M Parameshwarappa 2 1 PG Student, Dept of CS&E, STJIT, Ranebennur, Karnataka, India 2 Professor,

More information

Dipak Wajgi Dept. of Computer Science and Engineering Ramdeobaba College of Engg. and Management Nagpur, India

Dipak Wajgi Dept. of Computer Science and Engineering Ramdeobaba College of Engg. and Management Nagpur, India Load Balancing Algorithms in Wireless Sensor Network : A Survey Dipak Wajgi Dept. of Computer Science and Engineering Ramdeobaba College of Engg. and Management Nagpur, India Dr. Nileshsingh V. Thakur

More information

Congestion Control in WSN using Cluster and Adaptive Load Balanced Routing Protocol

Congestion Control in WSN using Cluster and Adaptive Load Balanced Routing Protocol Congestion Control in WSN using Cluster and Adaptive Load Balanced Routing Protocol Monu Rani 1, Kiran Gupta 2, Arvind Sharma 3 1 M.Tech (Student), 2 Assistant Professor, 3 Assistant Professor Department

More information

LBN: Load-balancing Network for Data Gathering Wireless Sensor Networks

LBN: Load-balancing Network for Data Gathering Wireless Sensor Networks LBN: Load-balancing Network for Data Gathering Wireless Sensor Networks Wenlu Yang 1, 2, Chongqing Zhang 2, Minglu Li 2 1 Department of Electronic Engineering, Shanghai Maritime University, Shanghai, China

More information

Power Consumption Analysis of Prominent Time Synchronization Protocols for Wireless Sensor Networks

Power Consumption Analysis of Prominent Time Synchronization Protocols for Wireless Sensor Networks J Inf Process Syst, Vol.10, No.2, pp.300~313, June 2014 http://dx.doi.org/10.3745/jips.03.0006 pissn 1976-913X eissn 2092-805X Power Consumption Analysis of Prominent Time Synchronization Protocols for

More information

Load-Balancing Enhancement by a Mobile Data Collector in Wireless Sensor Networks

Load-Balancing Enhancement by a Mobile Data Collector in Wireless Sensor Networks Load-Balancing Enhancement by a Mobile Data Collector in Wireless Sensor Networks Ahmad Patooghy Department of Computer Engineering Iran University of Science & Technology Tehran, Iran patooghy@iust.ac.ir

More information

LOAD BALANCING AND EFFICIENT CLUSTERING FOR IMPROVING NETWORK PERFORMANCE IN AD-HOC NETWORKS

LOAD BALANCING AND EFFICIENT CLUSTERING FOR IMPROVING NETWORK PERFORMANCE IN AD-HOC NETWORKS LOAD BALANCING AND EFFICIENT CLUSTERING FOR IMPROVING NETWORK PERFORMANCE IN AD-HOC NETWORKS Saranya.S 1, Menakambal.S 2 1 M.E., Embedded System Technologies, Nandha Engineering College (Autonomous), (India)

More information

LARGE-SCALE wireless sensor networks are an emerging

LARGE-SCALE wireless sensor networks are an emerging 484 IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 7, NO. 4, APRIL 2008 General Network Lifetime and Cost Models for Evaluating Sensor Network Deployment Strategies Zhao Cheng, Mark Perillo, and Wendi B.

More information

Energy Efficient Load Balancing among Heterogeneous Nodes of Wireless Sensor Network

Energy Efficient Load Balancing among Heterogeneous Nodes of Wireless Sensor Network Energy Efficient Load Balancing among Heterogeneous Nodes of Wireless Sensor Network Chandrakant N Bangalore, India nadhachandra@gmail.com Abstract Energy efficient load balancing in a Wireless Sensor

More information

A SECURE DATA TRANSMISSION FOR CLUSTER- BASED WIRELESS SENSOR NETWORKS IS INTRODUCED

A SECURE DATA TRANSMISSION FOR CLUSTER- BASED WIRELESS SENSOR NETWORKS IS INTRODUCED A SECURE DATA TRANSMISSION FOR CLUSTER- BASED WIRELESS SENSOR NETWORKS IS INTRODUCED J Karunamayi 1, Annapurna V K 2 1 Student, Computer Network and Engineering,The National Institute of Engineering, Mysuru,

More information

Clustering Network Topology Control Method Based on Responsibility Transmission

Clustering Network Topology Control Method Based on Responsibility Transmission International Journal of Intelligence Science, 12, 2, 128-134 http://dx.doi.org/.4236/ijis.12.22417 Published Online October 12 (http://www.scirp.org/journal/ijis) Clustering Network Topology Control Method

More information

Dynamic and Adaptive Organization of Data-Collection Infrastructures in Sustainable Wireless Sensor Networks

Dynamic and Adaptive Organization of Data-Collection Infrastructures in Sustainable Wireless Sensor Networks 928 Dynamic and Adaptive Organization of Data-Collection Infrastructures in Sustainable Wireless Sensor Networks Rui Teng, Shirazi N. Mehdad and Bing Zhang National institute of information and communications

More information

PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS

PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE AD HOC NETWORKS Reza Azizi Engineering Department, Bojnourd Branch, Islamic Azad University, Bojnourd, Iran reza.azizi@bojnourdiau.ac.ir

More information

Energy-Efficient Communication Protocol for Wireless Microsensor Networks

Energy-Efficient Communication Protocol for Wireless Microsensor Networks Copyright 2 IEEE. Published in the Proceedings of the Hawaii International Conference on System Sciences, January 4-7, 2, Maui, Hawaii. Energy-Efficient Communication Protocol for Wireless Microsensor

More information

Load Balancing in Periodic Wireless Sensor Networks for Lifetime Maximisation

Load Balancing in Periodic Wireless Sensor Networks for Lifetime Maximisation Load Balancing in Periodic Wireless Sensor Networks for Lifetime Maximisation Anthony Kleerekoper 2nd year PhD Multi-Service Networks 2011 The Energy Hole Problem Uniform distribution of motes Regular,

More information

A Graph-Center-Based Scheme for Energy-Efficient Data Collection in Wireless Sensor Networks

A Graph-Center-Based Scheme for Energy-Efficient Data Collection in Wireless Sensor Networks A Graph-Center-Based Scheme for Energy-Efficient Data Collection in Wireless Sensor Networks Dajin Wang Department of Computer Science Montclair State University, Upper Montclair, NJ 07043, USA wang@pegasus.montclair.edu

More information

CHAPTER 8 CONCLUSION AND FUTURE ENHANCEMENTS

CHAPTER 8 CONCLUSION AND FUTURE ENHANCEMENTS 137 CHAPTER 8 CONCLUSION AND FUTURE ENHANCEMENTS 8.1 CONCLUSION In this thesis, efficient schemes have been designed and analyzed to control congestion and distribute the load in the routing process of

More information

Gossiping using the Energy Map in Wireless Sensor Networks

Gossiping using the Energy Map in Wireless Sensor Networks Gossiping using the Energy Map in Wireless Sensor Networks Max do Val Machado 1, Raquel A.F. Mini 2, Antonio A.F. Loureiro 1, Daniel L. Guidoni 1 and Pedro O.S.V. de Melo 1 1 Federal University of Minas

More information

ADV-MAC: Advertisement-based MAC Protocol for Wireless Sensor Networks

ADV-MAC: Advertisement-based MAC Protocol for Wireless Sensor Networks ADV-MAC: Advertisement-based MAC Protocol for Wireless Sensor Networks Surjya Ray, Ilker Demirkol and Wendi Heinzelman Department of Electrical and Computer Engineering University of Rochester, Rochester,

More information

ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NETWORKS USING DEGREE OF CONNECTIVITY

ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NETWORKS USING DEGREE OF CONNECTIVITY ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NETWORKS USING DEGREE OF CONNECTIVITY Ajay Sikandar 1 and Sushil Kumar 2 School of Computer and Systems Sciences,Jawaharlal Nehru University,New

More information

Coverage Related Issues in Networks

Coverage Related Issues in Networks Coverage Related Issues in Networks Marida Dossena* 1 1 Department of Information Sciences, University of Naples Federico II, Napoli, Italy Email: marida.dossena@libero.it Abstract- Wireless sensor networks

More information

Comparison of WCA with AODV and WCA with ACO using clustering algorithm

Comparison of WCA with AODV and WCA with ACO using clustering algorithm Comparison of WCA with AODV and WCA with ACO using clustering algorithm Deepthi Hudedagaddi, Pallavi Ravishankar, Rakesh T M, Shashikanth Dengi ABSTRACT The rapidly changing topology of Mobile Ad hoc networks

More information

Protocol Design for Neighbor Discovery in AD-HOC Network

Protocol Design for Neighbor Discovery in AD-HOC Network International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 9 (2014), pp. 915-922 International Research Publication House http://www.irphouse.com Protocol Design for

More information

A NOVEL OVERLAY IDS FOR WIRELESS SENSOR NETWORKS

A NOVEL OVERLAY IDS FOR WIRELESS SENSOR NETWORKS A NOVEL OVERLAY IDS FOR WIRELESS SENSOR NETWORKS Sumanta Saha, Md. Safiqul Islam, Md. Sakhawat Hossen School of Information and Communication Technology The Royal Institute of Technology (KTH) Stockholm,

More information

A Routing Algorithm Designed for Wireless Sensor Networks: Balanced Load-Latency Convergecast Tree with Dynamic Modification

A Routing Algorithm Designed for Wireless Sensor Networks: Balanced Load-Latency Convergecast Tree with Dynamic Modification A Routing Algorithm Designed for Wireless Sensor Networks: Balanced Load-Latency Convergecast Tree with Dynamic Modification Sheng-Cong Hu r00631036@ntu.edu.tw Jen-Hou Liu r99631038@ntu.edu.tw Min-Sheng

More information

Energy Optimal Routing Protocol for a Wireless Data Network

Energy Optimal Routing Protocol for a Wireless Data Network Energy Optimal Routing Protocol for a Wireless Data Network Easwar Vivek Colloborator(s): Venkatesh Ramaiyan, Srikrishna Bhashyam Department of Electrical Engineering, Indian Institute of Technology, Madras.

More information

An Empirical Approach - Distributed Mobility Management for Target Tracking in MANETs

An Empirical Approach - Distributed Mobility Management for Target Tracking in MANETs An Empirical Approach - Distributed Mobility Management for Target Tracking in MANETs G.Michael Assistant Professor, Department of CSE, Bharath University, Chennai, TN, India ABSTRACT: Mobility management

More information

Routing Protocols for Wireless Sensor Networks

Routing Protocols for Wireless Sensor Networks Routing Protocols for Wireless Sensor Networks Chaitanya Mankar 1, Vidhya Dhamdhere 2 1 MECN, G. H. Raisoni College of Engineering and Management (GHRCEM), India 2 Faculty, Computer Department, G.H.Raisoni

More information

Fault Link Scanner in Energy Efficient Cluster based Wireless Sensor Networks

Fault Link Scanner in Energy Efficient Cluster based Wireless Sensor Networks International Journal of Engineering and Technical Research (IJETR) Fault Link Scanner in Energy Efficient Cluster based Wireless Sensor Networks Manju bhardwaj, Sudhir d sawarkar Abstract Advancement

More information

Wireless Sensor Network: Improving the Network Energy Consumption

Wireless Sensor Network: Improving the Network Energy Consumption Wireless Sensor Network: Improving the Network Energy Consumption Ingrid Teixeira, José Ferreira de Rezende and Aloysio de Castro P. Pedroza Abstract-- In a remote sensor application it is desirable that

More information

Selection of Efficiently Adaptable Clustering Algorithm upon Base Station Failure in Wireless Sensor Network

Selection of Efficiently Adaptable Clustering Algorithm upon Base Station Failure in Wireless Sensor Network Selection of Efficiently Adaptable Clustering Algorithm upon Base Station Failure in Wireless Sensor Network Dissertation submitted in partial fulfillment of the requirements for the degree of Master of

More information

The Monitoring of Ad Hoc Networks Based on Routing

The Monitoring of Ad Hoc Networks Based on Routing The Monitoring of Ad Hoc Networks Based on Routing Sana Ghannay, Sonia Mettali Gammar, Farouk Kamoun CRISTAL Laboratory ENSI, University of Manouba 21 Manouba - Tunisia {chnnysn,sonia.gammar}@ensi.rnu.tn,

More information

Keywords Wireless Sensor Network (WSN), Low Energy adaptive Clustering Hierarchy (LEACH), Cuckoo Search, Cluster Head (CH), Base Station (BS).

Keywords Wireless Sensor Network (WSN), Low Energy adaptive Clustering Hierarchy (LEACH), Cuckoo Search, Cluster Head (CH), Base Station (BS). 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 Relative Analysis

More information

Detection of DDoS Attack Scheme

Detection of DDoS Attack Scheme Chapter 4 Detection of DDoS Attac Scheme In IEEE 802.15.4 low rate wireless personal area networ, a distributed denial of service attac can be launched by one of three adversary types, namely, jamming

More information

The Feasibility of SET-IBS and SET-IBOOS Protocols in Cluster-Based Wireless Sensor Network

The Feasibility of SET-IBS and SET-IBOOS Protocols in Cluster-Based Wireless Sensor Network The Feasibility of SET-IBS and SET-IBOOS Protocols in Cluster-Based Wireless Sensor Network R.Anbarasi 1, S.Gunasekaran 2 P.G. Student, Department of Computer Engineering, V.S.B Engineering College, Karur,

More information

ECSM: ENERGY EFFICIENT CLUSTERING SCHEME FOR MOBILE M2M COMMUNICATION NETWORKS

ECSM: ENERGY EFFICIENT CLUSTERING SCHEME FOR MOBILE M2M COMMUNICATION NETWORKS ECSM: ENERGY EFFICIENT CLUSTERING SCHEME FOR MOBILE M2M COMMUNICATION NETWORKS Mohammed Saeed Al-kahtani Computer Engineering Dept., Salman bin Abdulaziz University, Saudi Arabia alkahtani@sau.edu.sa ABSTRACT

More information

Energy Aware Load Balancing in Secure Heterogeneous Wireless Sensor Network

Energy Aware Load Balancing in Secure Heterogeneous Wireless Sensor Network Energy Aware Load Balancing in Secure Heterogeneous Wireless Sensor Network Chandrakant N Bangalore, India nadhachandra@gmail.com Abstract A Wireless Sensor Network(WSN) is a energy and security constraint

More information

Research Article ISSN 2277 9140 Copyright by the authors - Licensee IJACIT- Under Creative Commons license 3.0

Research Article ISSN 2277 9140 Copyright by the authors - Licensee IJACIT- Under Creative Commons license 3.0 INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An international, online, open access, peer reviewed journal Volume 2 Issue 2 April 2013 Research Article ISSN 2277 9140 Copyright

More information

QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES

QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES SWATHI NANDURI * ZAHOOR-UL-HUQ * Master of Technology, Associate Professor, G. Pulla Reddy Engineering College, G. Pulla Reddy Engineering

More information

An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks *

An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks * An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks * Inwhee Joe College of Information and Communications Hanyang University Seoul, Korea iwj oeshanyang.ac.kr Abstract. To satisfy the user requirements

More information

A Network Stability Monitoring Mechanism of Cluster-Oriented

A Network Stability Monitoring Mechanism of Cluster-Oriented A Network Stability Monitoring Mechanism of Cluster-Oriented Wireless Sensor Network Kuo-Qin Yan Shu-Ching Wang Yu-Ping Tung Chaoyang University of Technology, Taiwan ABSTRACT In wireless sensor network

More information

Demystifying Wireless for Real-World Measurement Applications

Demystifying Wireless for Real-World Measurement Applications Proceedings of the IMAC-XXVIII February 1 4, 2010, Jacksonville, Florida USA 2010 Society for Experimental Mechanics Inc. Demystifying Wireless for Real-World Measurement Applications Kurt Veggeberg, Business,

More information

Figure 1. The Example of ZigBee AODV Algorithm

Figure 1. The Example of ZigBee AODV Algorithm TELKOMNIKA Indonesian Journal of Electrical Engineering Vol.12, No.2, February 2014, pp. 1528 ~ 1535 DOI: http://dx.doi.org/10.11591/telkomnika.v12i2.3576 1528 Improving ZigBee AODV Mesh Routing Algorithm

More information

Load Balancing Routing Algorithm for Data Gathering Sensor Network

Load Balancing Routing Algorithm for Data Gathering Sensor Network Load Balancing Routing Algorithm for Data Gathering Sensor Network Evgeny Bakin, Grigory Evseev State University of Aerospace Instrumentation Saint-Petersburg, Russia {jenyb, egs}@vu.spb.ru Denis Dorum

More information

Yuning He. Advised by Yongbing Zhang Assoc. Professor

Yuning He. Advised by Yongbing Zhang Assoc. Professor A Novel Cooperative Clustering Approach for Wireless Sensor Networks Yuning He (Doctoral Program in Social Systems Engineering) Advised by Yongbing Zhang Assoc. Professor Submitted to the Graduate School

More information

Mobile Security Wireless Mesh Network Security. Sascha Alexander Jopen

Mobile Security Wireless Mesh Network Security. Sascha Alexander Jopen Mobile Security Wireless Mesh Network Security Sascha Alexander Jopen Overview Introduction Wireless Ad-hoc Networks Wireless Mesh Networks Security in Wireless Networks Attacks on Wireless Mesh Networks

More information

Recent advances in microelectromechanical

Recent advances in microelectromechanical COVER FEATURE Energy-Efficient Area Monitoring for Sensor Networks The nodes in sensor networks must self-organize to monitor the target area as long as possible. Optimizing energy consumption in area

More information

MIMO Antenna Systems in WinProp

MIMO Antenna Systems in WinProp MIMO Antenna Systems in WinProp AWE Communications GmbH Otto-Lilienthal-Str. 36 D-71034 Böblingen mail@awe-communications.com Issue Date Changes V1.0 Nov. 2010 First version of document V2.0 Feb. 2011

More information

Formal Measure of the Effect of MANET size over the Performance of Various Routing Protocols

Formal Measure of the Effect of MANET size over the Performance of Various Routing Protocols Formal Measure of the Effect of MANET size over the Performance of Various Routing Protocols Er. Pooja Kamboj Research Scholar, CSE Department Guru Nanak Dev Engineering College, Ludhiana (Punjab) Er.

More information

Hybrid Data Gathering Scheme in Wireless Sensor Networks

Hybrid Data Gathering Scheme in Wireless Sensor Networks JOURNAL OF APPLIED COMPUTER SCIENCE Vol. 19 No. 2 (2011), pp. 73-88 Hybrid Data Gathering Scheme in Wireless Sensor Networks Swarup Kumar Mitra 1, Ayon Chakraborty 2, Mrinal Kanti Naskar 2 1 MCKV Institute

More information

Christian Bettstetter. Mobility Modeling, Connectivity, and Adaptive Clustering in Ad Hoc Networks

Christian Bettstetter. Mobility Modeling, Connectivity, and Adaptive Clustering in Ad Hoc Networks Christian Bettstetter Mobility Modeling, Connectivity, and Adaptive Clustering in Ad Hoc Networks Contents 1 Introduction 1 2 Ad Hoc Networking: Principles, Applications, and Research Issues 5 2.1 Fundamental

More information

Research Article Key Schemes for Security Enhanced TEEN Routing Protocol in Wireless Sensor Networks

Research Article Key Schemes for Security Enhanced TEEN Routing Protocol in Wireless Sensor Networks Distributed Sensor Networks Volume 2013, Article ID 391986, 8 pages http://dx.doi.org/10.1155/2013/391986 Research Article Key Schemes for Security Enhanced TEEN Routing Protocol in Wireless Sensor Networks

More information

Novel DLQ Algorithm for Energy Constrained Network Discovery in WSN

Novel DLQ Algorithm for Energy Constrained Network Discovery in WSN Novel DLQ Algorithm for Energy Constrained Network Discovery in WSN ABY K THOMAS Sathyabama University Chennai INDIA R DEVANATHAN Hindustan Institute of Technology and Science Chennai INDIA abykt2012in@gmail.com

More information

PEDAMACS: Power efficient and delay aware medium access protocol for sensor networks

PEDAMACS: Power efficient and delay aware medium access protocol for sensor networks PEDAMACS: Power efficient and delay aware medium access protocol for sensor networks Sinem Coleri and Pravin Varaiya Department of Electrical Engineering and Computer Science University of California,

More information

MULTIHOP CLUSTERING ALGORITHM FOR LOAD BALANCING IN WIRELESS SENSOR NETWORKS.

MULTIHOP CLUSTERING ALGORITHM FOR LOAD BALANCING IN WIRELESS SENSOR NETWORKS. MULTIHOP CLUSTERING ALGORITHM FOR LOAD BALANCING IN WIRELESS SENSOR NETWORKS. NAUMAN ISRAR and IRFAN AWAN Mobile Computing Networks and Security Research group School of Informatics University of Bradford,

More information

Load Balanced Data Transmission within the Probabilistic Wireless Sensor Network

Load Balanced Data Transmission within the Probabilistic Wireless Sensor Network Load Balanced Data Transmission within the Probabilistic Wireless Sensor Network Jyoti P.Desai 1, Prof Abhijit Patil 2 1 Student, ME Computer Engineering, Yadavrao Tasgaonkar college of Engineering and

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) www.iasir.net

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) www.iasir.net International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

ADHOC RELAY NETWORK PLANNING FOR IMPROVING CELLULAR DATA COVERAGE

ADHOC RELAY NETWORK PLANNING FOR IMPROVING CELLULAR DATA COVERAGE ADHOC RELAY NETWORK PLANNING FOR IMPROVING CELLULAR DATA COVERAGE Hung-yu Wei, Samrat Ganguly, Rauf Izmailov NEC Labs America, Princeton, USA 08852, {hungyu,samrat,rauf}@nec-labs.com Abstract Non-uniform

More information

Role of Clusterhead in Load Balancing of Clusters Used in Wireless Adhoc Network

Role of Clusterhead in Load Balancing of Clusters Used in Wireless Adhoc Network International Journal of Electronics Engineering, 3 (2), 2011, pp. 283 286 Serials Publications, ISSN : 0973-7383 Role of Clusterhead in Load Balancing of Clusters Used in Wireless Adhoc Network Gopindra

More information

Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification

Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification LEKSHMI.M.R Department of Computer Science and Engineering, KCG College of Technology Chennai,

More information

A Novel Technique for Clock Synchronization to Increase Network Lifetime in WSN

A Novel Technique for Clock Synchronization to Increase Network Lifetime in WSN International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-3 E-ISSN: 2347-2693 A Novel Technique for Clock Synchronization to Increase Network Lifetime in WSN

More information

CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING

CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING CHAPTER 6 CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING 6.1 INTRODUCTION The technical challenges in WMNs are load balancing, optimal routing, fairness, network auto-configuration and mobility

More information

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 5, September

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 5, September Analysis and Implementation of IEEE 802.11 MAC Protocol for Wireless Sensor Networks Urmila A. Patil, Smita V. Modi, Suma B.J. Associate Professor, Student, Student Abstract: Energy Consumption in Wireless

More information

WBAN Beaconing for Efficient Resource Sharing. in Wireless Wearable Computer Networks

WBAN Beaconing for Efficient Resource Sharing. in Wireless Wearable Computer Networks Contemporary Engineering Sciences, Vol. 7, 2014, no. 15, 755-760 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4686 WBAN Beaconing for Efficient Resource Sharing in Wireless Wearable

More information

Energy Consumption analysis under Random Mobility Model

Energy Consumption analysis under Random Mobility Model DOI: 10.7763/IPEDR. 2012. V49. 24 Energy Consumption analysis under Random Mobility Model Tong Wang a,b, ChuanHe Huang a a School of Computer, Wuhan University Wuhan 430072, China b Department of Network

More information

Distributed Power Control and Routing for Clustered CDMA Wireless Ad Hoc Networks

Distributed Power Control and Routing for Clustered CDMA Wireless Ad Hoc Networks Distributed Power ontrol and Routing for lustered DMA Wireless Ad Hoc Networks Aylin Yener Electrical Engineering Department The Pennsylvania State University University Park, PA 6 yener@ee.psu.edu Shalinee

More information

OPTIMIZED SENSOR NODES BY FAULT NODE RECOVERY ALGORITHM

OPTIMIZED SENSOR NODES BY FAULT NODE RECOVERY ALGORITHM OPTIMIZED SENSOR NODES BY FAULT NODE RECOVERY ALGORITHM S. Sofia 1, M.Varghese 2 1 Student, Department of CSE, IJCET 2 Professor, Department of CSE, IJCET Abstract This paper proposes fault node recovery

More information

An Implementation of Secure Wireless Network for Avoiding Black hole Attack

An Implementation of Secure Wireless Network for Avoiding Black hole Attack An Implementation of Secure Wireless Network for Avoiding Black hole Attack Neelima Gupta Research Scholar, Department of Computer Science and Engineering Jagadguru Dattaray College of Technology Indore,

More information

A Routing Protocol Based on Energy and Link Quality for Internet of Things Applications

A Routing Protocol Based on Energy and Link Quality for Internet of Things Applications Sensors 2013, 13, 1942-1964; doi:10.33/s130201942 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article A Routing Protocol Based on Energy and Link Quality for Internet of Things Applications

More information

Energy Efficiency of Load Balancing in MANET Routing Protocols

Energy Efficiency of Load Balancing in MANET Routing Protocols Energy Efficiency of Load Balancing in MANET Routing Protocols Sunsook Jung, Nisar Hundewale, Alex Zelikovsky Abstract This paper considers energy constrained routing protocols and workload balancing techniques

More information

A survey on Spectrum Management in Cognitive Radio Networks

A survey on Spectrum Management in Cognitive Radio Networks A survey on Spectrum Management in Cognitive Radio Networks Ian F. Akyildiz, Won-Yeol Lee, Mehmet C. Vuran, Shantidev Mohanty Georgia Institute of Technology Communications Magazine, vol 46, April 2008,

More information

Evaluation of Unlimited Storage: Towards Better Data Access Model for Sensor Network

Evaluation of Unlimited Storage: Towards Better Data Access Model for Sensor Network Evaluation of Unlimited Storage: Towards Better Data Access Model for Sensor Network Sagar M Mane Walchand Institute of Technology Solapur. India. Solapur University, Solapur. S.S.Apte Walchand Institute

More information

A Mobility Tolerant Cluster Management Protocol with Dynamic Surrogate Cluster-heads for A Large Ad Hoc Network

A Mobility Tolerant Cluster Management Protocol with Dynamic Surrogate Cluster-heads for A Large Ad Hoc Network A Mobility Tolerant Cluster Management Protocol with Dynamic Surrogate Cluster-heads for A Large Ad Hoc Network Parama Bhaumik 1, Somprokash Bandyopadhyay 2 1 Dept. of Information Technology, Jadavpur

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 21 CHAPTER 1 INTRODUCTION 1.1 PREAMBLE Wireless ad-hoc network is an autonomous system of wireless nodes connected by wireless links. Wireless ad-hoc network provides a communication over the shared wireless

More information

CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY

CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY 4.1. INTRODUCTION In recent years, the rapid growth of wireless communication technology has improved the transmission data rate and communication distance.

More information

Energy Efficiency Metrics for Low-Power Near Ground Level Wireless Sensors

Energy Efficiency Metrics for Low-Power Near Ground Level Wireless Sensors Energy Efficiency Metrics for Low-Power Near Ground Level Wireless Sensors Jalawi Alshudukhi 1, Shumao Ou 1, Peter Ball 1, Liqiang Zhao 2, Guogang Zhao 2 1. Department of Computing and Communication Technologies,

More information

Mobile Network Analysis - Hole Healing

Mobile Network Analysis - Hole Healing , pp.143-150 http://dx.doi.org/10.14257/ijfgcn.2013.6.6.15 Decentralized Mobile Sensor Navigation for Hole Healing Policy in Wireless Hybrid Sensor Networks Fu-Tian Lin 1, 2, Chu-Sing Yang 1, Tien-Wen

More information

Energy Effective Routing Protocol for Maximizing Network Lifetime of WSN

Energy Effective Routing Protocol for Maximizing Network Lifetime of WSN Energy Effective Routing Protocol for Maximizing Network Lifetime of WSN Rachana Ballal 1, S.Girish 2 4 th sem M.tech, Dept.of CS&E, Sahyadri College of Engineering and Management, Adyar, Mangalore, India

More information

Master s Thesis. Load Balancing Techniques for Lifetime Prolonging in Smart Metering System

Master s Thesis. Load Balancing Techniques for Lifetime Prolonging in Smart Metering System Master s Thesis Title Load Balancing Techniques for Lifetime Prolonging in Smart Metering System Supervisor Professor Masayuki Murata Author Chuluunsuren Damdinsuren February 14th, 2012 Department of Information

More information

Sensor Networking and Energy Efficient Transportation

Sensor Networking and Energy Efficient Transportation Design and Analysis of Hybrid Indirect Transmissions () for Data Gathering in Wireless Micro Sensor Networks Benjamin J. Culpepper a Lan Dung Melody Moh * Department of Computer Science, San Jose State

More information

A Routing Metric for Load-Balancing in Wireless Mesh Networks

A Routing Metric for Load-Balancing in Wireless Mesh Networks A Routing Metric for Load-Balancing in Wireless Mesh Networks Liang Ma and Mieso K. Denko Department of Computing and Information Science University of Guelph, Guelph, Ontario, Canada, N1G 2W1 email: {lma02;mdenko}@uoguelph.ca

More information

IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless Mesh Networks

IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless Mesh Networks IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless Mesh Networks Zhibin Wu, Sachin Ganu and Dipankar Raychaudhuri WINLAB, Rutgers University 2006-11-16 IAB Research Review, Fall 2006 1 Contents

More information

Halmstad University Post-Print

Halmstad University Post-Print Halmstad University Post-Print Wireless Sensor Networks for Surveillance Applications - A Comparative Survey of MAC Protocols Mahmood Ali, Annette Böhm and Magnus Jonsson N.B.: When citing this work, cite

More information

SPY AGENT BASED SECURE DATA AGGREGATION IN WSN

SPY AGENT BASED SECURE DATA AGGREGATION IN WSN ISSN: 2229-6948(ONLINE) ICTACT JOURNAL ON COMMUNICATION TECHNOLOGY, DECEMBER 214, VOLUME: 5, ISSUE: 4 SPY AGENT BASED SECURE DATA AGGREGATION IN WSN T. Lathies Bhasker 1 and G. Arul Jagan 2 1 Department

More information

An Energy Efficient Location Service for Mobile Ad Hoc Networks

An Energy Efficient Location Service for Mobile Ad Hoc Networks An Energ Efficient Location Service for Mobile Ad Hoc Networks Zijian Wang 1, Euphan Bulut 1 and Boleslaw K. Szmanski 1, 1 Department of Computer Science, Rensselaer Poltechnic Institute, Tro, NY 12180

More information

Adaptive Medium Access Control (MAC) for Heterogeneous Mobile Wireless Sensor Networks (WSNs).

Adaptive Medium Access Control (MAC) for Heterogeneous Mobile Wireless Sensor Networks (WSNs). 2008 Adaptive Medium Access Control (MAC) for Heterogeneous Mobile Wireless Sensor Networks (WSNs). Giorgio Corbellini 1 Challenges of the Ph.D. Study of urgency in sensed data Study of mobility in WSNs

More information

Performance Evaluation of Load-Balanced Clustering of Wireless Sensor Networks

Performance Evaluation of Load-Balanced Clustering of Wireless Sensor Networks Performance Evaluation of Load-Balanced Clustering of Wireless Sensor Networks Gaurav Gupta and Mohamed Younis Dept. of Computer Science and Elec. Eng. University of Maryland Baltimore County Baltimore,

More information

Security for Ad Hoc Networks. Hang Zhao

Security for Ad Hoc Networks. Hang Zhao Security for Ad Hoc Networks Hang Zhao 1 Ad Hoc Networks Ad hoc -- a Latin phrase which means "for this [purpose]". An autonomous system of mobile hosts connected by wireless links, often called Mobile

More information

Isolines: Energy-efficient Mapping in Sensor Networks

Isolines: Energy-efficient Mapping in Sensor Networks Isolines: Energy-efficient Mapping in Sensor Networks Ignacio Solis and Katia Obraczka {isolis, katia}@cse.ucsc.edu Computer Engineering Department University of California, Santa Cruz April 15, 2005 Abstract

More information