SlideShare a Scribd company logo
1 of 5
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 4, Ver. II (July – Aug. 2015), PP 68-72
www.iosrjournals.org
DOI: 10.9790/0661-17426872 www.iosrjournals.org 68 | Page
Comparative Study of AODV, FSR and IERP on MANET using
Grid topology
Sanjeev Kumar Ojha1
, A.K.Shukla2
, Pramod Narayan Tripathi3
,
Ashutosh Shukla4
1.
(M.Tech. Scholar, Department of Computer Science and Engineering, SHIATS, Allahabad, U.P, India)
2.
(Assistant Professor, Department of Computer Science and Engineering, SHIATS, Allahabad, U.P, India)
3.
(Departmentof Electronics and Communication Engineering, IIIT Allahabad, U.P., India)
4.
(Research Scholar, Department of Computer Science and Engineering, BIT Ranchi, India)
Abstract: Over the recent many of years, the use of wireless networks has become very popular. A MANET is a
collection of wireless mobile nodes without the use of any fixed network infrastructure or centralized
administration networks. Each node in a MANET is free to move independently in any direction and will
therefore change its links to other devices frequently. Each must forward traffic unrelated to its own use and
therefore be a router. In this paper a performance comparison of three popular mobile ad-hoc network routing
protocols i.e. Ad-hoc On-demand Distance Vector Routing (AODV),Interzone Routing Protocol (IERP) and
Fisheye State Routing Protocol (FSRP) is presented with variable maximum speed with grid node placement. A
network simulator QualNet 6.1 from scalable networks is used to evaluate the performance of these protocols.
The performance analysis is based on different network metrics such as Average End to End delay (s), Average
Jitter(s), Throughput and Packet delivery ratio.
Keywords: Manet, Aodv, Ierp,FSR,QualNet 6.1
I. Introduction
Over recent time there are so many gadgets viz. Laptops, tablets, and mobile phones, there is often a
requirement to set up a network to enable communication among some of these devices. Mobile Ad-hoc
Network (MANET) is a temporary network that is designed for communication among mobile nodes, without
any need for fixed or pre-specified infrastructure. Each node works like a router itself[1]. For movable devices,
a wireless network is always very suitable [1].Wireless network are classified infrastructure, or ad-hoc
infrastructure. MANET applications area are very large viz. military operations, disaster managements, rescue
operations, meetings and conferences, educational purposes and others. Since, in the case of MANET the
network topology changes very frequently, due to the mobility of nodes. Due to this routing becomes a
challenging issue [3]. Today wireless communication technology is rapidly increasing. Wireless connectivity
gives users the reliability to use their gadget anywhere and anytime.
II. Relatedwork
V. Sahu, et al. [1], analyzed the performance variation of AODV by changing some parameters as
node-density, pause time, and rate of transmission of packets. Effect of two pathloss model, such as free space
and two ray are used in a well known’s network simulator Qualnet 5.2.They analyzed that jitter and end-to-end
delay was low. They observed that the overall performance for AODV degrades as node density increases.
G. Sharma, etal. [2], analyzed the performance of AODV, DSR and DYMO under the effect of two
shadowing model, as Constant and Lognormal used well known’s network simulator Qualnet 5.2,They took 75
node with different maximum speed and analyzed various performance parameter such as throughput, number
of bytes received, average end-to-end delay. They observed that for constant model AODV outperforms the
other two protocols. DSR showed the worst performance. But for the log-normal, DSR showed better
performance than AODV and DYMO.
Ashish, et al. [3] comparison proactive (OLSR), reactive (AODV, DYMO, IERP) routing protocols
under for mobility model random way point and mobile nodes by varying the node maximum speed (5,10,15,20)
and no. of node density 5 to 20 multiple by 5 using Qualnet 5.2 network simulator.They analyze parameters
such as throughput, average jitter, average end-to-end delay, packet delivery ratio and total number packet
recieved.
MahendraSrivastava, et al. [7] compared proactive (FSR), reactive (AODV, DYMO, LAR1) routing
protocols under the fadingmodel rayleigh and fast rayleigh for stationary and mobile nodes by varying the node
maximum speed (2,5,10,15,20) using Qualnet 6.1 network simulator.. They took parameters such as throughput,
average jitter, average end-to-end delay and packet delivery ratio for the analysis.
Comparative Study of AODV, FSR and IERP on MANET using Grid topology
DOI: 10.9790/0661-17426872 www.iosrjournals.org 69 | Page
S. R. Raju, et al. [10] proposed an algorithm to provide improved quality of service via hybrid
routing protocol ZRP. They used QualNetversion 4.5 and evaluated the performance in ZRP,AODV,DSR to
compare QoS parameters viz., throughput, number of bytes received, number of packets received
average end-to-end delay and the time at which first packet is been received for DSR, AODV and ZRP. Their
found that ZRP performs poorly throughout all the simulation sequences.
P. K. Maurya, et al. [13] compared ZRP, AODV, DYMO and DSR using Qualnet 5.2. They analyzed
the throughput, average jitter, average end-to-end and packet delivery ratio in two different phases, one phase
was used to analyze pause times and in second phase they varied the maximum speed of nodes in the scenarios.
ZRP had lower throughput, lower PDR than AODV. In second phase AODV gave better performance than
DYMO and ZRP but lower than DSR.
III. Overview Of Routing Protocols
3.1 Ad-hoc On-demand Distance Vector Routing protocol (AODV)
The Ad-hoc On-Demand Distance Vector (AODV)[1,2,4,5] routing protocol is reactive protocol often
used in MANET. Routes only created when it required.Route discovery is based on query and reply cycles, and
route information lying in all intermediate nodes along the route in the form of route table entries. The following
control packets are used: routing request message (RREQ) is broadcasted by a node requiring a route to another
node, routing reply message (RREP) is unicasted back to the source of RREQ, and route error message (RERR)
is sent to notify other nodes of the loss of the link. HELLO messages are used for detecting and monitoring links
to neighbors [15]. AODV allows mobile nodes to obtain routes quickly for new destinations and does not
require nodes to maintain routes to destination that are not in active communication, thus reducing routing
overhead in the routing table[4].
3.2 Fisheye State Routing (FSR)
The Fisheye State Routing(FSR)[7,11] is a proactive and table driven routing protocol. It bases on link
state protocol and has the ability of immediately providing route information when needed. The eye of a fishes
catches the pixel with high detail near the focal point. In the FSR detail decreases as the distance from the focal
point increases. In routing, the fisheye approach translates to maintaining accurate distance and path quality
information about the immediate neighborhood of a node, with progressively less detail as the distance increases
[7]. Fisheye State Routing, which provides an efficient and scalable, solution for wireless, mobile ad hoc
networks.FSR is more reliable for large mobile networks where mobility is high and the bandwidth is low.
3.3 Interzone Routing Protocol (IERP)
Inter-zone Routing Protocol (IERP) [3, 9] is used between routing zones, respectively. The Inter-zone
Routing Protocol (IERP) [9, 13] is used to communicate between nodes of different routing zones. It is a
reactive routing protocol and the route discovery process is only initiated when needed or on demand. This
makes route finding slower, but the delay can be minimized by use of the Bordercast Resolution Protocol
(BRP). IERP can use routing zones to automatically redirect data around failed links. Similarly, suboptimal
route segments can be identified and traffic re-routed along shorter paths [16].
IV. Simulation Setup
Simulations is carried out on QualNet version 6.1[12] in this paper we have evaluated the
performance variation of MANET Routing Protocols AODV.IERP and FSR by changing the maximum
speed of nodes and packet transmission rate with which it can move in the network, over an area of
1500×1500 m2
.. Among various nodes application of Constant Bit Rate is applied. All the nodes in the depicted
scenario are given a mobility using the protocol of Random waypoint mobility model and node placement
in grid and pathloss model in free space. Simulation parameters are shown in table.1 and simulation results
are shown in figures from 1 to 4. With the help of simulation results we have analyzed Average Jitter, Packet
delivery ratio, throughput, and End-to-End delay for the given protocol. These parameters are defined below:
4.1 Packet delivery ratio
Packet delivery ratio is the ratio of total packets sent by the source node to the successfully received
packets by the destination node.
4.2 Throughput
It is defined as the information in bits which is received successfully by the destination in an average
time. Its unit is bit per seconds.
Comparative Study of AODV, FSR and IERP on MANET using Grid topology
DOI: 10.9790/0661-17426872 www.iosrjournals.org 70 | Page
4.3 Average End-to-End delay
Itis the time elapsed when a packet is sent from the source node and is successfully received by the
destination node. It includes delays as delay for route discovery, propagation time, data transfer time, and
intermediate queuing delays.
4.4 Average Jitter
Jitter is the time variation between subsequent packet arrivals; it is caused by network congestion,
timing drift, or route changes. For an efficient protocol, it must be as low as possible.
Table.1 Simulation Parameters
Parameter Value
Area 1500X1500m
No. of nodes 90
Simulation Time 120sec
Routing Protocols AODV, FSR,IERP
Channel frequency 2.4 GHz
Shadowing Model Constant,
Pathloss Model Free Space
Fading Model Rayleigh
Mobility Model Random way point
MAC protocol 802.11
Physical layer Radio-type 802.11b
Pause Time 40 sec
Maximum Speed 10,20,30,40,60 mps
Minimum Speed 0mps
Packet size 512
V. Results And Discussion
Figure 1 shows the variation of throughput against maximum speed of nodes and it is observed that
AODV are performing very well as compared to other routing protocols for grid nodes placement models. Out
of the all the protocols used FSR is giving worst performance for the free space pathloss models. As speed of
nodes is increased, performance of AODV goes on decreasing and IERP and FSR routing protocols gets up and
down.
Fig.1 Throughput vs. Maximum Speed
Figure 2 shows that variation form that all the routing protocols except FSR are performing very well
in the terms of average jitter and IERP protocol perform in up and down. For variation in speed, performance of
protocols is constant. Here again, IERP is being outperformed by all the other protocols used. It is giving worst
performance at a speed of40 m
Figure 3 shows the variation that AODV routing protocols performing very well in the terms of
average end-to-end delay and IERP routing protocols worst performing. Here, FSR is being out performed by
IERP protocol .FSR is giving worst performance at speeds between 10mps and IERP worst performing 30mps
and good performing 60mps..
Comparative Study of AODV, FSR and IERP on MANET using Grid topology
DOI: 10.9790/0661-17426872 www.iosrjournals.org 71 | Page
Fig.2 Average Jitter vs. Maximum Speed
Fig.3 Average end-to-end delay vs. Maximum speed
Fig.4 Packet delivery Ratio vs. Maximum Speed
Figure 4 shows the variation packet delivery ratio against maximum nodes speed and it is observed that
AODV are performing very well as compared to other routing protocols for free space pathloss models in grid
node placement. FSR is giving worst performance for free space pathloss models in grid placement. As speed
of nodes is increased, performance of AODV ondeteriorating and IERP, FSR performance up and down.
Comparative Study of AODV, FSR and IERP on MANET using Grid topology
DOI: 10.9790/0661-17426872 www.iosrjournals.org 72 | Page
VI. Conclusions
In this paper the performance of AODV, FSR and IERP protocol is analyzed against Grid topology and
pathloss model, used in Free space. With the help of simulation results a comparison of AODV FSR, IERP with
variable maximum speed of nodes is presented. We measure End to End delay (s), Average Jitter (s),
Throughput and Packet delivery ratio as performance metrics. Simulation results shows AODV perform well for
throughput and packet delivery ratio,average jitter and average end to end delay for maximum speed of nodes
compare to FSR and IERP.FSR perform worst in throughput and packet delivery ratio with varying maximum
speed. IERP shows worst perform in average end-to-end delay and average jitter worst varying maximum
speed.IERP throughput and packet delivery ratio is better than FSR with varying maximum speed and FSR
shows lowest throughput and packet delivery ratio with varying maximum speed. FSR shows best performance
for average jitter and average end-to-end delay with the varying maximum speed.
References
[1]. V. Sahu, G. Sharma, and R. Paulus, “Study of Performance Variation of AODV Routing Protocol for Various Parameter Patterns
using Qualnet Simulator”, volume-54, no. 6, pp. 7-11, September, 2012, IJCA (0975-8887).
[2]. GauravSharma ,V. Sahu, P. K. Maurya, R.Paulus ,”Analyzing the Effect of Constant and Lognormal Shadowing Model on Ad-hoc
Routing Protocols”Volume 66– No.8,IJCA,March,pp-16-19,Mar 2013.
[3]. Ashish A Roberts, R. Paulus, A K Jaiswal,”WSN Performance Parameters of AODV, DYMO, OLSR and IERP in RWP Mobility
Model through, IJCA, March 2013.
[4]. C.E. Perkins and E.M. Royer, “Ad-hoc On-Demand Distance Vector Routing”, Proceeding of 2nd IEEE Workshop, Mobile
Computing System Applications, pp:90-100, 1999.
[5]. Perkins, E. Belding-Royer, and S. Das, “Ad hoc On-Demand Distance Vector (AODV) Routing, “draft-ietf-manet-aodv-13.txt, Feb.
2003.
[6]. I.Chakeres, C.Perkins, “Dynamic MANET On-Demand (DYMO) Routing,” IETF Internet-Draft, draft-ietf-manet-dymo-23, pp. 20-
25, October.2012.
[7]. MahendraSrivastava,Rajeev Paulus, A K Jaiswal and P K Maurya,”Analyzing the Effect of Various Fading Models on MANET
Routing Protocols”’IJCA, June 2013.
[8]. P.Jaquet, P. Muhlethaler and Aqayyum. “Optimized Link State Routing Protocol”, IETF Draft, draft-ietf-manet-olsr-06.txt.
[9]. Haas, Zygmunt J., Pearlman, Marc R., Samar, P.Interzone Routing Protocol (IERP), June 2001, IETF Internet Draft, draft- ietf-
manet-ierp-01.txt.
[10]. S. R. Raju and J.Mungara“Performance Evaluation of ZRP over AODV and DSR in Mobile Adhoc Networks Using Qualnet”ISSN
1450-216X Vol.45 No.4 (2010), pp.651-667, European Journal of Scientific Research, 2010.
[11]. Mario Gerla, Xiaoyan Hong, Guangyu Pei,” Fisheye State Routing Protocol (FSR)”, IETF, Draft, draft-ietf-manet-fsr-03.txt, 2002.
[12]. The QualNet simulator, www.scalable-networks.com.
[13]. PrashantkumarMaurya,RajeevPaulus,A.K. Jaiswal ,MahendraSrivastava , “Performance Analysis of ZRP over AODV, DSR and
DYMO for MANET under Various Network Conditions using QualNet Simulator” IJCA,March.2013.
[14]. SubramanyaBhat.M, Shwetha.D and Devaraju.J.T”A Performance Study of Proactive, Reactive and Hybrid Routing Protocols using
Qualnet Simulator “Volume 28-No.5, IJCA. Aug. 2011.
[15]. K.Suresh and K.Jogendra “Comparative Performance Study of Zone Routing Protocol over AODV and DSR Routing Protocols on
Constant Bit Rate (CBR)” Volume 45– No.4, May 2012, IJCA (0975 – 8887).
[16]. Zygmunt J. Haas, Marc R. Pearlman, Prince Samar, Cornell University, The Interzone Routing Protocol (IERP) for Ad Hoc
Networks, draft-ietf-manet-zone-ierp-01.txt.

