PERFORMANCE ANALYSIS OF QUALITY OF SERVICE ENABLED TEMPORALLY ORDERED ROUTING ALGORITHM USING ANT COLONY OPTIMIZATION IN MOBILE AD HOC NETWORKS

Size: px
Start display at page:

Download "PERFORMANCE ANALYSIS OF QUALITY OF SERVICE ENABLED TEMPORALLY ORDERED ROUTING ALGORITHM USING ANT COLONY OPTIMIZATION IN MOBILE AD HOC NETWORKS"

Transcription

1 R. Asokan et al. : Performance Analysis of Quality of Service Enabled Temporally Ordered Routing Algorithm Using Ant Colony Optimization in Mobile Ad Hoc Networks Advances in Engineering Science 11 Sect. C (2), April-June 2008, PP PERFORMANCE ANALYSIS OF QUALITY OF SERVICE ENABLED TEMPORALLY ORDERED ROUTING ALGORITHM USING ANT COLONY OPTIMIZATION IN MOBILE AD HOC NETWORKS R. Asokan 1 * & A. M. Natarajan Assistant Professor Electronics and Communication Engineering Department, Kongu Engineering College, Perundurai, Erode, Tamilnadu, India 2 - Chief Executive and Professor Bannari Amman Institute of Technology, Sathiyamangalam, Tamilnadu, India ABSTRACT Mobile Ad hoc NETworks (MANETs) are collection of mobile hosts dynamically forming a temporary network without the aid of any existing infrastructure or centralized control. Quality of Service (QoS) support for MANET is a challenging task due to the dynamic topology and limited resources. Routing in MANET depends on intermediate nodes. The existing QoS based routing solutions for MANET involves with single metric or two metrics. It is important that MANETs should provide QoS support routing such as acceptable delay, jitter and energy in case of multimedia and real time applications. The metrics selection can be from additive or multiplicative or concave or combination of the above. This paper proposes a QoS enabled Temporally Ordered Routing Algorithm (TORA) protocol using Ant Colony Optimization (ACO) called AntTORA. ACO technique is used in this protocol to optimize multiple QoS routing metrics like delay, jitter and energy. Ant-like agents are used in this algorithm to discover and maintain paths with the specified QoS requirements. The performance of TORA and AntTORA are analyzed using network simulator-2. AntTORA produces better performance than TORA in the terms of end-to-end delay, energy, jitter and throughput. Keywords: Mobile ad hoc network, Routing, QoS, TORA and AntTORA 1. INTRODUCTION Mobile ad hoc network is a collection of mobile devices, which form a communication network with no pre-existing wiring or infrastructure. Routing in mobile ad hoc networks is challenging since there is no central coordinator, such as base station, or fixed routers as in other wireless networks that manage routing decisions. All nodes in MANETs cooperate in a distributed manner to make routing decisions. Multiple routing protocols have been developed for MANETs. In proactive protocols, every node maintains the network topology information in the form of routing tables by periodically exchanging routing information. Routing information is generally flooded in the whole network. Whenever a node requires a path to a destination, it runs an appropriate pathfinding algorithm on the topology information it maintains. The Destination Sequenced Distance Vector (DSDV) routing protocol, Wireless Routing Protocol (WRP), and Cluster-head Gateway Switch Routing (CGSR) protocol are some examples for the protocols that belong to this category. Protocols that fall under reactive protocols category do not maintain the network topology information. They obtain the necessary path when it is required, by using a connection establishment process. Hence, these protocols do not exchange routing information periodically. The Dynamic Source Routing (DSR) protocol, Ad hoc On-demand Distance Vector (AODV) routing protocol, Temporally Ordered Routing Algorithm (TORA) and Associativity Based Routing *asokece@yahoo.com

2 12 Advances in Engineering Science Sect. C (2), April-June 2008 (ABR) are some examples for the protocols that belong to this category [1]. Quality of Service (QoS) is usually defined as a set of service requirements that need to be met by the network while transporting a packet stream from source to destination. With the increasing needs of QoS provisioning for evolving applications such as real-time audio/video, it is desirable to support these services in ad hoc networking environments. The network is expected to guarantee a set of measurable specified service attributes to the user in terms of endto-end delay, bandwidth, probability of packet loss, energy and delay variance (jitter). The QoS metrics can be classified as additive metrics, concave metrics, and multiplicative metrics. Bandwidth and energy are concave metrics, while cost, delay, and jitter are additive metrics. Bandwidth and energy are concave in the sense that end-to-end bandwidth and energy are the minimum among all the links along the path. The end-to-end delay is an additive constraint because it is the accumulation of all delays of the links along the path. The reliability or availability of a link based on some criteria such as link break probability is a multiplicative metric. Finding the best path subject to two or more additive/ concave metrics is a complex problem. A possible solution to route dealing with additive and non-additive metrics is to use an optimization technique. Ant Colony Optimization (ACO) is a subset of Swarm Intelligence. The basic idea of the ant colony optimization is taken from the food searching behavior of real ants [2]. When ants are on the way to search for food, they start from their nest and walk toward the food. When an ant reaches an intersection, it has to decide which branch to take next. While walking, ants deposit a pheromone, which ants are able to smell, which marks the route taken. The concentration of pheromone on a certain path is an indication of its usage. With time, the concentration of pheromone decreases due to diffusion effects. This is important because it is integrating the dynamic into the path searching process. The rest of the paper is organized as follows. In section two, the previous work related to QoS routing protocols is briefly reviewed. In section three, enhanced version of TORA based on Ant Colony Optimization (ACO) called Ant Temporally Ordered Routing Algorithm (AntTORA) is described. In section four the major simulation results are shown. In section five, the result of the work done is summarized. 2. RELATED WORK Core-Extraction Distributed Ad hoc Routing (CEDAR) algorithm is designed to select routes with sufficient bandwidth resources. CEDAR dynamically manages a core network, on which the state information of those stable high bandwidth links is incrementally propagated. CEDAR selects QoS routes upon request [3]. AntNet is an algorithm conceived for wired networks, which derives features from parallel replicated Monte Carlo systems, previous work on artificial ant colonies techniques and telephone network routing [4]. The idea in AntNet is to use two different network exploration agents (forward and backward ants), which collect information about delay, congestion status and the followed path in the network. Ant based Control (ABC) is another ant based algorithm designed for telephone networks. It shares many similarities with AntNet, but also incorporates certain differences [5]. The basic principle relies on mobile routing agents, which randomly explore the network and update the routing tables according to the current network state. The routing table stores probabilities instead of pheromone concentrations. Ant Colony Based Routing Algorithm (ARA) works in an on-demand way, with ants setting up multiple paths between source and destination at the start of a data session [6]. Probabilistic Emergent Routing Algorithm (PERA) works in an on-demand way, with ants being broadcast towards the destination at the start of a data session. Multiple paths are set up, but only the one with the highest pheromone value is used by data and the other paths are available for backup [7]. TORA-based QoS routing protocol for MANETs called INORA (INSIGNIA + TORA) is presented in [8].

