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

Size: px
Start display at page:

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

Transcription

1 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 ABSTRACT Wireless Sensor Networks (WSN) have emerged as a promising tool for monitoring and actuating the physical world, utilizing self organizing networks of battery powered wireless sensors that can sense the environmental conditions, process the information and then communicate with the sink. The sensor nodes have energy constraints, so such mechanisms must be developed that make the network energy efficient and also increase the lifetime of the network. Clustering is an important method for lesser energy dissipation by decreasing the number of messages to be sent to the sink. It involves selection of cluster head based on some parameters, and then send the aggregated message to the sink after receiving messages from the nodes in its vicinity. In clustered WSNs, the performance of the network highly relies on the cluster head selection scheme. One of the ways to make WSNs energy efficient is to efficiently elect the cluster head. Keeping in view this idea, a two level fuzzy based approach for cluster head selection is proposed. In first level, two parameters energy level and neighbour density are used to find out the eligibility factor of the nodes for final election as cluster heads. The aggregated eligibility factor along with distance from sink and random variable are used to finally elect the cluster heads in the later level.the proposed scheme is simulated in MATLAB and the results are compared with LEACH. It was found that network lifetime is increased using the proposed scheme. Keywords: - Wireless sensor network, fuzzy logic, cluster head, residual energy, proximity to sink, node concentration. INTRODUCTION The primary component of the Wireless Sensor Network is the sensor, essential for monitoring real world physical conditions such as sound, temperature, humidity, vibration, pressure, motion, intensity, pollutants etc. at different locations. A wireless sensor network (WSN) consists of spatially distributed autonomous sensor nodes to monitor physical or environmental conditions and to cooperatively pass their data through the network to a main location called as sink. The wireless sensor networks is useful for environmental applications, home Appliances, health applications, military applications, Monitoring friendly forces, equipment and ammunition, battlefield surveillance, reconnaissance of opposing forces and terrain, targeting, nuclear, biological and chemical attack detection and reconnaissance, battle damage assessment, office building and warehouses etc. The performance of wireless sensor networks is based on the latency, scalability, energy awareness, node processing time, and transmission scheme and network power usage. The purpose of this present research paper is to find out an energy efficient cluster head selection scheme that enhances the lifetime of the network. An efficient cluster head selection scheme in fuzzy environment is proposed in which the cluster heads are selected by the sink in centralized fashion. The various parameters that affect the cluster head performance and consider them into the cluster head selection scheme will be discussed in the paper. A fuzzy based efficient cluster head selection scheme would increase the lifetime of the network by minimizing the energy consumption of each sensor node. RELATED WORK Wireless sensor networks are an emerging field of various advancements. As the nodes are non-rechargeable means energy constrained, so main focus of the researches in this field is to make it energy efficient as par as possible and prolong its network lifetime. Clustering is one of the hierarchical routing techniques which is used to make the network energy efficient by using the efficient routing. Various advancements have been made further in the clustering methodology and many more are going on. The goal of algorithm which implement data gathering is to maximize the lifetime of network, minimize energy consumption, and the transmission occurs with minimum delay. Clustering in wireless sensor networks has to complete the routing function, node management and role of data fusion. Some of the various clustering mechanisms are as LEACH (Low Energy Adaptive Clustering Hierarchy) LEACH [1] is a self organizing, low power and adaptive clustering protocol. It uses randomization for distributing the energy load among the sensors in the network. According to this protocol, the base station is fixed and located far from the sensor nodes and the nodes are homogenous and energy