More Related Content

What's hot

Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...IJCNCJournal
 
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...IJCSEA Journal
 
Ijetae 0913 79
Ijetae 0913 79Ijetae 0913 79
Ijetae 0913 79Usman Ali
 
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...ijwmn
 
MODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTION
MODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTIONMODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTION
MODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTIONijwmn
 
Haqr the hierarchical ant based qos aware on demand routing for manets
Haqr the hierarchical ant based qos aware on demand routing for manetsHaqr the hierarchical ant based qos aware on demand routing for manets
Haqr the hierarchical ant based qos aware on demand routing for manetscsandit
 
A NEW HYBRID DIVERSITY COMBINING SCHEME FOR MOBILE RADIO COMMUNICATION SYSTEM...
A NEW HYBRID DIVERSITY COMBINING SCHEME FOR MOBILE RADIO COMMUNICATION SYSTEM...A NEW HYBRID DIVERSITY COMBINING SCHEME FOR MOBILE RADIO COMMUNICATION SYSTEM...
A NEW HYBRID DIVERSITY COMBINING SCHEME FOR MOBILE RADIO COMMUNICATION SYSTEM...ijcsit
 
A New Hybrid Diversity Combining Scheme for Mobile Radio Communication System...
A New Hybrid Diversity Combining Scheme for Mobile Radio Communication System...A New Hybrid Diversity Combining Scheme for Mobile Radio Communication System...
A New Hybrid Diversity Combining Scheme for Mobile Radio Communication System...AIRCC Publishing Corporation
 
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKSMMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKSprj_publication
 
