Performance comparison and analysis of routing strategies in Mobile ad hoc networks

Size: px
Start display at page:

Download "Performance comparison and analysis of routing strategies in Mobile ad hoc networks"

Transcription

1 2008 International Conference on Computer Science and Software Engineering Performance comparison and analysis of routing strategies in Mobile ad hoc networks Fu Yongsheng, Wang Xinyu, Li Shanping Department of Computer Science Zhejiang University Hangzhou, Zhejiang, China, Abstract The performance of routing protocols in Mobile Ad hoc network (MANET) always attracts many attentions. As many previous works have shown, routing performance is greatly dependent to the availability and stability of wireless links. Although there are some studies reported to evaluate the performance of routing protocols in MANET, little work is done for the system overall performance, which is generally referred to as the network throughput and the endto-end delay. This paper evaluates the routing strategies of the three routing protocols (AODV, OLSR and SRMP) and compares their performance under two different mobility models. We study those protocols under varying metrics such as node mobility and network size. Our objective is to provide a qualitative assessment of overall performance of the routing strategies in different mobility model. The results illustrate that the routing strategies behind the three protocols affect their performance deeply. Meanwhile, different from previous results in the literature, the result shows that it is the combination of routing strategies behind the routing protocols to determine the performance in given scenarios. Keywords-performance, mobile ad-hoc, routing strategies, local broadcasting, mulitcasting, unicasting, hop-by-hop, source routing I. INTRODUCTION A mobile ad-hoc network (MANET) is a self-configuring network of mobile routers (and associated hosts) connected by wireless links the union of which form an arbitrary topology. The routers are free to move randomly and organize themselves arbitrarily; thus, the network's wireless topology may change rapidly and unpredictably. Connections are possible over multiple nodes (multi-hop ad hoc network). Fault Tolerance IP addressing Mobility Management TCP/UDP Security Clustering Qos/Multimedia Location services Multicasting/Broadcasting Multiple Access Bandwidth Management Power Mangement Routing Issues Papers Figure 1. Trends of the MANET research from 2004 to 2007 Routing protocols then provide stable connections even if nodes are moving around. The trends of the papers published in IEEE Xplore [1] and ACM lib between 2004 and 2007 are illustrated in Fig. 1 And it shows that routing algorithms in this area are the hottest topics in the past years due to the fact that existing internet routing protocols were designed to support fixed infrastructure and they are unsuitable for MANETs. More than 4953 papers from 2004 to 2007 were searched using the keyword ad-hoc networks. The research trends before 2004 can be found in [2]. During these years, there have been many discussions about which type protocols perform better. However, the protocol performance is different based on scenarios and little work is done for the routing strategy overall performance, which is generally referred to as the network throughput and the end-toend delay. In this paper, we will present different routing strategies in both proactive and reactive protocols and discuss their performance factors in two different mobility models. This paper is organized as followings: Section 2 shows the related works in protocol performance of MANET. Protocols AODV, OLSR and SRMP are discussed in Section 3. We present the routing strategies in Section 4. Scenarios based on two mobility models and experiments are illustrated in Section 5. Final section ends into a summary on the performance factor of routing strategies and future work. II. RELATED WORKS Several simulation-based performance comparisons have been done for ad hoc routing protocols in the recent years. A detailed packet simulation comparative study of AODV, DSR and DSDV was reported in [5], highlighting that DSR and AODV achieve good performance at all mobility speeds whereas DSDV perform poorly under high speeds and high loads conditions respectively. Different from this study, proactive protocols have the best end-to-end delay and packets delivery fraction in [6] [7] but at the cost of higher routing load. Authors in [8] shown that AODV and DSR outperform OLSR at higher speeds and lower number of traffic streams and OLSR generates the lowest routing load. However, these studies are conducted under limited conditions as explained. And a study more limited to Qos was conducted in [8] and illustrated that DSR gets better performance of packet delivery fraction and routing overhead whereas OLSR shows the lowest end-to-end delay at lower network loads. On the other hand, authors in [9] and [10] discussed these protocols in more realistic environments and shown that AODV outperforms both DSR /08 $ IEEE DOI /CSSE

2 and DSDV, which proved that academic simulation does not always work well and reactive protocol is more realistic. Recently, Mbarushimana et al. [11] use OPNET simulator to contrast the two routing protocols (AODV and DSR) to the proactive approach OLSR and shown that OLSR get better performance, which is different from the conclusion of [5] and [8]. And the comparison in [11] focused on experiment. However, there is few comprehensive studies for ad hoc routing and we will focus on the routing strategies in different mobility models and evaluate the performance on NS [12] simulator. III. BACKGROUND In this paper, we picked up three ad hoc routing protocols: AODV (RFC-3561) [4], OLSR (RFC-3626) [3] and SRMP [16]. We shortly address the three protocols in the rest of this section. A. AODV (Ad-hoc On-demand Distance Vector) In AODV, when a source node has data traffic to send to a destination node, it first initiates a route discovery process. In this process, the source node broadcasts a Route Request (RREQ) packet. Neighbor nodes, which do not know an active route for the requested destination node, forward the packet to their neighbors until an active route is found or the maximum number of hops is reached. When an intermediate node knows an active route to the requested destination node, it sends a Route Reply (RREP) packet back to source node in unicast mode. Eventually, the source node receives the RREP packet and opens the route [15]. B. OLSR (Optimized Link State Routing) In OLSR, each node periodically constructs and maintains the set of neighbors that can be reached in 1-hop and 2-hops. Based on this, the dedicated MPR algorithm minimizes the number of active relays needed to cover all 2-hops neighbors. Such relays are called Multi-Point Relays (MPR). A node forwards a packet if and only if it has been elected as MPR by the sender node. In order to construct and maintain its routing tables, OLSR periodically transmit link state information over the MPR backbone. Upon convergence, an active route is created at each node to reach any destination node in the network [15]. C. SRMP (Source Routing-based Multicast Protocol) In SRMP, route selection takes place through establishing a multicast mesh, started at the multicast receivers, for each multicast session. SRMP is classified as a mesh-based protocol. A mesh (an arbitrary subnet) is built to connect multicast group members providing robustness against link failure due to topology changes and channel fading. To minimize the flooding scope, the Forwarding Group (FG) nodes concept is used in SRMP. In fact, a population of appropriate nodes is selected to cooperate to find the best route to deliver the packets to the destination. Four metrics are used in SRMP to select FG nodes: neighborhood association stability, link signal strength, battery life and link availability estimation. IV. ROUTING STRATEGIES There are different routing strategies behind routing protocols for mobile ad hoc networks. Using Biradar s classification [13], we classify them based on when and when the routing information is exchanged, how many nodes information need maintain and the scope of routing. We will focus on the routing strategies behind the three protocols (DSDV, OLSR and SRMP). A. Proactive vs. Reactive routing Proactive routing protocol attempts to maintain consistent, upto-date routing information from each node to every other node in the network. These protocols require each node to maintain one or more tables to store routing information, and they respond to changes in network topology by propagating updates routes through out the network in order to maintain a consistent network view. Different from proactive approach, Reactive routing protocol creates routes only when desired by source node. When a node requires a route to a destination, it initiates a route discovery process within the network. This process is completed once a route is found or all possible routes permutations have been examined. Once a route has been established, it is maintained by a route maintenance procedure until either the destination becomes inaccessible along every path from the source or until the route is no longer desired. B. Source Routing vs. Hop-by-hop routing Source Routing is a technique whereby the sender of a packet can specify the route that a packet should take through the network. With source routing, forwarding depends on the source of messages and the source node puts all the routing information on the header packet. The relaying nodes utilize this routing information and may decide to alter it in the packet to be forwarded. On the contrary, hop-by-hop routing is based on the fact that different nodes have different views of the network topology in ad hoc networks. This means, the route to the destination node is distributed in the next hop of the nodes along the path. The problem with hop-by-hop routing is that different nodes maintain different routing information and they may form a routing loop. C. Limited vs. Local broadcast Full broadcast, also named flood, intends to pass the source message to every node in ad hoc networks and the receiver nodes need to relay the message to other nodes without it. However, flooding storm may be formed with full broadcast, as even a small request may cost numberless messages interaction. So there is no routing protocols simply using full broadcast strategy. Limited broadcast, which relies primarily on replicating messages to enough nodes so the destination receives it, is more reasonable. As the TTL of the packet expires after n-hops, it only reaches all those nodes that are at most n-hops away from the original sender [3]. Compare with limited broadcast, local broadcast strategies only send messages within the senders reach and no receiver relays 506