2 constrained. It divides the total operation into rounds each round consisting of two phases: set-up phase and steady phase. In set-up phase, cluster formation process takes place after electing the cluster heads. Sensor node generates a random number range 0-1. If this random number is less than the threshold T (n), then it releases the information that he is the cluster head node to the nodes within the cluster. When only a node is not elected, T(n) = 1, so this node will be elected. T (n) formula can be expressed as: where P is the percentage of cluster head node in all nodes, r is an election rounds, r mod (1 / P) is on behalf of the number of node which was elected as cluster head nodes in the cycle, G is the node set which is not elected as a cluster head node in this cycle. Work in a steady phase, member nodes continuous collected monitoring data, and send data to the cluster head node in their own time slots. While the other time, it can turn off the radio module, into hibernation, and it is one of the main ways to save energy for LEACH. However, there are a number of deficiencies [5] in LEACH algorithm. HEED (Hybrid, Energy-Efficient Distributed) HEED (Hybrid, Energy-Efficient Distributed clustering) [2] is a clustering algorithm that improves the problems in the LEACH. HEED follows a clustering concept. The probability to become CH is based on the ratio of the initial electric power Emax and the current residual electric power Eresidual in HEED. Therefore, the node that has the more electric power is easier to become CH. There are two states in the CH, the tentative CH and final CH. If the node broadcasts the final CH advertisement, the node serves the CH in the round. On the other hand, if the node broadcasts the tentative CH advertisement, the node may cancel the advertisement and join to other cluster that the total communication cost becomes small. In HEED, the probability of the node that try to become CH (CHprob) is given as CH prob = max(ch prob * E residual / E max, P min ) Here, CHprob is the rate of the CH given beforehand. Pmin is the minimum value of the CHprob, that is decided in inverse proportion to Emax. So, in order to make the network energy efficient, HEED considers a hybrid of energy and communication cost. HEED uses two parameters; residual energy and intra cluster communication cost, in order to form good cluster. Residual energy is used to probabilistically select an initial set of CHs, and communication cost is used to determine which CH the node should belong to when the node has two or more possible CHs. The efficiency of clustered protocols also depend on the technique how the cluster heads are elected. We can optimize the cluster head selection by using various optimization techniques. Fuzzy logic is also an optimization technique. A lot of work on fuzzy based cluster head selection has been done by various researchers some of them are listed below: In the paper [6] An Energy Efficient Fuzzy Logic Cluster Formation Protocol in Wireless Sensor Networks by Rogaia Mhemed, Nauman Aslam, William Phillips and Frank Comeau; the parameters considered for cluster head selection are - energy level of the CH, distance between the BS and the CH, and distance between the CHs. In [7] Fuzzy Logic Controlled Cluster Head Selection for Wireless Sensor Networks the authors have considered parameters residual energy, neighbor density and node centrality for the selection of cluster heads. In Multilayer Fuzzy Interface Design for Cluster Head Selection in Single Sink Wireless Ad-hoc sensor network dual stage of cluster head selection is used. In the preliminary stage energy & node density are used and in advanced stage centrality, proximity to sink & CH to CH distance are used for final selection of cluster heads.[11] In the paper [8] named Cluster-head Election using Fuzzy Logic for Wireless Sensor Networks by Indranil Gupta Denis Riordan, Srinivas Sampalli; the parameters used for cluster head selection are energy, centrality and node concentration. The authors of the paper An Energy Efficient Approach for Clustering in WSN using Fuzzy Logic have considered energy and centrality, only two parameters for cluster head selection.[9] In the paper [10] Cluster Head Selection in Wireless Sensor Networks under Fuzzy Environment by Puneet Azad and Vidushi Sharma; energy, no. of Neighbors and proximity to sink are taken for cluster head selection in fuzzy environment. All the above techniques have been used to efficiently elect cluster head in fuzzy environment to minimize energy consumption and prolong network lifetime. Randomization plays a very important role in Cluster Head Selection. Cluster Head selection can be further optimized by using a randomized parameter. PROPOSED SCHEME There are many possible models for these wireless sensor networks. In this work, we consider wireless sensor networks where: The base station is fixed and located far from sensors. All the nodes in the network are energy constrained. Cluster Head Selection is centralized i.e. by the base station. The communication between the sensor nodes and the base station is expensive, and there are no high energy nodes through which communication can proceed. Sensor networks contain too much data for an end user to process. Therefore, automated methods of combining or aggregating the data into a small set of meaningful information are required [3,4]. In addition to helping avoid information overload, data

