Nallusamy, International Journal of Advanced Engineering Technology E-ISSN

Size: px
Start display at page:

Download "Nallusamy, International Journal of Advanced Engineering Technology E-ISSN"

Transcription

1 Research Paper THREE STAGE GA BASED HYBRID ROUTING ALGORITHM FOR SOLAR POWERED WIRELESS SENSOR NETWORKS R. Nallusamy Address for Correspondence Professor, Department of Computer Science and Engineering, Nandha College of Technology, Erode, India ABSTRACT Wireless Sensor Networks (WSNs) play an important role in monitoring and collecting data from difficult geographical terrains. The inherent constraints such as limited battery life, memory and less processing capability of the sensors make the routing of WSNs a tedious task. This paper proposes the utilization of solar energy with a view to extend the life of the networks in WSNs perspective. The existing routing algorithms in WSNs are quite complex in nature and many of them use data-centric based concept. Almost all the algorithms consume considerable amount of time for data aggregation. The route convergence time is also a critical factor in WSNs due to energy constraints existing in them. To avoid such types of drawbacks, this paper proposes a simple location based hierarchical, straightforward point-to-point SP routing for solar powered WSNs. By using energy efficient clustering and routing concepts, the energy consumption and computational overhead will be considerably reduced. After deploying the sensors in the field, the nodes can be grouped into small sized clusters. The routing overhead will further be reduced with the grouping of sensors into small sized network topologies. One node will act as a Cluster Head (CH) for each cluster. The nodes can communicate through CH, if any event occurs. A three phase Genetic Algorithm (GA) with k-means clustering is proposed for clustering and routing in WSNs. After clustering is over, initial feasible routes are generated for each cluster by using a new algorithm called Basic Solution Algorithm. The Shortest Path (SP) route from source node to CH within the cluster is calculated using GA. The three phase GA also provides efficient solution for routing in WSNs with a fast convergence rate. KEYWORDS: Wireless sensor networks, Genetic algorithm, k-means clustering, Solar energy and routing in sensor networks. INTRODUCTION The Shortest Path based network problems such as point-to-point SP problem are complex and Nondeterministic Polynomial-time hard (NP-hard) combinatorial optimization problems. These problems are typically associated with complex and dynamic systems with uncertain parameters. It is difficult and time-consuming to derive mathematical formulation based solutions for such type of problems and therefore, they are considered to be infeasible. The nature inspired algorithms such as Artificial Intelligence (AI) heuristics and soft computing based concepts are suitable to such type of problems. Shortest Path Problem: Many optimization problems amount to finding a sub-graph of certain type with minimum weight in a weighted graph. One such is the Shortest Path Problem (SPP). For example, from a road map network connecting various towns, determining the shortest route between two specified towns in the network, one must find, in a weighted graph, a path of minimum weight connecting two vertices s and t; the weights represent distances by road between directly-linked towns, and are therefore, non-negative. LITERATURE REVIEW Genetic Algorithms GAs imitate the concepts of natural selection by a process of randomized data exchange between chromosomes. By using this concept, they are able to solve a range of complex problems which cannot be solved easily and efficiently by other approaches. Because GAs were inspired by the behavior of natural systems, the terminology used to describe them is a mix from both biological and computer fields (Goldberg 2006). First step in GA is encoding in the form of chromosomes. After encoding, GA uses the operations such as selection, cross over and mutation. Wireless Sensor Networks A sensor network is a network of a large number of sensor nodes which are densely deployed either inside the field or very close to it. A WSN is a network of spatially distributed autonomous wireless computing devices to cooperatively monitor physical or environmental conditions using sensors. WSNs are used to collect data from physically challenging environments. The information of events can be detected, collected, processed and sent to a control room or sink by the sensors deployed in WSNs. The tiny nodes in WSNs are equipped with substantial processing capabilities of combining the data with adjacent nodes, compressing the data, intelligent gathering and processing of sensed data, understanding and controlling the processes inherent to the system. A major technical challenge for WSNs, however, lies in the node energy constraint and its limited computing resources (Jeong et al 2008). Energy consumption is a dominant factor in the design of large-scale sensor networks. Since these constraints are highly specific for sensor networks, new improved power sources, wireless ad-hoc networking and efficient routing techniques are required. By providing improved power sources such as renewable (solar) energy, it would solve many of the aforementioned constraints (Jiang et al 2005, Kansal and Srivastava 2005). Solar Powered Wireless Sensor Networks Voigt et al (2003) proposed to utilize solar power in WSNs establishing a topology where some nodes can receive and transmit packets without consuming the limited battery resources dynamically. The solar cells can be utilized to power the sensors as well as to charge the batteries during node idle periods. The stored battery energy can be used to power the nodes during the time periods when sunlight is unavailable. Polastre et al (2005) presented an extremely long duration solar power subsystem for the most recent wireless sensor network mote Telos. The solar energy harvesting WSN called Heliomote was proposed by Lin et al (2005). A battery-less wireless sensor network system that uses the combination of an electric double layer capacitor, equipped with a small solar cell as its energy sourcewas proposed by Minami et al (2005). The authors, however, have not reported any results of a long-term deployment. Taneja et al (2008) provided an empirical and mathematical analysis of two leading competitors (Heliomote and Trio) and developed taxonomy for

2 the micro-solar design space, identifying key components, design choices, interactions, difficulties and trade-offs. Routing Challenges in WSNs Due to the following reasons, routing in WSNs is very challenging compared to other wireless networks like MANET. First, due to the huge number of sensor nodes, it is very difficult to use a global addressing scheme for the sensor nodes as the overhead of address maintenance is high. Therefore, conventional Internet Protocol (IP) based protocols may not be suitable for WSNs.Second, in contrast to other communication networks, in WSNs, almost all applications use the flow of sensed data from many sensor nodes to a single Base Station (BS).Third, all the sensor nodes have the major constraints in terms of energy, processing and storage capacities. Fourth, in most of the WSN applications, sensor nodes are generally stationary after deployment except for, may be, a few mobile nodes. Fifth, location awareness of the sensor nodes is essential in WSNs since data collection is normally based on the location. Due to the aforementioned constraints, various algorithms have been proposed for the routing problem in WSNs (Al-Karaki and Kamal 2004). Routing Protocols in WSNs Recent advancements in WSN have led to many new routing protocols specifically designed for sensor networks where efficient energy utilization is an essential consideration (Akkaya and Younis 2005, 2005a). The various routing algorithms are broadly classified as (Al-Karaki and Kamal 2004), Address Centric (AC) Protocol: Each sensor independently sends data along the shortest path to Cluster Head. Data Centric (DC) Protocol: The sensors send data to the sink, but routing sensors en-route look at the content of the data and perform some form of aggregation function on the data originating at multiple sources to remove redundancy. Clustering in Solar Powered Wireless Sensor Networks Clustering is required to reduce the routing complexity and overhead and for effective energy efficient communication between sensors. From the literature, the various existing clustering algorithms for WSNs are: 1) Linked cluster algorithm 2) Adaptive clustering 3) Hierarchical control clustering 4) Energy efficient hierarchical clustering 5) Hybrid energy-efficient distributed clustering and 6) Attribute-based clustering (Abbasi and Younis 2007). Voigt et al (2004) proposed to extend LEACH, a well-known cluster-based protocol for sensor networks to become solar-aware. The simulation results show that making LEACH solar-aware significantly extends the lifetime of sensor networks. The visual-based wireless sensor networks have been implemented in several different fields such as environment monitoring, military applications, and robotic applications (Fan et al 2007). A solar cell recharging model and a layered clustering model were proposed by them to deal with the restricted energy consumption under the consideration of visual quality. Routing in Solar Powered Wireless Sensor Networks Ye et al (2003) proposed an energy conserving protocol called Probing Environment and Adaptive Sleeping (PEAS). PEAS keeps only necessary nodes active and puts the rest into sleepy mode to conserve energy. The solar aware routing allows the routing only through solar powered nodes (Voigt et al 2003). This will save the energy of the battery powered nodes. Theyproposed two protocols to perform solar aware routing. The results show that the first protocol is more suitable for small WSNs while the second protocol performs better on larger WSNs. Corke et al (2007) discussed hardware design principles for long term solar powered WSNs and straightforward non-energy aware protocols. They presented data from a long-term deployment that illustrated the use of solar energy and rechargeable batteries to achieve 24x7 operations for over two years. Lattanzi et al (2007) discussed the problem of optimal routing for energy harvesting WSNs. They provided a concept for assessing the energy efficiency of routing algorithms of WSNs whose nodes drain power from the environment. Al-Karaki et al (2009) proposed heuristic algorithms for routing in WSNs. They presented Grid-based Routing and Aggregator Selection Scheme (GRASS) with exact as well as heuristic approaches to find the minimum number of aggregation points while routing data to the BS such that the network lifetime is maximized. Yang et al (2009) formulated the problem of energy efficient routing for detection in a WSN under the Neyman-Pearson detection criterion, which related to both the energy consumption and detection performance in routing. Matrouk and Landfeldt (2009) proposed Routing based on Energy Temperature Transformation (RETT), RETT-gen, a scalable energy-efficient clustering and routing protocol designed for WSNs. Shortest Path Routing using Genetic Algorithms Yussof et al (2009) proposed a parallel GA for solving the SPR problem. This algorithm is developed and run on Message Passing Interface (MPI) cluster. Based on experimental result, there is a tradeoff between computation time and the result accuracy. However, for the same level of accuracy, the parallel algorithm can perform much faster compared to its non-parallel counterpart. Cheng and Yang (2009), Yang et al (2010) proposed GAs with immigrants and memory schemes to solve the dynamic SP routing problem in MANET. The algorithm adopts topological changes of the network and produces efficient solutions. There are several GAs that address different kinds of routing problems. Those approaches are beyond the scope of this paper. THREE STAGE ROUTING IN SOLAR POWERED WSNs As per literature, so far, the GA and other nature inspired algorithms based SP routing for WSNs have been studied only by a few researchers. The algorithm proposed by Al-Karaki et al (2009) is the only GA based routing algorithm in WSNs. They have applied GA based aggregation and routing algorithm concepts for WSN. The GA has been used in combination with other algorithms and therefore computation complexity is more. The battery life of the sensors is directly linked with their computation time. To provide energy for sensors from environment, solar powered WSN is the suitable solution. The majority of the algorithms are not concentrated on the convergence time for the