3 them out of the sends reach. Nodes do not need to know all network topology and only focus on the local scope. OLSR belongs to this type. Multipoint Relaying (MPR) used in OLSR protocol is a classical local broadcast strategy. D. Multicasting vs. Unicasting In a unicast network, several copies of the data are sent from the source to each destination. Over a multicast network, data is sent from the source only once and the network must transmit the data to multiple destinations. OSLR and AODV use unicast to broadcast their packets. It will consume more bandwidth and energy for data copies transport. On the contrary, SRMP based on source routing multicasts its message to the destinations, for saving storage and power. TABLE I. SUMMARY OF ANALYSIS ON ROUTING STRATEGIES Protocol Philosophy Source Routing Broadcast Routes AODV Reactive No Ring Flood Unicast OLSR Proactive No local broadcast Unicast SRMP Reactive Yes Ring Flood Multicast V. PERFORMANCE EVALUATION & ANALYSIS The simulation mainly focuses on the performance of the routing strategies to react on the different scenarios in MANET. Because the three protocols (AODV, OLSR and SRMP) cover different routing strategies mentioned above, we will discuss these routing strategies based on the simulation results of the three protocols. In this paper, we evaluate the performance in terms of network throughput and the end-toend delay. A. Simulation Model and Scenarios The routing protocols were simulated on the platform NS-2 [12] with the CMU extensions by Johnson et al. [14], which is a discrete event simulator developed by the University of California at Berkeley and the VINT project. It provides substantial support for simulating multi-hop wireless networks complete with physical, data link, and medium access control (MAC) layer models on NS-2. In this study, we focus on two mobility models: Random Waypoint (RWP) model and Reference Point Group Mobility (RPGM) model. The mobility scenarios for Random Waypoint model are generated under NS-2, while the RPGM mobility scenarios are generated using Bonn-Motion tool [19]. The network parameters are shown in TABLE II. 1) RWP model In this model [17], all nodes are uniformly distributed around the simulation space. Movement of nodes has pause and motion periods. A mobile node selects a random destination and moves to that destination with a uniform speed. Upon reaching that destination it pauses for a certain pause time, and then selects another random destination performing the previous process. This is repeated along the simulation time. 2) RPGM Model This model [18] defines a random motion of a group of mobile nodes as well as a random motion of each mobile node within a given group. Each group has its own mobility behavior. Every node, within a specified group, follows a logical center reference point. The motion of the groups is explicitly defined by giving a motion path for the group. The path is viewed as a sequence of checkpoints along the path. The nodes belonging to a group are usually randomly distributed around the reference point. Both group s motion and motion of mobile nodes within a group follow the RWP model. TABLE II. NETWORK PARAMETERS Parameter Name Value Simulator NS-2 (2.31) Network Traffic Model CBR Network Area 500 x 500 meter Node Tx Distance 250 meter Data Packet Size 512 bytes payload RPGM Group Size 4 Sending Buffer 64 packets Simulation Time 100 seconds B. Simulation Results and Analysis We have two scenarios for simulation study: mobility (pause time) and network size. In our first simulation for mobility analysis, each packet starts its journey from a random location to a random destination with a fixed speed 20 m/s. Once the destination is reached, another random destination is targeted after a pause. The pause time, which affects the relative speeds of the packets, is varied from 0s to 100s and the simulations are run for 100 simulated seconds. Fig. 2 and Fig. 3 show the throughputs and end-to-end delay respectively in RWP model. In case of fixed nodes and pause time equals run time in the network, all three protocols perform well with a high throughput. But as the pause time decrease from 100s to 0s, the mobility increases and more packets are dropped due to unavailable routes. Low pause time means high pressure for packet forwarding and high mobility. So OLSR with proactive routing strategy faces serious challenge as more predefined data invalid and it is closer to AODV. Although SRMP is a source routing protocol, it benefits from its multicasting strategy and combination of single and multiple paths. Fig. 2 (b) shows that OSLR outperforms AODV and SRMP in RPGM model. It is also noticed that impact of RWP model on the throughputs outperforms that of RPGM model. RPGM promotes nodes movements in groups and the local broadcast strategy optimizes group communication. In fact, there is a higher probability for nodes in RPGM groups to be within the same multicast group, allowing more data packets reception within each group of nodes. When the pause time is 0 (highest mobility), SRMP outperforms OLSR and AODV remarkably. 507

