Connectivity, Energy and Mobility Driven Clustering Algorithm for Mobile Ad Hoc Networks

Size: px
Start display at page:

Download "Connectivity, Energy and Mobility Driven Clustering Algorithm for Mobile Ad Hoc Networks"

Transcription

1 Connectivity, Energy and Mobility Driven Clustering Algorithm for Mobile Ad Hoc Networks Fatiha Djemili Tolba University of Haute Alsace GRTC Colmar, France Damien Magoni University Louis Pasteur LSIIT Strasbourg, France Pascal Lorenz University of Haute Alsace GRTC Colmar, France Abstract In the context of mobile ad hoc networks (MANETs) routing, we propose a clustering algorithm called Connectivity, Energy and Mobility driven Clustering Algorithm (CEMCA). The aim of CEMCA consists in appropriately choosing the cluster head to reduce routing overhead. In order to reduce traffic and energy consumption, the control messages are sent only when needed, according to the speed of the node. Each node has a quality that indicates its suitability as a cluster head. This quality takes into account the node connectivity, battery energy and mobility. These parameters are very important for the stability of the cluster. Simulation experiments are carried out to validate our algorithm in terms of stability of the clusters and their members and the quality of the connectivity. The results are compared to a previous approach called Weight Clustering Algorithm (WCA) and they show that CEMCA is performing better. I. INTRODUCTION Routing algorithms for ad hoc networks are responsible to establish low-cost and high quality route in rather dynamic environments. Indeed, the clustering algorithm can cooperate with routing algorithm in order to find a better route. This algorithm consists in dividing the network into a set of interconnected nodes covering the total node population, this set of nodes is called cluster. The clustering algorithm is focused on the reduction of the route discovery overhead and the resources optimization such as battery power, network capacity and bandwidth. Some nodes in the cluster are named cluster heads and are responsible for several tasks among others: formation of cluster and its members and maintenance of the topology of the network. Due to the movement of mobile nodes, the network topology changes frequently. Consequently, the cluster stability will be perturbed and the reconfiguration of cluster head will be necessary. For these reasons, a good clustering algorithm should be stable to the radio motions, that is, should not change cluster configuration drastically and often when a few nodes are moving [1]. The remainder of this paper is organized as follows. Section 2 outlines the previous work proposed for cluster formation and its limitations. Section 3 presents our contribution and details the proposed algorithm. The performance and evaluation of our algorithm are presented in section 4 with simulation results. We conclude the article and we present some future research directions. II. RELATED WORK The concept of clustering in ad hoc networks was treated in several research works. These works can be divided in three major trends of development. The First area of research focused on high connectivity degree [2] [3]. The second focused on Low node identifier (ID) heuristic [4] [5], the possibility to combine these two algorithms was also developed. The last and recent area is the weight of node that takes into account the characteristics of node in the election of cluster head [6] [7] [8] [9] and [10]. In this paper, we propose a new clustering algorithm CEMCA that adapts to the needs of the network and the dynamic nature of nodes. Indeed, CEMCA has the aim to implement a platform usable by the routing algorithms of MANETs in order to facilitate the dynamic setup of the routes. The dissimilarities between CEMCA and other existing work consist in the importance and the equality between the parameters of choice (energy, connectivity and mobility) and in the conservation of both the energy and the connectivity by exploiting the SEMC algorithm [11]. Otherwise, the node with a high mobility or a low reserve of energy are not qualified to contribute to the election of cluster head. In this way, we avoid more cluster head re-elections. III. OUR CONTRIBUTION A. Principle of CEMCA Our aim is the design of an algorithm that selects appropriate nodes as cluster heads and creates clusters in a large ad hoc network. The idea of CEMCA is to find a number of cluster heads that ensures the stability of the network topology. The election of the cluster head is based on the combination of several significant metrics such as: the lowest node mobility, the highest node degree, the highest battery energy and the best transmission range. This algorithm is completely distributed and all nodes have the same chance to act as a cluster head. In the following, we explain the main objectives for the choice of each parameter. Mobility: as we mentioned above, the main characteristic of the ad hoc network is the dynamic topology, so we must adapt the algorithm to support this topology. It is necessary that the cluster head changes as less as possible when it moves. So, we choose as a cluster head the

2 node that moves slowly otherwise the cluster may be broken. For example, when a node moves quickly, it can be detached from their neighbors and that causes a reduction in the node degree. Moreover, it is possible that this node moves into another transmission range, i.e. another cluster. Connectivity: in order to ensure that the cluster head properly functions, it is suitable that the cluster head has some neighbors in its cluster. To avoid producing more cluster than necessary is another advantage of this parameter. For this, we favor in CEMCA the node that has the maximum number of neighbors. Battery energy: each mobile node has a defined amount of energy. If this amount is low the node can neither send nor receive any data. In order to increase the lifespan of the cluster head and to avoid frequent topology changes, it is desirable to take into account the battery energy. Therefore, it is important to choose the node with a high amount of energy. Transmission range: is a main factor in the choice of the cluster head because it can keep connectivity and save on the consumption of energy at the same time. A larger transmission range causes a increase in consumption of energy, while a smaller value saves energy. On the other hand, a larger transmission range maintains connectivity. For these reasons, we have used our SEMC algorithm [11]. In this algorithm the node adapts its transmission range according to the distance between itself and its farthest neighbor. In this case, the node keeps always the same number of neighbors (same connectivity) and it preserves the energy by reducing its transmission range. B. Description of CEMCA In the following we describe CEMCA in mobile ad hoc networks. Before proceeding with the presentation of the various steps of the algorithm we describe the system model. We consider a network topology which is represented by a graph G = (V,E) where V is the set of mobile nodes and E is the set of edges e = (u, v) where e models a wireless link that interconnect two nodes. A pair of nodes u and v are in a direct communication if and only if they are within their wireless transmission range. Specifically, the nodes change the information between them at two hops for a better knowledge of their neighbors. Note here that each node computes locally its own value of each parameter cited above. CEMCA is composed of two main stages. The first stage consists in the election of the cluster head and the second stage consists in the grouping of members in a cluster. The different steps are described below: Stage 1: Election of the cluster head In this stage we need the position of nodes, thus it is necessary that each node broadcasts its ID to all its neighbors in the same transmission range. Each neighbor that received the broadcasted message can estimate its distance from the strength of the signal received. Global Position System (GPS) can be another solution, however it has the disadvantage of more energy consumption. Step 1: Calculate the mobility of the node The mobility is evaluated periodically in order to expect the future state of the network, it is defined as follows: S i = 1 t D i(t) D i (t + t) (1) D i = 1 n dist (i,j) (t) n (2) j=1 dist (i,j) = (x i x j ) 2 +(y i y j ) 2 (3) S i : the relative speed of the node vs the other nodes. D i (t): the average distance between the node i and all its neighbors at time t. n: the number of neighbors of node i. dist (i,j) (t): the distance between node i and node j. x and y: the coordinates of the node. Step 2: Compute the node degree C i (t) = e i,j (t) (4) where e i,j is a direct wireless link between node i and j at time t. Step 3: Calculate the energy level of the node The energy is evaluated periodically in order to allow the adaptation to the future state of the network and is defined as: E i ( t) =Power i t (5) So, the total energy left can thus be expressed as: E i (t + t) =E i (t) E i ( t) (6) Step 4: Calculate the quality of the node Compute the ratio normalized to 1 for each parameter using three defined constants S max, C min and E max. Thus: R s = (1 S max ) S i (7) R c = C i C min N 1 C min (8) R e = E i E max (9) After this, we calculate the quality normalized to 1 for each node by pondering each parameter by a coefficient. We assume for the moment that each coefficient is equal to 1/3. The quality of the node is a measure of its suitability as a cluster head. Q i = 1 3 (R s + R c + R e ) (10) The node broadcasts its quality to their neighbors in order to compare the better among them. After this, the node that has the best quality is chosen as a cluster head.