3 optimized route calculation. For real time communications such as battle field monitoring an optimal SP has to be computed within a very short period of time i.e. in milli/micro seconds. The existing algorithms do not provide these kinds of real time requirements due to their complex nature. A simple clustering and SP routing within the cluster will save the route convergence time as well as computation time. Another advantage is that these algorithms are not sensitive to network size and topology. When sensor nodes are organized in clusters, they could use either single hop or multi-hop mode of communication to send their data to their respective cluster heads (Mhatre and Rosenberg 2004). Multihop communication is expected to consume less power than the traditional single hop communication. Building a straightforward SP in WSN not only avoids wastage of energy, but also incurs less interference in other transmission when fewer nodes are involved in the transmission. Therefore, this section assumes a simple fixed solar powered WSN and straightforward multi-hop SP routing to find the energy efficient routing in WSNs. Proposed Routing Algorithm for WSNs This paper proposes three stage intelligent techniques for the routing in solar powered WSNs. This paper proposes a new simple location based algorithm for routing without aggregation. The proposed routing algorithm is based on the hierarchical routing concepts in WSNs. All the sensor nodes deployed in the field can collect their positional information and the distance of their neighbors. After collecting the positional information of sensors, the sensor nodes are grouped into a number of small size clusters by using k-means clustering algorithm. For each cluster, a CH is selected randomly. Then the heuristic initial solution based GA is applied for routing between source sensor and the CH in WSN. Grouping the sensors into small sized clusters will make the routing easy and also save the energy of the sensors due to less number of hops and reduced computation overhead. Now topology of each cluster is created and information of the nodes and various link weights are created. Within each cluster, GA based SP computing technique is applied. Basic Solution Algorithm based initial solutions are created and these will be provided to GA as initial population. Then standard GA operations are used to find the optimized SP route between source and destination nodes (cluster head) of WSN. Procedure of the Proposed Algorithm Step1: Initialize information of WSN nodes and their locations. Step2: Apply k-means clustering and create k number of small sized clusters. For each cluster do the following. Step 3: Initialize information table of network topology for each cluster. Step 4: Do genetic encoding and generate the initial populations using basic solution algorithm according to the topology information table with source and destination nodes. Step 5: Step 6: Calculate the fitness of the initial population. Select individual chromosomes by using proposed fitness assignment. Step 7: Perform crossover between selected chromosomes according to the proposed crossover method. Step 8: Step 9: Step 10: Step 11: Analyze the individual chromosome after crossover operation, remove infeasible chromosomes by using a repair function. Perform mutation according to the proposed mutation method. Generate new populations. If stopping criteria is met, output result, and the algorithm would be finished, otherwise, go to step 5. ROUTING IN WSN USING PROPOSED THREE PHASE GA Assumptions For calculation purpose, it is assumed in this paper that after clustering, the clusters contain fixed number of nodes such as 20, 25, 30, 35, 40, 45 or 50. The links are assumed to be symmetrical. To demonstrate the algorithm, only a single cluster is taken up for the computation of SP route between source sensor and CH. The solar energy based sensors are assumed to be deployed in WSNs. To demonstrate the algorithms in simple manner, two dimensional (2D) WSNs are assumed. k-means Clustering Clustering of the sensor nodes makes the route calculations much simpler. The search space and the computation time for the solution get increased as the number of sensor nodes (N) increases. In order to reduce the mathematical complexity, N should be reduced and this is achieved by clustering. For each cluster one node will act as a CH. The nodes can communicate to the CH and the CH can communicate to the BS as well as to other CHs. Here, the sensor nodes are clustered into small groups by using k-means clustering as explained in the previous sections. Figure 1 shows the 2D diagram of an example sensor network with randomly deployed sensors with six clusters after clustering the sensors using k-means clustering algorithm. Genetic Algorithm Genetic Encoding: After clustering, the routing has to be performed within each cluster. Encoding is the most fundamental operation in GA. A chromosome of the proposed GA consists of sequences of positive integers that represent the identification number of sensors through which a routing path passes from source to destination based on network topological information table of the network. Figure 2 shows the simple example for genetic encoding. Each locus (gene) of the chromosome represents an order of a sensor in a routing path. S and D represent the source and destination sensors respectively. N 1, N 2, N 3 and N 4 represent the intermediate sensor nodes between S and D. Initial Sub-population: Heuristic initialization is proposed in this paper for initial population. A large initial population size is quite useful, but it demands excessive costs in terms of both memory and time. The modified Shrink Wrap Algorithm (SWA) is used here and named as Basic Solution Algorithm(Ganesh and Narendran 2007a, 2007b). Based on the network topological information table, the initial populations are created based on feasible valid paths between source and destination, where the chromosomes consist of a sequence of sensor nodes that are in the path from sender to CH.