4 Throughputs in RWP model Throughputs in RPGM model Throughputs ratio Throughput Ratio (a) (b) Figure 2. Performance on Throughput with pause time (20 nodes) Delay in RWP model 0.18 Delay in RPGM model (c) (d) Figure 3. Performance on Aver End-to-End delay with pause time (20 nodes On the other hand, because proactive routing prepares node connections before requirement and pause time affects little for topology changes, so the average end-to-end delay (shown in Fig. 3) is stable and not high for pause time changes. So OLSR gets low delay with the pause time changes. On the contrary, reactive routing is affected much by pause time, as AODV. SRMP applies multicasting strategy and has a short response time. OLSR and SRMP both perform well in high mobility scenarios. When the pause time is 0 (highest mobility), the delay of AODV is remarkable. OLSR with local broadcast routing requires more control packets all the time, so it has pool throughput in high mobility scenarios. Fig. 3 shows that RWP has less impact on the delay compared to RPGM for all mobility cases. This returns to the behavior of RPGM model, allowing nodes movement in groups, each group following a random pattern. At this case, there is a high probability for receivers to follow different movement patterns creating different groups in their movements. The second simulation focuses on the effects of network size. It varies from 20 nodes to 70 nodes, with null pause time and max node movement speed 20 m/s. Fig. 4 and Fig. 5 show the performance of throughputs and end-to-end delay respectively on network size changes. SRMP gets high throughput in large networks as it is more possible to find the best sing-path with more neighbors and multicasting strategy can bring more efforts. Meanwhile, the SRMP delay is low and close to OLSR. Reactive and Source routing strategy in SRMP maintain effective data after each query and performs well. The deep reason is multicasting which involves more neighbors in large network. AODV outperforms OLSR when the nodes are 20, in small network. However, its throughput decreases in a linear fashion (shown in Fig. 4 (e)). As a reactive protocol, AODV requires more control packet for on-demand packet delivery in a large network. The delay is higher than SRMP and OLSR, as in AODV a destination replies to the least RREQ and the time cost for RREQ is high in ring-expiration flooding mechanism of AODV. We observe that OLSR has better performance in Fig. 4. In large networks, nodes may communicate mostly with physically nearby nodes. If local communication predominates, path lengths could remain nearly constant as the network grows, and so OLSR with local broadcasting can get better throughput. 508

5 RWP has less impact than RPGM model in large networks (as shown in Fig. 4). The denser the network, the more effective the group communication is. It is a tricky change that the throughput increase when network expand from 20 to 50 and drop down in a larger network (70 nodes), for both models. This observation is quite normal since throughput decrease in large networks for all protocols, but nodes less than 50 do not mean large network in NS-2 simulator. Throughput Ratio Throughputs in RWP model Delay in RWP model (g) Delay in RPGM model Thourghput Ratio (e) Throughputs in RPGM model (f) Figure 4. Performance on Throughput with (0s pause time) In Fig. 5, OLSR and SRMP both keep low delay in large networks. Less routing overhead helps SRMP save time. OSLR uses local broadcast strategy to optimize broadcast overhead. Indeed, SRMP causes fewer overheads thanks to its source routing approach saving the overhead needed to find the next hop. In addition, it exerts no periodic messages, uses the FG concept, which minimizes the flooding scope, and applies simple maintenance mechanisms making use of data transmission with no extra control overhead. It is observed that RPGM always exhibits fewer overheads compared to RWP as it uses no pause times during its motion pattern and the nodes movements are not completely random. This feature in RPGM model allows the source to allocate the receivers faster and allows the receivers to construct their mesh towards the source faster, implying less control overhead needed from both sides [16] (h) Figure 5. Performance on Aver End-to-End delay with (0s pause time) C. Summary Simulations in this paper are based on NS-2[12] different from OPNET in [11]. We have the following observations from the simulations above: It is an indiscreet conclusion in [11] that proactive protocols are better suited to CBR traffic, as the results in this paper showed that the proactive protocol SRMP gets high throughput and low delay in spite of the mobility model and mobility scenarios. Source routing strategy combines multicasting can get good performance. Proactive and reactive strategy can not determine the protocol performance alone. Although the experiments illustrated that OLSR gets high throughput and maintain low end-to-end delay in different scenarios, but scarifies its routing load. OLSR is better suited to group communication model RPGM. The results also showed that proactive protocol OLSR is inferior to reactive SRMP in terms of throughput in both mobility scenarios and network size, different from [11] showed. 509

6 VI. CONCLUSION In this paper, four routing strategies were discussed in the three routing protocols (AODV, OLSR and SRMP), based on NS-2 [12] simulations. To get a comprehensive evaluation report, the study was simulated in two mobility models: RWP and RPGM. The results showed that hop-by-hop routing is not absolutely superior to source routing. Different strategy combinations enforce source routing functions (e.g. in SRMP). Meanwhile, large network will benefit from local broadcast and multicasting strategies, as space locality is more important in this type networks. Proactive protocols perform better than reactive ones in high mobility scenarios, but not in large networks. Furthermore, the simulation showed it is the routing strategies behind protocols to determine the performance, such as local broadcast, hop-by-hop routing and multicasting strategies. So reactive protocol SRMP combines source routing and multicasting and outperforms OLSR in terms of throughput and get the same low delay as OLSR. In future, we will focus on how to get stable and acceptable performance in dynamic ad hoc networks by constructing virtual bone networks using local broadcasting strategy in OLSR. REFERENCES [1] IEEE, [2] Dow C R, Dow C R, Lin P J, et al, A study of recent research trends and experimental guidelines in mobile ad-hoc network, Advanced Information Networking and Applications, P72-771, [3] T. Clausen, P. Jacquet, "Optimized Link State Routing Protocol (OLSR)", IETF RFC 3626, October [4] C. Perkins, E. Belding-Royer, S. Das, quet, Ad hoc On-Demand Distance Vector (AODV) Routing, RFC 3561, July [5] J Broch, D. Maltz, D. Johnson, Y.C. Hu, and J. Jetcheva, A performance comparison of multihop wireless ad hoc network routing protocols, MOBICOM, P85-97, October [6] S. R. Das, R. Casta?eda, J. Yan, R. Sengupta, Comparative Performance Evaluation of Routing Protocols for Mobile Ad hoc Networks, Proceedings of the International Conference On Computer Communications and Networks (ICCCN), P , [7] T. Clausen, P Jacket, L Viennot, Comparative study of Routing Protocols for Mobile Ad Hoc Networks, The First Annual Mediterranean Ad Hoc Networking Workshop. September [8] J. Novatnack, L. Greenwald, H. Arora. Evaluating Ad hoc Routing Protocols With Respect to Quality of Service, Wireless and Mobile Computing, Networking and Communications (WiMob), P , Vol 3, [9] S. Jaap, M. Bechler and L. Wolf, Evaluation of Routing Protocols for Vehicular Ad Hoc Networks in City Traffic Scenarios, International Conference on ITS Telecommunications, France, [10] Ahmed A M, Mohamed O K, Performance Analysis of MANET Routing Protocols in the Presence of Self-Similar Traffic, Mohamed O K. Local Computer Networks, Proceedings 31st IEEE Conference, P , [11] Mbarushimana C, Shahrabi A, Comparative Study of Reactive and Proactive Routing Protocols Performance in Mobile Ad Hoc Networks,. Advanced Information Networking and Applications Workshops (AINAW), P , [12] Kevin Fall and Kannan Varadhan, editors. ns notes and documentation.the VINT Project, UC Berkeley, LBL, USC/ISI, and Xerox PARC, November Available from [13] Biradar R V, Patil V C, Classification and Comparison of Routing Techniques in Wireless Ad Hoc Networks, Ad Hoc and Ubiquitous Computing (ISAUHC), P7-12, [14] CMU Monarch Group, CMU Monarch extensions to the NS-2 simulator, Available from [15] Jerome Haerri, Fethi Filali, Christian Bonnet, Performance Comparison of AODV and OLSR in VANETs Urban Environments under Realistic Mobility Patterns Institute Eurecomz Department of Mobile Communications, [16] H. Moustafa and H. Labiod, A performance Analysis of Source Routing-based Multicast Protocol (SRMP) Using Different Mobility Models, IEEE ICC2004, June Paris, France. [17] C. Bettstetter, H. Hartenstein, and X. Pérez-Costa, Stochastic Properties of the Random Waypoint Mobility Model: Epoch Length, Direction Distribution, and Cell Change Rate, ACM MSWiM 02, [18] X. Hong, M. Gerla, G. Pei, and C. Chiang, A group mobility model for ad hoc wireless networks, In proceedings of the ACM International workshop on Modeling and Simulation of Wireless and Mobile Systems (MSWiM), August [19] Institute of Computer Science IV, University of Bonn, BonnMotion a mobility scenario generation and analysis tool, URL: 510

A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks

A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks T.Chandrasekhar 1, J.S.Chakravarthi 2, K.Sravya 3 Professor, Dept. of Electronics and Communication Engg., GIET Engg.

More information

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc (International Journal of Computer Science & Management Studies) Vol. 17, Issue 01 Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc Dr. Khalid Hamid Bilal Khartoum, Sudan dr.khalidbilal@hotmail.com

More information

NetworkPathDiscoveryMechanismforFailuresinMobileAdhocNetworks

NetworkPathDiscoveryMechanismforFailuresinMobileAdhocNetworks Global Journal of Computer Science and Technology: E Network, Web & Security Volume 14 Issue 3 Version 1.0 Year 2014 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols

Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols Purvi N. Ramanuj Department of Computer Engineering L.D. College of Engineering Ahmedabad Hiteishi M. Diwanji

More information

Energy Efficiency of Load Balancing in MANET Routing Protocols

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

More information

Simulation of Internet Connectivity for Mobile Ad Hoc Networks in Network Simulator-2

Simulation of Internet Connectivity for Mobile Ad Hoc Networks in Network Simulator-2 Simulation of Internet Connectivity for Mobile Ad Hoc Networks in Network Simulator-2 Sulaiman Khalifa Yakhlef, Ismail Shrena, Nasaraldian Ambark Shashoa Azzaytuna University, Faculty of Engineering Tarhuna

More information

SIMULATION STUDY OF BLACKHOLE ATTACK IN THE MOBILE AD HOC NETWORKS

SIMULATION STUDY OF BLACKHOLE ATTACK IN THE MOBILE AD HOC NETWORKS Journal of Engineering Science and Technology Vol. 4, No. 2 (2009) 243-250 School of Engineering, Taylor s University College SIMULATION STUDY OF BLACKHOLE ATTACK IN THE MOBILE AD HOC NETWORKS SHEENU SHARMA

More information

Performance Evaluation of Aodv and Dsr Routing Protocols for Vbr Traffic for 150 Nodes in Manets

Performance Evaluation of Aodv and Dsr Routing Protocols for Vbr Traffic for 150 Nodes in Manets Performance Evaluation of Aodv and Dsr Routing Protocols for Vbr Traffic for 150 Nodes in Manets Gurpreet Singh, 1 Atinderpal Singh 2, 1, 2 Department of CSE & IT, BBSBEC, Fatehgarh Sahib, Punjab, India

More information

Achieving Energy Efficiency in MANETs by Using Load Balancing Approach

Achieving Energy Efficiency in MANETs by Using Load Balancing Approach International Journal of Computer Networks and Communications Security VOL. 3, NO. 3, MARCH 2015, 88 94 Available online at: www.ijcncs.org E-ISSN 2308-9830 (Online) / ISSN 2410-0595 (Print) Achieving

More information

COMPARATIVE ANALYSIS OF ON -DEMAND MOBILE AD-HOC NETWORK

COMPARATIVE ANALYSIS OF ON -DEMAND MOBILE AD-HOC NETWORK www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 5 May, 2013 Page No. 1680-1684 COMPARATIVE ANALYSIS OF ON -DEMAND MOBILE AD-HOC NETWORK ABSTRACT: Mr.Upendra

More information

Study And Comparison Of Mobile Ad-Hoc Networks Using Ant Colony Optimization

Study And Comparison Of Mobile Ad-Hoc Networks Using Ant Colony Optimization Study And Comparison Of Mobile Ad-Hoc Networks Using Ant Colony Optimization 1 Neha Ujala Tirkey, 2 Navendu Nitin, 3 Neelesh Agrawal, 4 Arvind Kumar Jaiswal 1 M. Tech student, 2&3 Assistant Professor,

More information

IJMIE Volume 2, Issue 7 ISSN: 2249-0558

IJMIE Volume 2, Issue 7 ISSN: 2249-0558 Evaluating Performance of Audio conferencing on Reactive Routing Protocols for MANET Alak Kumar Sarkar* Md. Ibrahim Abdullah* Md. Shamim Hossain* Ahsan-ul-Ambia* Abstract Mobile ad hoc network (MANET)

More information

Optimization of AODV routing protocol in mobile ad-hoc network by introducing features of the protocol LBAR

Optimization of AODV routing protocol in mobile ad-hoc network by introducing features of the protocol LBAR Optimization of AODV routing protocol in mobile ad-hoc network by introducing features of the protocol LBAR GUIDOUM AMINA University of SIDI BEL ABBES Department of Electronics Communication Networks,

More information

Performance Comparison of AODV, DSDV, DSR and TORA Routing Protocols in MANETs

Performance Comparison of AODV, DSDV, DSR and TORA Routing Protocols in MANETs International Research Journal of Applied and Basic Sciences. Vol., 3 (7), 1429-1436, 2012 Available online at http:// www. irjabs.com ISSN 2251-838X 2012 Performance Comparison of AODV, DSDV, DSR and

More information

Performance Evaluation of Mobility Speed over MANET Routing Protocols

Performance Evaluation of Mobility Speed over MANET Routing Protocols International Journal of Network Security, Vol., No.3, PP.28 38, Nov. 2 28 Performance Evaluation of Mobility Speed over MANET Routing Protocols Yasser Kamal Hassan, Mohamed Hashim Abd El-Aziz 2, and Ahmed

More information

Control overhead reduction: A Hierarchical Routing Protocol In Mobile Ad hoc Networks

Control overhead reduction: A Hierarchical Routing Protocol In Mobile Ad hoc Networks Control overhead reduction: A Hierarchical Routing Protocol In Mobile Ad hoc Networks Dr.G.Mary Jansi Rani Professor / Department of Electronics and Communication Engineering, Sri Ramakrishna Engineering

More information

VoIP over MANET (VoMAN): QoS & Performance Analysis of Routing Protocols for Different Audio Codecs

VoIP over MANET (VoMAN): QoS & Performance Analysis of Routing Protocols for Different Audio Codecs VoIP over MANET (VoMAN): QoS & Performance Analysis of Routing Protocols for Different Audio Codecs Said El brak Mohammed Bouhorma Anouar A.Boudhir ABSTRACT Voice over IP (VoIP) has become a popular Internet

More information

Robust Routing in Wireless Ad Hoc Networks

Robust Routing in Wireless Ad Hoc Networks Robust Routing in Wireless Ad Hoc Networks Seungjoon Lee, Bohyung Han, Minho Shin {slee, bhhan, mhshin}@cs.umd.edu Computer Science Department University of Maryland College Park, MD 2742 USA Abstract

More information

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

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

More information

Step by Step Procedural Comparison of DSR, AODV and DSDV Routing protocol

Step by Step Procedural Comparison of DSR, AODV and DSDV Routing protocol th International Conference on Computer Engineering and Technology (ICCET ) IPCSIT vol. () () IACSIT Press, Singapore Step by Step Procedural Comparison of DSR, AODV and DSDV Routing protocol Amith Khandakar

More information

Comparative Study of Performance Evaluation for Mobile Ad hoc networks using a proxy node

Comparative Study of Performance Evaluation for Mobile Ad hoc networks using a proxy node Comparative Study of Performance Evaluation for Mobile Ad hoc networks using a proxy node G. E. RIZOS georizos@teiep.gr D. C. VASILIADIS dvas@teiep.gr E. STERGIOU ster@teiep.gr Abstract: In this paper,

More information

Study of Network Characteristics Incorporating Different Routing Protocols

Study of Network Characteristics Incorporating Different Routing Protocols Study of Network Characteristics Incorporating Different Routing Protocols Sumitpal Kaur #, Hardeep S Ryait *, Manpreet Kaur # # M. Tech Student, Department of Electronics and Comm. Engineering, Punjab

More information

Security Scheme for Distributed DoS in Mobile Ad Hoc Networks

Security Scheme for Distributed DoS in Mobile Ad Hoc Networks Security Scheme for Distributed DoS in Mobile Ad Hoc Networks Sugata Sanyal 1, Ajith Abraham 2, Dhaval Gada 3, Rajat Gogri 3, Punit Rathod 3, Zalak Dedhia 3 and Nirali Mody 3 1 School of Technology and

More information

Energy Consumption analysis under Random Mobility Model

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

More information

CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING

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

More information

PERFORMANCE ANALYSIS OF AD-HOC ON DEMAND DISTANCE VECTOR FOR MOBILE AD- HOC NETWORK

PERFORMANCE ANALYSIS OF AD-HOC ON DEMAND DISTANCE VECTOR FOR MOBILE AD- HOC NETWORK http:// PERFORMANCE ANALYSIS OF AD-HOC ON DEMAND DISTANCE VECTOR FOR MOBILE AD- HOC NETWORK Anjali Sahni 1, Ajay Kumar Yadav 2 1, 2 Department of Electronics and Communication Engineering, Mewar Institute,

More information

Load-Balanced Routing through Virtual Paths: Highly Adaptive and Efficient Routing Scheme for Ad Hoc Wireless Networks

Load-Balanced Routing through Virtual Paths: Highly Adaptive and Efficient Routing Scheme for Ad Hoc Wireless Networks Load-Balanced Routing through Virtual Paths: Highly Adaptive and Efficient Routing Scheme for Ad Hoc Wireless Networks Abdulrahman H. Altalhi Computer Science Department University of New Orleans New Orleans,

More information

Figure 1. The Example of ZigBee AODV Algorithm

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

More information

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

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

More information

Position and Velocity Aided Routing Protocol in Mobile Ad Hoc Networks

Position and Velocity Aided Routing Protocol in Mobile Ad Hoc Networks Position and Velocity Aided Routing Protocol in Mobile Ad Hoc Networks 1 Taifei Zhao, 2 Xizheng Ke, 3 Peilin Yang *1,Corresponding Author Department of Electronics Engineering, Xi an University of Technology,

More information

An Efficient AODV-Based Algorithm for Small Area MANETS

An Efficient AODV-Based Algorithm for Small Area MANETS An Efficient AODV-Based Algorithm for Small Area MANETS Jai Prakash Kumawat 1, Prakriti Trivedi 2 PG Student, Department of Computer Engineering & IT, Government Engineering College, Ajmer, India 1 Assistant

More information

Intelligent Agents for Routing on Mobile Ad-Hoc Networks

Intelligent Agents for Routing on Mobile Ad-Hoc Networks Intelligent Agents for Routing on Mobile Ad-Hoc Networks Y. Zhou Dalhousie University yzhou@cs.dal.ca A. N. Zincir-Heywood Dalhousie University zincir@cs.dal.ca Abstract This paper introduces a new agent-based

More information

SJBIT, Bangalore, KARNATAKA

SJBIT, Bangalore, KARNATAKA A Comparison of the TCP Variants Performance over different Routing Protocols on Mobile Ad Hoc Networks S. R. Biradar 1, Subir Kumar Sarkar 2, Puttamadappa C 3 1 Sikkim Manipal Institute of Technology,

More information

Natarajan Meghanathan Assistant Professor of Computer Science Jackson State University Jackson, MS 39217, USA nmeghanathan@jsums.

Natarajan Meghanathan Assistant Professor of Computer Science Jackson State University Jackson, MS 39217, USA nmeghanathan@jsums. A Simulation Based Performance Comparison Study of Stability-Based Routing, Power-Aware Routing and Load-Balancing On-Demand Routing Protocols for Mobile Ad hoc Networks Natarajan Meghanathan Assistant

More information

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

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

More information

A Link-state QoS Routing Protocol for Ad Hoc Networks

A Link-state QoS Routing Protocol for Ad Hoc Networks A Link-state QoS Routing Protocol for Ad Hoc Networks Anelise Munaretto 1 Hakim Badis 2 Khaldoun Al Agha 2 Guy Pujolle 1 1 LIP6 Laboratory, University of Paris VI, 8, rue du Capitaine Scott, 75015, Paris,

More information

Comprehensive Evaluation of AODV, DSR, GRP, OLSR and TORA Routing Protocols with varying number of nodes and traffic applications over MANETs

Comprehensive Evaluation of AODV, DSR, GRP, OLSR and TORA Routing Protocols with varying number of nodes and traffic applications over MANETs IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 9, Issue 3 (Mar. - Apr. 2013), PP 54-61 Comprehensive Evaluation of AODV, DSR, GRP, OLSR and TORA Routing Protocols

More information

Performance Analysis of Load Balancing in MANET using On-demand Multipath Routing Protocol

Performance Analysis of Load Balancing in MANET using On-demand Multipath Routing Protocol ISSN: 2278 1323 All Rights Reserved 2014 IJARCET 2106 Performance Analysis of Load Balancing in MANET using On-demand Multipath Routing Protocol Monika Malik, Partibha Yadav, Ajay Dureja Abstract A collection

More information

Performance Evaluation of Unicast and Broadcast Mobile Ad-hoc Networks Routing Protocols

Performance Evaluation of Unicast and Broadcast Mobile Ad-hoc Networks Routing Protocols Vol. 7, No., 200 Performance Evaluation of Unicast and Broadcast Mobile Ad-hoc Networks Routing Protocols Sumon Kumar Debnath, Foez Ahmed 2, and Nayeema Islam 3 Dept. of Computer Science and Telecommunication

More information

Security and Scalability of MANET Routing Protocols in Homogeneous & Heterogeneous Networks

Security and Scalability of MANET Routing Protocols in Homogeneous & Heterogeneous Networks Security and Scalability of MANET Routing Protocols in Homogeneous & Heterogeneous Networks T.V.P. Sundararajan 1, Karthik 2, A. Shanmugam 3 1. Assistant Professor, Bannari Amman Institute Of Technology,

More information

Location Information Services in Mobile Ad Hoc Networks

Location Information Services in Mobile Ad Hoc Networks Location Information Services in Mobile Ad Hoc Networks Tracy Camp, Jeff Boleng, Lucas Wilcox Department of Math. and Computer Sciences Colorado School of Mines Golden, Colorado 841 Abstract In recent

More information

Lecture 2.1 : The Distributed Bellman-Ford Algorithm. Lecture 2.2 : The Destination Sequenced Distance Vector (DSDV) protocol

Lecture 2.1 : The Distributed Bellman-Ford Algorithm. Lecture 2.2 : The Destination Sequenced Distance Vector (DSDV) protocol Lecture 2 : The DSDV Protocol Lecture 2.1 : The Distributed Bellman-Ford Algorithm Lecture 2.2 : The Destination Sequenced Distance Vector (DSDV) protocol The Routing Problem S S D D The routing problem

More information

International Journal of Wireless & Mobile Networks (IJWMN) Vol. 4, No. 2, April 2012

International Journal of Wireless & Mobile Networks (IJWMN) Vol. 4, No. 2, April 2012 PERFORMANCE EVALUATION OF DIFFERENT WIRELESS AD HOC ROUTING PROTOCOLS Niranjan Kumar Ray 1 and Ashok Kumar Turuk 2 Department of Computer Science and Engineering, National Institute of Technology Rourkela,

More information

An Extended AODV Protocol to Support Mobility in Hybrid Networks

An Extended AODV Protocol to Support Mobility in Hybrid Networks An Extended AODV Protocol to Support Mobility in Hybrid Networks Sèmiyou A. Adédjouma* Polytechnic School of Abomey-Calavi (EPAC) University of Abomey-Calavi (UAC) Cotonou, Benin *semiyou.adedjouma {at}

More information

Internet Connectivity for Ad hoc Mobile Networks

Internet Connectivity for Ad hoc Mobile Networks Internet Connectivity for Ad hoc Mobile Networks Yuan Sun Elizabeth M. Belding-Royer Department of Computer Science University of California, Santa Barbara suny, ebelding @cs.ucsb.edu Charles E. Perkins

More information

A Comprehensive Analysis on Route Discovery and Maintenance Features of DSDV, AODV and IERF Ad-hoc Routing Protocols

A Comprehensive Analysis on Route Discovery and Maintenance Features of DSDV, AODV and IERF Ad-hoc Routing Protocols International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-2 E-ISSN: 2347-2693 A Comprehensive Analysis on Route Discovery and Maintenance Features of DSDV, AODV

More information

Adaptive Multiple Metrics Routing Protocols for Heterogeneous Multi-Hop Wireless Networks

Adaptive Multiple Metrics Routing Protocols for Heterogeneous Multi-Hop Wireless Networks Adaptive Multiple Metrics Routing Protocols for Heterogeneous Multi-Hop Wireless Networks Lijuan Cao Kashif Sharif Yu Wang Teresa Dahlberg Department of Computer Science, University of North Carolina at

More information

Energy-Aware Performance Metric for AODV and DSDV Routing Protocols in Mobile Ad-Hoc Networks

Energy-Aware Performance Metric for AODV and DSDV Routing Protocols in Mobile Ad-Hoc Networks www.ijcsi.org 118 -Aware Performance Metric for AODV and DSDV Routing Protocols in Mobile Ad-Hoc Networks Vijayalakshmi P 1, Dr.V.Saravanan 2, Dr. P. Ranjit Jeba Thangiah 3, Abraham Dinakaran.J 4 1 Karunya

More information

PERFORMANCE OF MOBILE AD HOC NETWORKING ROUTING PROTOCOLS IN REALISTIC SCENARIOS

PERFORMANCE OF MOBILE AD HOC NETWORKING ROUTING PROTOCOLS IN REALISTIC SCENARIOS PERFORMANCE OF MOBILE AD HOC NETWORKING ROUTING PROTOCOLS IN REALISTIC SCENARIOS Julian Hsu, Sameer Bhatia, Mineo Takai, Rajive Bagrodia, Scalable Network Technologies, Inc., Culver City, CA, and Michael

More information

A Performance Comparison of Stability, Load-Balancing and Power-Aware Routing Protocols for Mobile Ad Hoc Networks

A Performance Comparison of Stability, Load-Balancing and Power-Aware Routing Protocols for Mobile Ad Hoc Networks A Performance Comparison of Stability, Load-Balancing and Power-Aware Routing Protocols for Mobile Ad Hoc Networks Natarajan Meghanathan 1 and Leslie C. Milton 2 1 Jackson State University, 1400 John Lynch

More information

Security Threats in Mobile Ad Hoc Networks

Security Threats in Mobile Ad Hoc Networks Security Threats in Mobile Ad Hoc Networks Hande Bakiler, Aysel Şafak Department of Electrical & Electronics Engineering Baskent University Ankara, Turkey 21020013@baskent.edu.tr, asafak@baskent.edu.tr

More information

Realistic Mobility for Mobile Ad Hoc Network Simulation

Realistic Mobility for Mobile Ad Hoc Network Simulation Realistic Mobility for Mobile Ad Hoc Network Simulation Michael Feeley, Norman Hutchinson, and Suprio Ray Computer Science Department, University of British Columbia, Vancouver, Canada Abstract. In order

More information

1 M.Tech, 2 HOD. Computer Engineering Department, Govt. Engineering College, Ajmer, Rajasthan, India

1 M.Tech, 2 HOD. Computer Engineering Department, Govt. Engineering College, Ajmer, Rajasthan, India Volume 5, Issue 5, May 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Dynamic Performance

More information

Ad hoc On Demand Distance Vector (AODV) Routing Protocol

Ad hoc On Demand Distance Vector (AODV) Routing Protocol Ad hoc On Demand Distance Vector (AODV) Routing Protocol CS: 647 Advanced Topics in Wireless Networks Dr. Baruch Awerbuch & Dr. Amitabh Mishra Department of Computer Science Johns Hopkins 4-1 Reading Chapter

More information

Delay aware Reactive Routing Protocols for QoS in MANETs: a Review

Delay aware Reactive Routing Protocols for QoS in MANETs: a Review Delay aware Reactive Routing Protocols for QoS in MANETs: a Review Saad M. Adam*, Rosilah Hassan Network and Communication Technology Research Group, Faculty of Information Science and Technology, Universiti

More information

An Analysis of the Optimum Node Density for Ad hoc Mobile Networks

An Analysis of the Optimum Node Density for Ad hoc Mobile Networks An Analysis of the Optimum Node Density for Ad hoc Mobile Networks Elizabeth M. Royer, P. Michael Melliar-Smith y, and Louise E. Moser y Department of Computer Science y Department of Electrical and Computer

More information

Investigating the Performance of Routing Protocols Using Quantitative Metrics in Mobile Ad Hoc Networks

Investigating the Performance of Routing Protocols Using Quantitative Metrics in Mobile Ad Hoc Networks Investigating the Performance of Routing Protocols Using Quantitative Metrics in Mobile Ad Hoc Networks T. Jagadeepak 1, Dr. B. Prabhakara Rao 2, B. A. S. Roopa Devi 3 PG Student, Dept. of ECE, UCEK, JNTU,

More information

PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2

PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2 International Journal of Computer Engineering & Technology (IJCET) Volume 7, Issue 1, Jan-Feb 2016, pp. 01-08, Article ID: IJCET_07_01_001 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=7&itype=1

More information

Study of Different Types of Attacks on Multicast in Mobile Ad Hoc Networks

Study of Different Types of Attacks on Multicast in Mobile Ad Hoc Networks Study of Different Types of Attacks on Multicast in Mobile Ad Hoc Networks Hoang Lan Nguyen and Uyen Trang Nguyen Department of Computer Science and Engineering, York University 47 Keele Street, Toronto,

More information

PERFORMANCE ANALYSIS OF AODV, DSR AND ZRP ROUTING PROTOCOLS IN MANET USING DIRECTIONAL ANTENNA

PERFORMANCE ANALYSIS OF AODV, DSR AND ZRP ROUTING PROTOCOLS IN MANET USING DIRECTIONAL ANTENNA International Research Journal of Engineering and Technology (IRJET) e-issn: -00 Volume: 0 Issue: 0 Oct-01 www.irjet.net p-issn: -00 PERFORMANCE ANALYSIS OF AODV, DSR AND ZRP ROUTING PROTOCOLS IN MANET

More information

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols Josh Broch David A. Maltz David B. Johnson Yih-Chun Hu Jorjeta Jetcheva Computer Science Department Carnegie Mellon University

More information

Security in Ad Hoc Network

Security in Ad Hoc Network Security in Ad Hoc Network Bingwen He Joakim Hägglund Qing Gu Abstract Security in wireless network is becoming more and more important while the using of mobile equipments such as cellular phones or laptops

More information

II RELATED PROTOCOLS. Dynamic Source Routing (DSR)

II RELATED PROTOCOLS. Dynamic Source Routing (DSR) ENERGY AWEAR LOAD BALANCING IN MOBILE AD HOC NETWORK Prof. Uma Nagaraj Computer Engineering Maharashtra Academy of Engg. Alandi (D) Pune, India Shwetal Patil (Student) Computer Engineering Maharashtra

More information

Load Balancing and Resource Reservation in Mobile Ad-Hoc Networks 1

Load Balancing and Resource Reservation in Mobile Ad-Hoc Networks 1 Load Balancing and Resource Reservation in Mobile Ad-Hoc Networks 1 Gautam Chakrabarti Sandeep Kulkarni Department of Computer Science and Engineering Michigan State University Abstract To ensure uninterrupted

More information

Implementation of a Lightweight Service Advertisement and Discovery Protocol for Mobile Ad hoc Networks

Implementation of a Lightweight Service Advertisement and Discovery Protocol for Mobile Ad hoc Networks Implementation of a Lightweight Advertisement and Discovery Protocol for Mobile Ad hoc Networks Wenbin Ma * Department of Electrical and Computer Engineering 19 Memorial Drive West, Lehigh University Bethlehem,

More information

ISSN: 2321-7782 (Online) Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies

ISSN: 2321-7782 (Online) Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) olume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Paper / Case Study Available online at: www.ijarcsms.com