3 R. Asokan et al. : Performance Analysis of Quality of Service Enabled Temporally Ordered Routing Algorithm Using Ant Colony Optimization in Mobile Ad Hoc Networks 13 INORA is a network layer QoS support mechanism that makes use of the INSIGNIA in-band signaling mechanism and TORA routing protocol for MANETs. In INORA, QoS signaling is used to reserve and release resources and set up, tear down and renegotiate flows in the network. The performance of TORA is improved by using Self-Healing and Optimized Routing Techniques (SHORT) [9]. It can be used to improve routing optimality by monitoring routing paths continuously and gradually redirecting the path whenever a shortcut path is available. In the simulation study it has been found that TORA-SHORT outperforms the TORA protocol in terms of throughput, end-to-end delay and network life time. AntHocNet is based on ideas from Ant Colony Optimization [10]. AntHocNet uses end-to-end delay as a metric to calculate congestion at a node, which may not yield accurate results as end-to-end delay is affected by both congestion as well as the length of the route from source to destination. ANSI (Ad hoc Networking with Swarm Intelligence) is a congestion-aware routing protocol, which owing to the self-configuring mechanisms of Swarm Intelligence, is able to collect more information about the local network and make more effective routing decisions than traditional MANET protocols. ANSI is thus more responsive to topological fluctuations [11]. A unicast on-demand routing protocol Swarmbased Distance Vector Routing (SDVR) is proposed to optimize three parameters delay, jitter and energy[12]. Forward ANT and Backward ANT are used in this algorithm to discover and maintain paths with the specified QoS requirements in AODV protocol. This protocol produces improved performance than AODV in terms of packet delivery ratio, end-to-end delay, energy and jitter. 3. QUALITY OF SERVICE ENABLED TEMPORALLY ORDERED ROUTING ALGORITHM This paper proposes Quality of Service enabled Temporally Ordered Routing Algorithm using Ant Colony Optimization (ACO) called Ant Temporally Ordered Routing Algorithm (AntTORA) and it takes into consideration of three QoS parameters delay, jitter and energy. 3.1 Ant Colony Optimization (ACO) The basic idea of the ant colony optimization Meta heuristic is taken from the food searching behavior of real ants. Figure 1 shows a scenario with two routes from the nest to the food place. At the intersection, the first ants randomly select the next branch. Since the route below is shorter than the upper one, the ants which take this path will reach the food place first. Figure 1 : Ants take the shortest path after an initial searching time On their way back to the nest, the ants again have to select a path. After a short time the pheromone concentration on the shorter path will be higher than on the longer path, because the ants using the shorter path will increase the pheromone concentration faster. The shortest path will thus be identified and eventually all ants will only use this one. This behavior of the ants can be used to find the shortest path in networks. Especially, the dynamic component of this method allows a high adaptation to changes in mobile ad hoc network topology, since in these networks the existence of links are not guaranteed and link changes occur very often. 3.2 Ant Temporally Ordered Routing Algorithm (AntTORA) Temporally Ordered Routing Algorithm (TORA) is a source initiated on-demand routing protocol which uses a link reversal algorithm and provides loop-free multipath routes to a destination node [13]. Each node maintains its one-hop local topology information and also has the capability to detect partitions. TORA has the unique property of limiting the control packets to a small region during the reconfiguration process initiated by a path break. TORA uses three different control message types, Query (QRY) for route discovery, Update (UPD) to update the routing

4 14 Advances in Engineering Science Sect. C (2), April-June 2008 structure and height tables and Clear (CLR) to delete invalid routes. Forward ant (FANT) and backward ant (BANT) packets are used in the route discovery process. Forward ants are used to explore new paths in the network. Backward ants serve the purpose to inform the originating node about the information collected by the forward ant. In AntTORA, FANT and BANT packets are added with QRY and UPD packets of Version # Type Reserved Destination IP Address Figure 2 : TORA QRY Packet Format track the cumulative delay and jitter based on backlog information of queued packets destined to the packet s source. So, when a packet reaches its destination, it contains the minimum residual energy, delay and jitter of its route back to its destination. Thus, energy, delay and jitter pheromone levels will be maintained at each node. Delay, Jitter and Energy pheromone As shown in Figure 6 if node Z forwards a BANT from node W to node X, node X creates a pheromone state entry for reaching node W through node Z. An example routing table is shown in Table 1. Version # Type Reserved Destination QoS Metrics IP Address Seq No, Source, Destination Figure 3: AntTORA FANT Packet Format Version Type Reserved Destination Mode H.tau, # IP Address # H.oid, H.r, H.delta H.id Figure 4 : TORA UPD Packet Format Version Type Reserved Destination Mode QoS Metrics # IP Address # H.tau H.oid,H.r, H.delta, H.id Figure 5 : AntTORA BANT Packet Format TORA and are used in route creation process. The packet formats of TORA and AntTORA are shown from figure 2 to Routing using Energy, Delay and jitter Metrics Ant packet headers have fields that: track the minimum residual energy of the nodes that relay them and Figure 6 : Example Network Topology Table 1 Routing Table at Node X Destina Neigh Delay Jitter Energy tion bor Pheromone Pheromone Pheromone Node Node W Y δ x (w, y) ψ x (w, y) ε x (w, y) W Z δ x (w, z) ψ x (w, z) ε x (w, z) W U δ x (w, u) ψ x (w, z) ε x (w, u) 4. PERFORMANCE EVALUATION The performance of TORA and AntTORA are evaluated in the same environment using Network Simulator (ns-2) [14]. End-to-end delay, routing