4 Figure 1 Example WSN with Clusters The algorithm used to generate the initial paths is as follows: 1. Start from the source node. 2. Choose a sensor node that has the lowest angle with a higher probability from the sensor nodes that are connected to the current source node. If two nodes have same angle then select a node by using the shortest distance. If only Euclidean distances are given then select a node that has the shortest distance. 3. If the selected sensor node has not been visited before, then mark that sensor node as the next node in the path. Otherwise, find another sensor node. 4. If all the neighboring sensor nodes have been already visited, go back to step Otherwise, repeat from step 2 by making the next node as the current source node. 6. Repeat the procedure until the CH is found. Fitness Function: The fitness function value of a particular chromosome shows that how good the solution is for that chromosome. Based on this information a set of chromosomes that will participate in the creation of the next generation of solution will be selected (Ahn and Ramakrishna 2002, Yussof et al 2009, 2009a). The fitness function in the SP routing problem of a WSN is obvious because the SP computation amounts to finding the minimal cost route between source and CH. The fitness function should completely reflect the objective function given in Equation (1). Therefore, the fitness function is defined as follows: 1 (1) f = i x i -1 C s i (q),s i (q +1) q=1 where f i represents the fitness function value of the i- th chromosome in the sub-population, x i is the length Figure 2 Encoding of the i-th chromosome, s i (q) indicates the gene (sensor node) of the q-th locus in the i-th chromosome, s i (q+1) indicates gene of the (q+1)th position, and C is the edge cost between sensor nodes. This would give a higher fitness function value for shorter routes. Selection: The reproduction or selection operation is used to select the chromosomes for cross over operation. From the literature, among the various selection schemes, the tournament selection method without replacement is perceived as an attempt to keep the selection noise as low as possible. Typically, the pairwise tournament is used. That is the tournament size is two. The selection pressure increases as the tournament size increases. Therefore, the pairwise tournament selection without replacement is employed for the proposed GA. Crossover: To generate better child chromosomes, crossover operation is used. Two parent chromosomes are selected based on the selection operation described above. Crossover is performed on the two selected parent chromosomes. Physically, in the SP routing problem of WSNs, crossover can be done by swapping each partial route of two selected parent chromosomes in such a manner that the offspring produced by the crossover generates two child chromosomes. The route connects the source node to an intermediate node is the one partial route and the route between the intermediate node to the destination node is the another partial route. The crossover between two high fitness function value chromosomes picked by the selection gives more probability of generating offspring having better route quality. Here, a single point crossover scheme with multiple crossover points is proposed for the GA.In the proposed scheme, two parent chromosomes selected for crossover operation must have at least one common sensor node except for source and destination nodes. The common node is the crossover point. The locus (position) of the

5 common genes in the parent chromosomes may be different. In other words, the crossover does not depend on the position of sensor nodes in routing paths. If more than one common node exists, one of them will be randomly chosen with equal probability. The chosen node is called the crossover point. Mutation: After crossover, the population undergoes mutation. Each chromosome produced by the crossover operation has a small chance to be mutated based on the mutation probability, ρ. Most of the researchers proposed only a small probability for mutation (Ahn 2006). For all the experiments, the value for ρ is set to For each chromosome that is selected for mutation based on the mutation probability, any one of the intermediate nodes is selected randomly as a mutation point. Once the mutation point is selected, by performing mutation a new child chromosome will be generated. The nodes placed in between the mutation point and the CH are changed. By using the WSN topological information table, one of the nodes, connected directly to the mutation point, is selected randomly as the first node of the new partial-route. To avoid repetition of sensor nodes, the nodes already placed in the partial route between source node and the mutation point should be deleted from the database. This will avoid inclusion of the same node twice in the new child chromosome. The upper partial route between the source node and the mutation point will be retained in the new child chromosome after mutation. Repair Function: As mentioned earlier, during crossover operation there is a possibility for generation of infeasible chromosomes that can violate the constraints, forming loops in the routes. It must be noted that none of the chromosomes of the initial population or after the mutation is infeasible because when once a node is chosen, it is excluded from the candidate nodes forming the rest of the path. A simple repair function is used in the proposed GA. The nodes placed within the loops are removed from the chromosomes to create viable routes. Stopping Criterion: In GA, various termination conditions can be used to stop the algorithm. The GA may be terminated after a fixed number of iterations or if the fitness value of the entire population converges to the same value. In this proposed algorithm, the GA is terminated if it reaches the fixed number of iterations. IMPLEMENTATION, RESULTS AND DISCUSSION After clustering the sensor nodes, the SP routing algorithm is applied for each cluster. Initially, a cluster with 20 nodes is assumed for the purpose of route calculation using the proposed GA. The results of the proposed GA are compared with Ahn s and Munemoto s GAs and Dijkstra s algorithms by using computer simulations. All the simulations were performed with MATLAB 7.0 on Pentium IV processor with 2.8 GHz speed and 1 GB RAM. Initial population creation, selection, crossover, mutation and repair function concepts are used as explained in the previous sections. The algorithm is terminated when the number of iterations reached or all the chromosomes have converged to the same solution. To demonstrate the performance of the proposed three phase GA, a weighted wireless sensor network topology with 20 nodes is assumed as shown in Figure 3.For all the simulations, the population size is taken to be the same as the number of nodes in the cluster of the WSN. Figure 3 shows the shortest path in bold line found by the proposed GA for the given source destination pair. The weight of the shortest path is 181. Figure 3: Given Network with Shortest Path To compare the performance of proposed and the existing algorithms, various randomly selected network topologies are used. The link weights are assigned randomly. The link weights are normalized (0,1) and for nonexistent links very high link weights (for example 1000) are assumed. Figure 4 compares the objective function values returned by the proposed and other existing algorithms. The figure shows that the proposed GA converges to stable state faster than other algorithms. The heuristic initialization based initial population helps the proposed GA to reach the stable state faster. The Figure 4 also shows that the route generated by the hybrid GA coincides with the route generated by Dijkstra s algorithm. The results show that the performance of the proposed GA is better than that of other algorithms. Figure 4: Comparison of Results (for 25 nodes) To analyze the convergence performance of the proposed and existing algorithms further with different WSN topologies, networks with nodes, and randomly assigned normalized link costs were analyzed. The proposed algorithm performs well to larger size WSNs also. Next, the convergence time of the proposed GA is compared with that of the standard GA and Dijkstra s algorithm. Convergence performance of the proposed algorithm is analyzed in terms of the average time required to reach the stable and viable solutions. The proposed GA and the existing algorithms are compared based on the total algorithm execution time required to find a viable solution of the same average quality. The results are shown in Figure 5. From the figure, it is easy to understand that the convergence rate of the proposed algorithm is higher than that of the standard GA for various size WSN topologies.

6 The convergence performance of the proposed GA and the Dijkstra s algorithm is given in Figure 6. The figure shows that the computation time of the proposed GA does not get increased significantly with increase in WSN size. Figure 5: Convergence Diagram for Proposed GA Convergence time in sec. Dijkstra Propo Number of nodes Figure 6: Convergence Diagram for Dijkstra and Proposed GA The formula for energy consumption of a cluster in WSN is given by Heinzelman et al (2000). Energy consumption of transmitting data: E s = E el * v + Єamp * v * d 2 (2) where, vis the amount of data to be transmitted (bit), d is the distance between source and CH, E el is the energy consumption to do data transmission (nj/bit), Єamp is the energy consumption constant used to expand radio coverage (nj/(bit*m 2 )). The energy consumption for receiving data and the energy consumption for route computation for a cluster are assumed as E R and E C respectively. Total energy consumption (E) of each cluster is given in Equation (3). E = ΣE R + ΣE S + ΣE C (3) From Equation (2), it is easy to understand that the power consumption is directly proportional to the square of the distance between the source and the sink. The proposed GA is concentrated on finding the shortest distance route between source and CH for each cluster. The route computation time is also reduced in the proposed GA. Therefore, the proposed GA helps to reduce the energy consumption of the sensors in the clusters. CONCLUSION A three stage hybrid GA for solving the SP routing problem has been demonstrated. By using efficient clustering and routing concepts the battery and computation overhead will be reduced. The simple clustering like k-means clustering has proved to be effective as it is able to group the nodes into clusters in an optimal manner with reduced convergence time. The BSA provides the initial population with variable length chromosomes to the proposed GA. By using the heuristic based initial population, the GA operators generate the final route for the given WSN. Simulation results indicate that the proposed algorithm is insensitive to changes in WSN topologies in respect of both route optimality and convergence time.the convergence performance of the proposed GA is better than those of the existing GA and Dijkstra s algorithm. GA routing introduces the concept of using sub-optimal paths randomly at times to reduce and distribute energy consumption in routing thus increasing the lifetime of the network. The current routing protocols in WSNs optimize only the limited capabilities of the nodes and the application specific nature of the networks. But they do not consider security. It is important to consider the security aspect of the WSN as these protocols have not been designed with the view of security as goal. Since the routing requirements of each environment are different, further research is necessary for handling such kind of situations. REFERENCES 1. Abbasi, A. A. and Younis, M. A survey on clustering algorithms for wireless sensor networks, Computer Communications, Vol. 30, No , pp , Ahn, C. W. and Ramakrishna, R. S. A genetic algorithm for shortest path routing problem and the sizing of populations, IEEE Transactions on Evolutionary Computation, Vol. 6, No. 6, pp , Akkaya, K. and Younis, M. A survey on routing protocols for wireless sensor networks, Ad-Hoc Networks, Vol. 3, No. 3, pp , Akkaya, K. and Younis, M. Energy and QoS aware routing in wireless sensor networks, Cluster Computing, Vol. 8, No. 2-3,pp , Al-Karaki, J. N. and Kamal, A. E. Routing techniques in wireless sensor networks: a survey, Wireless Communications, Vol. 11, No. 6, pp. 6-28, Al-Karaki, J. N., Ul-Mustafa, R. and Kamal, A. E. Data aggregation and routing in wireless sensor networks: optimal and heuristic algorithms, Computer Networks, Vol. 53, No. 7, pp , Cheng, H. and Yang, S. Genetic algorithms with elitismbased immigrants for dynamic shortest path problem in mobile ad-hoc networks, in Proc. IEEE Congress on Evolutionary Computation, pp , Corke, P., Valencia, P., Sikka, P., Wark, T. and Overs, L. Long-duration solar-powered wireless sensor networks, in Proc. 4 th Workshop on Embedded Networked Sensors, EmNets'07, pp , Fan, X., Shaw, W. and Lee, I. Layered clustering for solar powered wireless visual sensor networks, in Proc. IEEE International Symposium on Multimedia (ISM 2007), pp , Ganesh, K. and Narendran, T. T. CLASH: a heuristic to solve vehicle routing problems with delivery, pick-up and time windows, International Journal of Services and Operations Management, Vol. 3, No. 4, pp , Ganesh, K. and Narendran, T. T. CLOVES: A cluster-andsearch heuristic to solve the vehicle routing problem with delivery and pick-up, European Journal of Operational Research, Vol. 178, pp , Goldberg, D. E. Genetic Algorithms in search, optimization and machine learning, First impression, Pearson Education, India, Heinzelman, W. R., Chandrakasan, A. and Balakrishnan, H. Energy-efficient communication protocol for wireless microsensor networks, IEEE Proceedings of the Hawaii International Conference on System Sciences, pp. 1-10, Jeong, J., Jiang, X. and Culler, D. Design and analysis of microsolar power systems for wireless sensor networks, in Proc. 5 th International Conference on Networked Sensing Systems, INSS 2008, pp , Jiang, X., Polastre, J. and Culler, D. Perpetual environmentally powered sensor networks, in Proc. 4 th International Symposium on Information Processing in Sensor Networks, pp , 2005.