3 aggregation, also known as data fusion, can combine several unreliable data measurements to produce a more accurate signal by enhancing the common signal and reducing the uncorrelated noise. Large energy gains can be achieved by performing the data fusion or classification algorithm locally, thereby requiring much less data to be transmitted to the base station. NETWORK ENERGY MODEL To transmit an l-bit data to a distance d, the radio expands energy: E TX (l,d) = l *E elec + l *ξ fs *d 2, when d< d o l *E elec + l *ξ amp *d 4, when d>=d o where E elec,ξ fs and ξ amp are the parameters of the transmission/reception circuitry. Depending on the distance between the transmitter and receiver, free space (ξ fs ) and multi-path fading (ξ amp ) channel models is used. While receiving, the radio expands energy: E RX (l) = l *E elec In this work, we assume a simple model where the radio dissipated Eelec= 50 nj/bit to run the transmitter or receiver circuitry and for Eamp = 100 pj/bit/m 2, the transmit amplifier to achieve a acceptable Eb/No. We also assume an r 2 energy loss due to channel transmission. PROPOSED SCHEME OF CLUSTER HEAD SELECTION The operation is broken up into rounds, where each round begins with a setup phase in which cluster head selection takes place followed by cluster formation. Cluster heads are elected by dual stage fuzzy logic giving node and network parameters as input. This cluster head selection scheme is centralized assuming base station keeping all knowledge of the network scenario. The proposed model is based on the following assumptions: Cluster Head Selection is Centralized i.e.bs elect the CHs using fuzzy. BS has global information about the network i.e. all information about the nodes. All the sensor nodes are identical and are stationary once deployed. The nodes are uniformly distributed in the network. Single hop communication.(nch -> CH -> BS) BS has high power, high storage and high computation abilities. BS is equipped with fuzzy logic toolbox. PARAMETERS CONSIDERED FOR FUZZY INPUT As our model implements dual stage of fuzzy logic, each stage takes two parameters as inputs: ELIGIBILITY PHASE: Node Energy - energy level available in each node, designated by the fuzzy variable residual-energy, Node Concentration - number of nodes present in the vicinity, designated by the fuzzy variable concentration, The fuzzy rules of Eligibility phase are listed below: Residual_energy Concentration Eligibility for Selection Phase Low Low Less Low Avg Medium Low High Less Avg Low Large Avg Avg Medium Avg High Medium High Low Large High Avg Large High High Medium The surface view of the eligibility with respect to the concentration of nodes & residual energy of the nodes are as SELECTION PHASE: Proximity to sink - distance from the base station, designated by the fuzzy variable proximity_to_sink.(low means away from sink and high means close to the sink). Random Number - any random number, fuzzy variable is random_number. The fuzzy rules of secondary phase are listed below: proximity_to_bs random_number Chance of Selection Low Low Medium Low Avg Less Low High Less Avg Low Less Avg Avg Medium Avg High Medium High Low Medium High Avg Large High High Large The surface view shows the chances of the nodes to be Selected as cluster heads which are shown below:

4 SIMULATIONS RESULTS OF PROPOSED SCHEME We are using a 200 * 200 network of 100 sensor nodes for simulation using MATLAB. The sink is present at (200,100). The nodes are randomly chosen in each simulation. COMPARITIVE GRAPHS with LEACH The comparison graphs between leach and proposed model on the basis of energy dissipation and power variation per round is shown below: The proposed model will work as per the following flow diagram. ENERGY DISSIPATED PER ROUND NETWORK PARAMETERS The following network and node parameters values are considered during implementation: Network size 200 * 200 m 2 Number of nodes 100 Base Station location (200,100) Initial network energy Initial Energy of each node 50J 0.5 J Threshold prob. to become CH ETX(transmission energy) 50* ERX(receiving energy) 50* POWER VARIANCE PER ROUND The comparison graphs between leach and proposed model on the basis of alive nodes and number of CHs per round is shown below:

5 REFERENCES:- [1] Heinzelman WR, Chandrakasan A, Balakrishnan H. Energy-efficient communication protocol for wireless microsensor networks. Proc. of the 33rd Annual Hawaii International Conference on System Sciences, Maui; p [2] Younis O, Fahmy S. Heed: a hybrid, energy-efficient, distributed clustering approach for ad hoc sensor networks. IEEE Transactions on Mobile Computing 2004; 3: ALIVE NODES PER ROUND [3] F. Zhao, J. Liu, J. Liu, L. Guibas, J. Reich, Collaborative signal and information processing: an information-directed approach, Proceedings of IEEE 91 (8) (2003) [4] D. Dardari, A. Conti, C. Buratti, R. Verdone, Mathematical evaluation of environmental monitoring estimation error through energy-efficient wireless sensor networks, IEEE Transactions on Mobile Computing 6 (7) (2007) [5] Qing Bian, Yan Zhang, Yanjuan Zhao Research on Clustering Routing Algorithms in Wireless Sensor Networks 2010 International Conference on Intelligent Computation Technology and Automation. CHs SELECTED PER ROUND COMPARATIVE ANALYSIS On the basis of above graphs, simulation results show that the proposed scheme enhances the lifetime of the network with decreased energy consumption in comparison with LEACH. The results are analysed with 800 rounds. The results are analysed in terms of energy dissipated per round and power variance per round. We also analyse the number of dead and alive nodes in each round, in both models. V CONCLUSION AND FUTURE WORK In our approach, a two level fuzzy based technique is used in cluster head selection. In first level, the SNs are nominated for CH selection by using two parameters, i.e. residual energy and node concentration. In second level i.e. selection phase, two parameters i.e. proximity to sink and one random parameter are used to finally elect the cluster heads. The simulation of the proposed approach results in decreased energy consumption with lifetime maximization when compared with LEACH. One of the possible future works is to investigate how we can best control the number of associated cluster members in every cluster, to achieve a relative load balance in terms of number of nodes among all clusters formed. This would give better uniformity in their respective energy usage, eventually leading to further prolonged effective network lifetime. [6] Indranil Gupta, Denis Riordan, Srinivas Sampalli Cluster-head Election using Fuzzy Logic for Wireless Sensor Networks. [7] Ashutosh Kumar Singh, Sandeep Goutele, S.Verma and N. Purohit An Energy Efficient Approach for Clustering in WSN using Fuzzy Logic International Journal of Computer Applications ( ) Volume 44 No18, April 2012 [8] Puneet Azad and Vidushi Sharma Cluster Head Selection in Wireless Sensor Networks under Fuzzy Environment Hindawi Publishing Corporation, ISRN Sensor Networks,Volume 2013, Article ID , 8 pages, 2013 [9] Rogaia Mhemed, Nauman Aslam, William Phillips and Frank Comeau, An Energy Efficient Fuzzy Logic Cluster Formation Protocol in Wireless Sensor Networks 3rd International Conference on ANT 2011 Published by Elsevier. [10] Partha Pratim Bhattacharya,Anita Garhwal Fuzzy Logic Controlled Cluster Head Selection for Wireless Sensor Networks International Journal of Electronics and Computer Science Engineering ISSN [11] Ranjita Sannamani, Manoj Challa, Dr. Jitendranath Mungara Multilayer Fuzzy Interface Design for Cluster Head Selection in Single Sink Wireless Ad-hoc sensor network International Journal of Science and Advanced Technology (ISSN ) Volume 2 No 5 May 2012.

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

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

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 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

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

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

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

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

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

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

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

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

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

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

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

Fuzzy-Based Clustering Solution for Hot Spot Problem in Wireless Sensor Networks 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 [email protected]

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

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

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

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

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 [email protected]

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

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

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

Survey on different attacks in Wireless Sensor Networks and their prevention system

Survey on different attacks in Wireless Sensor Networks and their prevention system Survey on different attacks in Wireless Sensor Networks and their prevention system Ruchita Dhulkar, Ajit Pokharkar, Mrs. Rohini Pise 1 BE IT, Department of Information Technology, PCCOE, Maharashtra,

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 [email protected] Abstract Energy efficient load balancing in a Wireless Sensor

More information

Maximum Lifetime Data Gathering and Aggregation in Wireless Sensor Networks

Maximum Lifetime Data Gathering and Aggregation in Wireless Sensor Networks August 26, 2002 TR CS-02-12 Maximum Lifetime Data Gathering and Aggregation in Wireless Sensor Networks Konstantinos Kalpakis 1,2, Koustuv Dasgupta 1, and Parag Namjoshi 1 Computer Science and Electrical

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

BIO-INSPIRED, CLUSTER-BASED DETERMINISTIC NODE DEPLOYMENT IN WIRELESS SENSOR NETWORKS. Vergin Raja Sarobin M. 1*, R. Ganesan 1

BIO-INSPIRED, CLUSTER-BASED DETERMINISTIC NODE DEPLOYMENT IN WIRELESS SENSOR NETWORKS. Vergin Raja Sarobin M. 1*, R. Ganesan 1 International Journal of Technology (2016) 4: 673-682 ISSN 2086-9614 IJTech 2016 BIO-INSPIRED, CLUSTER-BASED DETERMINISTIC NODE DEPLOYMENT IN WIRELESS SENSOR NETWORKS Vergin Raja Sarobin M. 1*, R. Ganesan

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

SECURITY IN WIRELESS SENSOR NETWORKS: KEY MANAGEMENT MODULE IN SOOAWSN