More information

Load-balancing Approach for AOMDV in Ad-hoc Networks R. Vinod Kumar, Dr.R.S.D.Wahida Banu

Load-balancing Approach for AOMDV in Ad-hoc Networks R. Vinod Kumar, Dr.R.S.D.Wahida Banu Load-balancing Approach for AOMDV in Ad-hoc Networks R. Vinod Kumar, Dr.R.S.D.Wahida Banu AP/ECE HOD/ECE Sona College of Technology, GCE, Salem. Salem. ABSTRACT Routing protocol is a challenging issue

More information

Securing Internet Gateway Discovery Protocol in Ubiquitous Wireless Internet Access Networks

Securing Internet Gateway Discovery Protocol in Ubiquitous Wireless Internet Access Networks Securing Internet Gateway Discovery Protocol in Ubiquitous Wireless Internet Access Networks Bok-Nyong Park 1, Wonjun Lee 1 and Christian Shin 2 1 Dept. of Computer Science and Engineering, Korea University,

More information

Comparing the Performance of the Ad Hoc Network under Attacks on Different Routing Protocol

Comparing the Performance of the Ad Hoc Network under Attacks on Different Routing Protocol , pp. 195-208 http://dx.doi.org/10.14257/ijsia.2015.9.6.19 Comparing the Performance of the Ad Hoc Network under Attacks on Different Routing Protocol Haiyan Liu 1, * and Zhanlei Shang 2 Engineering Training