7 16. Kansal, A. and Srivastava, M. B. Distributed energy harvesting for energy neutral sensor networks, IEEE Pervasive Computing, Vol. 4, No. 1, pp , Lattanzi, E., Regioni, E., Acquaviva, A. and Bogliolo, A. Energetic sustainability of routing algorithms for energyharvesting wireless sensor networks Computer Communications, Vol. 30, No , pp , Lin, K., Yu, J., Hsu, J., Zahedi, S., Lee, D., Friedman, J., Kansal, A., Raghunathan, V. and Srivastava, M. Heliomote: enabling long-lived sensor networks through solar energy harvesting, in Proc. 3 rd International Conference on Embedded Networked Sensor Systems, Matrouk, K. and Landfeldt, B. RETT-gen: A globally efficient routing protocol for wireless sensor networks by equalising sensor energy and avoiding energy holes, Ad Hoc Networks, Vol. 7, No. 3, pp , Mhatre, V. and Rosenberg, C. Design guidelines for wireless sensor networks: Communication, clustering and aggregation, Ad-Hoc Networks, Vol. 2, No. 1, pp , Minami, M., Morito, T., Morikawa, H. and Aoyama, T. Solar biscuit: A battery-less wireless sensor network system for environmental monitoring applications, in Proc. of the 2 nd International Workshop on Networked Sensing Systems, Polastre, J., Szewczyk, R. and Culler, D. Telos: Enabling ultra-low power wireless research, in Proc. of the 4 th International Symposium on Information Processing in Sensor Networks, pp , Taneja, J., Jeong, J. and Culler, D. Design, modeling, and capacity planning for micro-solar power sensor networks, in Proc. of the 7 th International Conf. on Information Processing in Sensor Networks, pp , Voigt, T., Ritter, H. and Schiller, J. Solar-aware routing in wireless sensor networks, in Proc. International Workshop on Personal Wireless Communication, Voigt, T., Ritter, H. and Schiller, J. Utilizing solar power in wireless sensor networks, in Proc. of the 28 th IEEE Conf. on Local Computer Networks, Voigt, T., Dunkels, A., Alonso, J., Ritter, H. and Schiller, J. Solar aware clustering in wireless sensor networks, in Proc. of IEEE Symposium on Computer and Communications, pp , Yang, S., Cheng, H. and Wang, F. Genetic algorithms with immigrants and memory schemes for dynamic shortest path routing problems in mobile ad-hoc networks, IEEE Trans. on Systems, Man and Cybernetics, Part C: Applications and Reviews, Vol. 40, No. 1, pp , Ye, F., Zhong, G., Cheng,J., Lu, S. and Zhang, L. PEAS: A robust energy conserving protocol for long-lived sensor networks, in Proc. of the 23 rd International Conference on Distributed Computing Systems, New York, pp , Yussof, S., Razali, R. A. and See, O. H. A parallel genetic algorithm for shortest path routing problem, in Proc. of International Conference on Future Computer and Communication, pp , Yussof, S., Razali, R. A., See, O. H., Ghapar, A. A. and Din, M. M. A coarse-grained parallel genetic algorithm with migration for shortest path routing problem, in Proc. of 11 th IEEE International Conference on High Performance Computing and Communications, pp , 2009.

Feedforward Networks Based Straightforward Hierarchical Routing in Solar Powered Wireless Sensor Networks

Feedforward Networks Based Straightforward Hierarchical Routing in Solar Powered Wireless Sensor Networks Feedforward Networks Based Straightforward Hierarchical Routing in Solar Powered Wireless Sensor Networks R.NALLUSAMY a, K.DURAISWAMY Department of Computer Science and Engineering K.S.Rangasamy College

More information

A Genetic Algorithm-Based Approach for Energy- Efficient Clustering of Wireless Sensor Networks

A Genetic Algorithm-Based Approach for Energy- Efficient Clustering of Wireless Sensor Networks A Genetic Algorithm-Based Approach for Energy- Efficient Clustering of Wireless Sensor Networks A. Zahmatkesh and M. H. Yaghmaee Abstract In this paper, we propose a Genetic Algorithm (GA) to optimize

More information

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network

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

More information

Novel Cluster Based Routing Protocol in Wireless Sensor Networks

Novel Cluster Based Routing Protocol in Wireless Sensor Networks ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 32 Novel Cluster Based Routing Protocol in Wireless Sensor Networks Bager Zarei 1, Mohammad Zeynali 2 and Vahid Majid Nezhad 3 1 Department of Computer

More information

CHAPTER 5 ANT-FUZZY META HEURISTIC GENETIC SENSOR NETWORK SYSTEM FOR MULTI - SINK AGGREGATED DATA TRANSMISSION

CHAPTER 5 ANT-FUZZY META HEURISTIC GENETIC SENSOR NETWORK SYSTEM FOR MULTI - SINK AGGREGATED DATA TRANSMISSION CHAPTER 5 ANT-FUZZY META HEURISTIC GENETIC SENSOR NETWORK SYSTEM FOR MULTI - SINK AGGREGATED DATA TRANSMISSION 5.1 INTRODUCTION Generally, deployment of Wireless Sensor Network (WSN) is based on a many

More information

Study on Wireless Sensor Networks Challenges and Routing Protocols

Study on Wireless Sensor Networks Challenges and Routing Protocols International Research Journal of Applied and Basic Sciences 2013 Available online at www.irjabs.com ISSN 2251-838X / Vol, 5 (7): 824-828 Science Explorer Publications Study on Wireless Sensor Networks

More information

End-To-End Delay Optimization in Wireless Sensor Network (WSN)