Efficient Utilization of Bandwidth in Location Aided Routing
Efficient Utilization of Bandwidth in Location Aided RoutingEfficient Utilization of Bandwidth in Location Aided Routing
Efficient Utilization of Bandwidth in Location Aided RoutingIOSR Journals
 
An Efficient Resource Utilization Scheme for Video Transmission over Wireless...
An Efficient Resource Utilization Scheme for Video Transmission over Wireless...An Efficient Resource Utilization Scheme for Video Transmission over Wireless...
An Efficient Resource Utilization Scheme for Video Transmission over Wireless...ijsrd.com
 
Qo s parameters for obs network
Qo s parameters for obs networkQo s parameters for obs network
Qo s parameters for obs networkeSAT Journals
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 

What's hot (19)

69 122-128
69 122-12869 122-128
69 122-128
 
74 136-143
74 136-14374 136-143
74 136-143
 
G1063841
G1063841G1063841
G1063841
 
paper1
paper1paper1
paper1
 
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
 
Contel.final
Contel.finalContel.final
Contel.final
 
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
 
Ijetae 0913 79
Ijetae 0913 79Ijetae 0913 79
Ijetae 0913 79
 
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
 
MODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTION
MODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTIONMODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTION
MODIFIED LLL ALGORITHM WITH SHIFTED START COLUMN FOR COMPLEXITY REDUCTION
 