More information

Keywords: DSDV and AODV Protocol

Keywords: DSDV and AODV Protocol Volume 3, Issue 12, December 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Comparison

More information

Fast and Secure Data Transmission by Using Hybrid Protocols in Mobile Ad Hoc Network

Fast and Secure Data Transmission by Using Hybrid Protocols in Mobile Ad Hoc Network Middle-East Journal of Scientific Research 15 (9): 1290-1294, 2013 ISSN 1990-9233 IDOSI Publications, 2013 DOI: 10.5829/idosi.mejsr.2013.15.9.11514 Fast and Secure Data Transmission by Using Hybrid Protocols

More information

Keywords- manet, routing protocols, aodv, olsr, grp,data drop parameter.

Keywords- manet, routing protocols, aodv, olsr, grp,data drop parameter. Volume 5, Issue 3, March 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Evaluation of

More information

A Study of Internet Connectivity for Mobile Ad Hoc Networks in NS 2

A Study of Internet Connectivity for Mobile Ad Hoc Networks in NS 2 A Study of Internet Connectivity for Mobile Ad Hoc Networks in NS 2 Alex Ali Hamidian January 2003 Department of Communication Systems Lund Institute of Technology, Lund University Box 118 S-221 00 Lund

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK AN OVERVIEW OF MOBILE ADHOC NETWORK: INTRUSION DETECTION, TYPES OF ATTACKS AND