End-To-End Delay Optimization in Wireless Sensor Network (WSN) Shweta K. Kanhere 1, Mahesh Goudar 2, Vijay M. Wadhai 3 1,2 Dept. of Electronics Engineering Maharashtra Academy of Engineering, Alandi (D), Pune, India 3 MITCOE Pune, India E-mail: shweta.kanhere@gmail.com,

More information

An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks

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

More information

ScienceDirect. Analogy between immune system and sensor replacement using mobile robots on wireless sensor networks

ScienceDirect. Analogy between immune system and sensor replacement using mobile robots on wireless sensor networks Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 35 (2014 ) 1352 1359 18 th International Conference in Knowledge Based and Intelligent Information & Engineering Systems

More information

An Energy-efficient Distributed Self-organized Clustering Based Splitting and Merging in Wireless Sensor Networks

An Energy-efficient Distributed Self-organized Clustering Based Splitting and Merging in Wireless Sensor Networks RESEARCH ARTICLE OPEN ACCESS An Energy-efficient Distributed Self-organized Clustering Based Splitting and Merging in Wireless Sensor Networks Mrs.J.Monisha, PG scholar, Mrs.M.MuthuSelvi, Assistant Professor,

More information

Hierarchical Routing Algorithm to Improve the Performance of Wireless Sensor Network

Hierarchical Routing Algorithm to Improve the Performance of Wireless Sensor Network Hierarchical Routing Algorithm to Improve the Performance of Wireless Sensor Network Deepthi G B 1 Mrs. Netravati U M 2 P G Scholar (Digital Electronics), Assistant Professor Department of ECE Department

More information

AN EVOLUTIONARY APPROACH TO DISTANCE VECTOR ROUTING

AN EVOLUTIONARY APPROACH TO DISTANCE VECTOR ROUTING International Journal of Latest Research in Science and Technology Volume 3, Issue 3: Page No. 201-205, May-June 2014 http://www.mnkjournals.com/ijlrst.htm ISSN (Online):2278-5299 AN EVOLUTIONARY APPROACH

More information

Energy Efficient Clustering Protocol for Wireless Sensor Network

Energy Efficient Clustering Protocol for Wireless Sensor Network Energy Efficient Clustering Protocol for Wireless Sensor Network Shraddha Agrawal #1, Rajeev Pandey #2, Mahesh Motwani #3 # Department of Computer Science and Engineering UIT RGPV, Bhopal, India 1 45shraddha@gmail.com

More information

An Efficient Data-Centric Routing Approach for Wireless Sensor Networks using Edrina

An Efficient Data-Centric Routing Approach for Wireless Sensor Networks using Edrina An Efficient Data-Centric Routing Approach for Wireless Sensor Networks using Edrina Rajasekaran 1, Rashmi 2 1 Asst. Professor, Department of Electronics and Communication, St. Joseph College of Engineering,

More information

Mobile Agent Driven Time Synchronized Energy Efficient WSN

Mobile Agent Driven Time Synchronized Energy Efficient WSN Mobile Agent Driven Time Synchronized Energy Efficient WSN Sharanu 1, Padmapriya Patil 2 1 M.Tech, Department of Electronics and Communication Engineering, Poojya Doddappa Appa College of Engineering,

More information

The Impact of Clustering on the Average Path Length in Wireless Sensor Networks

The Impact of Clustering on the Average Path Length in Wireless Sensor Networks The Impact of Clustering on the Average Path Length in Wireless Sensor Networks Azrina Abd Aziz Y. Ahmet Şekercioğlu Department of Electrical and Computer Systems Engineering, Monash University, Australia

More information

A Mobile-Sink Based Distributed Energy-Efficient Clustering Algorithm for WSNs

A Mobile-Sink Based Distributed Energy-Efficient Clustering Algorithm for WSNs A Mobile-Sink Based Distributed Energy-Efficient Clustering Algorithm for WSNs Sarita Naruka 1, Dr. Amit Sharma 2 1 M.Tech. Scholar, 2 Professor, Computer Science & Engineering, Vedant College of Engineering

More information

Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding

Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding e Scientific World Journal, Article ID 746260, 8 pages http://dx.doi.org/10.1155/2014/746260 Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding Ming-Yi

More information

AN ENERGY EFFICIENT AND RELIABLE TWO TIER ROUTING PROTOCOL FOR TOPOLOGY CONTROL IN WIRELESS SENSOR NETWORKS

AN ENERGY EFFICIENT AND RELIABLE TWO TIER ROUTING PROTOCOL FOR TOPOLOGY CONTROL IN WIRELESS SENSOR NETWORKS AN ENERGY EFFICIENT AND RELIABLE TWO TIER ROUTING PROTOCOL FOR TOPOLOGY CONTROL IN WIRELESS SENSOR NETWORKS Shivakumar A B 1, Rashmi K R 2, Ananda Babu J. 3 1,2 M.Tech (CSE) Scholar, 3 CSE, Assistant Professor,

More information

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

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

More information

An Energy-Efficient Hierarchical Routing for Wireless Sensor Networks

An Energy-Efficient Hierarchical Routing for Wireless Sensor Networks Volume 2 Issue 9, 213, ISSN-2319-756 (Online) An Energy-Efficient Hierarchical Routing for Wireless Sensor Networks Nishi Sharma Rajasthan Technical University Kota, India Abstract: The popularity of Wireless

More information

High Speed Data Collection in Wireless Sensor Network

High Speed Data Collection in Wireless Sensor Network High Speed Data Collection in Wireless Sensor Network Kamal Kr. Gola a, *, Bhumika Gupta b, Zubair Iqbal c a Department of Computer Science & Engineering, Uttarakhand Technical University, Uttarakhand,

More information

Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator

Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator Ashika R. Naik Department of Electronics & Tele-communication, Goa College of Engineering (India) ABSTRACT Wireless

More information

Maximum Coverage Range based Sensor Node Selection Approach to Optimize in WSN

Maximum Coverage Range based Sensor Node Selection Approach to Optimize in WSN Maximum Coverage Range based Sensor Node Selection Approach to Optimize in WSN Rinku Sharma 1, Dr. Rakesh Joon 2 1 Post Graduate Scholar, 2 Assistant Professor, Department of Electronics and Communication

More information

Survivability Evaluation in Wireless Sensor Network

Survivability Evaluation in Wireless Sensor Network 2011 3rd International Conference on Advanced Management Science IPEDR vol.19 (2011) (2011) IACSIT Press, Singapore Survivability Evaluation in Wireless Sensor Network Vahid Mavaji 1, Bahareh Abbasi 2

More information

Fig. 2: Architecture of sensor node

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

More information

WIreless sensor networks (WSNs) are widely used in various

WIreless sensor networks (WSNs) are widely used in various 203 IEEE Wireless Communications and Networking Conference (WCNC): NETWORKS An Effective Routing Protocol for Energy Harvesting Wireless Sensor Networks Meng Xiao, Xuedan Zhang, and Yuhan Dong Shenzhen

More information

Impact of Black Hole and Sink Hole Attacks on Routing Protocols for WSN

Impact of Black Hole and Sink Hole Attacks on Routing Protocols for WSN Impact of Black Hole and Sink Hole Attacks on Routing Protocols for WSN Padmalaya Nayak V. Bhavani B. Lavanya ABSTRACT With the drastic growth of Internet and VLSI design, applications of WSNs are increasing

More information

Low Energy Adaptive Clustering Hierarchy based routing Protocols Comparison for Wireless Sensor Networks

Low Energy Adaptive Clustering Hierarchy based routing Protocols Comparison for Wireless Sensor Networks IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 16, Issue 6, Ver. II (Nov Dec. 2014), PP 56-61 Low Energy Adaptive Clustering Hierarchy based routing Protocols

More information

CFMTL: Clustering Wireless Sensor Network Using Fuzzy Logic and Mobile Sink In Three-Level

CFMTL: Clustering Wireless Sensor Network Using Fuzzy Logic and Mobile Sink In Three-Level CFMTL: Clustering Wireless Sensor Network Using Fuzzy Logic and Mobile Sink In Three-Level Ali Abdi Seyedkolaei 1 and Ali Zakerolhosseini 2 1 Department of Computer, Shahid Beheshti University, Tehran,