5 R. Asokan et al. : Performance Analysis of Quality of Service Enabled Temporally Ordered Routing Algorithm Using Ant Colony Optimization in Mobile Ad Hoc Networks 15 overhead, throughput, jitter and residual node energy are used as metrics to compare the performance of TORA with AntTORA. Table 2 lists the simulation parameters and environments used. Table 2 : Simulation parameters Simulation Area(Grid Size) 500m x 500m Maximum Number of Nodes 100 Node Communication Range 50 m Node Initial Placement Random Medium Access Mechanism IEEE Routing Protocol TORA, AntTORA Traffic Source Model CBR Packet Size 1024 Bytes Initial Node Energy 100 J Transmitting & Receiving Power 0.6 W & 0.03 W Mobility Model Random Waypoint Maximum Simulation Time 600s 4.1 End-to-end Delay End-to-end delay is the amount of time needed to deliver a packet from the source to the destination. Figure 7 shows the effect of mobility on end-to-end delay of TORA and AntTORA. The end-to-end delay increases as mobility increases from 10 to 100 meter/ sec. Higher mobility causes more link breaks and frequent re-routing, thus causing larger end-to-end delay. Broken links may cause additional route recovery process and route discovery process. AntTORA shows better performance in all the mobility conditions. Figure 8 shows the effect of pause time on end-toend delay of TORA and AntTORA protocols. The pause time is defined as the period of time a node stays motionless before heading to a new random location. It can be seen that increase in pause time results significant reduction on delay in both the protocols due to less link breaks. Figure 8: Pause time Vs End-to-end delay As nodes become more and more stationary, the path from source to destination becomes more stable. The reduction in end-to-end delay for AntTORA varies from 8 to 46%. Similarly the end-to-end delay is calculated by varying the number of nodes from 10 to 100 and the performance is shown in Figure 9. As the density of network becomes high, the probability of collision is also increases. Hence the average endtoend delay rises when the network density Figure 7: Node mobility Vs End-to-end delay Figure 9: No. of nodes Vs Delay

6 16 Advances in Engineering Science Sect. C (2), April-June 2008 increases. The percentage of reduction of end-to-end delay for AntTORA with that of TORA is around 75. This is due to delay pheromone included in the FANT and BANT packets in AntTORA. 4.2 Jitter Jitter or delay variance is measured as the average time difference between two consecutive data packet arrivals at the destination and averaged over the number of source to destination pairs. Figure 10 shows effect of pause time on jitter. The jitter gradually decreases when the pause time increased from 0 to 500 seconds. As nodes become more and more stationary, the path from source to destination becomes more stable. The jitter is reduced in AntTORA by 9 to 78%. Figure 11 shows the variations in delay under various node speeds. The jitter is increased at higher mobility due to breaking of more links and frequent re-routing. AntTORA gives better performance than TORA in all the mobility conditions. The value of jitter for number of nodes is depicted in Figure 12. The average jitter rises when the network density increases. The improvement over TORA is maximum when the number of nodes reaches 100. This is due to jitter pheromone included in the FANT and BANT packets of AntTORA. Figure 10: Pause time Vs Jitter Figure 12: No of nodes Vs Jitter 4.3 Energy Node Energy is the average residual node energy across the path. Figure 13 shows the effect of mobility on residual node energy. Residual node energy decreases with the increase in mobile speed, due to more link failure. The improvement over TORA is varied in the range of 3 to 12%. Figure 11: Node mobility Vs Jitter Figure 13: Node mobility Vs Energy

7 R. Asokan et al. : Performance Analysis of Quality of Service Enabled Temporally Ordered Routing Algorithm Using Ant Colony Optimization in Mobile Ad Hoc Networks 17 Figure 14 shows the effect of number of nodes on the residual node energy. Residual node energy decreases as increasing the nodes, as a result of more links. The residual node energy of AntTORA is slightly greater than that of TORA. Both protocols have same energy level when number of nodes is 10. The improvement over TORA is maximum when the number of nodes reaches 100. The residual energy is high in AntTORA than TORA because of energy pheromone is added in the FANT and BANT packets of AntTORA. Figure 15: Pause Time Vs Throughput Figure 14: No of nodes Vs Energy 4.4 Throughput Number of packets received in the destination is calculated and taken as throughput. Figure 15 shows the effect of pause time on throughput. The improvement over TORA is high for higher pause time. The throughput under different mobility is shown in Figure 16. It can be seen that increase in node speed results in significant decrease in throughput in both the protocols. It is observed that TORA and AntTORA show similar trends. As expected, throughput decreases as speed increases, since finding the route requires more and more routing traffic as speed increases. Therefore less and less of the channel will be used for data transfer, thus decreasing the overall throughput. AntTORA shows better performance than TORA. Figure 16: Node mobility Vs Throughput 4.5 Routing overhead Routing overhead is the packets required to route the packets from source to destination. Routing packets include control packets used for route discovery, route maintenance and pheromone updates. The effect of pause time on routing overhead is shown in Figure 17. As the pause time increases, route stability increases, resulting in a decreased number of routing packet transmissions and therefore a decrease in the routing overhead. Routing overhead of AntTORA is higher than that of TORA protocol. Since more control packets are required to include delay, jitter and energy pheromone in query and update packets. The overhead for path monitoring can

8 18 Advances in Engineering Science Sect. C (2), April-June 2008 be reduced by piggybacking the pheromone information on data packets. Figure 17: Pause time Vs Routing overhead 5. CONCLUSION In this paper, TORA based on-demand routing algorithm called AntTORA is proposed to optimize three QoS parameters delay, jitter and energy using Ant Colony Optimization (ACO). This avoids the overhead of having three independent routing algorithms, one for each QoS metric. The mechanism was based on the Forward ant (FANT) and backward ant (BANT) packets added in the query and update packets. The proposed protocol selects a minimum delay and jitter path with the maximum residual energy at nodes. AntTORA produced better results than the existing TORA in terms of packet delivery ratio, end-to-end delay and residual energy at node. Even though AntTORA results in a slightly high routing overhead than TORA, it performs well in route discovery with dynamic changes in the network topology and produces much better throughput with very low variance in the delay. Further this can be implemented on the other reactive and hybrid routing protocols. REFERENCES 1. E.M.Royer and C.K. Toh, A review of current routing protocols for ad hoc mobile wireless networks IEEE Personal Communications, 6(2): PP 46-55, Z.Liu, M. Z. Kwiatkowska and C. Constantinou, A biologically inspired QoS routing algorithm for ad hoc networks, International Conference on Advanced Information Networking and Applications, AINA : PP , P.Sivakumar, P.Sinha and V.Bharghavan, CEDAR: A core-extraction distributed ad hoc routing algorithm Special Issue on Wireless Ad hoc networks, 17(8): PP , G.Di Caro, and M. Dorigo, AntNet: Distributed stigmergetic control for communications networks. Journal of Artificial Intelligence Research, 9: PP , R.Schoonderwoerd, O. E. Holland, J. L.Bruten, and L.J.Rothkrantz, Ant-based load balancing in telecommunications networks, Adaptive Behavior, 5 : PP , M.Gunes, U. Sorges and I. Bouazizi, ARA: Ant- Colony based routing algorithm for MANETs, In Proc. of ICPPW, Vancouver, B.C., Canada. PP J.S.Baras and H.Mehta, PERA:A probabilistic emergent routing algorithm for mobile Ad hoc Networks in WiOpt 03 Sophia-Antipolis, France, D.Dharmaraju, A. Roy Chowdhury, P. Hovareshti and J. S. Baras INORA-a unified signaling and routing mechanism for QoS support in mobile ad hoc networks, Parallel Processing Workshops, 2002 Proceedings, PP 86 93, R.Asokan,A.M.Natarajan and Venkatesh.C Quality of Service Routing Using Path and Power Aware Techniques in Mobile AdHoc Networks Journal of Computer Systems, Networks, and Communications, Volume 2008, Article ID , 7pages doi: /2008/ G.Di Caro, F. Ducatelle and L. M. Gambardella, AntHocNet: An ant-based hybrid routing algorithm for mobile Ad hoc networks, in Proc. of PPSN VIII.LNCS. Springer-Verlag, S.Rajagopalan, C.C.Shen, ANSI: A unicast routing protocol for mobile networks using Swarm Intelligence, Proc. of Intl. Conference on Artificial Intelligence, PP R.Asokan, A.M.Natarajan and A.Nivetha A Swarm-based Distance Vector Routing to Support Multiple Quality of Service (QoS) Metrics in Mobile Ad hoc Networks Journal of Computer Science 3(9): PP , V. D. Park and M. S. Corson, A highly adaptive distributed routing algorithm for mobile wireless networks, in Proceedings of the 16th Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM 97), vol. 3, PP , Kobe, Japan, April The network simulator- Ns-2. nsnam/ns.