3 Stage 2: Formation of the cluster and its members This stage is the final step of the algorithm. Here, we present the construction of the cluster members set. Each cluster head defines its neighbors at two hops maximum. These nodes form the members of the cluster. Next, each cluster head stores all information about its members, and all nodes record the cluster head identifier. This exchange of information allows the routing protocol to function in the cluster and between the clusters. Due to the dynamic topology of ad hoc networks, the nodes tend to move in different directions and at different speeds, thus the configuration of clusters is necessary. Consequently, the system must be updated periodically. This update concerns the position of the nodes and their speed. The speed of a node is responsible for the change in its position. For this reason, the choice of the update time-slot is be based on the speed of the node. If the mobility of the node is low, we suppose that its position does not change much and consequently we choose a longer time-slot, thus we avoid updates when it is not necessary. A periodical update with a higher frequency results in a great consumption of battery power and consequently, to more configuration changes. IV. SIMULATION STUDY A. Simulation parameters and metrics The performance evaluation of CEMCA is carried out by simulations by using the ns-2 network simulator. We consider networks with 20 and 40 nodes. At first, we use a commonly used mobility model such as the Random Way Point model [12] that represents a particular case of the Random Trip model [13]. In the Random Way Point model, each node chooses its direction and its speed according to a fixed time interval [14]. The move of the node is done during a time t with some pauses. However, the possibility of no pause is also used and this represents the Random Walk model. Other basic parameters used in our experiments are summarized in the table below: TABLE I SIMULATION PARAMETERS Parameters Values Number of nodes 20, 40 Area 100 x 100 m Maximum transmission range 70 m Maximum speed of the nodes 2-10m/s In order to assess the performances of our algorithm, we choose to study two metrics that are: 1) The average number of clusters as a function of the maximum speed of the nodes in the network. 2) The connectivity as a function of the average transmission range and the maximum node speed. We also study the relationship between the average number of clusters, the average transmission range and the connectivity. B. Simulation results All the results in this section have been calculated with a confidence interval of 0.95 and a relative error threshold of 5%. The efficiency of the clustering algorithm is measured by the number of clusters that it produces [1]. So, we compare the number of clusters obtained by CEMCA with those obtained by the Weighted Clustering Algorithm (WCA) [8]. Fig. 1 shows the average number of clusters as a function of maximum speed of node in the network for WCA. We observe that the average number of cluster varies between 6,50 and 7,50 for 20 nodes where this number varies between 8 and 8,50 for 40 nodes according to the speed of node. Fig. 1. Average number of clusters as a function of the maximum speed for the WCA. In fig. 2, we observe that the average number of clusters remains stable for 20 and 40 nodes whatever the speed of nodes. This stability is proved quantitatively by the number of cluster that is limited in a small interval [6,50-6,60] for 20 nodes and [7,40-7,60] for 40 nodes. Further, we observe that the number of clusters produced by CEMCA is lower than these produced by WCA. These results can be explained by the capacity of node to be responsible, for a long time, to its members. This capacity that is expressed by greatest reservation of energy and lowest mobility. For these reasons, the clusters remain stable and the topology less reconstructed in spite of the change of speed. In this section, we take the connectivity as second parameter of evaluation for CEMCA. This is because, in the one hand, the connectivity is primordial for any routing algorithm. In the other hand, the connectivity is essential in order to ensure the responsibilities of cluster head. We define the connectivity by the probability that a node is reachable at any other node in the network. For a single component graph, any node is reachable at other nodes, thus, the connectivity is equal to 1 [8]. So, largest connected component connectivity = N where: N is the total number of nodes in the network. (11)

4 Fig. 2. Average nb of clusters as a function of the max speed for CEMCA. Fig. 4. Connectivity as a function of the transmission range for the CEMCA. Fig. 3 shows the evolution of the connectivity according to the transmission range for WCA algorithm. We observe that the connectivity is very low when the value of transmission range is small (Tr = 10). After this, the connectivity increases slowly until the transmission range is equal to 30 and it will be good when the transmission range is larger. Consequently, a well connected graph can be obtained at the cost of a higher transmission range [8]. Consequently, by using CEMCA, all the nodes can communicate between themselves. The two previous figures show that CEMCA outperforms WCA as it is able to have the same connectivity by using much more reduced transmission ranges thus saving energy and reducing radio interferences. Fig. 5 illustrates the connectivity according to the node speed for CEMCA. We observe also that the connectivity is high whatever the average speed of the nodes. Although the value of the transmission range adapts itself according to the number of neighbors, the value of speed does not influence the connectivity. Fig. 3. Connectivity as a function of the transmission range for the WCA. Fig. 4 shows the connectivity according to the average transmission range for CEMCA. We talk about the average transmission range because we use our SEMC algorithm that allows each node to adapt the value of its transmission range according to its needs. For this reason, we observe that the connectivity remains good in spite of the small value of the transmission range that does not exceed 10. Moreover, quantitatively the connectivity is comprised between 0,948 and 0,965. In this way, we can show that the connectivity is maintained by using our SEMC algorithm at the data link layer [11]. Fig. 5. Connectivity as a function of the maximum speed for the CEMCA. Fig. 6 depicts the relationship between the average transmission range, the average number of clusters and the connectivity in a 3D plot. We see that the average transmission range remains short but the connectivity is high. Moreover, the average number of clusters is low and almost the same. Thus, we confirm that CEMCA makes a good compromise between these essential parameters that play an important role in the communication between the nodes in terms of performances.