More information

SCH-BASED LEACH ALGORITHM TO ENHANCE THE NETWORK LIFE TIME IN WIRELESS SENSOR NETWORK (WSN)

SCH-BASED LEACH ALGORITHM TO ENHANCE THE NETWORK LIFE TIME IN WIRELESS SENSOR NETWORK (WSN) SCH-BASED LEACH ALGORITHM TO ENHANCE THE NETWORK LIFE TIME IN WIRELESS SENSOR NETWORK (WSN) Md. Nadeem Enam 1, Arun Kumar Bag 2 1 M.tech Student, 2 Assistant.Prof, Department of ECE, Bengal Institute of

More information

MultiHop Routing for Delay Minimization in WSN

MultiHop Routing for Delay Minimization in WSN MultiHop Routing for Delay Minimization in WSN Sandeep Chaurasia, Saima Khan, Sudesh Gupta Abstract Wireless sensor network, consists of sensor nodes in capacity of hundred or thousand, which deployed

More information

ENERGY OPTIMIZATION IN WIRELESS SENSOR NETWORK USING NSGA-II

ENERGY OPTIMIZATION IN WIRELESS SENSOR NETWORK USING NSGA-II ENERGY OPTIMIZATION IN WIRELESS SENSOR NETWORK USING NSGA-II N. Lavanya and T. Shankar School of Electronics Engineering, Vellore Institute of Technology, Vellore, Tamil Nadu, India E-Mail: lavanya.n@vit.ac.in

More information

Design of a Route Guidance System with Shortest Driving Time Based on Genetic Algorithm

Design of a Route Guidance System with Shortest Driving Time Based on Genetic Algorithm Design of a Route Guidance System with Shortest Driving Time Based on Genetic Algorithm UMIT ATILA 1, ISMAIL RAKIP KARAS 2, CEVDET GOLOGLU 3, BEYZA YAMAN 2, ILHAMI MUHARREM ORAK 2 1 Directorate of Computer

More information

Accepted 10 May 2014, Available online 01 June 2014, Vol.4, No.3 (June 2014)

Accepted 10 May 2014, Available online 01 June 2014, Vol.4, No.3 (June 2014) Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Performance

More information

Model and Algorithms for the Density, Coverage and Connectivity Control Problem in Flat WSNs

Model and Algorithms for the Density, Coverage and Connectivity Control Problem in Flat WSNs Model and Algorithms for the Density, Coverage and Connectivity Control Problem in Flat WSNs Flávio V. C. Martins, cruzeiro@dcc.ufmg.br Frederico P. Quintão, fred@dcc.ufmg.br Fabíola G. Nakamura fgnaka@dcc.ufmg.br,fabiola@dcc.ufam.edu.br

More information

Adaptive Opportunistic Routing Protocol for Energy Harvesting Wireless Sensor Networks

Adaptive Opportunistic Routing Protocol for Energy Harvesting Wireless Sensor Networks Adaptive Opportunistic Routing Protocol for Energy Harvesting Wireless Sensor Networks Zhi Ang Eu and Hwee-Pink Tan Institute for Infocomm Research, Singapore Email: {zaeu,hptan}@ir.a-star.edu.sg Abstract

More information

An Improved Genetic Algorithm based Fault tolerance Method for distributed wireless sensor networks.

An Improved Genetic Algorithm based Fault tolerance Method for distributed wireless sensor networks. An Improved Genetic Algorithm based Fault tolerance Method for distributed wireless sensor networks. Anagha Nanoti, Prof. R. K. Krishna M.Tech student in Department of Computer Science 1, Department of

More information

Network Routing Protocol using Genetic Algorithms

Network Routing Protocol using Genetic Algorithms International Journal of Electrical & Computer Sciences IJECS-IJENS Vol:0 No:02 40 Network Routing Protocol using Genetic Algorithms Gihan Nagib and Wahied G. Ali Abstract This paper aims to develop a

More information

SPATIAL CORRELATION BASED CLUSTERING ALGORITHM FOR RANDOM AND UNIFORM TOPOLOGY IN WSNs

SPATIAL CORRELATION BASED CLUSTERING ALGORITHM FOR RANDOM AND UNIFORM TOPOLOGY IN WSNs SPATIAL CORRELATION BASED CLUSTERING ALGORITHM FOR RANDOM AND UNIFORM TOPOLOGY IN WSNs Bhavana H.T 1, Jayanthi K Murthy 2 1 M.Tech Scholar, Dept. of ECE, BMS College of Engineering, Bangalore 2 Associate

More information

Lecture 8 Wireless Sensor Networks: Overview

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

More information

An Improved Approach in Clustering Algorithm for Load Balancing in Wireless Sensor Networks

An Improved Approach in Clustering Algorithm for Load Balancing in Wireless Sensor Networks An Improved Approach in Clustering Algorithm for Load Balancing in Wireless Sensor Networks 1 J S Rauthan 1, S Mishra 2 Department of Computer Science & Engineering, B T Kumaon Institute of Technology,

More information

Implementation of Energy Efficient Clustering Using Firefly Algorithm in Wireless Sensor Networks

Implementation of Energy Efficient Clustering Using Firefly Algorithm in Wireless Sensor Networks 014 1 st International Congress on Computer, Electronics, Electrical, and Communication Engineering (ICCEECE014) IPCSIT vol. 59 (014) (014) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.014.V59.1 Implementation

More information

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks

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

More information

A ROUTING OPTIMIZATION AND DATA AGGREGATION SCHEME BASED ON RF TARANG MODULE IN WSN

A ROUTING OPTIMIZATION AND DATA AGGREGATION SCHEME BASED ON RF TARANG MODULE IN WSN A ROUTING OPTIMIZATION AND DATA AGGREGATION SCHEME BASED ON RF TARANG MODULE IN WSN Saranya.N 1, Sharmila.S 2, Jeevanantham.C 3 1,2,3 Assistant Professor, Department of ECE, SNS College of Engineering

More information

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

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

More information

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

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

More information

Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks

Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks S. Faisal 1, N. Javaid 1, A. Javaid 2, M. A. Khan 1, S. H. Bouk 1, Z. A. Khan 3 1 COMSATS Institute of Information Technology, Islamabad,

More information

An Improved Gateway Based Multi Hop Routing Protocol for Wireless Sensor Network

An Improved Gateway Based Multi Hop Routing Protocol for Wireless Sensor Network International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 15 (2014), pp. 1567-1574 International Research Publications House http://www. irphouse.com An Improved Gateway

More information

CHAPTER 5 ENERGY MANAGEMENT USING FUZZY GENETIC APPROACH IN WSN

CHAPTER 5 ENERGY MANAGEMENT USING FUZZY GENETIC APPROACH IN WSN 97 CHAPTER 5 ENERGY MANAGEMENT USING FUZZY GENETIC APPROACH IN WSN 5.1 INTRODUCTION Fuzzy systems have been applied to the area of routing in ad hoc networks, aiming to obtain more adaptive and flexible

More information

(EBHCR) Energy Balancing and Hierarchical Clustering Based Routing algorithm for Wireless Sensor Networks

(EBHCR) Energy Balancing and Hierarchical Clustering Based Routing algorithm for Wireless Sensor Networks Australian Journal of Basic and Applied Sciences, 5(9): 1376-1380, 2011 ISSN 1991-8178 (EBHCR) Energy Balancing and Hierarchical Clustering Based Routing algorithm for Wireless Sensor Networks 1 Roghaiyeh

More information

An Adaptive Self-Organization Protocol for Wireless Sensor Networks

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

More information

CLUSTER BASED ROUTING PROTOCOL FOR WIRELESS SENSOR NETWORKS

CLUSTER BASED ROUTING PROTOCOL FOR WIRELESS SENSOR NETWORKS CLUSTER BASED ROUTING PROTOCOL FOR WIRELESS SENSOR NETWORKS M.SASIKUMAR 1 Assistant Professor, Dept. of Applied Mathematics and Computational Sciences, PSG College of Technology, Coimbatore, Tamilnadu,