SECURITY IN WIRELESS SENSOR NETWORKS: KEY MANAGEMENT MODULE IN SOOAWSN SECURITY IN WIRELESS SENSOR NETWORKS: KEY MANAGEMENT MODULE IN SOOAWSN Mohammed A. Abuhelaleh and Khaled M. Elleithy School of Engineering University Of Bridgeport, Bridgeport, CT {mabuhela, elleithy}

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

Cooperative OCEAN Based Technique for Isolating Attack in Wireless Sensor Network

Cooperative OCEAN Based Technique for Isolating Attack in Wireless Sensor Network Cooperative OCEAN Based Technique for Isolating Attack in Wireless Sensor Network M. Samundeeswari 1, R. Gowri 2 [email protected], [email protected] Abstract The Intrusion Detection in the

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

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

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

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

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

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

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

Efficient Data Transmission For Wireless Sensor Networks

Efficient Data Transmission For Wireless Sensor Networks Volume: 2, Issue: 4, 221-225 April 2015 www.allsubjectjournal.com e-issn: 2349-4182 p-issn: 2349-5979 Impact Factor: 3.762 Girijalaxmi M.Tech scholar, Department of computer Vasudev S Senior assistant

More information

Secure and Efficient Data Transmission for Cluster-Based Wireless Sensor Networks B. PRANAY KUMAR 1, D. KRISHNA 2, P. RAVINDRA 3

Secure and Efficient Data Transmission for Cluster-Based Wireless Sensor Networks B. PRANAY KUMAR 1, D. KRISHNA 2, P. RAVINDRA 3 WWW.IJITECH.ORG ISSN 2321-8665 Vol.03,Issue.02, June-2015, Pages:0252-0258 Secure and Efficient Data Transmission for Cluster-Based Wireless Sensor Networks B. PRANAY KUMAR 1, D. KRISHNA 2, P. RAVINDRA

More information

Fault Detection and Recovery in Wireless Sensor Network Using Clustering

Fault Detection and Recovery in Wireless Sensor Network Using Clustering Fault Detection and Recovery in Wireless Sensor Network Using Clustering Abolfazl Akbari 1, Arash Dana 2, Ahmad Khademzadeh 3 and Neda Beikmahdavi 4 1 Dept. of Computer Engineering, Islamic Azad University

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

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

Survey on Load balancing protocols in MANET S (mobile ad-hoc networks)

Survey on Load balancing protocols in MANET S (mobile ad-hoc networks) Survey on Load balancing protocols in MANET S (mobile ad-hoc networks) Ramandeep Kaur 1, Gagandeep Singh 2, Sahil Vashist 3 1 M.tech Research Scholar, Department of Computer Science & Engineering, Chandigarh

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

Webpage: www.ijaret.org Volume 3, Issue VII, July 2015 ISSN 2320-6802

Webpage: www.ijaret.org Volume 3, Issue VII, July 2015 ISSN 2320-6802 RELIABLE AND SECURE DATA TRANSMISSION IN WIRELESS SENSOR NETWORKS Manisha 1, Mamta Sachdeva 2 1 M.Tech(CSE) Computer Science and Engineering Department South Point Institute of Technology & Management

More information

Data Aggregation and Gathering Transmission in Wireless Sensor Networks: A Survey

Data Aggregation and Gathering Transmission in Wireless Sensor Networks: A Survey Data Aggregation and Gathering Transmission in Wireless Sensor Networks: A Survey PHANI PRIYA KAKANI THESIS WORK2011-2013 SUBJECT Master of Electrical Engineering: Specialization inembedded Systems Postadress:

More information

A NOVEL RESOURCE EFFICIENT DMMS APPROACH

A NOVEL RESOURCE EFFICIENT DMMS APPROACH A NOVEL RESOURCE EFFICIENT DMMS APPROACH FOR NETWORK MONITORING AND CONTROLLING FUNCTIONS Golam R. Khan 1, Sharmistha Khan 2, Dhadesugoor R. Vaman 3, and Suxia Cui 4 Department of Electrical and Computer

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

MAXIMIZING THE LIFETIME OF NETWORK SECURITY BY DSDV PROTOCOL USING GAME THEORY TECHNIQUES IN WIRELESS SENSOR NETWORK