5 Fig. 6. Transmission range as a function of both the number of clusters and the connectivity. V. CONCLUSION In this paper we proposed a clustering algorithm called CEMCA that can be applied in wireless mobile ad hoc networks in order to dynamically optimize the cluster head choices. CEMCA is based on an ideal combination of the characteristics of a node namely: battery power, connectivity and mobility. These characteristics play an important role in the stability of the network by reducing the number of cluster head changes. Moreover, CEMCA makes use of our algorithm [11] in order to choose the appropriate transmission range of each node that maintains connectivity and saves energy. We conducted simulation experiments with ns-2 in order to measure the performance of CEMCA. Our results are compared with the Weighted Clustering Algorithm (WCA) [8] and they show a significant advantage of CEMCA over WCA in terms of the number of produced clusters and their stability. Quantitatively, the average number of clusters varies in a small interval from 0.10 to Also, the connectivity between the nodes is typically above 0.95 and better than with WCA in spite of the small value of the transmission range. Consequently, the communication in the cluster or between the clusters will be good. In the future, we intend to test CEMCA with other models of individual mobility such as Weighted Waypoint model [15] or group mobility such as Community Mobility model [16] or Reference Region Group Mobility model [17]. We also plan to implement CEMCA in a MANET routing protocol. REFERENCES [1] G. Chen and I. Stojmenovic, Clustering and routing in mobile wireless networks, in Technical Report TR-99-05, [2] D. Baker and A. Ephremides, The architectural organization of a mobile radio network via a distributed algorithm, IEEE Transactions on Communications, vol. 29, no. 11, pp , [3] A. Ephremides, J. Wieselthier, and D. J. Baker, A design concept for reliable mobile radio networks with frequency hopping signaling, in Proc. of the IEEE, 1987, pp [4] A. Parekh, Selecting routers in ad hoc wireless networks, in Proc. of the IEEE International Telecommunications Symposium, [5] M. Gerla and J. Tasi, Multicluster, mobile, multimedia radio network, ACM Journal of Wireless Networks, vol. 1-3, pp , [6] S. Basagni, Distributed clustering for ad hoc networks, in Proc. of the IEEE International Symposium on Parallel Algorithms, Architectures and Networks, 1999, pp [7], Distributed and mobility-adaptative clustering for multimedia support in multi-hop wireless networks, in Proc. of the IEEE Vehicular Technology Conference, 1999, pp [8] M. Chatterjee, S. Das, and D. Turgut, Wca: A weighted clustering algorithm for mobile ad hoc networks, Cluster Computing Journal, vol. 5, no. 2, pp , [9] F. Nocetti, J. Gonzalez, and I. Stojmenovic, Connectivity based k-hop clustering in wireless networks, in Telecommunication Systems, vol. 22, 2003, pp [10] S. Jang, E. Kwon, J. H. Kim, and J. Lee, A weighted stable clustering scheme based on the mobility prediction in mobile ad hoc networks, in Proc. of the IEEE International Conference on Wireless and Mobile Communication, Bucharest, Romania, [11] F. D. Tolba, D. Magoni, and P. Lorenz, Energy saving and connectivity tradeoff by adaptive transmission range in g manets, in Proc. of the IEEE International Conference on Wireless and Mobile Communication, Bucharest, Romania, [12] W. Navidi and T. Camp, Stationary distributions for the random waypoint mobility model, IEEE Transactions on Mobile Computing, vol. 3, no. 1, [13] J. Y. L. Boudec and M. vojnovic, Perfect simulation and stationarity of a class of mobility, in Proc. of the IEEE Infocom, [14] G. Lin, G. Noubir, and R. Rajaraman, Mobility model for ad hoc network simulation, in Proc. of IEEE Infocom, [15] W. J. Hsu, K. Merchant, H. W. Shu, C. Hsu, and A. Helmy, Weighted waypoint mobility model and its impact on ad hoc networks, in Proc. of the Mobile Computing and Communications Review, [16] M. Musolesi and C. Mascolo, A community based mobility model for ad hoc network research, in Second ACM International Workshop on Multi-hop Ad Hoc Networks, [17] J. Ng and Z. Yan, Reference region group mobility model for ad hoc networks, in Second IFIP International Conference on Wireless and Optical Communications Networks, 2005, pp

Energy Saving and Connectivity Tradeoff by Adaptative Transmission Range in g MANETs

Energy Saving and Connectivity Tradeoff by Adaptative Transmission Range in g MANETs Energy Saving and Connectivity Tradeoff by Adaptative Transmission Range in 80.11g MANETs Fatiha Djemili Tolba University of Haute Alsace, 68008 Colmar, France fatiha.tolba@uha.fr Damien Magoni ULP LSIIT

More information

MPBCA: Mobility Prediction Based Clustering Algorithm for MANET

MPBCA: Mobility Prediction Based Clustering Algorithm for MANET MPBCA: Mobility Prediction Based Clustering Algorithm for MANET Rani.V.G Associate Professor Research and Development Center Bharathiar University Coimbatore, India ranikhans@gmail.com Dr.M.Punithavalli

More information

Heuristic Clustering Algorithms in Ad hoc Networks

Heuristic Clustering Algorithms in Ad hoc Networks Heuristic Clustering Algorithms in Ad hoc Networks Artvin Çoruh University e-mail: nevin.aydin@gmail.com Volume 3 No 3 (2014) ISSN 2158-8708 (online) DOI 10.5195/emaj.2014.39 http://emaj.pitt.edu Abstract

More information

A Novel Distributed Clustering Algorithm for Mobile Ad-hoc Networks

A Novel Distributed Clustering Algorithm for Mobile Ad-hoc Networks Journal of Computer Science 4 (2): 161-166, 2008 ISSN 1549-3636 2008 Science Publications A Novel Distributed Clustering Algorithm for Mobile Ad-hoc Networks 1 Sahar Adabi, 2 Sam Jabbehdari, 1 Amirmasoud

More information

Saving Energy and Maximizing Connectivity by Adapting Transmission Range in g MANETs

Saving Energy and Maximizing Connectivity by Adapting Transmission Range in g MANETs Saving nergy and Maximizing Connectivity by Adapting Transmission Range in 82.g MANTs Fatiha Djemili Tolba, Damien Magoni and Pascal Lorenz Original scientific paper Abstract Node lifetime is an important

More information

2014, IJARCSSE All Rights Reserved Page 597

2014, IJARCSSE All Rights Reserved Page 597 Volume 4, Issue 12, December 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Mobility Based

More information

Energy Consumption Analysis of modified AODV Routing protocol under Random Waypoint and Reference point Group Mobility Models

Energy Consumption Analysis of modified AODV Routing protocol under Random Waypoint and Reference point Group Mobility Models ICACSIS 2012 ISBN: 978-979-1421-15-7 Energy Consumption Analysis of modified AODV Routing protocol under Random Waypoint and Reference point Group Mobility Models Harris Simaremare*, Abdusy Syarif**, Abdelhafid