A Swarm-based Distance Vector Routing to Support Multiple Quality of Service (QoS) Metrics in Mobile Adhoc Networks

A Swarm-based Distance Vector Routing to Support Multiple Quality of Service (QoS) Metrics in Mobile Adhoc Networks Journal of Computer Science 3 (9): 700-707, 2007 ISSN 1549-3636 2007 Science Publications A Swarm-based Distance Vector Routing to Support Multiple Quality of Service (QoS) Metrics in Mobile Adhoc Networks

More information

[Jagtap*, 5 (4): April, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785

[Jagtap*, 5 (4): April, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A SURVEY: ANT BASED BIO-INSPIRED ALGORITHM FOR AD-HOC NETWORK Anjali A Jagtap *, Prof. Ankita Agarwal, Prof. Dipak R Raut, Prof.

More information

ANT COLONY OPTIMIZED ROUTING FOR MOBILE ADHOC NETWORKS (MANET)

ANT COLONY OPTIMIZED ROUTING FOR MOBILE ADHOC NETWORKS (MANET) ANT COLONY OPTIMIZED ROUTING FOR MOBILE ADHOC NETWORKS (MANET) DWEEPNA GARG 1 & PARTH GOHIL 2 1,2 Dept. Of Computer Science and Engineering, Babaria Institute of Technology, Varnama, Vadodara, India E-mail

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

A Review of Ant Colony based Routing Algorithm in Wireless Ad-hoc Networks

A Review of Ant Colony based Routing Algorithm in Wireless Ad-hoc Networks A Review of Ant Colony based Routing Algorithm in Wireless Ad-hoc Networks Sai Priya Thottempudi $, Dr Syed Umar * $ Student, Department of ECE, V R Siddhartha Eng College, A.P.INDIA. * Assoc. Professor,

More information

AntHocNet: an Ant-Based Hybrid Routing Algorithm for Mobile Ad Hoc Networks

AntHocNet: an Ant-Based Hybrid Routing Algorithm for Mobile Ad Hoc Networks AntHocNet: an Ant-Based Hybrid Routing Algorithm for Mobile Ad Hoc Networks Gianni Di Caro, Frederick Ducatelle and Luca Maria Gambardella Technical Report No. IDSIA-25-04-2004 August 2004 IDSIA / USI-SUPSI

More information

ANALYSIS OF ANTHOCNET AND AODV PERFORMANCE USING NS2

ANALYSIS OF ANTHOCNET AND AODV PERFORMANCE USING NS2 ANALYSIS OF ANTHOCNET AND PERFORMANCE USING NS2 Y. Lakshmi Prasanna 1 and Dr. P. Chenna Reddy 2 1 Department of Computer Science and Engineering, JNTUACEP, Pulivendula 2 Professor of CSE Department, JNTUACEP,

More information

MANET routing protocols based on swarm intelligence

MANET routing protocols based on swarm intelligence MSC SEMINAR - PERVASIVE AND ARTIFICIAL INTELLIGENCE RESEARCH GROUP, DEPARTMENT OF INFORMATICS, UNIVERSITY OF FRIBOURG. JUNE 20111 MANET routing protocols based on swarm intelligence Iliya Enchev Pervasive

More information

Performance Analysis of Wireless Mobile ad Hoc Network with Varying Transmission Power

Performance Analysis of Wireless Mobile ad Hoc Network with Varying Transmission Power , pp.1-6 http://dx.doi.org/10.14257/ijsacs.2015.3.1.01 Performance Analysis of Wireless Mobile ad Hoc Network with Varying Transmission Power Surabhi Shrivastava, Laxmi Shrivastava and Sarita Singh Bhadauria

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

Performance Evaluation of Various Routing Protocols in MANET

Performance Evaluation of Various Routing Protocols in MANET 208 Performance Evaluation of Various Routing Protocols in MANET Jaya Jacob 1,V.Seethalakshmi 2 1 II MECS,Sri Shakthi Institute of Science and Technology, Coimbatore, India 2 Associate Professor-ECE, Sri

More information

Performance evaluation of AODV, DSDV and AntHocNet in video transmission

Performance evaluation of AODV, DSDV and AntHocNet in video transmission Performance evaluation of AODV, DSDV and AntHocNet in video transmission Neelam S. Labhade, S.S.Vasekar Abstract Now a days wireless technologies are important in the world of communication due to its

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

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

TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. ABSTRACT LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS

TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. ABSTRACT LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS ix TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. ABSTRACT LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS v xiv xvi xvii 1. INTRODUCTION TO WIRELESS NETWORKS AND ROUTING PROTOCOLS 1 1.1

More information

Anil Saini Ph.D. Research Scholar Department of Comp. Sci. & Applns, India. Keywords AODV, CBR, DSDV, DSR, MANETs, PDF, Pause Time, Speed, Throughput.

Anil Saini Ph.D. Research Scholar Department of Comp. Sci. & Applns, India. Keywords AODV, CBR, DSDV, DSR, MANETs, PDF, Pause Time, Speed, Throughput. Volume 6, Issue 7, July 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance Analysis

More information

International Journal of Advancements in Research & Technology, Volume 2, Issue 9, September-2013 SN

International Journal of Advancements in Research & Technology, Volume 2, Issue 9, September-2013 SN International Journal of Advancements in Research & Technology, Volume 2, Issue 9, September-2013 146 Survey of Swarm Intelligence Inspired Routing Algorithms and Mobile Ad-Hoc Network Routing Protocols

More information

Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5.

Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5. Rahem Abri Content 1. Introduction 2. The Ad-hoc On-Demand Distance Vector Algorithm Path Discovery Reverse Path Setup Forward Path Setup Route Table Management Path Management Local Connectivity Management

More information

Performance Analysis and Enhancement of Routing Protocol in Manet

Performance Analysis and Enhancement of Routing Protocol in Manet Vol.2, Issue.2, Mar-Apr 2012 pp-323-328 ISSN: 2249-6645 Performance Analysis and Enhancement of Routing Protocol in Manet Jaya Jacob*, V.Seethalakshmi** *II MECS, Sri Shakthi Institute of Engineering and

More information

A Comparative Analysis of Traffic Flows for AODV and DSDV Protocols in Manet

A Comparative Analysis of Traffic Flows for AODV and DSDV Protocols in Manet A Comparative Analysis of Traffic Flows for and Protocols in Manet Ranichitra.A 1, Radhika.S 2 1 Assistant Professor, 2 M.Phil Scholar, Department of Computer Science, Sri S.R.N.M College, Sattur, India

More information

Analysis of Black-Hole Attack in MANET using AODV Routing Protocol

Analysis of Black-Hole Attack in MANET using AODV Routing Protocol Analysis of Black-Hole Attack in MANET using Routing Protocol Ms Neha Choudhary Electronics and Communication Truba College of Engineering, Indore India Dr Sudhir Agrawal Electronics and Communication

More information

Adhoc Network Routing Optimization and Performance Analysis of ACO Based Routing Protocol

Adhoc Network Routing Optimization and Performance Analysis of ACO Based Routing Protocol Adhoc Network Routing Optimization and Performance Analysis of ACO Based Routing Protocol Anubhuti Verma Abstract Ant Colony Optimization is based on the capability of real ant colonies of finding the

More information

3. Evaluation of Selected Tree and Mesh based Routing Protocols

3. Evaluation of Selected Tree and Mesh based Routing Protocols 33 3. Evaluation of Selected Tree and Mesh based Routing Protocols 3.1 Introduction Construction of best possible multicast trees and maintaining the group connections in sequence is challenging even in

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

ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORK BASED ON SWARM INTELLIGENCE

ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORK BASED ON SWARM INTELLIGENCE International Journal of Latest Trends in Engineering and Technology Special Issue SACAIM 2016, pp. 71-77 e-issn:2278-621x ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORK BASED ON SWARM INTELLIGENCE Manibushan

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

Keywords: AODV, MANET, WRP

Keywords: AODV, MANET, WRP Performance Analysis of AODV and WRP in MANET Sachchida Nand Singh*, Surendra Verma**, Ravindra Kumar Gupta*** *(Pursuing M.Tech in Software Engineering, SSSIST Sehore(M.P), India, Email: sesachchida@gmail.com)

More information

MANET is considered a collection of wireless mobile nodes that are capable of communicating with each other. Research Article 2014

MANET is considered a collection of wireless mobile nodes that are capable of communicating with each other. Research Article 2014 Throughput Analysis of Proactive and Reactive MANET Routing Protocols Kiranveer Kaur 1 Surinderjit Kaur 2 Vikramjit Singh 3 Department of Computer Science, University College of Engineering, Department

More information

Study of Route Reconstruction Mechanism in DSDV Based Routing Protocols

Study of Route Reconstruction Mechanism in DSDV Based Routing Protocols Study of Route Reconstruction Mechanism in DSDV Based Routing Protocols Sharma Shelja, Kumar Suresh and Rathy R. K. Department of CSE, FET, MRIU, Faridabad, India Email: sharma.shelja@gmail.com, enthusk@yahoo.com,

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

Proposal on Multi agent Ants based Routing Algorithm for Mobile Ad-Hoc Networks

Proposal on Multi agent Ants based Routing Algorithm for Mobile Ad-Hoc Networks 260 Proposal on Multi agent Ants based Routing Algorithm for Mobile Ad-Hoc Networks Siva Kumar.D* Bhuvaneswaran.R.S** *Department of Electrical Electronics, Research Scholar, Anna University, Chennai 600

More information

Simple Ant Routing Algorithm

Simple Ant Routing Algorithm Simple Ant Routing Algorithm Fernando Correia Inesc-ID and Instituto Superior Técnico Lisboa,Portugal Email: fernando.correia@tagus.ist.utl.pt Teresa Vazão Inesc-ID and Instituto Superior Técnico Lisboa,

More information

A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET

A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET ISSN: 2278 1323 All Rights Reserved 2016 IJARCET 296 A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET Dr. R. Shanmugavadivu 1, B. Chitra 2 1 Assistant Professor, Department of Computer

More information

Arvind Krishnamurthy Fall 2003

Arvind Krishnamurthy Fall 2003 Ad-hoc Routing Arvind Krishnamurthy Fall 2003 Ad Hoc Routing Create multi-hop connectivity among set of wireless, possibly moving, nodes Mobile, wireless hosts act as forwarding nodes as well as end systems

More information

Performance of Ad-Hoc Network Routing Protocols in Different Network Sizes

Performance of Ad-Hoc Network Routing Protocols in Different Network Sizes Performance of Ad-Hoc Network Routing Protocols in Different Network Sizes Sudheer Kumar 1, Akhilesh Yadav 2 Department of Computer Science and Engineering Kanpur Institute of Technology, Kanpur sudheerkr21@gmail.co

More information

Performance Evaluation of Routing Protocols in Wireless Mesh Networks. Motlhame Edwin Sejake, Zenzo Polite Ncube and Naison Gasela

Performance Evaluation of Routing Protocols in Wireless Mesh Networks. Motlhame Edwin Sejake, Zenzo Polite Ncube and Naison Gasela Performance Evaluation of Routing Protocols in Wireless Mesh Networks Motlhame Edwin Sejake, Zenzo Polite Ncube and Naison Gasela Department of Computer Science, North West University, Mafikeng Campus,

More information

IMPLEMENTATION OF OPTIMIZED ANT BASED ROUTING ALGORITHM FOR MANET

IMPLEMENTATION OF OPTIMIZED ANT BASED ROUTING ALGORITHM FOR MANET IMPLEMENTATION OF OPTIMIZED ANT BASED ROUTING ALGORITHM FOR MANET Anjali Jagtap 1, Ashok Shinde 2, Smita Kadam 3, Dipak Raut 4, Parag Hirulkar 5 12345 Assistant Professor, Department of Electronics & Telecommunication,

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

Performance Evaluation of Routing Protocols for Mobile Ad Hoc Networks

Performance Evaluation of Routing Protocols for Mobile Ad Hoc Networks 2013, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.com Performance Evaluation of Routing Protocols for Mobile Ad Hoc Networks Hina Tariq 1, Urfa Suhaib

More information

Considerable Detection of Black Hole Attack and Analyzing its Performance on AODV Routing Protocol in MANET (Mobile Ad Hoc Network)

Considerable Detection of Black Hole Attack and Analyzing its Performance on AODV Routing Protocol in MANET (Mobile Ad Hoc Network) Editorial imedpub Journals http://www.imedpub.com/ American Journal of Computer Science and Information Technology DOI: 10.21767/2349-3917.100025 Considerable Detection of Black Hole Attack and Analyzing

More information

Performance Analysis of Mobile Ad-hoc Network Using AODV Protocol

Performance Analysis of Mobile Ad-hoc Network Using AODV Protocol Performance Analysis of Mobile Ad-hoc Network Using AODV Protocol Dr. Aditya Goel Department of Electronics & Communication Engineering Maulana Azad National Institute of Technology (Deemed University)

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

Routing Protocols in Mobile Ad-Hoc Network

Routing Protocols in Mobile Ad-Hoc Network International Journal of Computer Science & Management Studies, Vol. 12, Issue 02, April 2012 Protocols in Mobile Ad-Hoc Network Sachin Minocha M. Tech Student, Vaish College of Engineering, Rohtak, Haryana

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

Gateway Discovery Approaches Implementation and Performance Analysis in the Integrated Mobile Ad Hoc Network (MANET)-Internet Scenario

Gateway Discovery Approaches Implementation and Performance Analysis in the Integrated Mobile Ad Hoc Network (MANET)-Internet Scenario Gateway Discovery Approaches Implementation and Performance Analysis in the Integrated Mobile Ad Hoc Network (MANET)-Internet Scenario K.Gautham 1, Nagajothi A 2 Student, Computer Science and Engineering,

More information

ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS

ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS Ganga S 1, Binu Chandran R 2 1, 2 Mohandas College Of Engineering And Technology Abstract: Wireless Ad-Hoc Network is a collection of wireless mobile

More information

Simulation and Analysis of AODV and DSDV Routing Protocols in Vehicular Adhoc Networks using Random Waypoint Mobility Model

Simulation and Analysis of AODV and DSDV Routing Protocols in Vehicular Adhoc Networks using Random Waypoint Mobility Model Simulation and Analysis of AODV and DSDV Routing Protocols in Vehicular Adhoc Networks using Random Waypoint Mobility Model 1 R. Jeevitha, 2 M. Chandra Kumar 1 Research Scholar, Department of Computer

More information

Impact of Pause Time on the Performance of DSR, LAR1 and FSR Routing Protocols in Wireless Ad hoc Network

Impact of Pause Time on the Performance of DSR, LAR1 and FSR Routing Protocols in Wireless Ad hoc Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 2, February 2015,

More information

Impulse Radio Ultra Wide Band Based Mobile Adhoc Network Routing Performance Analysis

Impulse Radio Ultra Wide Band Based Mobile Adhoc Network Routing Performance Analysis American Journal of Applied Sciences, 10 (4): 361-366, 2013 ISSN: 1546-9239 2013 Sreedhar and Venkatesh, This open access article is distributed under a Creative Commons Attribution (CC-BY) 3.0 license

More information

Figure 1: Ad-Hoc routing protocols.

Figure 1: Ad-Hoc routing protocols. Performance Analysis of Routing Protocols for Wireless Ad-Hoc Networks Sukhchandan Lally and Ljiljana Trajković Simon Fraser University Vancouver, British Columbia Canada E-mail: {lally, ljilja}@sfu.ca

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

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

Evaluation of Ad-hoc Routing Protocols with. Different Mobility Models for Warfield. Scenarios

Evaluation of Ad-hoc Routing Protocols with. Different Mobility Models for Warfield. Scenarios Contemporary Engineering Sciences, Vol. 7, 2014, no. 12, 559-567 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4436 Evaluation of Ad-hoc Routing Protocols with Different Mobility Models

More information

Optimizing Performance of Routing against Black Hole Attack in MANET using AODV Protocol Prerana A. Chaudhari 1 Vanaraj B.

Optimizing Performance of Routing against Black Hole Attack in MANET using AODV Protocol Prerana A. Chaudhari 1 Vanaraj B. IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 04, 2015 ISSN (online): 2321-0613 Optimizing Performance of Routing against Black Hole Attack in MANET using AODV Protocol

More information

Design and Development of Secure Data Cache Framework. Please purchase PDF Split-Merge on to remove this watermark.

Design and Development of Secure Data Cache Framework. Please purchase PDF Split-Merge on   to remove this watermark. Design and Development of Secure Data Cache Framework CHAPTER 6 DESIGN AND DEVELOPMENT OF A SECURE DATA CACHE FRAMEWORK The nodes of the MANETs act as host and a router without trustworthy gateways. An

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

Scalability Performance of AODV, TORA and OLSR with Reference to Variable Network Size

Scalability Performance of AODV, TORA and OLSR with Reference to Variable Network Size Lovekesh Kumar / International Journal of Engineering Research and Applications (IJERA) ISSN: Scalability Performance of AODV, TORA and OLSR with Reference to Variable Network Size Lovekesh Kumar* *(Department

More information

Ant Colony Optimization based Hybrid Routing Protocol for MANETs 1

Ant Colony Optimization based Hybrid Routing Protocol for MANETs 1 Ant Colony Optimization based Hybrid Routing Protocol for MANETs 1 Essam H. Houssein, 2 Alaa A. K. Ismaeel 1 Dept. of Computer Science, Faculty of Computers and Informatics Benha University, Benha, Egypt

More information

Zone-based Proactive Source Routing Protocol for Ad-hoc Networks

Zone-based Proactive Source Routing Protocol for Ad-hoc Networks 2014 IJSRSET Volume i Issue i Print ISSN : 2395-1990 Online ISSN : 2394-4099 Themed Section: Science Zone-based Proactive Source Routing Protocol for Ad-hoc Networks Dr.Sangheethaa.S 1, Dr. Arun Korath

More information

Performance Comparison of AODV, DSDV and DSR Protocols in Mobile Networks using NS-2

Performance Comparison of AODV, DSDV and DSR Protocols in Mobile Networks using NS-2 , Vol 9(8), DOI: 10.17485/ijst/2016/v9i8/87948, February 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Performance Comparison of AODV, DSDV and DSR Protocols in Mobile Networks using NS-2 R.

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

Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol

Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol V.S.Chaudhari 1, Prof.P.N.Matte 2, Prof. V.P.Bhope 3 Department of E&TC, Raisoni College of Engineering, Ahmednagar Abstract:-

More information

PERFORMANCE ANALYSIS OF MOBILE AD- HOC NETWORK ROUTING PROTOCOLS OVER TCP

PERFORMANCE ANALYSIS OF MOBILE AD- HOC NETWORK ROUTING PROTOCOLS OVER TCP PERFORMANCE ANALYSIS OF MOBILE AD- HOC NETWORK ROUTING PROTOCOLS OVER TCP Rahat Hossain Faisal 1, A. N. M. Tawhidul Islam 2, Md. Sadek Ali 3, Farruk Ahmed 4 1 Department of Electronics and Telecommunication

More information

An Efficient Routing Approach and Improvement Of AODV Protocol In Mobile Ad-Hoc Networks

An Efficient Routing Approach and Improvement Of AODV Protocol In Mobile Ad-Hoc Networks An Efficient Routing Approach and Improvement Of AODV Protocol In Mobile Ad-Hoc Networks Tejomayee Nath #1 & Suneeta Mohanty *2 # School of Computer Engineering, KIIT University Bhubaneswar,, India Abstract

More information

Performance Analysis of Three Routing Protocols for Varying MANET Size

Performance Analysis of Three Routing Protocols for Varying MANET Size Proceedings of the International MultiConference of Engineers and Computer Scientists 8 Vol II IMECS 8, 9- March, 8, Hong Kong Performance Analysis of Three Routing Protocols for Varying MANET Size N Vetrivelan,

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 COMPARISON OF MANET REACTIVE ROUTING PROTOCOLS USING OPNET SIMULATOR SANGEETA MONGA

More information

Performance Evaluation of MANET through NS2 Simulation

Performance Evaluation of MANET through NS2 Simulation International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 1 (2014), pp. 25-30 International Research Publication House http://www.irphouse.com Performance Evaluation

More information

UCS-805 MOBILE COMPUTING Jan-May,2011 TOPIC 8. ALAK ROY. Assistant Professor Dept. of CSE NIT Agartala.

UCS-805 MOBILE COMPUTING Jan-May,2011 TOPIC 8. ALAK ROY. Assistant Professor Dept. of CSE NIT Agartala. Mobile Ad Hoc Networks: Routing TOPIC 8 UCS-805 MOBILE COMPUTING Jan-May,2011 ALAK ROY. Assistant Professor Dept. of CSE NIT Agartala Email-alakroy.nerist@gmail.com Mobile Ad Hoc Networks (MANET) Introduction

More information

Performance Evaluation of Routing Protocols in Mobile Ad Hoc Networks Using Http Traffic

Performance Evaluation of Routing Protocols in Mobile Ad Hoc Networks Using Http Traffic DOI: 10.7763/IPEDR. 2012. V54. 14 Performance Evaluation of Routing Protocols in Mobile Ad Hoc Networks Using Http Traffic Armstrong Kadyamatimba 1+, Michel Mbougni 2, Zenzo P. Ncube 2 Albert Helberg 3

More information

Routing Protocols in MANET: Comparative Study

Routing Protocols in MANET: Comparative Study 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. 7, July 2014, pg.119

More information

Varying Overhead Ad Hoc on Demand Vector Routing in Highly Mobile Ad Hoc Network

Varying Overhead Ad Hoc on Demand Vector Routing in Highly Mobile Ad Hoc Network Journal of Computer Science 7 (5): 678-682, 2011 ISSN 1549-3636 2011 Science Publications Varying Overhead Ad Hoc on Demand Vector Routing in Highly Mobile Ad Hoc Network 1 V. Balaji and 2 V. Duraisamy

More information

MODIFICATION AND COMPARISON OF DSDV AND DSR PROTOCOLS

MODIFICATION AND COMPARISON OF DSDV AND DSR PROTOCOLS MODIFICATION AND COMPARISON OF DSDV AND DSR PROTOCOLS Department of computer science Thadomal Shahani engineering college Mumbai-400051, ABSTRACT: In this era of mobile devices, mobile ad-hoc network (MANET)

More information

ROUTING IN MANETS USING ACO WITH MOBILITY ASSISTANCE

ROUTING IN MANETS USING ACO WITH MOBILITY ASSISTANCE ISSN : 0973-7391 Vol. 3, No. 1, January-June 2012, pp. 97-101 ROUTING IN MANETS USING ACO WITH MOBILITY ASSISTANCE Praveen Biradar 1, and Sowmya K.S 2 1,2 Dept. Of Computer Science and Engineering, Dayananda

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

IJMIE Volume 2, Issue 6 ISSN:

IJMIE Volume 2, Issue 6 ISSN: Network Simulation Based Parametric Analysis of AODV Protocol for Wireless Mobile Ad-hoc Network Mr. Amol V. Zade* Prof. Vijaya K. Shandilya** Abstract: A major aspect of ad-hoc networks is that the nodes

More information

Performance Comparison of AODV, DSR, DSDV and OLSR MANET Routing Protocols

Performance Comparison of AODV, DSR, DSDV and OLSR MANET Routing Protocols Performance Comparison of AODV, DSR, DSDV and OLSR MANET Routing Protocols Akshay Shankar, Lavanya Chelle Information Science Engineering RNS Institute of Technology Bangalore, India Abstract- A Mobile

More information

PERFORMANCE EVALUATION OF DSR USING A NOVEL APPROACH

PERFORMANCE EVALUATION OF DSR USING A NOVEL APPROACH PERFORMANCE EVALUATION OF DSR USING A NOVEL APPROACH 1. Prof.S.P. Setti 2. Narasimha Raju K 3. Naresh Kumar K CS&SE Dept., CS&SE Dept., CS&SE Dept., AU College of Engineering, AU College of Engineering,

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

A Survey - Energy Efficient Routing Protocols in MANET

A Survey - Energy Efficient Routing Protocols in MANET , pp. 163-168 http://dx.doi.org/10.14257/ijfgcn.2016.9.5.16 A Survey - Energy Efficient Routing Protocols in MANET Jyoti Upadhyaya and Nitin Manjhi Department of Computer Science, RGPV University Shriram

More information

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols. Broch et al Presented by Brian Card

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols. Broch et al Presented by Brian Card A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols Broch et al Presented by Brian Card 1 Outline Introduction NS enhancements Protocols: DSDV TORA DRS AODV Evaluation Conclusions

More information

A Stable TORA Based for Routing in Mobile Ad Ηoc Networks

A Stable TORA Based for Routing in Mobile Ad Ηoc Networks , Technology & Applied Science Research Vol. 8, No. 1, 2018, 2532-2536 2532 A Stable TORA Based for Routing in Mobile Ad Ηoc Networks Sajjad Jahanbakhsh Gudakahriz Germi Branch Germi, Iran Sa_jahanbakhsh@iaugermi.ac.ir

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

Routing Problem: MANET And Ant Colony Algorithm

Routing Problem: MANET And Ant Colony Algorithm Routing Problem: MANET And Ant Colony Algorithm Dr Madhumita Dash 1, Mrs Madhusmita Balabantaray 2 Department Of Electronics & Telecommunication, OEC, Bhubaneswar,India 1 Professor, 2 Asst. Professor madhumitadash44@yahoo.com,

More information

DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET

DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET S. J. Sultanuddin 1 and Mohammed Ali Hussain 2 1 Department of Computer Science Engineering, Sathyabama University,

More information

A Comparative Analysis of Energy Preservation Performance Metric for ERAODV, RAODV, AODV and DSDV Routing Protocols in MANET

A Comparative Analysis of Energy Preservation Performance Metric for ERAODV, RAODV, AODV and DSDV Routing Protocols in MANET A Comparative Analysis of Energy Preservation Performance Metric for ERAODV, RAODV, AODV and DSDV Routing Protocols in MANET Bhabani Sankar Gouda Department of Computer Science & Engineering National Institute

More information

Ant-DYMO: A Bio-Inspired Algorithm for MANETS

Ant-DYMO: A Bio-Inspired Algorithm for MANETS 21 17th International Conference on Telecommunications Ant-: A Bio-Inspired Algorithm for MANETS José Alex Pontes Martins Universidade Vale do Acaraú (UVA) Sobral, Brazil 62.4 37 Email: alexmartins@larces.uece.br

More information

AVC College of Engineering, Mayiladuthurai, India

AVC College of Engineering, Mayiladuthurai, India Volume 4, Issue 9, September 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Recital Investigation

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

Introduction to Mobile Ad hoc Networks (MANETs)

Introduction to Mobile Ad hoc Networks (MANETs) Introduction to Mobile Ad hoc Networks (MANETs) 1 Overview of Ad hoc Network Communication between various devices makes it possible to provide unique and innovative services. Although this inter-device

More information

STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS

STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS International Journal of Information Technology and Knowledge Management January-June 2012, Volume 5, No. 1, pp. 155-158 STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS Monika ABSTRACT: In Many wireless

More information

ANT INTELLIGENCE ROUTING

ANT INTELLIGENCE ROUTING AJSTD Vol. 25 Issue 1 pp. 81-93 (2008) ANT INTELLIGENCE ROUTING Chye Ong Gan, K. Daniel Wong, and Wei-Lee Woon Malaysia University of Science and Technology Received 30 October 2006 ABSTRACT We introduce

More information

Analysis of Routing Protocols in MANETs

Analysis of Routing Protocols in MANETs Analysis of Routing Protocols in MANETs Musica Supriya, Rashmi, Nishchitha, Ashwini C Shetty, Sharath Kumar Student, Dept. of CSE, SMVITM Bantakal, Karnataka, India Student, Dept. of CSE, SMVITM Bantakal,

More information

Mobility and Density Aware AODV Protocol Extension for Mobile Adhoc Networks-MADA-AODV

Mobility and Density Aware AODV Protocol Extension for Mobile Adhoc Networks-MADA-AODV Journal of Computer Science 8 (1): 13-17, 2012 ISSN 1549-3636 2011 Science Publications Mobility and Density Aware AODV Protocol Extension for Mobile Adhoc Networks-MADA-AODV 1 S. Deepa and 2 G.M. Kadhar

More information

[Kamboj* et al., 5(9): September, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Kamboj* et al., 5(9): September, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY NOVEL REVIEW OF MANET ROUTING PROTOCOLS Nippun Kamboj*, Dr. Munishwar Rai Department of Computer Applications Maharishi Markandeshwar

More information

Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model

Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model Deepak Agrawal, Brajesh Patel Department of CSE Shri Ram Institute of Technology Jabalpur,

More information

Analysis of TCP and UDP Traffic in MANETs. Thomas D. Dyer Rajendra V. Boppana CS Department UT San Antonio

Analysis of TCP and UDP Traffic in MANETs. Thomas D. Dyer Rajendra V. Boppana CS Department UT San Antonio Analysis of TCP and UDP Traffic in MANETs Thomas D. Dyer Rajendra V. Boppana CS Department UT San Antonio MANET Routing Protocols Proactive protocols Maintain routes to all nodes Distance vector, link

More information

Performance Evaluation of AODV and DSR routing protocols in MANET

Performance Evaluation of AODV and DSR routing protocols in MANET Performance Evaluation of AODV and DSR routing protocols in MANET Naresh Dobhal Diwakar Mourya ABSTRACT MANETs are wireless temporary adhoc networks that are being setup with no prior infrastructure and

More information

SWARM INTELLIGENCE BASED DYNAMIC SOURCE ROUTING FOR IMPROVED QUALITY OF SERVICE

SWARM INTELLIGENCE BASED DYNAMIC SOURCE ROUTING FOR IMPROVED QUALITY OF SERVICE SWARM INTELLIGENCE BASED DYNAMIC SOURCE ROUTING FOR IMPROVED QUALITY OF SERVICE 1 N.UMAPATHI, 2 N.RAMARAJ 1 Research Scholar, Department of Electronics and Communication, GKM College of Engg and Tech,Chennai-63,,

More information

A STUDY ON AODV AND DSR MANET ROUTING PROTOCOLS

A STUDY ON AODV AND DSR MANET ROUTING PROTOCOLS A STUDY ON AODV AND DSR MANET ROUTING PROTOCOLS M.KRISHNAMOORTHI 1 Research Scholar in PG and Research Department of Computer Science, Jamal Mohamed College, Tiruchirappalli, Tamilnadu, India Krishnasmk004@hotmail.com

More information

Mobile Ad-hoc and Sensor Networks Lesson 05 Mobile Ad-hoc Network (MANET) Routing Algorithms Part 2

Mobile Ad-hoc and Sensor Networks Lesson 05 Mobile Ad-hoc Network (MANET) Routing Algorithms Part 2 Mobile Ad-hoc and Sensor Networks Lesson 05 Mobile Ad-hoc Network (MANET) Routing Algorithms Part 2 Oxford University Press 2007. All rights reserved. 1 Temporally ordered routing algorithm (TORA) A reactive

More information