More information

CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs

CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs CHAPTER 6 VOICE COMMUNICATION OVER HYBRID MANETs Multimedia real-time session services such as voice and videoconferencing with Quality of Service support is challenging task on Mobile Ad hoc Network (MANETs).

More information

A Modified Shared-tree Multicast Routing Protocol in Ad Hoc Network

A Modified Shared-tree Multicast Routing Protocol in Ad Hoc Network Journal of Computing and Information Technology - CIT 13, 25, 3, 177 193 177 A Modified Shared-tree Multicast Routing Protocol in Ad Hoc Network Ziping Liu 1 and Bidyut Gupta 2 1 Computer Science Department,

More information

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

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

More information

LIST OF FIGURES. Figure No. Caption Page No.

LIST OF FIGURES. Figure No. Caption Page No. LIST OF FIGURES Figure No. Caption Page No. Figure 1.1 A Cellular Network.. 2 Figure 1.2 A Mobile Ad hoc Network... 2 Figure 1.3 Classifications of Threats. 10 Figure 1.4 Classification of Different QoS

More information

DSR: The Dynamic Source Routing Protocol for Multi-Hop Wireless Ad Hoc Networks

DSR: The Dynamic Source Routing Protocol for Multi-Hop Wireless Ad Hoc Networks DSR: The Dynamic Source Routing Protocol for Multi-Hop Wireless Ad Hoc Networks David B. Johnson David A. Maltz Josh Broch Computer Science Department Carnegie Mellon University Pittsburgh, PA 15213-3891