Haqr the hierarchical ant based qos aware on demand routing for manets
Haqr the hierarchical ant based qos aware on demand routing for manetsHaqr the hierarchical ant based qos aware on demand routing for manets
Haqr the hierarchical ant based qos aware on demand routing for manets
 
A NEW HYBRID DIVERSITY COMBINING SCHEME FOR MOBILE RADIO COMMUNICATION SYSTEM...
A NEW HYBRID DIVERSITY COMBINING SCHEME FOR MOBILE RADIO COMMUNICATION SYSTEM...A NEW HYBRID DIVERSITY COMBINING SCHEME FOR MOBILE RADIO COMMUNICATION SYSTEM...
A NEW HYBRID DIVERSITY COMBINING SCHEME FOR MOBILE RADIO COMMUNICATION SYSTEM...
 
A New Hybrid Diversity Combining Scheme for Mobile Radio Communication System...
A New Hybrid Diversity Combining Scheme for Mobile Radio Communication System...A New Hybrid Diversity Combining Scheme for Mobile Radio Communication System...
A New Hybrid Diversity Combining Scheme for Mobile Radio Communication System...
 
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKSMMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
 
Efficient Utilization of Bandwidth in Location Aided Routing
Efficient Utilization of Bandwidth in Location Aided RoutingEfficient Utilization of Bandwidth in Location Aided Routing
Efficient Utilization of Bandwidth in Location Aided Routing
 