More information

Investigation of the AODV And the SDWCA QoS Handling At Different Utilisation Levels In Adaptive Clustering Environments

Investigation of the AODV And the SDWCA QoS Handling At Different Utilisation Levels In Adaptive Clustering Environments Investigation of the AODV And the SDWCA QoS Handling At Different Utilisation Levels In Adaptive Clustering Environments Al-Baadani, Faris., Yousef, S., Tapaswi, S., Patnaik, K. K., and Cole, M Faculty

More information

A Modified Version of DMAC Clustering Algorithm in MANET

A Modified Version of DMAC Clustering Algorithm in MANET Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 6, June 2014, pg.133

More information

An On-Demand Weighted Clustering Algorithm (WCA) for Ad hoc Networks

An On-Demand Weighted Clustering Algorithm (WCA) for Ad hoc Networks An On-Demand Weighted Clustering Algorithm (WCA) for Ad hoc Networks Mainak Chatterjee, Sajal K. Das and Damla Turgut Center for Research in Wireless Mobility and Networking (CReWMaN) Department of Computer

More information

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s M. Nagaratna Assistant Professor Dept. of CSE JNTUH, Hyderabad, India V. Kamakshi Prasad Prof & Additional Cont. of. Examinations

More information

On Performance Evaluation of Reliable Topology Control Algorithms in Mobile Ad Hoc Networks (Invited Paper)

On Performance Evaluation of Reliable Topology Control Algorithms in Mobile Ad Hoc Networks (Invited Paper) On Performance Evaluation of Reliable Topology Control Algorithms in Mobile Ad Hoc Networks (Invited Paper) Ngo Duc Thuan 1,, Hiroki Nishiyama 1, Nirwan Ansari 2,andNeiKato 1 1 Graduate School of Information

More information

Multi-hop Clustering Based on Neighborhood Benchmark in Mobile Ad-hoc Networks

Multi-hop Clustering Based on Neighborhood Benchmark in Mobile Ad-hoc Networks Multi-hop Clustering Based on Neighborhood Benchmark in Mobile Ad-hoc Networks Stephen S. Yau and Wei Gao Department of Computer Science and Engineering Arizona State University, Tempe, AZ 85287-89, USA

More information

A Novel Weighted Clustering Algorithm Based On Mobility For Mobile Ad Hoc Networks

A Novel Weighted Clustering Algorithm Based On Mobility For Mobile Ad Hoc Networks A Novel Weighted Clustering Algorithm Based On Mobility For Mobile Ad Hoc Networks Amir Massoud Bidgoli 1, Mohammad Shayesteh 2 1 MIEEE, PHD Manchester University, Islamic Azad University-North Tehran

More information

A Distributed Weighted Cluster Based Routing Protocol for MANETs