MAXIMIZING THE LIFETIME OF NETWORK SECURITY BY DSDV PROTOCOL USING GAME THEORY TECHNIQUES IN WIRELESS SENSOR NETWORK MAXIMIZING THE LIFETIME OF NETWORK SECURITY BY DSDV PROTOCOL USING GAME THEORY TECHNIQUES IN WIRELESS SENSOR NETWORK 1 V. Vinoba, 2 P.Hema 1 Department of Mathematics, K.N. Government Arts college, (India)

More information

Secure and Efficient Data Transmission for Cluster-Based Wireless Networks

Secure and Efficient Data Transmission for Cluster-Based Wireless Networks Secure and Efficient Data Transmission for Cluster-Based Wireless Networks M.Vigneshkumar, S.K.Manigandan Final Year MCA Student, VelTech HighTech Engineering College, Chennai, India Assistant Professor,

More information

A Short Survey on Secure Routing Protocols in Hierarchical Cluster- Based Wireless Sensor Networks

A Short Survey on Secure Routing Protocols in Hierarchical Cluster- Based Wireless Sensor Networks A Short Survey on Secure Routing Protocols in Hierarchical Cluster- Based Wireless Sensor Networks F.MEZRAG 1, M.BENMOHAMMED 2, B.BOUDERAH 3 1,3 Department of Computer Science, University of M Sila, Algeria

More information

NAVAL POSTGRADUATE SCHOOL THESIS

NAVAL POSTGRADUATE SCHOOL THESIS NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS TACTICAL NETWORK LOAD BALANCING IN MULTI- GATEWAY WIRELESS SENSOR NETWORKS by Kevin A. White December 2013 Thesis Advisor: Second Reader: Preetha Thulasiraman

More information

Sensor Devices and Sensor Network Applications for the Smart Grid/Smart Cities. Dr. William Kao

Sensor Devices and Sensor Network Applications for the Smart Grid/Smart Cities. Dr. William Kao Sensor Devices and Sensor Network Applications for the Smart Grid/Smart Cities Dr. William Kao Agenda Introduction - Sensors, Actuators, Transducers Sensor Types, Classification Wireless Sensor Networks

More information

Ad hoc and Sensor Networks Chapter 1: Motivation & Applications

Ad hoc and Sensor Networks Chapter 1: Motivation & Applications Ad hoc and Sensor Networks Chapter 1: Motivation & Applications Holger Karl Computer Networks Group Universität Paderborn Goals of this chapter Give an understanding what ad hoc & sensor networks are good

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

Wireless Sensor Network: Challenges, Issues and Research