paper3
paper3paper3
paper3
 
An Efficient Resource Utilization Scheme for Video Transmission over Wireless...
An Efficient Resource Utilization Scheme for Video Transmission over Wireless...An Efficient Resource Utilization Scheme for Video Transmission over Wireless...
An Efficient Resource Utilization Scheme for Video Transmission over Wireless...
 
Qo s parameters for obs network
Qo s parameters for obs networkQo s parameters for obs network
Qo s parameters for obs network
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 

Viewers also liked

Viewers also liked (20)

U180203134138
U180203134138U180203134138
U180203134138
 
P010227680
P010227680P010227680
P010227680
 
U130304127141
U130304127141U130304127141
U130304127141
 
E1802023741
E1802023741E1802023741
E1802023741
 
G017264447
G017264447G017264447
G017264447
 
E1102023442
E1102023442E1102023442
E1102023442
 
Crack Detection for Various Loading Conditions in Beam Using Hilbert – Huang ...
Crack Detection for Various Loading Conditions in Beam Using Hilbert – Huang ...Crack Detection for Various Loading Conditions in Beam Using Hilbert – Huang ...
Crack Detection for Various Loading Conditions in Beam Using Hilbert – Huang ...
 
E010313141
E010313141E010313141
E010313141
 
N010617783
N010617783N010617783
N010617783
 
D010221620
D010221620D010221620
D010221620
 
E1803033337
E1803033337E1803033337
E1803033337
 
F010334548
F010334548F010334548
F010334548
 
J017216164
J017216164J017216164
J017216164
 
I010616064
I010616064I010616064
I010616064
 
A017650104
A017650104A017650104
A017650104
 
I017245865
I017245865I017245865
I017245865
 
Use of Polyvinylindene Fluoride (PVDF) and Lead Zirconate Titanate (PZT) In S...
Use of Polyvinylindene Fluoride (PVDF) and Lead Zirconate Titanate (PZT) In S...Use of Polyvinylindene Fluoride (PVDF) and Lead Zirconate Titanate (PZT) In S...
Use of Polyvinylindene Fluoride (PVDF) and Lead Zirconate Titanate (PZT) In S...
 
A1803040103
A1803040103A1803040103
A1803040103
 
C010241521
C010241521C010241521
C010241521
 
I012625461
I012625461I012625461
I012625461
 

Similar to K017426872

Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...IOSR Journals
 
Evaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsEvaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsIAEME Publication
 
Analysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANETAnalysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANETidescitation
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...ijsrd.com
 
A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...eSAT Publishing House
 
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...IOSR Journals
 
Performance analysis on multihop transmission using
Performance analysis on multihop transmission usingPerformance analysis on multihop transmission using
Performance analysis on multihop transmission usingeSAT Publishing House
 
Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...eSAT Journals
 
Analyzing performance of zrp by varying node density and transmission range
Analyzing performance of zrp by varying node density and transmission rangeAnalyzing performance of zrp by varying node density and transmission range
Analyzing performance of zrp by varying node density and transmission rangeAlexander Decker
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)IISRT
 

Similar to K017426872 (20)

J0935461
J0935461J0935461
J0935461
 
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
 
H01115155
H01115155H01115155
H01115155
 
Evaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsEvaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocols
 
Analysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANETAnalysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANET
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
 
Research on performance of routing protocols in manet
Research on performance of routing protocols in manetResearch on performance of routing protocols in manet
Research on performance of routing protocols in manet
 
A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...
 
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
 
Performance analysis on multihop transmission using
Performance analysis on multihop transmission usingPerformance analysis on multihop transmission using
Performance analysis on multihop transmission using
 
Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...
 
Analyzing performance of zrp by varying node density and transmission range
Analyzing performance of zrp by varying node density and transmission rangeAnalyzing performance of zrp by varying node density and transmission range
Analyzing performance of zrp by varying node density and transmission range
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Bh4103368374
Bh4103368374Bh4103368374
Bh4103368374
 
Be31390392
Be31390392Be31390392
Be31390392
 
Fo35991995
Fo35991995Fo35991995
Fo35991995
 
10.1.1.258.7234
10.1.1.258.723410.1.1.258.7234
10.1.1.258.7234
 
J011137479
J011137479J011137479
J011137479
 
Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 
C011121114
C011121114C011121114
C011121114
 

Recently uploaded

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 

Recently uploaded (20)

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 