More information

Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks

Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks Ayad Salhieh Department of Electrical and Computer Engineering Wayne State University Detroit, MI 48202 ai4874@wayne.edu Loren

More information

Effect Of Grouping Cluster Based on Overlapping FOV In Wireless Multimedia Sensor Network

Effect Of Grouping Cluster Based on Overlapping FOV In Wireless Multimedia Sensor Network Effect Of Grouping Cluster Based on Overlapping FOV In Wireless Multimedia Sensor Network Shikha Swaroop Department of Information Technology Dehradun Institute of Technology Dehradun, Uttarakhand. er.shikhaswaroop@gmail.com

More information

Mobile Element Scheduling for Efficient Data Collection in Wireless Sensor Networks: A Survey

Mobile Element Scheduling for Efficient Data Collection in Wireless Sensor Networks: A Survey Journal of Computer Science 7 (1): 114-119, 2011 ISSN 1549-3636 2011 Science Publications Mobile Element Scheduling for Efficient Data Collection in Wireless Sensor Networks: A Survey K. Indra Gandhi and

More information

Comparison of Energy-Efficient Data Acquisition Techniques in WSN through Spatial Correlation

Comparison of Energy-Efficient Data Acquisition Techniques in WSN through Spatial Correlation Comparison of Energy-Efficient Data Acquisition Techniques in WSN through Spatial Correlation Paramvir Kaur * Sukhwinder Sharma # * M.Tech in CSE with specializationl in E-Security, BBSBEC,Fatehgarh sahib,

More information

Energy Aware Node Placement Algorithm for Wireless Sensor Network

Energy Aware Node Placement Algorithm for Wireless Sensor Network Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 6 (2014), pp. 541-548 Research India Publications http://www.ripublication.com/aeee.htm Energy Aware Node Placement Algorithm

More information

An Improved Chain-based Hierarchical Routing Protocol for Wireless Sensor Networks

An Improved Chain-based Hierarchical Routing Protocol for Wireless Sensor Networks An Improved Chain-based Hierarchical Routing Protocol for Wireless Sensor Networks Samah Alnajdi, Fuad Bajaber Department of Information Technology Faculty of Computing and Information Technology King

More information

DE-LEACH: Distance and Energy Aware LEACH

DE-LEACH: Distance and Energy Aware LEACH DE-LEACH: Distance and Energy Aware LEACH Surender Kumar University of Petroleum and Energy Studies, India M.Prateek, N.J.Ahuja University of Petroleum and Energy Studies, India Bharat Bhushan Guru Nanak

More information

International Journal of Research in Advent Technology Available Online at:

International Journal of Research in Advent Technology Available Online at: HETEROGENEOUS CLUSTER BASED ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK- A SURVEY Padmavati 1, T.C. Aseri 2 1 2 CSE Dept 1 2 PEC University of Technology 1 padmavati@pec.ac.in, trilokchand@pec.ac.in ABSTARCT:

More information

COMPARATIVE PERFORMANCE ANALYSIS OF TEEN SEP LEACH ERP EAMMH AND PEGASIS ROUTING PROTOCOLS

COMPARATIVE PERFORMANCE ANALYSIS OF TEEN SEP LEACH ERP EAMMH AND PEGASIS ROUTING PROTOCOLS COMPARATIVE PERFORMANCE ANALYSIS OF TEEN SEP LEACH ERP EAMMH AND PEGASIS ROUTING PROTOCOLS Neha Jain 1, Manasvi Mannan 2 1 Research Scholar, Electronics and Communication Engineering, Punjab College Of

More information

Dominating Set & Clustering Based Network Coverage for Huge Wireless Sensor Networks

Dominating Set & Clustering Based Network Coverage for Huge Wireless Sensor Networks Dominating Set & Clustering Based Network Coverage for Huge Wireless Sensor Networks Mohammad Mehrani, Ali Shaeidi, Mohammad Hasannejad, and Amir Afsheh Abstract Routing is one of the most important issues

More information

Location Based Energy-Efficient Reliable Routing Protocol for Wireless Sensor Networks

Location Based Energy-Efficient Reliable Routing Protocol for Wireless Sensor Networks Location Based Energy-Efficient Reliable Routing Protocol for Wireless Sensor Networks RAFE ALASEM 1, AHMED REDA 2 AND MAHMUD MANSOUR 3 (1) Computer Science Department Imam Muhammad ibn Saud Islamic University

More information

Hierarchical Energy Efficient Clustering Algorithm for WSN

Hierarchical Energy Efficient Clustering Algorithm for WSN Middle-East Journal of Scientific Research 23 (Sensing, Signal Processing and Security): 108-117, 2015 ISSN 1990-9233 IDOSI Publications, 2015 DOI: 10.5829/idosi.mejsr.2015.23.ssps.30 Hierarchical Energy

More information

A Review: Optimization of Energy in Wireless Sensor Networks

A Review: Optimization of Energy in Wireless Sensor Networks A Review: Optimization of Energy in Wireless Sensor Networks Anjali 1, Navpreet Kaur 2 1 Department of Electronics & Communication, M.Tech Scholar, Lovely Professional University, Punjab, India 2Department

More information

A Reliable Routing Technique for Wireless Sensor Networks

A Reliable Routing Technique for Wireless Sensor Networks A Reliable Routing Technique for Wireless Sensor Networks Girija.G Dept. of ECE BIT, Bangalore, India Veena H.S Dept. of ECE BIT, Bangalore, India Abstract: Wireless Sensor Network (WSN) consists of very

More information

Energy-Efficient Communication Protocol for Wireless Micro-sensor Networks

Energy-Efficient Communication Protocol for Wireless Micro-sensor Networks Energy-Efficient Communication Protocol for Wireless Micro-sensor Networks Paper by: Wendi Rabiner Heinzelman, Anantha Chandrakasan, and Hari Balakrishnan Outline Brief Introduction on Wireless Sensor

More information

Energy Efficient System for Wireless Sensor Networks using Modified RECHS Protocol

Energy Efficient System for Wireless Sensor Networks using Modified RECHS Protocol Energy Efficient System for Wireless Sensor Networks using Modified RECHS Protocol Mr. Nikhil Vilasrao Deshmukh Department of Electronics Engineering K.I.T. s College of Engineering Kolhapur, India n.deshmukh83@gmail.com

More information

An Energy Efficient WSN Using Genetic Algorithm

An Energy Efficient WSN Using Genetic Algorithm An Energy Efficient WSN Using Genetic Algorithm Neema Subash Teena Abraham Dillmol Thankachan PG Student, Dept ECE Asst. Professor, Dept ECE PG Student, Dept ECE MBITS, Nellimattom MBITS, Nellimattom MBITS,

More information

Heterogeneous LEACH Protocol for Wireless Sensor Networks

Heterogeneous LEACH Protocol for Wireless Sensor Networks Volume: 5 Issue: 1 Pages:1825-1829 (13) ISSN : 975-29 1825 Heterogeneous LEACH Protocol for Wireless Sensor Networks Nishi Sharma Department of Computer Science, Rajasthan Technical University Email: nishi.engg@gmail.com

More information

An Evolutionary Algorithm for the Multi-objective Shortest Path Problem

An Evolutionary Algorithm for the Multi-objective Shortest Path Problem An Evolutionary Algorithm for the Multi-objective Shortest Path Problem Fangguo He Huan Qi Qiong Fan Institute of Systems Engineering, Huazhong University of Science & Technology, Wuhan 430074, P. R. China

More information

ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS

ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS e-issn 2455 1392 Volume 1 Issue 1, November 2015 pp. 1-7 http://www.ijcter.com ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS Komal Shah 1, Heena Sheth 2 1,2 M. S. University, Baroda Abstract--

More information

Optimized Coverage and Efficient Load Balancing Algorithm for WSNs-A Survey P.Gowtham 1, P.Vivek Karthick 2

Optimized Coverage and Efficient Load Balancing Algorithm for WSNs-A Survey P.Gowtham 1, P.Vivek Karthick 2 Optimized Coverage and Efficient Load Balancing Algorithm for WSNs-A Survey P.Gowtham 1, P.Vivek Karthick 2 1 PG Scholar, 2 Assistant Professor Kathir College of Engineering Coimbatore (T.N.), India. Abstract