A Distributed Weighted Cluster Based Routing Protocol for MANETs Wireless Sensor Network, 2011, 3, 54-60 doi:10.4236/wsn.2011.32006 Published Online February 2011 (http://www.scirp.org/journal/wsn) A Distributed Weighted Cluster Based Routing Protocol for MANETs Abstract

More information

AN OPTIMIZED CLUSTER BASED APPROACH FOR MULTI- SOURCE MULTICAST ROUTING PROTOCOL IN MOBILE AD HOC NETWORKS USING OWCA

AN OPTIMIZED CLUSTER BASED APPROACH FOR MULTI- SOURCE MULTICAST ROUTING PROTOCOL IN MOBILE AD HOC NETWORKS USING OWCA AN OPTIMIZED CLUSTER BASED APPROACH FOR MULTI- SOURCE MULTICAST ROUTING PROTOCOL IN MOBILE AD HOC NETWORKS USING OWCA Ramyashree K.S, Arvind S & Shesharao M. Wanjerkhede GNDEC, Bidar-585403, Karnataka

More information

A Gateway Selections Using Signal Strength among Clusters in Ad Hoc Networks

A Gateway Selections Using Signal Strength among Clusters in Ad Hoc Networks A Gateway Selections Using Signal Strength among Clusters in Ad Hoc Networks Mary Wu 1, ChongGun Kim 1 1*, HeeJoo park 1 Dept. of Computer Eng., Yeungnam Univ., Korea Dept. of Cyber Security., Kyungil

More information

Saving Energy and Maximizing Connectivity by Adapting Transmission Range in g MANETs

Saving Energy and Maximizing Connectivity by Adapting Transmission Range in g MANETs Saving nergy and Maximizing Connectivity by Adapting Transmission Range in 82.g MANTs Fatiha Djemili Tolba, Damien Magoni, Pascal Lorenz To cite this version: Fatiha Djemili Tolba, Damien Magoni, Pascal

More information

Distributed Clusterhead Architecture for Mobile Ad Hoc Networks

Distributed Clusterhead Architecture for Mobile Ad Hoc Networks Journal of Computer Science 2 (7): 583-588, 2006 ISSN 1549-3636 2006 Science Publications Distributed Clusterhead Architecture for Mobile Ad Hoc Networks 1 Emad Qaddoura, 2 Wesam AlMobaideen and 3 Ahmad

More information

Overlapping Clusters Algorithm in Ad hoc Networks

Overlapping Clusters Algorithm in Ad hoc Networks Overlapping Clusters Algorithm in Ad hoc Networks Nevin Aydin Istanbul Arel University Dept. of Industrial Engineering 34295 Sefakoy-Istanbul, Turkey Email: nevinaydin@arel.edu.tr Farid Naït-Abdesselam

More information

International Journal of Computer Engineering and Applications, Volume VIII, Issue II, Part I, November 14

International Journal of Computer Engineering and Applications, Volume VIII, Issue II, Part I, November 14 A NEW LOAD BALANCING CLUSTERING ALGORITHM FOR SENSOR NETWORK Sunil Kumar Singh 1, Rajesh Duvvuru 2, Gudikhandula Narasimha Rao 3 1 Department of Computer Science & Engineering, DIT University, Dehradun,

More information

A Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks

A Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks A Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks Gunyoung Koh, Duyoung Oh 1 and Heekyoung Woo 2 1 School of Electrical Engineering and Computer Science Seoul National University,

More information

An Enhanced Super-Peer System Considering Mobility and Energy in Mobile Environments

An Enhanced Super-Peer System Considering Mobility and Energy in Mobile Environments An Enhanced Super-Peer System Considering Mobility and Energy in Mobile Environments Sun-Kyum Kim, Kwang-Jo Lee, Sung-Bong Yang Departement of Computer Science Yonsei University Repubilc of Korea {skyum,

More information

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

Impact of Node Velocity and Density on Probabilistic Flooding and its Effectiveness in MANET Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 12, December 2014,

More information

Estimation of Network Partition Problem in Mobile Ad hoc Network

Estimation of Network Partition Problem in Mobile Ad hoc Network Estimation of Network Partition Problem in Mobile Ad hoc Network Varaprasad Golla B.M.S.College of Engineering Bangalore, India varaprasad555555@yahoo.co.in ABSTRACT: A node cannot communicate with others

More information

Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks

Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks Mina Malekzadeh Golestan University Zohre Fereidooni Golestan University M.H. Shahrokh Abadi

More information

Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks

Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks Jayanta Biswas and Mukti Barai and S. K. Nandy CAD Lab, Indian Institute of Science Bangalore, 56, India {jayanta@cadl, mbarai@cadl,

More information

A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks

A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks Stephen S. Yau, Wei Gao, and Dazhi Huang Dept. of Computer Science and Engineering Arizona State University Tempe,

More information

Poonam kori et al. / International Journal on Computer Science and Engineering (IJCSE)

Poonam kori et al. / International Journal on Computer Science and Engineering (IJCSE) An Effect of Route Caching Scheme in DSR for Vehicular Adhoc Networks Poonam kori, Dr. Sanjeev Sharma School Of Information Technology, RGPV BHOPAL, INDIA E-mail: Poonam.kori@gmail.com Abstract - Routing

More information

Keywords: MANET; WCBDST; CBRP; HCC; WCA; Node-reaffiliation; Node-reelection; Cluster Stability

Keywords: MANET; WCBDST; CBRP; HCC; WCA; Node-reaffiliation; Node-reelection; Cluster Stability American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

A Performance Comparison of Multicast Routing Protocols In Ad hoc Networks

A Performance Comparison of Multicast Routing Protocols In Ad hoc Networks A Performance Comparison of Multicast Routing Protocols In Ad hoc Networks Hasnaa MOUSTAFA and Houda LABIOD ENST - INFRES Department - 46 Rue Barrault 75634 Paris cedex 3 Paris - France Tel: +33 ().45.8.74.36

More information

Pessimistic Backoff for Mobile Ad hoc Networks

Pessimistic Backoff for Mobile Ad hoc Networks Pessimistic Backoff for Mobile Ad hoc Networks Saher S. Manaseer Department of computing science Glasgow University saher@dcs.gla.ac.uk Muneer Masadeh Department of Computer Science Jordan University of

More information

Glasgow eprints Service

Glasgow eprints Service Yassein, M. B. and Ould-Khaoua, M. and Papanastasiou, S. (25) On the performance of probabilistic flooding in mobile ad hoc networks. In, th International Conference on Parallel and Distributed Systems,

More information

A Comparative and Performance Study of On Demand Multicast Routing Protocols for Ad Hoc Networks

A Comparative and Performance Study of On Demand Multicast Routing Protocols for Ad Hoc Networks A Comparative and Performance Study of On Demand Multicast Routing Protocols for Ad Hoc Networks P.Madhan Mohan #, J.James Johnson #, K.Murugan $ and V.Ramachandran % # Under Graduate Student $ Senior

More information

Performance Analysis of MANET Using Efficient Power Aware Routing Protocol (EPAR)

Performance Analysis of MANET Using Efficient Power Aware Routing Protocol (EPAR) Performance Analysis of MANET Using Efficient Power Aware Routing Protocol (EPAR) Amandeep Kaur 1, Jasmeet Kaur 2, Nishu Kansal 3 1, 2, 3 (ECE, Guru Nanak Dev Engineering College Ludhiana, India) ABSTRACT:

More information

ENERGY BASED AODV ROUTING PROTOCOL FOR WIRELESS MESH NETWORK

ENERGY BASED AODV ROUTING PROTOCOL FOR WIRELESS MESH NETWORK International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 4, July - August 2018, pp. 77 83, Article ID: IJARET_09_04_007 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=4

More information

Study on Indoor and Outdoor environment for Mobile Ad Hoc Network: Random Way point Mobility Model and Manhattan Mobility Model

Study on Indoor and Outdoor environment for Mobile Ad Hoc Network: Random Way point Mobility Model and Manhattan Mobility Model Study on and Outdoor for Mobile Ad Hoc Network: Random Way point Mobility Model and Manhattan Mobility Model Ibrahim khider,prof.wangfurong.prof.yinweihua,sacko Ibrahim khider, Communication Software and

More information

Traffic-based, mobility-aware clustering for IEEE a UWB networks

Traffic-based, mobility-aware clustering for IEEE a UWB networks 21st Annual IEEE International Symposium on Personal, Indoor and Mobile Radio Communications Traffic-based, mobility-aware clustering for IEEE 802.15.4a UWB networks Luca De Nardis, Daniele Domenicali

More information

Performance evaluation of reactive and proactive routing protocol in IEEE ad hoc network

Performance evaluation of reactive and proactive routing protocol in IEEE ad hoc network Author manuscript, published in "ITCom 6 - next generation and sensor networks, Boston : United States (26)" DOI :.7/2.68625 Performance evaluation of reactive and proactive routing protocol in IEEE 82.

More information

OPTIMAL MULTI-CHANNEL ASSIGNMENTS IN VEHICULAR AD-HOC NETWORKS

OPTIMAL MULTI-CHANNEL ASSIGNMENTS IN VEHICULAR AD-HOC NETWORKS Chapter 2 OPTIMAL MULTI-CHANNEL ASSIGNMENTS IN VEHICULAR AD-HOC NETWORKS Hanan Luss and Wai Chen Telcordia Technologies, Piscataway, New Jersey 08854 hluss@telcordia.com, wchen@research.telcordia.com Abstract:

More information

Performance Comparison of MANETs Routing Protocols for Dense and Sparse Topology

Performance Comparison of MANETs Routing Protocols for Dense and Sparse Topology 2012 International Conference on Information and Computer Networks (ICICN 2012) IPCSIT vol. 27 (2012) (2012) IACSIT Press, Singapore Performance Comparison of MANETs Routing Protocols for Dense and Sparse

More information

Routing Protocols in MANETs

Routing Protocols in MANETs Chapter 4 Routing Protocols in MANETs 4.1 Introduction The main aim of any Ad Hoc network routing protocol is to meet the challenges of the dynamically changing topology and establish a correct and an

More information

1 Multipath Node-Disjoint Routing with Backup List Based on the AODV Protocol

1 Multipath Node-Disjoint Routing with Backup List Based on the AODV Protocol 1 Multipath Node-Disjoint Routing with Backup List Based on the AODV Protocol Vahid Zangeneh i and Shahriar Mohammadi ii * ABSTRACT In recent years, routing has been the most focused area in ad hoc networks

More information

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET 2011 International Conference on Information and Network Technology IPCSIT vol.4 (2011) (2011) IACSIT Press, Singapore QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET Ashwini V. Biradar

More information

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS AMANDEEP University College of Engineering, Punjabi University Patiala, Punjab, India amandeep8848@gmail.com GURMEET KAUR University College of Engineering,

More information

Mobility-based d-hop Clustering Algorithm for Mobile Ad Hoc Networks

Mobility-based d-hop Clustering Algorithm for Mobile Ad Hoc Networks Mobility-based d-hop Clustering Algorithm for Mobile Ad Hoc Networks Inn Inn ER 1,2 1 Department of Computer Science, School of Computing National University of Singapore Singapore 117543 erinninn@comp.nus.edu.sg

More information

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

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

More information

Routing Security in Mobile Ad Hoc Networks: An Extension of DSR

Routing Security in Mobile Ad Hoc Networks: An Extension of DSR Journal of Emerging Trends in Engineering and Applied Sciences (JETEAS) 2 (1): 155-159 Scholarlink Research Institute Journals, 2011 (ISSN: 2141-7016) jeteas.scholarlinkresearch.org Journal of Emerging

More information

Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks

Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks M.N. Mariyasagayam, M. Lenardi HITACHI Europe, "Le Thélème", 1503 Route des Dolines, 06560 Sophia Antipolis, France Phone:

More information

2. LITERATURE REVIEW. Performance Evaluation of Ad Hoc Networking Protocol with QoS (Quality of Service)

2. LITERATURE REVIEW. Performance Evaluation of Ad Hoc Networking Protocol with QoS (Quality of Service) 2. LITERATURE REVIEW I have surveyed many of the papers for the current work carried out by most of the researchers. The abstract, methodology, parameters focused for performance evaluation of Ad-hoc routing

More information

A Stable and Energy Based Weighted Clustering Algorithm in MANET (SEBWCA)

A Stable and Energy Based Weighted Clustering Algorithm in MANET (SEBWCA) A Stable and Energy Based Weighted Clustering Algorithm in MANET (SEB) P. Annadurai Department of Computer Science, Arignar Anna Government Arts & Science College, Karaikal pannadurai98@yahoo.com S. Vijayalakshmi

More information

Effects of Caching on the Performance of DSR Protocol

Effects of Caching on the Performance of DSR Protocol IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 9 (September 2012), PP 07-11 Effects of Caching on the Performance of DSR Protocol Narinderjeet Kaur 1, Maninder

More information

Adaptive Data Dissemination in Mobile ad-hoc Networks

Adaptive Data Dissemination in Mobile ad-hoc Networks Adaptive Data Dissemination in Mobile ad-hoc Networks Joos-Hendrik Böse, Frank Bregulla, Katharina Hahn, Manuel Scholz Freie Universität Berlin, Institute of Computer Science, Takustr. 9, 14195 Berlin

More information

Evaluation of Routing Protocols for Mobile Ad hoc Networks

Evaluation of Routing Protocols for Mobile Ad hoc Networks International Journal of Soft Computing and Engineering (IJSCE) Evaluation of Routing Protocols for Mobile Ad hoc Networks Abstract Mobile Ad hoc network is a self-configuring infrastructure less network

More information

Chapter 7 CONCLUSION

Chapter 7 CONCLUSION 97 Chapter 7 CONCLUSION 7.1. Introduction A Mobile Ad-hoc Network (MANET) could be considered as network of mobile nodes which communicate with each other without any fixed infrastructure. The nodes in

More information

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET)

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET) INTERNATIONAL International Journal of Computer JOURNAL Engineering OF COMPUTER and Technology ENGINEERING (IJCET), ISSN 0976- & TECHNOLOGY (IJCET) ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 4,

More information

Investigation on OLSR Routing Protocol Efficiency

Investigation on OLSR Routing Protocol Efficiency Investigation on OLSR Routing Protocol Efficiency JIRI HOSEK 1, KAROL MOLNAR 2 Department of Telecommunications Faculty of Electrical Engineering and Communication, Brno University of Technology Purkynova

More information

Neural Network Model Based Cluster Head Selection for Power Control in Mobile Ad-hoc Networks

Neural Network Model Based Cluster Head Selection for Power Control in Mobile Ad-hoc Networks Neural Network Model Based Cluster Head Selection for Power Control in Mobile Ad-hoc Networks Krishan Kumar,A.P.(CSE), Manav Rachna International University, Faridabad, Haryana, V.P.Singh,A.P.(CSE), Thapar

More information

Measure of Impact of Node Misbehavior in Ad Hoc Routing: A Comparative Approach

Measure of Impact of Node Misbehavior in Ad Hoc Routing: A Comparative Approach ISSN (Print): 1694 0814 10 Measure of Impact of Node Misbehavior in Ad Hoc Routing: A Comparative Approach Manoj Kumar Mishra 1, Binod Kumar Pattanayak 2, Alok Kumar Jagadev 3, Manojranjan Nayak 4 1 Dept.

More information

ESAR: An Energy Saving Ad Hoc Routing Algorithm for MANET

ESAR: An Energy Saving Ad Hoc Routing Algorithm for MANET : An Energy Saving Ad Hoc Routing Algorithm for MANET Utkarsh 1, Mukesh Mishra 2 and Suchismita Chinara 3 Department of Computer Science and Engineering, National Institute of Technology Rourkela, Rourkela,

More information

Reversing Ticket Based Probing Routing Protocol for MANET

Reversing Ticket Based Probing Routing Protocol for MANET Reversing Ticket Based Probing Routing Protocol for MANET TURGUT YUCEL and MIN SONG Department of Electrical and Computer Engineering Old Dominion University Norfolk, VA 23529 U.S.A. http://www.odu.edu/networking

More information

Implementation and simulation of OLSR protocol with QoS in Ad Hoc Networks

Implementation and simulation of OLSR protocol with QoS in Ad Hoc Networks Implementation and simulation of OLSR protocol with QoS in Ad Hoc Networks Mounir FRIKHA, Manel MAAMER Higher School of Communication of Tunis (SUP COM), Network Department, m.frikha@supcom.rnu.tn ABSTRACT

More information

PATM: Priority-based Adaptive Topology Management for Efficient Routing in Ad Hoc Networks

PATM: Priority-based Adaptive Topology Management for Efficient Routing in Ad Hoc Networks PATM: Priority-based Adaptive Topology Management for Efficient Routing in Ad Hoc Networks Haixia Tan, Weilin Zeng and Lichun Bao Donald Bren School of Information and Computer Sciences University of California,

More information

IMPACT OF MOBILITY SPEED ON PROACTIVE AND REACTIVE ROUTING PROTOCOLS IN MOBILE ADHOC NETWORKS

IMPACT OF MOBILITY SPEED ON PROACTIVE AND REACTIVE ROUTING PROTOCOLS IN MOBILE ADHOC NETWORKS IMPACT OF MOBILITY SPEED ON PROACTIVE AND REACTIVE ROUTING PROTOCOLS IN MOBILE ADHOC NETWORKS E. Gnanamanoharan and R. Bensraj Department of Electrical Engineering, Annamalai University, Tamil Nadu, India

More information

Partial Caching Scheme for Streaming Multimedia Data in Ad-hoc Network

Partial Caching Scheme for Streaming Multimedia Data in Ad-hoc Network , pp.106-110 http://dx.doi.org/10.14257/astl.2014.51.25 Partial Caching Scheme for Streaming Multimedia Data in Ad-hoc Network Backhyun Kim and Iksoo Kim 1 Faculty of Liberal Education, Incheon National

More information

Experiment and Evaluation of a Mobile Ad Hoc Network with AODV Routing Protocol

Experiment and Evaluation of a Mobile Ad Hoc Network with AODV Routing Protocol Experiment and Evaluation of a Mobile Ad Hoc Network with AODV Routing Protocol Kalyan Kalepu, Shiv Mehra and Chansu Yu, Department of Electrical and Computer Engineering Cleveland State University 2121

More information

The Improved WCMRP Protocol for Mobile Wireless Sensor Networks

The Improved WCMRP Protocol for Mobile Wireless Sensor Networks 152 JOURNAL OF COMMUNICATIONS, VOL. 6, NO. 2, APRIL 2011 The Improved WCMRP Protocol for Mobile Wireless Sensor Networks Ming Huang Guo Department of Information Management, Shih-Hsin University, Taipei,

More information

Study on Techniques for Cluster Head Formation over Mobile Ad Hoc Networks

Study on Techniques for Cluster Head Formation over Mobile Ad Hoc Networks Study on Techniques for Cluster Head Formation over Mobile Ad Hoc Networks B.Sindhuja 1, Dr.J.Shanthini 2 PG Scholar, Department of Information Technology, SNS College of Technology, Coimbatore, Tamil

More information

AODV-PA: AODV with Path Accumulation

AODV-PA: AODV with Path Accumulation -PA: with Path Accumulation Sumit Gwalani Elizabeth M. Belding-Royer Department of Computer Science University of California, Santa Barbara fsumitg, ebeldingg@cs.ucsb.edu Charles E. Perkins Communications

More information

An AIAD-Based Adaptive Routing Protocol in Ad-Hoc Wireless Networks

An AIAD-Based Adaptive Routing Protocol in Ad-Hoc Wireless Networks An AIAD-Based Adaptive Routing Protocol in Ad-Hoc Wireless Networks Youn-Sik Hong 1 and Ki-Young Lee 2 1 Department of Computer Science and Eng. 2 Department of Information and Telecommunication Eng.,

More information

Archna Rani [1], Dr. Manu Pratap Singh [2] Research Scholar [1], Dr. B.R. Ambedkar University, Agra [2] India

Archna Rani [1], Dr. Manu Pratap Singh [2] Research Scholar [1], Dr. B.R. Ambedkar University, Agra [2] India Volume 4, Issue 3, March 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance Evaluation

More information

Unicast Routing in Mobile Ad Hoc Networks. Dr. Ashikur Rahman CSE 6811: Wireless Ad hoc Networks

Unicast Routing in Mobile Ad Hoc Networks. Dr. Ashikur Rahman CSE 6811: Wireless Ad hoc Networks Unicast Routing in Mobile Ad Hoc Networks 1 Routing problem 2 Responsibility of a routing protocol Determining an optimal way to find optimal routes Determining a feasible path to a destination based on

More information

Computation of Multiple Node Disjoint Paths

Computation of Multiple Node Disjoint Paths Chapter 5 Computation of Multiple Node Disjoint Paths 5.1 Introduction In recent years, on demand routing protocols have attained more attention in mobile Ad Hoc networks as compared to other routing schemes

More information

Ms A.Naveena Electronics and Telematics department, GNITS, Hyderabad, India.

Ms A.Naveena Electronics and Telematics department, GNITS, Hyderabad, India. Dynamic Training Intrusion Detection Scheme for Blackhole Attack in MANETs Ms A.Naveena Electronics and Telematics department, GNITS, Hyderabad, India. Dr. K.Rama Linga Reddy Electronics and Telematics

More information

Limiting the Impact of Mobility on Ad Hoc Clustering

Limiting the Impact of Mobility on Ad Hoc Clustering Limiting the Impact of Mobility on Ad Hoc Clustering Rituparna Ghosh, and Stefano Basagni Dept. of Electrical and Computer Engineering, Northeastern University Boston, MA, U.S.A. rghosh@ece.neu.edu, basagni@ece.neu.edu

More information

Power aware Multi-path Routing Protocol for MANETS

Power aware Multi-path Routing Protocol for MANETS Power aware Multi-path Routing Protocol for MANETS Shruthi P Murali 1,Joby John 2 1 (ECE Dept, SNGCE, India) 2 (ECE Dept, SNGCE, India) Abstract: Mobile Adhoc Network consists of a large number of mobile

More information

Shortcut Tree Routing using Neighbor Table in ZigBee Wireless Networks

Shortcut Tree Routing using Neighbor Table in ZigBee Wireless Networks Shortcut Tree Routing using Neighbor Table in ZigBee Wireless Networks Salmu K.P 1, Chinchu James 2 1,2 Department of Computer Science, IIET, Nellikuzhi Abstract- ZigBee is a worldwide standard for wireless

More information

Analysis QoS Parameters for Mobile Ad-Hoc Network Routing Protocols: Under Group Mobility Model

Analysis QoS Parameters for Mobile Ad-Hoc Network Routing Protocols: Under Group Mobility Model 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Analysis QoS Parameters for Mobile Ad-Hoc Network Routing Protocols: Under Group

More information

Efficient Location Services Using Hierarchical Topology of Mobile Ad Hoc Networks

Efficient Location Services Using Hierarchical Topology of Mobile Ad Hoc Networks Journal of Software Engineering and Applications, 2012, 5, 14-20 http://dx.doi.org/10.4236/jsea.2012.51003 Published Online January 2012 (http://www.scirp.org/journal/jsea) Efficient Location Services

More information

A Reliable Route Selection Algorithm Using Global Positioning Systems in Mobile Ad-hoc Networks

A Reliable Route Selection Algorithm Using Global Positioning Systems in Mobile Ad-hoc Networks A Reliable Route Selection Algorithm Using Global Positioning Systems in Mobile Ad-hoc Networks Won-Ik Kim Radio Performance Analysis Section Electronics & Telecommunications Research Institute 161 Kajong-dong,

More information

Efficient Data Transfer by Mobility Adjustment Algorithm for Clustered Mobile Ad-Hoc Networks

Efficient Data Transfer by Mobility Adjustment Algorithm for Clustered Mobile Ad-Hoc Networks BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 14, No 2 Sofia 2014 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.2478/cait-2014-0019 Efficient Data Transfer by Mobility

More information

II. ROUTING CATEGORIES

II. ROUTING CATEGORIES ANALYSIS OF ROUTING PROTOCOLS IN MANETS DIVYA GHOSH Researcher,Kolkata,India Abstract: The study of routing protocols in MANETs is one that requires a great deal of research due to the challenges it poses

More information

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. IV (May - Jun.2015), PP 06-11 www.iosrjournals.org Impact of IEEE 802.11

More information

International Journal of Research in Advent Technology A STUDY ON AODV BASED CLUSTERING IN MOBILE ADHOC NETWORKS

International Journal of Research in Advent Technology A STUDY ON AODV BASED CLUSTERING IN MOBILE ADHOC NETWORKS A STUDY ON AODV BASED CLUSTERING IN MOBILE ADHOC NETWORKS 1 K.Dhanya, 2 Dr.L.Sankari, M.C.A., M.Phil., Ph.D. 1 M.PhilScholar, 2 Associate Professor Sri Ramakrishna College of Arts and Science for Women

More information

!"# $ I. Introduction

!# $ I. Introduction !"# $ LAGRIT (Laboratoire de gestion des réseaux informatiques et de télécommunications) * LACIME (Laboratoire de communications et d'intégration de la microélectronique) Department of Electrical Engineering,

More information

Secured Clustering Algorithm for Mobile Ad Hoc Networks

Secured Clustering Algorithm for Mobile Ad Hoc Networks IJCSNS International Journal of Computer Science and Network Security, VOL.7 No.3, March 2007 27 Secured Clustering Algorithm for Mobile Ad Hoc Networks B. Kadri, A. M hamed, M. Feham / STIC Lab., Department

More information

A Survey on One-Hop Clustering Algorithms in Mobile Ad Hoc Networks

A Survey on One-Hop Clustering Algorithms in Mobile Ad Hoc Networks J Netw Syst Manage (2009) 17:183 207 DOI 10.1007/s10922-009-9-7 A Survey on One-Hop Clustering Algorithms in Mobile Ad Hoc Networks Suchismita Chinara Æ Santanu Kumar Rath Published online: 9 May 2009

More information

Research on Ad Hoc-based Routing Algorithm for Wireless Body Sensor Network

Research on Ad Hoc-based Routing Algorithm for Wireless Body Sensor Network Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Research on Ad Hoc-based Routing Algorithm for Wireless Body Sensor Network Hui Cheng, Zhongyang Sun, * Xiaobing Zhang,

More information

Figure 1. Clustering in MANET.

Figure 1. Clustering in MANET. Volume 6, Issue 12, December 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance

More information

A Literature survey on Improving AODV protocol through cross layer design in MANET

A Literature survey on Improving AODV protocol through cross layer design in MANET A Literature survey on Improving AODV protocol through cross layer design in MANET Nidhishkumar P. Modi 1, Krunal J. Panchal 2 1 Department of Computer Engineering, LJIET, Gujarat, India 2 Asst.Professor,

More information

DBSCAN APLLY In Weighted Clustering Algorithm

DBSCAN APLLY In Weighted Clustering Algorithm DBSCAN APLLY In Weighted Clustering Algorithm for MANET Manju Vishwakarma Research Scholar, Department of Computer Science and Engineering, Bhilai Institute of Technology, Durg, India. Partha Roy Associate

More information

Improving availability of mobile networks using a cluster routing protocol with redundant cluster head

Improving availability of mobile networks using a cluster routing protocol with redundant cluster head Improving availability of mobile networks using a cluster routing protocol with redundant cluster head Rommel Torres Universidad Técnica Particular de Loja Email: rovitor@utpl.edu.ec Liliana Enciso Universidad

More information

Study of the Effects of Mobility on Residual Path Lifetime in Mobile Ad Hoc Networks

Study of the Effects of Mobility on Residual Path Lifetime in Mobile Ad Hoc Networks Study of the Effects of Mobility on Residual Path Lifetime in Mobile Ad Hoc Networks Edward Y. Hua and Zygmunt J. Haas Wireless Networks Laboratory Cornell University Ithaca, NY 1483 {eyh, haas}@ece.cornell.edu

More information

A Novel Broadcasting Algorithm for Minimizing Energy Consumption in MANET

A Novel Broadcasting Algorithm for Minimizing Energy Consumption in MANET A Novel Broadcasting Algorithm for Minimizing Energy Consumption in MANET Bhagyashri Thakre 1, Archana Raut 2 1 M.E. Student, Mobile Technology, G H Raisoni College of Engineering, Nagpur, India 2 Assistant

More information

SUMMERY, CONCLUSIONS AND FUTURE WORK

SUMMERY, CONCLUSIONS AND FUTURE WORK Chapter - 6 SUMMERY, CONCLUSIONS AND FUTURE WORK The entire Research Work on On-Demand Routing in Multi-Hop Wireless Mobile Ad hoc Networks has been presented in simplified and easy-to-read form in six

More information

Congestion Control in Mobile Ad-Hoc Networks

Congestion Control in Mobile Ad-Hoc Networks Congestion Control in Mobile Ad-Hoc Networks 1 Sandeep Rana, 2 Varun Pundir, 3 Ram Sewak Singh, 4 Deepak Yadav 1, 2, 3, 4 Shanti Institute of Technology, Meerut Email: sandeepmietcs@gmail.com Email: varunpundir@hotmail.com

More information

Classification of MANET: A Review

Classification of MANET: A Review Classification of MANET: A Review Smita Das Assistant Professor. Dasaratha Deb Memorial College. Khowai,Tripura,India. Anuja Sarkar Informatics Research Officer. Forest Department. Agartala, Tripura, India.

More information

Aanchal Walia #1, Pushparaj Pal *2

Aanchal Walia #1, Pushparaj Pal *2 An Implemented approach of VANET using Location Information based Technique for safe city and vehicle Aanchal Walia #1, Pushparaj Pal *2 #1. M.Tech Scholor,ECE,Krukshetra University, *2. A.P.ECE Department,

More information

A Scheme of Multi-path Adaptive Load Balancing in MANETs

A Scheme of Multi-path Adaptive Load Balancing in MANETs 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) A Scheme of Multi-path Adaptive Load Balancing in MANETs Yang Tao1,a, Guochi Lin2,b * 1,2 School of Communication

More information

Improving Energy and Efficiency in cluster based VANETs through AODV Protocol

Improving Energy and Efficiency in cluster based VANETs through AODV Protocol Improving Energy and Efficiency in cluster based VANETs through AODV Protocol Prerana Deshmukh PG Department of Computer Science and Engineering, J.D.College of Engineering & Managment, RTMNU, Maharashtra,

More information