Wireless Sensor Network: Challenges, Issues and Research ISBN 978-93-84468-20-0 Proceedings of 2015 International Conference on Future Computational Technologies (ICFCT'2015) Singapore, March 29-30, 2015, pp. 224-228 Wireless Sensor Network: Challenges, Issues

More information

A Survey of Adaptive Distributed Clustering Algorithms for Wireless Sensor Networks

A Survey of Adaptive Distributed Clustering Algorithms for Wireless Sensor Networks A Survey of Adaptive Distributed Clustering Algorithms for Wireless Sensor Networks S.R.Boselin Prabhu, Assistant Professor, Department of Electronics and Communication Engineering, SVS College of Engineering,

More information

TRUST MANAGEMENT SCHEMES FOR INTRUSION DETECTION SYSTEMS -A SURVEY

TRUST MANAGEMENT SCHEMES FOR INTRUSION DETECTION SYSTEMS -A SURVEY TRUST MANAGEMENT SCHEMES FOR INTRUSION DETECTION SYSTEMS -A SURVEY 1 DEEPA S, 2 SUPRIYA M 1,2 Department of Computer Science and Engineering, Amrita School of Engineering, Amrita Vishwa Vidyapeetham, Bangalore,

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

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

Restricted and Mobile: Security in Mobile Wireless Sensor Networks Kısıtlı ve Hareketli: Mobil Telsiz Duyarga Ağlarında Güvenlik

Restricted and Mobile: Security in Mobile Wireless Sensor Networks Kısıtlı ve Hareketli: Mobil Telsiz Duyarga Ağlarında Güvenlik Restricted and Mobile: Security in Mobile Wireless Sensor Networks Kısıtlı ve Hareketli: Mobil Telsiz Duyarga Ağlarında Güvenlik Albert Levi [email protected] Sabancı University Computer Science and

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

An Elliptic Curve based Hierarchical Cluster Key Management in Wireless Sensor Network

An Elliptic Curve based Hierarchical Cluster Key Management in Wireless Sensor Network An Elliptic Curve based Hierarchical Cluster Key Management in Wireless Sensor Network Srikanta Kumar Sahoo and Manmanth Narayan Sahoo National Institute of Technology Rourkela, Odisha, India [email protected],[email protected]

More information

DESIGN AND DEVELOPMENT OF LOAD SHARING MULTIPATH ROUTING PROTCOL FOR MOBILE AD HOC NETWORKS

DESIGN AND DEVELOPMENT OF LOAD SHARING MULTIPATH ROUTING PROTCOL FOR MOBILE AD HOC NETWORKS DESIGN AND DEVELOPMENT OF LOAD SHARING MULTIPATH ROUTING PROTCOL FOR MOBILE AD HOC NETWORKS K.V. Narayanaswamy 1, C.H. Subbarao 2 1 Professor, Head Division of TLL, MSRUAS, Bangalore, INDIA, 2 Associate

More information

Design of Remote data acquisition system based on Internet of Things

Design of Remote data acquisition system based on Internet of Things , pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; [email protected]

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 [email protected]

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

Underwater Sensor Networks for Water Quality Monitoring Project Final Report Feng Zhang

Underwater Sensor Networks for Water Quality Monitoring Project Final Report Feng Zhang Underwater Sensor Networks for Water Quality Monitoring Project Final Report Feng Zhang Abstract Wireless sensor networks (WSNs) have been growing rapidly in the past few years. Lots of research has been

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

International Journal of. Informatics Society. 8/ 3 Vol.5 No. 2 ISSN 1883-4566. Informatics Society

International Journal of. Informatics Society. 8/ 3 Vol.5 No. 2 ISSN 1883-4566. Informatics Society International Journal of Informatics Society 8/ 3 Vol.5 No. 2 ISSN 1883-4566 Informatics Society Editor-in-Chief: Associate Editors: Norio Shiratori, Tohoku University Teruo Higashino, Osaka University

More information

International Journal of Advancements in Research & Technology, Volume 3, Issue 4, April-2014 55 ISSN 2278-7763

International Journal of Advancements in Research & Technology, Volume 3, Issue 4, April-2014 55 ISSN 2278-7763 International Journal of Advancements in Research & Technology, Volume 3, Issue 4, April-2014 55 Management of Wireless sensor networks using cloud technology Dipankar Mishra, Department of Electronics,

More information

Energy Efficient Zone Division Multihop Hierarchical Clustering Algorithm for Load Balancing in Wireless Sensor Network

Energy Efficient Zone Division Multihop Hierarchical Clustering Algorithm for Load Balancing in Wireless Sensor Network Energy Efficient Zone Division Multihop Hierarchical Clustering Algorithm for Load Balancing in Wireless Sensor Network Ashim Kumar Ghosh 1, Anupam Kumar Bairagi 2, Dr. M. Abul Kashem 3, Md. Rezwan-ul-Islam

More information

Simulation Analysis of Different Routing Protocols Using Directional Antenna in Qualnet 6.1

Simulation Analysis of Different Routing Protocols Using Directional Antenna in Qualnet 6.1 Simulation Analysis of Different Routing Protocols Using Directional Antenna in Qualnet 6.1 Ankit Jindal 1, Charanjeet Singh 2, Dharam Vir 3 PG Student [ECE], Dept. of ECE, DCR University of Science &

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

AN EFFICIENT STRATEGY OF AGGREGATE SECURE DATA TRANSMISSION

AN EFFICIENT STRATEGY OF AGGREGATE SECURE DATA TRANSMISSION INTERNATIONAL JOURNAL OF REVIEWS ON RECENT ELECTRONICS AND COMPUTER SCIENCE AN EFFICIENT STRATEGY OF AGGREGATE SECURE DATA TRANSMISSION K.Anusha 1, K.Sudha 2 1 M.Tech Student, Dept of CSE, Aurora's Technological

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

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

Technology White Paper Capacity Constrained Smart Grid Design

Technology White Paper Capacity Constrained Smart Grid Design Capacity Constrained Smart Grid Design Smart Devices Smart Networks Smart Planning EDX Wireless Tel: +1-541-345-0019 I Fax: +1-541-345-8145 I [email protected] I www.edx.com Mark Chapman and Greg Leon EDX Wireless

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

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