More information

Performance Comparison of Two On-demand Routing Protocols for Ad Hoc Networks

Performance Comparison of Two On-demand Routing Protocols for Ad Hoc Networks Performance Comparison of Two On-demand Routing Protocols for Ad Hoc Networks Samir R. Das Division of Computer Science The University of Texas at San Antonio San Antonio, TX 7849-667 U.S.A. Charles E.

More information

ISSUES AND CHALLENGES OF QUALITY OF SERVICE IN MOBILE ADHOC NETWORK

ISSUES AND CHALLENGES OF QUALITY OF SERVICE IN MOBILE ADHOC NETWORK ISSUES AND CHALLENGES OF QUALITY OF SERVICE IN MOBILE ADHOC NETWORK Mukesh Kumar Student (Ph.D) Department of Computer Engineering The Technological Institute of Textile and Science, Bhiwani-127021, Haryana

More information

Autoconfiguration and maintenance of the IP address in ad-hoc mobile networks

Autoconfiguration and maintenance of the IP address in ad-hoc mobile networks 1 Autoconfiguration and maintenance of the IP address in ad-hoc mobile networks M. Fazio, M. Villari, A. Puliafito Università di Messina, Dipartimento di Matematica Contrada Papardo, Salita Sperone, 98166

More information

A Comparison of TCP Performance over Three Routing Protocols for Mobile Ad Hoc Networks