More information

Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN

Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN Mr. V. Narsing Rao 1, Dr.K.Bhargavi 2 1,2 Asst. Professor in CSE Dept., Sphoorthy Engineering College, Hyderabad Abstract- Wireless Sensor

More information

Fault tolerant Multi Cluster head Data Aggregation Protocol in WSN (FMCDA)

Fault tolerant Multi Cluster head Data Aggregation Protocol in WSN (FMCDA) Fault tolerant Multi Cluster head Data Aggregation Protocol in WSN (FMCDA) Sushruta Mishra 1, Lambodar Jena 2, Alok Chakrabarty 3, Jyotirmayee Choudhury 4 Department of Computer Science & Engineering 1,

More information

Time Synchronization in Wireless Sensor Networks: CCTS

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

More information

Energy Efficient Hierarchical Cluster-Based Routing for Wireless Sensor Networks

Energy Efficient Hierarchical Cluster-Based Routing for Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.16 No.4, April 2016 115 Energy Efficient Hierarchical Cluster-Based Routing for Wireless Sensor Networks Shideh Sadat Shirazi,

More information

Energy Efficient Data Gathering For Throughput Maximization with Multicast Protocol In Wireless Sensor Networks

Energy Efficient Data Gathering For Throughput Maximization with Multicast Protocol In Wireless Sensor Networks Energy Efficient Data Gathering For Throughput Maximization with Multicast Protocol In Wireless Sensor Networks S. Gokilarani 1, P. B. Pankajavalli 2 1 Research Scholar, Kongu Arts and Science College,

More information

Geographical Grid Based Clustering for WSN

Geographical Grid Based Clustering for WSN Geographical Grid Based Clustering for WSN Nancy Jain, Gunjan Jain and Brijesh Kumar Chaurasia ITM University Gwalior India Bkchaurasia.itm@gmail.com Abstract In this work, we have proposed a clustering

More information

An Energy Efficient and Delay Aware Data Collection Protocol in Heterogeneous Wireless Sensor Networks A Review

An Energy Efficient and Delay Aware Data Collection Protocol in Heterogeneous Wireless Sensor Networks A Review Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.934

More information

Integrated Routing and Query Processing in Wireless Sensor Networks

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

More information

EFFICIENT ENERGY SAVING AND MAXIMIZING NETWORK LIFETIME IN WIRELESS SENSOR NETWORKS

EFFICIENT ENERGY SAVING AND MAXIMIZING NETWORK LIFETIME IN WIRELESS SENSOR NETWORKS EFFICIENT ENERGY SAVING AND MAXIMIZING NETWORK LIFETIME IN WIRELESS SENSOR NETWORKS R.Evangelin Hema Mariya 1,V.Sumathy 2,J.Daphney Joann 3 1,2,3 Assistant Professor, Kingston Engineering College,Vellore-59

More information

ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols

ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols 1 Why can t we use conventional routing algorithms here?? A sensor node does not have an identity (address) Content based and data centric

More information

Data Gathering for Wireless Sensor Network using PEGASIS Protocol

Data Gathering for Wireless Sensor Network using PEGASIS Protocol Data Gathering for Wireless Sensor Network using PEGASIS Protocol Kumari Kalpna a, Kanu Gopal b, Navtej katoch c a Deptt. of ECE, College of Engg.& Mgmt.,Kapurthala, b Deptt. of CSE, College of Engg.&

More information

Geographical Routing Algorithms In Asynchronous Wireless Sensor Network

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

More information

Regression Based Cluster Formation for Enhancement of Lifetime of WSN

Regression Based Cluster Formation for Enhancement of Lifetime of WSN Regression Based Cluster Formation for Enhancement of Lifetime of WSN K. Lakshmi Joshitha Assistant Professor Sri Sai Ram Engineering College Chennai, India lakshmijoshitha@yahoo.com A. Gangasri PG Scholar

More information

Modified Low Energy Adaptive Clustering Hierarchy for Heterogeneous Wireless Sensor Network

Modified Low Energy Adaptive Clustering Hierarchy for Heterogeneous Wireless Sensor Network Modified Low Energy Adaptive Clustering Hierarchy for Heterogeneous Wireless Sensor Network C.Divya1, N.Krishnan2, A.Petchiammal3 Center for Information Technology and Engineering Manonmaniam Sundaranar

More information

COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS

COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS Saraswati Mishra 1 and Prabhjot Kaur 2 Department of Electrical, Electronics and Communication Engineering,

More information

A PROPOSAL FOR IMPROVE THE LIFE- TIME OF WIRELESS SENSOR NETWORK

A PROPOSAL FOR IMPROVE THE LIFE- TIME OF WIRELESS SENSOR NETWORK A PROPOSAL FOR IMPROVE THE LIFE- TIME OF WIRELESS SENSOR NETWORK ABSTRACT Tran Cong Hung1 and Nguyen Hong Quan2 1Post & Telecommunications Institute of Technology, Vietnam 2University of Science, Ho Chi

More information

Optimization Technique using Clustering to Prolong the Lifetime of Wireless Sensor Networks: A Review

Optimization Technique using Clustering to Prolong the Lifetime of Wireless Sensor Networks: A Review INTERNATIONAL JOURNAL OF R&D IN ENGINEERING, SCIENCE AND MANAGEMENT Vol.4, Issue 2, June 2016, p.p.248-255, ISSN 2393-865X Optimization Technique using Clustering to Prolong the Lifetime of Wireless Sensor

More information

Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication

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

More information

IMPROVING WIRELESS SENSOR NETWORK LIFESPAN THROUGH ENERGY EFFICIENT ALGORITHMS

IMPROVING WIRELESS SENSOR NETWORK LIFESPAN THROUGH ENERGY EFFICIENT ALGORITHMS IMPROVING WIRELESS SENSOR NETWORK LIFESPAN THROUGH ENERGY EFFICIENT ALGORITHMS 1 M.KARPAGAM, 2 DR.N.NAGARAJAN, 3 K.VIJAIPRIYA 1 Department of ECE, Assistant Professor, SKCET, Coimbatore, TamilNadu, India

More information

Analysis of Energy Efficient Routing Protocols in Wireless Sensor Networks

Analysis of Energy Efficient Routing Protocols in Wireless Sensor Networks Analysis of Energy Efficient Routing Protocols in Wireless Sensor Networks G. Beni (Assistant Professor) Department of Information Technology, C.S.I Institute of Technology, Thovalai, Tamil Nadu, India.

More information

An Adaptive and Optimal Distributed Clustering for Wireless Sensor

An Adaptive and Optimal Distributed Clustering for Wireless Sensor An Adaptive and Optimal Distributed Clustering for Wireless Sensor M. Senthil Kumaran, R. Haripriya 2, R.Nithya 3, Vijitha ananthi 4 Asst. Professor, Faculty of CSE, SCSVMV University, Kanchipuram. 2,

More information

High-Performance Multipath Routing Algorithm Using CPEGASIS Protocol in Wireless Sensor Cloud Environment

High-Performance Multipath Routing Algorithm Using CPEGASIS Protocol in Wireless Sensor Cloud Environment Circuits and Systems, 2016, 7, 3246-3252 Published Online August 2016 in SciRes. http://www.scirp.org/journal/cs http://dx.doi.org/10.4236/cs.2016.710276 High-Performance Multipath Routing Algorithm Using

More information

There into, Ei : Residual energy of each node in I round; Er : average energy of rest nodes in I round;

There into, Ei : Residual energy of each node in I round; Er : average energy of rest nodes in I round; Volume 119 No. 16 2018, 1563-1567 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ Secure Data Aggregation Algorithms for Sensor Networks in the Presence of Collision Attacks A.AJIN ROCH

More information

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

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

More information

Energy Conservation of Sensor Nodes using LMS based Prediction Model

Energy Conservation of Sensor Nodes using LMS based Prediction Model Energy Conservation of Sensor odes using LMS based Prediction Model Anagha Rajput 1, Vinoth Babu 2 1, 2 VIT University, Tamilnadu Abstract: Energy conservation is one of the most concentrated research

More information

Power Aware Metrics for Wireless Sensor Networks

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

More information