K017426872

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 4, Ver. II (July – Aug. 2015), PP 68-72 www.iosrjournals.org DOI: 10.9790/0661-17426872 www.iosrjournals.org 68 | Page Comparative Study of AODV, FSR and IERP on MANET using Grid topology Sanjeev Kumar Ojha1 , A.K.Shukla2 , Pramod Narayan Tripathi3 , Ashutosh Shukla4 1. (M.Tech. Scholar, Department of Computer Science and Engineering, SHIATS, Allahabad, U.P, India) 2. (Assistant Professor, Department of Computer Science and Engineering, SHIATS, Allahabad, U.P, India) 3. (Departmentof Electronics and Communication Engineering, IIIT Allahabad, U.P., India) 4. (Research Scholar, Department of Computer Science and Engineering, BIT Ranchi, India) Abstract: Over the recent many of years, the use of wireless networks has become very popular. A MANET is a collection of wireless mobile nodes without the use of any fixed network infrastructure or centralized administration networks. Each node in a MANET is free to move independently in any direction and will therefore change its links to other devices frequently. Each must forward traffic unrelated to its own use and therefore be a router. In this paper a performance comparison of three popular mobile ad-hoc network routing protocols i.e. Ad-hoc On-demand Distance Vector Routing (AODV),Interzone Routing Protocol (IERP) and Fisheye State Routing Protocol (FSRP) is presented with variable maximum speed with grid node placement. A network simulator QualNet 6.1 from scalable networks is used to evaluate the performance of these protocols. The performance analysis is based on different network metrics such as Average End to End delay (s), Average Jitter(s), Throughput and Packet delivery ratio. Keywords: Manet, Aodv, Ierp,FSR,QualNet 6.1 I. Introduction Over recent time there are so many gadgets viz. Laptops, tablets, and mobile phones, there is often a requirement to set up a network to enable communication among some of these devices. Mobile Ad-hoc Network (MANET) is a temporary network that is designed for communication among mobile nodes, without any need for fixed or pre-specified infrastructure. Each node works like a router itself[1]. For movable devices, a wireless network is always very suitable [1].Wireless network are classified infrastructure, or ad-hoc infrastructure. MANET applications area are very large viz. military operations, disaster managements, rescue operations, meetings and conferences, educational purposes and others. Since, in the case of MANET the network topology changes very frequently, due to the mobility of nodes. Due to this routing becomes a challenging issue [3]. Today wireless communication technology is rapidly increasing. Wireless connectivity gives users the reliability to use their gadget anywhere and anytime. II. Relatedwork V. Sahu, et al. [1], analyzed the performance variation of AODV by changing some parameters as node-density, pause time, and rate of transmission of packets. Effect of two pathloss model, such as free space and two ray are used in a well known’s network simulator Qualnet 5.2.They analyzed that jitter and end-to-end delay was low. They observed that the overall performance for AODV degrades as node density increases. G. Sharma, etal. [2], analyzed the performance of AODV, DSR and DYMO under the effect of two shadowing model, as Constant and Lognormal used well known’s network simulator Qualnet 5.2,They took 75 node with different maximum speed and analyzed various performance parameter such as throughput, number of bytes received, average end-to-end delay. They observed that for constant model AODV outperforms the other two protocols. DSR showed the worst performance. But for the log-normal, DSR showed better performance than AODV and DYMO. Ashish, et al. [3] comparison proactive (OLSR), reactive (AODV, DYMO, IERP) routing protocols under for mobility model random way point and mobile nodes by varying the node maximum speed (5,10,15,20) and no. of node density 5 to 20 multiple by 5 using Qualnet 5.2 network simulator.They analyze parameters such as throughput, average jitter, average end-to-end delay, packet delivery ratio and total number packet recieved. MahendraSrivastava, et al. [7] compared proactive (FSR), reactive (AODV, DYMO, LAR1) routing protocols under the fadingmodel rayleigh and fast rayleigh for stationary and mobile nodes by varying the node maximum speed (2,5,10,15,20) using Qualnet 6.1 network simulator.. They took parameters such as throughput, average jitter, average end-to-end delay and packet delivery ratio for the analysis.
  • 2. Comparative Study of AODV, FSR and IERP on MANET using Grid topology DOI: 10.9790/0661-17426872 www.iosrjournals.org 69 | Page S. R. Raju, et al. [10] proposed an algorithm to provide improved quality of service via hybrid routing protocol ZRP. They used QualNetversion 4.5 and evaluated the performance in ZRP,AODV,DSR to compare QoS parameters viz., throughput, number of bytes received, number of packets received average end-to-end delay and the time at which first packet is been received for DSR, AODV and ZRP. Their found that ZRP performs poorly throughout all the simulation sequences. P. K. Maurya, et al. [13] compared ZRP, AODV, DYMO and DSR using Qualnet 5.2. They analyzed the throughput, average jitter, average end-to-end and packet delivery ratio in two different phases, one phase was used to analyze pause times and in second phase they varied the maximum speed of nodes in the scenarios. ZRP had lower throughput, lower PDR than AODV. In second phase AODV gave better performance than DYMO and ZRP but lower than DSR. III. Overview Of Routing Protocols 3.1 Ad-hoc On-demand Distance Vector Routing protocol (AODV) The Ad-hoc On-Demand Distance Vector (AODV)[1,2,4,5] routing protocol is reactive protocol often used in MANET. Routes only created when it required.Route discovery is based on query and reply cycles, and route information lying in all intermediate nodes along the route in the form of route table entries. The following control packets are used: routing request message (RREQ) is broadcasted by a node requiring a route to another node, routing reply message (RREP) is unicasted back to the source of RREQ, and route error message (RERR) is sent to notify other nodes of the loss of the link. HELLO messages are used for detecting and monitoring links to neighbors [15]. AODV allows mobile nodes to obtain routes quickly for new destinations and does not require nodes to maintain routes to destination that are not in active communication, thus reducing routing overhead in the routing table[4]. 3.2 Fisheye State Routing (FSR) The Fisheye State Routing(FSR)[7,11] is a proactive and table driven routing protocol. It bases on link state protocol and has the ability of immediately providing route information when needed. The eye of a fishes catches the pixel with high detail near the focal point. In the FSR detail decreases as the distance from the focal point increases. In routing, the fisheye approach translates to maintaining accurate distance and path quality information about the immediate neighborhood of a node, with progressively less detail as the distance increases [7]. Fisheye State Routing, which provides an efficient and scalable, solution for wireless, mobile ad hoc networks.FSR is more reliable for large mobile networks where mobility is high and the bandwidth is low. 3.3 Interzone Routing Protocol (IERP) Inter-zone Routing Protocol (IERP) [3, 9] is used between routing zones, respectively. The Inter-zone Routing Protocol (IERP) [9, 13] is used to communicate between nodes of different routing zones. It is a reactive routing protocol and the route discovery process is only initiated when needed or on demand. This makes route finding slower, but the delay can be minimized by use of the Bordercast Resolution Protocol (BRP). IERP can use routing zones to automatically redirect data around failed links. Similarly, suboptimal route segments can be identified and traffic re-routed along shorter paths [16]. IV. Simulation Setup Simulations is carried out on QualNet version 6.1[12] in this paper we have evaluated the performance variation of MANET Routing Protocols AODV.IERP and FSR by changing the maximum speed of nodes and packet transmission rate with which it can move in the network, over an area of 1500×1500 m2 .. Among various nodes application of Constant Bit Rate is applied. All the nodes in the depicted scenario are given a mobility using the protocol of Random waypoint mobility model and node placement in grid and pathloss model in free space. Simulation parameters are shown in table.1 and simulation results are shown in figures from 1 to 4. With the help of simulation results we have analyzed Average Jitter, Packet delivery ratio, throughput, and End-to-End delay for the given protocol. These parameters are defined below: 4.1 Packet delivery ratio Packet delivery ratio is the ratio of total packets sent by the source node to the successfully received packets by the destination node. 4.2 Throughput It is defined as the information in bits which is received successfully by the destination in an average time. Its unit is bit per seconds.
  • 3. Comparative Study of AODV, FSR and IERP on MANET using Grid topology DOI: 10.9790/0661-17426872 www.iosrjournals.org 70 | Page 4.3 Average End-to-End delay Itis the time elapsed when a packet is sent from the source node and is successfully received by the destination node. It includes delays as delay for route discovery, propagation time, data transfer time, and intermediate queuing delays. 4.4 Average Jitter Jitter is the time variation between subsequent packet arrivals; it is caused by network congestion, timing drift, or route changes. For an efficient protocol, it must be as low as possible. Table.1 Simulation Parameters Parameter Value Area 1500X1500m No. of nodes 90 Simulation Time 120sec Routing Protocols AODV, FSR,IERP Channel frequency 2.4 GHz Shadowing Model Constant, Pathloss Model Free Space Fading Model Rayleigh Mobility Model Random way point MAC protocol 802.11 Physical layer Radio-type 802.11b Pause Time 40 sec Maximum Speed 10,20,30,40,60 mps Minimum Speed 0mps Packet size 512 V. Results And Discussion Figure 1 shows the variation of throughput against maximum speed of nodes and it is observed that AODV are performing very well as compared to other routing protocols for grid nodes placement models. Out of the all the protocols used FSR is giving worst performance for the free space pathloss models. As speed of nodes is increased, performance of AODV goes on decreasing and IERP and FSR routing protocols gets up and down. Fig.1 Throughput vs. Maximum Speed Figure 2 shows that variation form that all the routing protocols except FSR are performing very well in the terms of average jitter and IERP protocol perform in up and down. For variation in speed, performance of protocols is constant. Here again, IERP is being outperformed by all the other protocols used. It is giving worst performance at a speed of40 m Figure 3 shows the variation that AODV routing protocols performing very well in the terms of average end-to-end delay and IERP routing protocols worst performing. Here, FSR is being out performed by IERP protocol .FSR is giving worst performance at speeds between 10mps and IERP worst performing 30mps and good performing 60mps..
  • 4. Comparative Study of AODV, FSR and IERP on MANET using Grid topology DOI: 10.9790/0661-17426872 www.iosrjournals.org 71 | Page Fig.2 Average Jitter vs. Maximum Speed Fig.3 Average end-to-end delay vs. Maximum speed Fig.4 Packet delivery Ratio vs. Maximum Speed Figure 4 shows the variation packet delivery ratio against maximum nodes speed and it is observed that AODV are performing very well as compared to other routing protocols for free space pathloss models in grid node placement. FSR is giving worst performance for free space pathloss models in grid placement. As speed of nodes is increased, performance of AODV ondeteriorating and IERP, FSR performance up and down.
  • 5. Comparative Study of AODV, FSR and IERP on MANET using Grid topology DOI: 10.9790/0661-17426872 www.iosrjournals.org 72 | Page VI. Conclusions In this paper the performance of AODV, FSR and IERP protocol is analyzed against Grid topology and pathloss model, used in Free space. With the help of simulation results a comparison of AODV FSR, IERP with variable maximum speed of nodes is presented. We measure End to End delay (s), Average Jitter (s), Throughput and Packet delivery ratio as performance metrics. Simulation results shows AODV perform well for throughput and packet delivery ratio,average jitter and average end to end delay for maximum speed of nodes compare to FSR and IERP.FSR perform worst in throughput and packet delivery ratio with varying maximum speed. IERP shows worst perform in average end-to-end delay and average jitter worst varying maximum speed.IERP throughput and packet delivery ratio is better than FSR with varying maximum speed and FSR shows lowest throughput and packet delivery ratio with varying maximum speed. FSR shows best performance for average jitter and average end-to-end delay with the varying maximum speed. References [1]. V. Sahu, G. Sharma, and R. Paulus, “Study of Performance Variation of AODV Routing Protocol for Various Parameter Patterns using Qualnet Simulator”, volume-54, no. 6, pp. 7-11, September, 2012, IJCA (0975-8887). [2]. GauravSharma ,V. Sahu, P. K. Maurya, R.Paulus ,”Analyzing the Effect of Constant and Lognormal Shadowing Model on Ad-hoc Routing Protocols”Volume 66– No.8,IJCA,March,pp-16-19,Mar 2013. [3]. Ashish A Roberts, R. Paulus, A K Jaiswal,”WSN Performance Parameters of AODV, DYMO, OLSR and IERP in RWP Mobility Model through, IJCA, March 2013. [4]. C.E. Perkins and E.M. Royer, “Ad-hoc On-Demand Distance Vector Routing”, Proceeding of 2nd IEEE Workshop, Mobile Computing System Applications, pp:90-100, 1999. [5]. Perkins, E. Belding-Royer, and S. Das, “Ad hoc On-Demand Distance Vector (AODV) Routing, “draft-ietf-manet-aodv-13.txt, Feb. 2003. [6]. I.Chakeres, C.Perkins, “Dynamic MANET On-Demand (DYMO) Routing,” IETF Internet-Draft, draft-ietf-manet-dymo-23, pp. 20- 25, October.2012. [7]. MahendraSrivastava,Rajeev Paulus, A K Jaiswal and P K Maurya,”Analyzing the Effect of Various Fading Models on MANET Routing Protocols”’IJCA, June 2013. [8]. P.Jaquet, P. Muhlethaler and Aqayyum. “Optimized Link State Routing Protocol”, IETF Draft, draft-ietf-manet-olsr-06.txt. [9]. Haas, Zygmunt J., Pearlman, Marc R., Samar, P.Interzone Routing Protocol (IERP), June 2001, IETF Internet Draft, draft- ietf- manet-ierp-01.txt. [10]. S. R. Raju and J.Mungara“Performance Evaluation of ZRP over AODV and DSR in Mobile Adhoc Networks Using Qualnet”ISSN 1450-216X Vol.45 No.4 (2010), pp.651-667, European Journal of Scientific Research, 2010. [11]. Mario Gerla, Xiaoyan Hong, Guangyu Pei,” Fisheye State Routing Protocol (FSR)”, IETF, Draft, draft-ietf-manet-fsr-03.txt, 2002. [12]. The QualNet simulator, www.scalable-networks.com. [13]. PrashantkumarMaurya,RajeevPaulus,A.K. Jaiswal ,MahendraSrivastava , “Performance Analysis of ZRP over AODV, DSR and DYMO for MANET under Various Network Conditions using QualNet Simulator” IJCA,March.2013. [14]. SubramanyaBhat.M, Shwetha.D and Devaraju.J.T”A Performance Study of Proactive, Reactive and Hybrid Routing Protocols using Qualnet Simulator “Volume 28-No.5, IJCA. Aug. 2011. [15]. K.Suresh and K.Jogendra “Comparative Performance Study of Zone Routing Protocol over AODV and DSR Routing Protocols on Constant Bit Rate (CBR)” Volume 45– No.4, May 2012, IJCA (0975 – 8887). [16]. Zygmunt J. Haas, Marc R. Pearlman, Prince Samar, Cornell University, The Interzone Routing Protocol (IERP) for Ad Hoc Networks, draft-ietf-manet-zone-ierp-01.txt.