A Comparison of TCP Performance over Three Routing Protocols for Mobile Ad Hoc Networks A Comparison of TCP Performance over Three Routing Protocols for Mobile Ad Hoc Networks Thomas D. Dyer Computer Science Division The Univ. of Texas at San Antonio San Antonio, TX 8249 tdyer@cs.utsa.edu

More information

A Workload-Based Adaptive Load-Balancing Technique for Mobile Ad Hoc Networks

A Workload-Based Adaptive Load-Balancing Technique for Mobile Ad Hoc Networks A Workload-Based Adaptive Load-Balancing Technique for Mobile Ad Hoc Networks Young J. Lee and George F. Riley School of Electrical & Computer Engineering Georgia Institute of Technology, Atlanta, GA 30332

More information

Node Mobility Tracking In Mobile Ad-Hoc Networks in their Geographical Position (Dynamic Networks)

Node Mobility Tracking In Mobile Ad-Hoc Networks in their Geographical Position (Dynamic Networks) Node Mobility Tracking In Mobile Ad-Hoc Networks in their Geographical Position (Dynamic Networks) A. Subramani, A. Krishnan Abstract In mobile ad-hoc network, nodes of position change due to dynamic nature.

More information

ADAPTIVE LINK TIMEOUT WITH ENERGY AWARE MECHANISM FOR ON-DEMAND ROUTING IN MANETS

ADAPTIVE LINK TIMEOUT WITH ENERGY AWARE MECHANISM FOR ON-DEMAND ROUTING IN MANETS ADAPTIVE LINK TIMEOUT WITH ENERGY AWARE MECHANISM FOR ON-DEMAND ROUTING IN MANETS M. Tamilarasi 1, T.G. Palanivelu 2, 1, 2 Department of ECE, Pondicherry Engineering College, Puducherry-605014. Email:

More information

`PERFORMANCE COMPARISON OF ENERGY EFFICIENT AODV PROTOCOLS

`PERFORMANCE COMPARISON OF ENERGY EFFICIENT AODV PROTOCOLS `PERFORMANCE COMPARISON OF ENERGY EFFICIENT AODV PROTOCOLS Divya Sharma CSE Dept, ITM Guargoan divya@itmindia.edu Ashwani Kush Computer Dept, University College Kurukshetra University India akush@kuk.ac.in

More information

A Survey on Reduction in Energy Consumption by Improved AODV on Mobile Ad Hoc Network

A Survey on Reduction in Energy Consumption by Improved AODV on Mobile Ad Hoc Network International Journal of Computer Sciences and Engineering Open Access Review Paper Volume-4, Issue-2 E-ISSN: 2347-2693 A Survey on Reduction in Energy Consumption by Improved AODV on Mobile Ad Hoc Network

More information

Road-Based Routing Protocol for Vanet Using Sumo and Move

Road-Based Routing Protocol for Vanet Using Sumo and Move International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-2 E-ISSN: 2347-2693 Road-Based Routing Protocol for Vanet Using Sumo and Move Devipriya. D 1 and Muruganandam.A

More information

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

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

More information

Routing with Load Balancing in Wireless Ad hoc Networks

Routing with Load Balancing in Wireless Ad hoc Networks Routing with Load Balancing in Wireless Ad hoc Networks Hossam Hassanein and Audrey Zhou Department of Computing and Information Science Queen's University Kingston, Ontario, Canada, K7L 3N6 {hossam, zhou}@cs.queensu.ca

More information

ROUTE MECHANISMS FOR WIRELESS ADHOC NETWORKS: -CLASSIFICATIONS AND COMPARISON ANALYSIS

ROUTE MECHANISMS FOR WIRELESS ADHOC NETWORKS: -CLASSIFICATIONS AND COMPARISON ANALYSIS International Journal of Science, Environment and Technology, Vol. 1, No 2, 2012, 72-79 ROUTE MECHANISMS FOR WIRELESS ADHOC NETWORKS: -CLASSIFICATIONS AND COMPARISON ANALYSIS Ramesh Kait 1, R. K. Chauhan

More information

Study and Performance Comparison of AODV & DSR on the basis of Path Loss Propagation Models

Study and Performance Comparison of AODV & DSR on the basis of Path Loss Propagation Models Study and Performance Comparison of AODV & DSR on the basis of Path Loss Propagation Models Rachit Jain 1, Laxmi Shrivastava 2 1,2 Department of Electronics, Madhav Institute of Technology and Science,

More information

Abstract. 1 Introduction. Aleksandr Huhtonen Helsinki University of Technology Telecommunication Software and Multimedia Laboratory ahuhtone@cc.hut.

Abstract. 1 Introduction. Aleksandr Huhtonen Helsinki University of Technology Telecommunication Software and Multimedia Laboratory ahuhtone@cc.hut. Comparing AODV and OLSR Routing Protocols Aleksandr Huhtonen Helsinki University of Technology Telecommunication Software and Multimedia Laboratory ahuhtone@cc.hut.fi Abstract An ad hoc wireless network

More information

Routing Performance in the Presence of Unidirectional Links in Multihop Wireless Networks

Routing Performance in the Presence of Unidirectional Links in Multihop Wireless Networks Routing Performance in the Presence of Unidirectional Links in Multihop Wireless Networks Mahesh K. Marina Department of ECECS University of Cincinnati Cincinnati, OH 1- USA mmarina@ececs.uc.edu Samir

More information

Performance Analysis of Mobility Pattern for Vehicular Ad-Hoc Network Using Various Routing Protocols

Performance Analysis of Mobility Pattern for Vehicular Ad-Hoc Network Using Various Routing Protocols International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-2 E-ISSN: 2347-2693 Performance Analysis of Mobility Pattern for Vehicular Ad-Hoc Network Using Various

More information

Optimized Load Balancing Mechanism Using Carry Forward Distance

Optimized Load Balancing Mechanism Using Carry Forward Distance Optimized Load Balancing Mechanism Using Carry Forward Distance Ramandeep Kaur 1, Gagandeep Singh 2, Sahil 3 1 M. Tech Research Scholar, Chandigarh Engineering College, Punjab, India 2 Assistant Professor,

More information

Hierarchical routing in ad hoc mobile networks

Hierarchical routing in ad hoc mobile networks WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput. ; :515 53 (DOI: 1.1/wcm.74) Hierarchical routing in ad hoc mobile networks Elizabeth M. Belding-Royer*, Department of Computer Science

More information

A Survey: High Speed TCP Variants in Wireless Networks

A Survey: High Speed TCP Variants in Wireless Networks ISSN: 2321-7782 (Online) Volume 1, Issue 7, December 2013 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com A Survey:

More information