SlideShare a Scribd company logo
1 of 12
Download to read offline
Scientific Journal Impact Factor (SJIF): 1.711
International Journal of Modern Trends in Engineering and
Research
www.ijmter.com
@IJMTER-2014, All rights Reserved 61
e-ISSN: 2349-9745
p-ISSN: 2393-8161
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF
AODV AND DSR ROUTING PROTOCOLS IN WIRELESS AD-HOC
NETWORKS
1
Pankaj Kumar Varshney, 2
G.S.Agrawal, 3
Sudhir Kumar Sharma
1, 2
Institute of Computer Applications, Mangalayatan University, Beswan, Aligarh-U.P. (India)
3
School of Engineering, Jaipur National University, Jaipur-Raj. (India)
_____________________________________________________________________________________________
Abstract: A central challenge in designing of wireless ad hoc networks is the development of dynamic
routing protocols that can efficiently find routes between two communication nodes when nodes are
mobile. To accomplish this, a number of ad hoc routing protocols had been proposed and implemented.
In wireless ad hoc network the selected protocol should find best route which can insure packet delivery
and packet integrity. Performance evolution of the protocols is the key step before selecting a particular
protocol. In this paper, the performance is compared on Ad hoc On-demand Distance Vector (AODV)
and Dynamic Source Routing (DSR) at application layer by varying the pause time and number of nodes
using QualNet 5.0.2 simulator. The average jitter, end-to-end delay, throughput and packet delivery
fraction (PDF) are the four common measures used for the comparison of the performance of above
protocols. The experimental results show that DSR perform better in low load and high pause time but
in case of high load and less pause time AODV outperform DSR.
Keywords: Average jitter, End-to-End delay, Packet delivery fraction, QualNet 5.0.2 Simulator, Routing
protocols, Throughput and Wireless Adhoc Network.
_________________________________________________________________________________________________________________
I. INTRODUCTION
Wireless ad hoc networks are collection of wireless nodes sharing a wireless channel without any base
station or centralized control. These nodes can act as a router as well as both end system. It has flexible
network architecture. There are variable routing paths to provide communication in case of limited
wireless connectivity range and resources constraints. Due to the rapidly changing the topology, routing
in wireless ad hoc networks can be challengeable task. A considerable amount of research has been done
in this area, and number of routing protocols have been developed [2, 3]. Most of these protocols such as
AODV, DSR, and DSDV use best effort to find out the routes. Routing protocol is the way to deliver the
message from source to the precise destination. Routing protocols can be categorized as proactive routing
protocol also known as table driven routing protocols and reactive routing protocols also known as on
demand routing protocol [4, 5]. Each of these types of protocols may behave differently on different
wireless scenarios. Hence, the performance evolution is main issue to know its behaviour in wireless
environment. The main objective of this paper to study the effects on characteristics of AODV and DSR
reactive routing protocols on varying the network load and pause time in the proposed scenarios shown in
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 62
table 1. We emphasized on the four major performance matrices i.e. average jitter, average end-to-end
delay, throughput, and packet delivery fraction for comparison of performance of AODV and DSR
protocols. The rest of the paper is organized as follows. Section 2 gives the brief idea of DSR and AODV
routing protocols used for performance evolution. Section 3 we present literature review. Section 4
describes the methodology and performance metrics. Section 5 discussions the simulation results. Section
6 gives the conclusion of the experimental results.
II. AD HOC NETWORK ROUTING PROTOCOLS
Routing protocol can be reactive and proactive. In Reactive or on-demand routing is a source initiative
routing protocols. All possible routing routes are only discovered when they are actually demanded by
source nodes. The reactive routing protocols have two major components i.e. route discovery and route
maintenance [6-9].
Route discovery: It is required when any source node desires to send a message to the destination; it first
looks at its route cache. If the required route is available in cache, the source node puts all the address of
the nodes for the path to destination in the header. If route is not present, source node initiate a route
discovery process through the broadcasts the packet having the destination address and the address of
intermediate nodes to the destination.
Route maintenance: Due to mobility of nodes, the nodes change their topology and hence route
maintenance is done through the use of acknowledgement.
In proactive routing protocols each node maintains its routing table. Tables are containing routing
information to every other node in the network. Since, the nodes are mobile, so they require updating
throughout the network periodically whenever change occurs.
2.1 AD HOC ON-DEMAND DISTANCE VECTOR ROUTING (AODV):
AODV is a reactive routing protocol, which is basically improvement of DSDV proactive routing
protocol. It minimizes the number of broadcasts by creating routes based on demand, which is not in the
case of DSDV. When any source node wants to send a packet to a destination, it broadcasts a route
request (RREQ) packet. The neighbouring nodes in turn broadcast the packet to their neighbours and the
process continues until the packet reaches the destination. During the process of forwarding the route
request, intermediate nodes record the address of the neighbour from which the first copy of the broadcast
packet is received. This record is stored in their route tables, which helps for establishing a reverse path.
If additional copies of the same RREQ are later received, these packets are discarded. The reply is sent
using the reverse path. If any intermediate node moves within a particular route, the neighbour of the
drifted node can detect the link failure and sends a link failure notification to its upstream neighbour. This
process continues until the failure notification reaches the source node. Based on the received
information, the source might decide to re-initiate the route discovery phase.
2.2 DYNAMIC SOURCE ROUTING (DSR):
DSR is a reactive protocol based on the source route approach. DSR allows the network to be self-
organizing without the need for any fixed network infrastructure or administration. Dynamic Source
Routing (DSR), the protocol is based on the link state algorithm in which source initiates route discovery
on demand basis. The sender determines the route from source to destination and it includes the address
of intermediate nodes to the route record in the packet. DSR was designed for multi hop networks for
small diameters.
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 63
III. LITERATURE REVIEW
During last few years’ lot of research work had been done in the area of wireless ad hoc network to
compare the performance of the popular routing protocols such as AODV and DSR on the basis of
different parametric matrices like Throughput, Average end-to-end delay, Average jitter, Packet delivery
fraction etc. Researchers had studied about performance of routing protocols in wireless ad hoc network
for different scenarios [10-20]. In [10], the author observed that when increase the pause time DSR
outperforms AODV in terms of packet delivery ratio. In that study, they have observed that DSR
performs better in both the case of packet delivery fraction and throughput over DSDV routing protocol
on varying the nodes [11]. It was seen that proactive routing protocol OLSR performed better than the
reactive routing protocols AODV, DSR and TORA for medium size MANETs [12]. In [13] researchers
analysed that in low mobility DSR are perform well but in case of high mobility AODV is better
performed over DSR. In [14], researcher mentions in result that the DSR shows best performance than
AODV, FSR and ZRP in terms of packet delivery ratio and throughput as a function of pause time. FSR
show lowest end-to-end delay and ZRP has less average jittering than DSR, AODV and FSR. DSR and
AODV performed the worst in case of average jitter and ZRP performed the worst in case of throughput.
The authors [15], conducted a comparative study for AODV and DSR, and indicated that the AODV
gives better PDF then DSR, while DSR gives better routing overhead and End- to- End delay in most
mobility scenarios. In DSR [16] performs better than AODV and WRP in terms of packet delivery ratio
and throughput when increase the pause time. In [17], that study, at low network load AODV performs
better in case of packet delivery fraction but it performs badly in terms of average end-end delay, routing
load and routing packets. At high network load and mobility OLSR performs well with respect to packet
delivery fraction. In that study authors [18], simulation results show that amongst all the protocols,
AODV has a stable End to End Delay despite mobility as it has the feature of On-Demand Routing
protocol and also maintains a Routing table. In [19], authors show that EAODV improves the
performance of AODV in most metrics, as the end to end delay, packet delivery fraction, average
throughput and packet loss especially in high data rate. Authors observed [20], that DSR and DSDV have
low and stable routing overhead as comparison to AODV that varies a lot. Avg. End to End delay of
DSDV is very high for pause time 0 but it starts decreasing as pause time increases.
IV. METHODOLOGY AND PERFORMANCE MATRICES
4.1. SIMULATION SETUP
The Our aim of this simulation study is to analyze the performance of AODV and DSR wireless ad hoc
routing protocol on the basis of varying nodes and pause time. The simulations have been performed
using QualNet version 5.0.2, software that provides scalable simulations of wireless ad hoc networks. The
simulation has carryout in terrine dimensions 500X500 with 100 nodes placed randomly and duration
fixed 100 sec for each of simulation. The nodes moved following the random waypoint mobility model
with 2 seed value and minimum and maximum speed of nodes are 2 and 20 metres per second
respectively. The MAC protocol is used the IEEE 802.11b with the 2.4 GHz channel frequency. The
nodes have application run on CBR (constant bit rate) traffic. We are taking 512 bytes size for the each
packet to send the 10,000 packets in the said environment with the interval of 50 milliseconds.
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 64
Table 1
Simulator Parameters
MAC Layer Protocol 802.11
Routing Protocols AODV, DSR
Traffic Type Constant bit rate (CBR)
Mobility Model Random Way Point
Radio Type 802.11 b Radio
Channel Frequency 2.4 GHz
Interval 50 m/s
Start Time 50 m/s
End Time 0 m/s
1. Scenario Parameters(Varying Number of Nodes)
Packet size 512
Item to be send 10000
Number of Nodes 10,30,50,70,90,100
Node Placement Random
Terrine Dimensions 500 X 500
Seed value 2
Simulation time 100 sec
Number of CBR 5
Pause Time 30 sec
Maximum Speed 20 m/s
Minimum Speed 2 m/s
Performance Matrices in Application Layer PDF, Average Jitter, Average End-to-End Delay,
Throughput
2. Scenario Parameters(Varying Pause Time)
Packet size 512
Item to be send 10000
Number of Nodes 100
Node Placement Random
Terrine Dimensions 500 X 500
Seed value 2
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 65
Simulation time 100 sec
Number of CBR 5
Pause Time 10 ,20,30,40,50sec
Maximum Speed 20 m/s
Minimum Speed 2 m/s
Performance Matrices in Application Layer PDF, Average Jitter, Average End-to-End Delay,
Throughput
4.2. PERFORMANCE MATRICES
To analyze the performance of routing protocols, metrics are needed. So, we use four different metrics to
compare the performance. They are:
Average Jitter: It is the variation in the time between packets arriving. Jitter is commonly used as an
indicator of consistency and stability of a network.
Throughput: Throughput is the number of packet that is passing through the channel in a particular unit
of time.
Average End-to-End Delay: End-to-end delay indicates how long it took for a packet to travel from the
source to the application layer of the destination.
Packet Delivery Fraction: The fraction of packets sent by the application that are received by the
receivers.
V. RESULTS AND DISCUSSION
In this paper the performance evaluation is carried out in wireless ad hoc network by varying two
parameters i.e. number of nodes and pause time while keeping other parameters fixed. AODV and DSR
protocols are considered for the analysis purpose.
Fig. 1(a): Comparison of AODV and DSR Protocols with respect to Nodes Vs Average Jitter in Application Layer.
10 30 50 70 90 100
AODV 0.00595467 0.0064117 0.00827641 0.00670838 0.00656872 0.0068889
DSR 0.00655302 0.00709 0.0288502 0.00755452 0.00756693 0.0154896
0
0.01
0.02
0.03
0.04
Nodes Vs Average Jitter
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 66
Fig. 1(b): Comparison of AODV and DSR Protocols with respect to Nodes Vs Throughput in Application Layer
Fig. 1(c): Comparison of AODV and DSR Protocols with respect to Nodes Vs Average End – to-End Delay in Application
Layer.
Table 2
Comparison of AODV and DSR Protocols with respect to PDF in Application Layer on the basis
of varying nodes.
AODV DSR
Nodes Packet Received Packet Send Nodes Packet Received
Packet
Send
10 1992.2 1999 10 1995.4 1999
30 1988.2 1999 30 1992.6 1999
50 1961.6 1999 50 1791.6 1999
70 1991.6 1999 70 1984.2 1999
90 1989 1999 90 1967.2 1999
100 1986.6 1999 100 1884.8 1999
11909.2 11994 11615.8 11994
PDF= 99.29297982 PDF= 96.84675671
5.1. NETWORK LOAD ANALYSIS:
In this analysis the number of nodes varied as 10, 30, 50, 70, 90, and 100 where as the pause time, terrain
dimension and simulation time are fixed at 30s, 500X500 and 100s respectively with 5 random CBR.
The performance plots i.e. Number of nodes Vs Average jitter, Number of nodes Vs Throughput, Number
of nodes Vs Average End-to-End delay, and Numbers of nodes Vs Packet delivery fraction is shown fig
1(a), (b), (c), and table 2 respectively. In terms of average jitter the DSR and AODV have slightly
differed up to 10 to 30 nodes but as increase the nodes the average jitter value of DSR is high as
compared to AODV. But it is not fixed; vary as increase the number of nodes. From fig 1(b) the
throughput of DSR is better than AODV up to 10 to 30 nodes but as increase number of nodes throughput
is better in case of AODV than DSR. So we are observed that AODV outperform the DSR when the
network load is high. Similarly the average end-to-end delay of DSR and AODV is likely similar up to 10
10 30 50 70 90 100
AODV 81662.2 81498.2 80449.2 81631.4 81525.4 81449.2
DSR 81838.6 81777.6 73676.8 81406.2 80717.6 77512
65000
70000
75000
80000
85000
Nodes Vs Throughput
10 30 50 70 90 100
AODV 0.0124669 0.0138207 0.0180919 0.0139813 0.0143166 0.0137643
DSR 0.0155418 0.0159059 0.914536 0.041726 0.0156589 0.47567
0
0.5
1
Nodes Vs Average End-to-End Delay
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 67
to 30 nodes. But as increase the number of nodes the average end-to-end is greater in case of DSR than
AODV shown in fig 1(c). The PDF calculated value of AODV and DSR is 99.29297982 and
96.84675671 respectively as shown in table 2. According to the result the PDF value of AODV is greater
than DSR as increase the network loads.
Fig. 2(a): Comparison of AODV and DSR Protocols with respect to Pause Time Vs Average Jitter in Application Layer
Fig. 2(b): Comparison of AODV and DSR Protocols with respect to Pause Time Vs Throughput in Application Layer
Fig. 2(c): Comparison of AODV and DSR Protocols with respect to Pause Time Vs Average End – to-End Delay in
Application Layer
Table 3
Comparison of AODV and DSR Protocols with respect to PDF in Application Layer on the basis
of varying pause times.
10 20 30 40 50
AODV 0.0068889 0.00610351 0.0061824 0.00843398 0.00601519
DSR 0.0154896 0.00686299 0.0075451 0.00930424 0.00657086
0
0.005
0.01
0.015
0.02
Pause Time Vs Average Jitter
10 20 30 40 50
AODV 81449.2 81706 81674.4 80376.2 81503.6
DSR 77512 82017 81557.8 81484.8 81445.4
74000
76000
78000
80000
82000
84000
Pause Time Vs Throughput
10 20 30 40 50
AODV 0.0137643 0.0118307 0.0133239 0.0182973 0.0111597
DSR 0.47567 0.0170689 0.0632807 0.0237423 0.0174015
0
0.1
0.2
0.3
0.4
0.5
Pause Time Vs Average End to End
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 68
AODV DSR
Pause Time Packet Received Packet Send Pause Time Packet Received Packet Send
10 1986.6 1999 10 1884.8 1999
20 1993.4 1999 20 1993.6 1999
30 1992.4 1999 30 1988.2 1999
40 1961 1999 40 1983.2 1999
50 1988 1999 50 1980.4 1999
PDF= 99.26363182 PDF= 98.35117559
5.2. PAUSE TIME ANALYSIS:
In simulation we considered the following pause times: 10s, 20s, 30s, 40s, and 50s with minimum and
maximum speed of nodes is 2s and 20s respectively. And the number of nodes is fixed at 100 for each
scenario of different pause time keeping all other parameters constant. The performance plots i.e. Pause
time Vs Average jitter, Pause time Vs Throughput, Pause time Vs Average End-to-End delay, and Pause
time Vs Packet delivery fraction is shown fig 2(a), (b), (c), and table 3 respectively. In terms of average
jitter when pause time (0-10 m/s) DSR has higher average jitter as compare to AODV but as increase the
pause time the average jitter of DSR is decreases but higher than AODV shown in fig 2(a). As shown in
fig 2(b) in case of throughput the DSR is better performing as compare to AODV when as increase the
pause time. But when the pause time less then 20m/s the AODV protocol is much better perform as
compare to DSR. According to result shown in fig 2(c) average end-to-end Delay of reactive routing
protocol DSR is higher than AODV at 10 m/s pause time. When as increase the pause time the average
end-to-end delay is decrease for DSR but it is not fixed for particular range. Similarly the packet delivery
fraction value on varying the pause time as shown in table 3 of AODV is better as compare to DSR
protocol. The calculated PDF value for AODV is 99.26363182 and 98.35117559 for DSR.
VI. CONCLUSION
This paper compares the performance of two reactive routing protocols according to the four performance
matrices i.e. Throughput, Average Jitter, Average End-to-End Delay, and Packet Delivery Fraction (PDF)
on the basis of varying the number of nodes and pause times respectively. In considered mobility
scenarios, AODV gives better PDF, Throughput and less average end-to-end delay, and average jitter than
DSR in high load of the nodes and less pause time. In low load DSR are perform better than AODV
routing protocol.
ACKNOWLEDGEMENTS
One of the authors P.K.V. thanks to Prof. Vijaya, Dr. Arun Prakash, Dr. Y.K.Prajapati, and Mr.
Maneesh Gupta ECE Deptt. MNNIT, Allahabad U.P. (India), for their kind support to perform the
simulation scenario on the QualNet 5.0.2 Simulator.
REFERENCES
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 69
[1]. Agrawal S., Daigavane M.B., and Kulat K.D., “Performance Evaluation of Routing Protocols for Wireless Adhoc Network”,
International Journal of Advanced Engineering Technology, Vol.III, Issue I, 2012, pp. 13-17.
[2]. Mohapatra S., and Kanungo p., “Performance analysis of AODV, DSR, OLSR and DSDV Routing Protocols using NS2
Simulator”, International Conference on Communication Technology and System Design 2011, 1877-7058 © Elsevier 2011
pp.69 – 76.
[3]. Alhamoodi S.A., and Raman K.K., “Performance Analysis with AODV Routing Protocol for Wireless Adhoc Network”,
International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622, Vol. 2, Issue 5, 2012, pp.144-148
[4]. Jain R., and Shrivastava L., “Study and Performance Comparison of AODV & DSR on the basis of Path Loss Propagation
Models”, International Journal of Advanced Science and Technology ,Vol. 32, 2011. pp. 45-51.
[5]. SHABAD M.A., and APTE S.S., “Scenario based Performance comparison of DSDV, DSR, AODV”, International Journal
of Advanced Research in Computer and Communication Engineering ,Vol. 2, Issue 8, 2013. pp. 3276-3280.
[6]. Kumar A., and Mittal P.,” Evaluating AODV & DSR Routing Protocols in Mobile Ad- Hoc NetworksUsing TCP Traffic
Class”, International Journal of Emerging Research in Management &Technology , Vol. 2, Issue 6,2013.pp.66-70.
[7]. Priyanshu and Maurya. A.K.,” Survey: Comparison Estimation of Various Routing Protocols In Mobile Ad-Hoc Network”,
International Journal of Distributed and Parallel Systems (IJDPS) ,Vol.5, 2014.pp.87-96.
[8]. Bhavyesh Divecha1., Abraham A., Grosan C., and Sanyal S.,” Analysis of Dynamic Source Routing and Destination-
Sequenced Distance-Vector Protocols for Different Mobility models”, Proceedings of the First Asia International Conference
on Modelling & Simulation (AMS'07) 0-7695-2845-7/07©IEEE 2007.
[9]. Kaur P and Rai M.K.,” A Novel Review on Routing Protocols in MANETs”, Undergraduate Academic Research Journal
(UARJ), Vol.1, Issue 1, 2012. pp.103-108.
[10]. Sreerama M.M, and Das M.V.,” Performance Evalution of MANET Routing Protocols using Reference Point Group Mobility
and Random WayPoint Models”, International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.2, Issue 1,
2011.pp.33-43.
[11]. Singh R., Singh D. K., and Kumar L.,” Performance Evaluation of DSR and DSDV Routing Protocols for Wireless Ad Hoc
Networks”, Int. J. Advanced Networking and Applications , Vol. 02, Issue 4, 2011. Pp. 732-737.
[12]. Kadyamatimba A., Mbougni M., Ncube, Z.P., Helberg A., and Dube E.,” Performance Evaluation of Routing Protocols in
Mobile Ad Hoc Networks Using Http Traffic”, DOI: 10.7763/IPEDR, Vol. 54, Issue 14, 2012. pp. 69-74.
[13]. Shah S., Khandre A., Shirole M.,3 and Bhole G.,” Performance Evaluation of Ad Hoc Routing Protocols Using NS2
Simulation”, Mobile and Pervasive Computing (CoMPC–2008), 2008. Pp. 167-171.
[14]. Sathish S.,Thangavel K.,and Boopathi S.,” Performance Analysis of DSR, AODV, FSR and ZRP Routing Protocols in
MANET”, MES Journal of Technology and Management, 2011. pp 57 – 61.
[15]. Gupta S., Sunanda Arora S., and Banga G.,” Simulation Based Performance Comparison of AODV and DSR Routing
Protocols in MANETS”, International Journal of Applied Engineering Research, Vol.7, Issue 11 2012.© Research India
Publications.
[16]. Sharma M.L.,Rizvi N.F., Sharma N., Malhan A., and Sharma S., “ Performance Evaluation of MANET Routing Protocols
under CBR and FTP traffic classes ”, Int. J. Comp. Tech. Appl., Vol. 2, Issue 3, 2012. pp. 392-400.
[17]. Azadm S., Rahman A., and Anwar F.,” A performance Comparison of Proactive and Reactive Routing Protocols of Mobile
Ad-hoc Network(MANET) ”, Journal of Engineering and Applied Science ,Vol. 2,Issue 5 2007. pp. 891-896. © Medwell
Journals, 2007.
[18]. Khandakar A.,” Step by Step Procedural Comparison of DSR, AODV and DSDV Routing protocol”, 4th
International
Conference on Computer Engineering and Technology (ICCET 2012) IPCSIT , Vol.40, 2012. © IACSIT Press,
Singapore.pp.36-40.
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 70
[19]. Saini G.L., Panwar D.,and, Singh V.,” Modeling, Implementation and Performance investigation of Efficient-AODV Routing
Protocol in MANET using Data Rate”, International Journal of Enhanced Research in Science Technology &
Engineering,Vol. 3 Issue 1, 2014, pp. 76-82.
[20]. Lego K., Singh P.K., and Sutradhar D.,” Comparative Study of Adhoc Routing Protocol AODV,DSR and DSDV in Mobile
Adhoc NETwork” ,Indian Journal of Computer Science and Engineering ,Vol. 1, Issue 4, 2010. pp. 364-371.
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCOLS IN WIRELESS AD-HOC NETWORKS
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCOLS IN WIRELESS AD-HOC NETWORKS

More Related Content

What's hot

IRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing ProtocolIRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing ProtocolIRJET Journal
 
EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...
EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...
EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...cscpconf
 
Prediction Algorithm for Mobile Ad Hoc Network Connection Breaks
Prediction Algorithm for Mobile Ad Hoc Network Connection BreaksPrediction Algorithm for Mobile Ad Hoc Network Connection Breaks
Prediction Algorithm for Mobile Ad Hoc Network Connection BreaksIJCNCJournal
 
Quality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
Quality of service Routing Using Stable Nodes in Mobile Ad hoc NetworksQuality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
Quality of service Routing Using Stable Nodes in Mobile Ad hoc Networksijceronline
 
A simulation based performance evaluation
A simulation based performance evaluationA simulation based performance evaluation
A simulation based performance evaluationijwmn
 
A study on performance comparison of dymo with aodv and dsr
A study on performance comparison of dymo with aodv and dsrA study on performance comparison of dymo with aodv and dsr
A study on performance comparison of dymo with aodv and dsrIAEME Publication
 
Performance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Performance Evaluation and Comparison of Ad-Hoc Source Routing ProtocolsPerformance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Performance Evaluation and Comparison of Ad-Hoc Source Routing ProtocolsNarendra Singh Yadav
 
Bandwidth aware on demand multipath routing in manets
Bandwidth aware on demand multipath routing in manetsBandwidth aware on demand multipath routing in manets
Bandwidth aware on demand multipath routing in manetsijwmn
 
Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...
Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...
Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...IOSR Journals
 
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 IJCER (www.ijceronline.com) International Journal of computational Engineeri... IJCER (www.ijceronline.com) International Journal of computational Engineeri...
IJCER (www.ijceronline.com) International Journal of computational Engineeri...ijceronline
 
Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...
Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...
Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...IJERA Editor
 
A cross layer delay-aware multipath routing algorithm for mobile adhoc networks
A cross layer delay-aware multipath routing algorithm for mobile adhoc networksA cross layer delay-aware multipath routing algorithm for mobile adhoc networks
A cross layer delay-aware multipath routing algorithm for mobile adhoc networkscsandit
 
IMPROVED NETWORK CONNECTIVITY IN MANETS
IMPROVED NETWORK CONNECTIVITY IN MANETSIMPROVED NETWORK CONNECTIVITY IN MANETS
IMPROVED NETWORK CONNECTIVITY IN MANETSIJCNCJournal
 
Comparison of routing protocols with performance parameters for different num...
Comparison of routing protocols with performance parameters for different num...Comparison of routing protocols with performance parameters for different num...
Comparison of routing protocols with performance parameters for different num...ijctet
 
Performance analysis of routing protocols and tcp variants under http and ftp...
Performance analysis of routing protocols and tcp variants under http and ftp...Performance analysis of routing protocols and tcp variants under http and ftp...
Performance analysis of routing protocols and tcp variants under http and ftp...IJCNCJournal
 

What's hot (19)

IRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing ProtocolIRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing Protocol
 
EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...
EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...
EVALUATION OF PROACTIVE, REACTIVE AND HYBRID AD HOC ROUTING PROTOCOL FOR IEEE...
 
Prediction Algorithm for Mobile Ad Hoc Network Connection Breaks
Prediction Algorithm for Mobile Ad Hoc Network Connection BreaksPrediction Algorithm for Mobile Ad Hoc Network Connection Breaks
Prediction Algorithm for Mobile Ad Hoc Network Connection Breaks
 
Quality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
Quality of service Routing Using Stable Nodes in Mobile Ad hoc NetworksQuality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
Quality of service Routing Using Stable Nodes in Mobile Ad hoc Networks
 
Fo35991995
Fo35991995Fo35991995
Fo35991995
 
A simulation based performance evaluation
A simulation based performance evaluationA simulation based performance evaluation
A simulation based performance evaluation
 
A study on performance comparison of dymo with aodv and dsr
A study on performance comparison of dymo with aodv and dsrA study on performance comparison of dymo with aodv and dsr
A study on performance comparison of dymo with aodv and dsr
 
Performance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Performance Evaluation and Comparison of Ad-Hoc Source Routing ProtocolsPerformance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Performance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
 
Bandwidth aware on demand multipath routing in manets
Bandwidth aware on demand multipath routing in manetsBandwidth aware on demand multipath routing in manets
Bandwidth aware on demand multipath routing in manets
 
R045059297
R045059297R045059297
R045059297
 
Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...
Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...
Performance Comparison of AODV, DSR and LAR1 in Mobile Ad-hoc Network based o...
 
Bh4103368374
Bh4103368374Bh4103368374
Bh4103368374
 
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 IJCER (www.ijceronline.com) International Journal of computational Engineeri... IJCER (www.ijceronline.com) International Journal of computational Engineeri...
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 
Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...
Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...
Comparative Analysis of MANET Routing Protocols and Cluster Head Selection Te...
 
A cross layer delay-aware multipath routing algorithm for mobile adhoc networks
A cross layer delay-aware multipath routing algorithm for mobile adhoc networksA cross layer delay-aware multipath routing algorithm for mobile adhoc networks
A cross layer delay-aware multipath routing algorithm for mobile adhoc networks
 
IMPROVED NETWORK CONNECTIVITY IN MANETS
IMPROVED NETWORK CONNECTIVITY IN MANETSIMPROVED NETWORK CONNECTIVITY IN MANETS
IMPROVED NETWORK CONNECTIVITY IN MANETS
 
Jj3416911698
Jj3416911698Jj3416911698
Jj3416911698
 
Comparison of routing protocols with performance parameters for different num...
Comparison of routing protocols with performance parameters for different num...Comparison of routing protocols with performance parameters for different num...
Comparison of routing protocols with performance parameters for different num...
 
Performance analysis of routing protocols and tcp variants under http and ftp...
Performance analysis of routing protocols and tcp variants under http and ftp...Performance analysis of routing protocols and tcp variants under http and ftp...
Performance analysis of routing protocols and tcp variants under http and ftp...
 

Similar to EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCOLS IN WIRELESS AD-HOC NETWORKS

PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...ijp2p
 
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIAENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIAIJITE
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...ijp2p
 
A Review of Ad hoc on demand distance vector routing and proposed AR-AODV
A Review of Ad hoc on demand distance vector routing and proposed AR-AODVA Review of Ad hoc on demand distance vector routing and proposed AR-AODV
A Review of Ad hoc on demand distance vector routing and proposed AR-AODVEditor IJMTER
 
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...Narendra Singh Yadav
 
Paper id 71201928
Paper id 71201928Paper id 71201928
Paper id 71201928IJRAT
 
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
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...IRJET Journal
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...IRJET Journal
 
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANETPERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANETijasuc
 
Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...
Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...
Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...pijans
 
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 Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...Performance Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...pijans
 
Improvement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetImprovement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetIAEME Publication
 
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
 
Survey of Modified Routing Protocols for Mobile Ad-hoc Network
Survey of Modified Routing Protocols for Mobile Ad-hoc NetworkSurvey of Modified Routing Protocols for Mobile Ad-hoc Network
Survey of Modified Routing Protocols for Mobile Ad-hoc Networkijsrd.com
 
Dsr aodv performance
Dsr aodv performanceDsr aodv performance
Dsr aodv performanceGilles Samba
 

Similar to EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCOLS IN WIRELESS AD-HOC NETWORKS (20)

PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
 
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIAENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
 
A Review of Ad hoc on demand distance vector routing and proposed AR-AODV
A Review of Ad hoc on demand distance vector routing and proposed AR-AODVA Review of Ad hoc on demand distance vector routing and proposed AR-AODV
A Review of Ad hoc on demand distance vector routing and proposed AR-AODV
 
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
 
Paper id 71201928
Paper id 71201928Paper id 71201928
Paper id 71201928
 
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
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
 
K017426872
K017426872K017426872
K017426872
 
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANETPERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
 
Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...
Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...
Performance Evaluation AODV, DYMO, OLSR and ZRPAD Hoc Routing Protocol for IE...
 
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 Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...Performance Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...
 
Improvement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetImprovement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanet
 
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...
 
Survey of Modified Routing Protocols for Mobile Ad-hoc Network
Survey of Modified Routing Protocols for Mobile Ad-hoc NetworkSurvey of Modified Routing Protocols for Mobile Ad-hoc Network
Survey of Modified Routing Protocols for Mobile Ad-hoc Network
 
Dsr aodv performance
Dsr aodv performanceDsr aodv performance
Dsr aodv performance
 
En33838844
En33838844En33838844
En33838844
 

More from Editor IJMTER

A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIPA NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIPEditor IJMTER
 
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...Editor IJMTER
 
Analysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX EnvironmentAnalysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX EnvironmentEditor IJMTER
 
A Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-DuplicationA Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-DuplicationEditor IJMTER
 
Aging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the InternetAging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the InternetEditor IJMTER
 
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...Editor IJMTER
 
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMESA CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMESEditor IJMTER
 
Sustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building MaterialSustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building MaterialEditor IJMTER
 
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TESTUSE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TESTEditor IJMTER
 
Textual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative AnalysisTextual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative AnalysisEditor IJMTER
 
Testing of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different ProcessorsTesting of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different ProcessorsEditor IJMTER
 
Survey on Malware Detection Techniques
Survey on Malware Detection TechniquesSurvey on Malware Detection Techniques
Survey on Malware Detection TechniquesEditor IJMTER
 
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICESURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICEEditor IJMTER
 
SURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODSSURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODSEditor IJMTER
 
Survey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor NetworkSurvey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor NetworkEditor IJMTER
 
Step up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor DriveStep up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor DriveEditor IJMTER
 
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATIONSPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATIONEditor IJMTER
 
Software Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing SchemeSoftware Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing SchemeEditor IJMTER
 
Software Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global AnalysisSoftware Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global AnalysisEditor IJMTER
 
Software Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking SchemeSoftware Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking SchemeEditor IJMTER
 

More from Editor IJMTER (20)

A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIPA NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
 
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
 
Analysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX EnvironmentAnalysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX Environment
 
A Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-DuplicationA Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-Duplication
 
Aging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the InternetAging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the Internet
 
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
 
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMESA CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
 
Sustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building MaterialSustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building Material
 
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TESTUSE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
 
Textual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative AnalysisTextual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative Analysis
 
Testing of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different ProcessorsTesting of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different Processors
 
Survey on Malware Detection Techniques
Survey on Malware Detection TechniquesSurvey on Malware Detection Techniques
Survey on Malware Detection Techniques
 
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICESURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
 
SURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODSSURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODS
 
Survey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor NetworkSurvey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor Network
 
Step up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor DriveStep up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor Drive
 
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATIONSPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
 
Software Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing SchemeSoftware Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing Scheme
 
Software Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global AnalysisSoftware Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global Analysis
 
Software Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking SchemeSoftware Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking Scheme
 

Recently uploaded

(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 

Recently uploaded (20)

(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 

EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCOLS IN WIRELESS AD-HOC NETWORKS

  • 1. Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com @IJMTER-2014, All rights Reserved 61 e-ISSN: 2349-9745 p-ISSN: 2393-8161 EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCOLS IN WIRELESS AD-HOC NETWORKS 1 Pankaj Kumar Varshney, 2 G.S.Agrawal, 3 Sudhir Kumar Sharma 1, 2 Institute of Computer Applications, Mangalayatan University, Beswan, Aligarh-U.P. (India) 3 School of Engineering, Jaipur National University, Jaipur-Raj. (India) _____________________________________________________________________________________________ Abstract: A central challenge in designing of wireless ad hoc networks is the development of dynamic routing protocols that can efficiently find routes between two communication nodes when nodes are mobile. To accomplish this, a number of ad hoc routing protocols had been proposed and implemented. In wireless ad hoc network the selected protocol should find best route which can insure packet delivery and packet integrity. Performance evolution of the protocols is the key step before selecting a particular protocol. In this paper, the performance is compared on Ad hoc On-demand Distance Vector (AODV) and Dynamic Source Routing (DSR) at application layer by varying the pause time and number of nodes using QualNet 5.0.2 simulator. The average jitter, end-to-end delay, throughput and packet delivery fraction (PDF) are the four common measures used for the comparison of the performance of above protocols. The experimental results show that DSR perform better in low load and high pause time but in case of high load and less pause time AODV outperform DSR. Keywords: Average jitter, End-to-End delay, Packet delivery fraction, QualNet 5.0.2 Simulator, Routing protocols, Throughput and Wireless Adhoc Network. _________________________________________________________________________________________________________________ I. INTRODUCTION Wireless ad hoc networks are collection of wireless nodes sharing a wireless channel without any base station or centralized control. These nodes can act as a router as well as both end system. It has flexible network architecture. There are variable routing paths to provide communication in case of limited wireless connectivity range and resources constraints. Due to the rapidly changing the topology, routing in wireless ad hoc networks can be challengeable task. A considerable amount of research has been done in this area, and number of routing protocols have been developed [2, 3]. Most of these protocols such as AODV, DSR, and DSDV use best effort to find out the routes. Routing protocol is the way to deliver the message from source to the precise destination. Routing protocols can be categorized as proactive routing protocol also known as table driven routing protocols and reactive routing protocols also known as on demand routing protocol [4, 5]. Each of these types of protocols may behave differently on different wireless scenarios. Hence, the performance evolution is main issue to know its behaviour in wireless environment. The main objective of this paper to study the effects on characteristics of AODV and DSR reactive routing protocols on varying the network load and pause time in the proposed scenarios shown in
  • 2. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 62 table 1. We emphasized on the four major performance matrices i.e. average jitter, average end-to-end delay, throughput, and packet delivery fraction for comparison of performance of AODV and DSR protocols. The rest of the paper is organized as follows. Section 2 gives the brief idea of DSR and AODV routing protocols used for performance evolution. Section 3 we present literature review. Section 4 describes the methodology and performance metrics. Section 5 discussions the simulation results. Section 6 gives the conclusion of the experimental results. II. AD HOC NETWORK ROUTING PROTOCOLS Routing protocol can be reactive and proactive. In Reactive or on-demand routing is a source initiative routing protocols. All possible routing routes are only discovered when they are actually demanded by source nodes. The reactive routing protocols have two major components i.e. route discovery and route maintenance [6-9]. Route discovery: It is required when any source node desires to send a message to the destination; it first looks at its route cache. If the required route is available in cache, the source node puts all the address of the nodes for the path to destination in the header. If route is not present, source node initiate a route discovery process through the broadcasts the packet having the destination address and the address of intermediate nodes to the destination. Route maintenance: Due to mobility of nodes, the nodes change their topology and hence route maintenance is done through the use of acknowledgement. In proactive routing protocols each node maintains its routing table. Tables are containing routing information to every other node in the network. Since, the nodes are mobile, so they require updating throughout the network periodically whenever change occurs. 2.1 AD HOC ON-DEMAND DISTANCE VECTOR ROUTING (AODV): AODV is a reactive routing protocol, which is basically improvement of DSDV proactive routing protocol. It minimizes the number of broadcasts by creating routes based on demand, which is not in the case of DSDV. When any source node wants to send a packet to a destination, it broadcasts a route request (RREQ) packet. The neighbouring nodes in turn broadcast the packet to their neighbours and the process continues until the packet reaches the destination. During the process of forwarding the route request, intermediate nodes record the address of the neighbour from which the first copy of the broadcast packet is received. This record is stored in their route tables, which helps for establishing a reverse path. If additional copies of the same RREQ are later received, these packets are discarded. The reply is sent using the reverse path. If any intermediate node moves within a particular route, the neighbour of the drifted node can detect the link failure and sends a link failure notification to its upstream neighbour. This process continues until the failure notification reaches the source node. Based on the received information, the source might decide to re-initiate the route discovery phase. 2.2 DYNAMIC SOURCE ROUTING (DSR): DSR is a reactive protocol based on the source route approach. DSR allows the network to be self- organizing without the need for any fixed network infrastructure or administration. Dynamic Source Routing (DSR), the protocol is based on the link state algorithm in which source initiates route discovery on demand basis. The sender determines the route from source to destination and it includes the address of intermediate nodes to the route record in the packet. DSR was designed for multi hop networks for small diameters.
  • 3. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 63 III. LITERATURE REVIEW During last few years’ lot of research work had been done in the area of wireless ad hoc network to compare the performance of the popular routing protocols such as AODV and DSR on the basis of different parametric matrices like Throughput, Average end-to-end delay, Average jitter, Packet delivery fraction etc. Researchers had studied about performance of routing protocols in wireless ad hoc network for different scenarios [10-20]. In [10], the author observed that when increase the pause time DSR outperforms AODV in terms of packet delivery ratio. In that study, they have observed that DSR performs better in both the case of packet delivery fraction and throughput over DSDV routing protocol on varying the nodes [11]. It was seen that proactive routing protocol OLSR performed better than the reactive routing protocols AODV, DSR and TORA for medium size MANETs [12]. In [13] researchers analysed that in low mobility DSR are perform well but in case of high mobility AODV is better performed over DSR. In [14], researcher mentions in result that the DSR shows best performance than AODV, FSR and ZRP in terms of packet delivery ratio and throughput as a function of pause time. FSR show lowest end-to-end delay and ZRP has less average jittering than DSR, AODV and FSR. DSR and AODV performed the worst in case of average jitter and ZRP performed the worst in case of throughput. The authors [15], conducted a comparative study for AODV and DSR, and indicated that the AODV gives better PDF then DSR, while DSR gives better routing overhead and End- to- End delay in most mobility scenarios. In DSR [16] performs better than AODV and WRP in terms of packet delivery ratio and throughput when increase the pause time. In [17], that study, at low network load AODV performs better in case of packet delivery fraction but it performs badly in terms of average end-end delay, routing load and routing packets. At high network load and mobility OLSR performs well with respect to packet delivery fraction. In that study authors [18], simulation results show that amongst all the protocols, AODV has a stable End to End Delay despite mobility as it has the feature of On-Demand Routing protocol and also maintains a Routing table. In [19], authors show that EAODV improves the performance of AODV in most metrics, as the end to end delay, packet delivery fraction, average throughput and packet loss especially in high data rate. Authors observed [20], that DSR and DSDV have low and stable routing overhead as comparison to AODV that varies a lot. Avg. End to End delay of DSDV is very high for pause time 0 but it starts decreasing as pause time increases. IV. METHODOLOGY AND PERFORMANCE MATRICES 4.1. SIMULATION SETUP The Our aim of this simulation study is to analyze the performance of AODV and DSR wireless ad hoc routing protocol on the basis of varying nodes and pause time. The simulations have been performed using QualNet version 5.0.2, software that provides scalable simulations of wireless ad hoc networks. The simulation has carryout in terrine dimensions 500X500 with 100 nodes placed randomly and duration fixed 100 sec for each of simulation. The nodes moved following the random waypoint mobility model with 2 seed value and minimum and maximum speed of nodes are 2 and 20 metres per second respectively. The MAC protocol is used the IEEE 802.11b with the 2.4 GHz channel frequency. The nodes have application run on CBR (constant bit rate) traffic. We are taking 512 bytes size for the each packet to send the 10,000 packets in the said environment with the interval of 50 milliseconds.
  • 4. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 64 Table 1 Simulator Parameters MAC Layer Protocol 802.11 Routing Protocols AODV, DSR Traffic Type Constant bit rate (CBR) Mobility Model Random Way Point Radio Type 802.11 b Radio Channel Frequency 2.4 GHz Interval 50 m/s Start Time 50 m/s End Time 0 m/s 1. Scenario Parameters(Varying Number of Nodes) Packet size 512 Item to be send 10000 Number of Nodes 10,30,50,70,90,100 Node Placement Random Terrine Dimensions 500 X 500 Seed value 2 Simulation time 100 sec Number of CBR 5 Pause Time 30 sec Maximum Speed 20 m/s Minimum Speed 2 m/s Performance Matrices in Application Layer PDF, Average Jitter, Average End-to-End Delay, Throughput 2. Scenario Parameters(Varying Pause Time) Packet size 512 Item to be send 10000 Number of Nodes 100 Node Placement Random Terrine Dimensions 500 X 500 Seed value 2
  • 5. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 65 Simulation time 100 sec Number of CBR 5 Pause Time 10 ,20,30,40,50sec Maximum Speed 20 m/s Minimum Speed 2 m/s Performance Matrices in Application Layer PDF, Average Jitter, Average End-to-End Delay, Throughput 4.2. PERFORMANCE MATRICES To analyze the performance of routing protocols, metrics are needed. So, we use four different metrics to compare the performance. They are: Average Jitter: It is the variation in the time between packets arriving. Jitter is commonly used as an indicator of consistency and stability of a network. Throughput: Throughput is the number of packet that is passing through the channel in a particular unit of time. Average End-to-End Delay: End-to-end delay indicates how long it took for a packet to travel from the source to the application layer of the destination. Packet Delivery Fraction: The fraction of packets sent by the application that are received by the receivers. V. RESULTS AND DISCUSSION In this paper the performance evaluation is carried out in wireless ad hoc network by varying two parameters i.e. number of nodes and pause time while keeping other parameters fixed. AODV and DSR protocols are considered for the analysis purpose. Fig. 1(a): Comparison of AODV and DSR Protocols with respect to Nodes Vs Average Jitter in Application Layer. 10 30 50 70 90 100 AODV 0.00595467 0.0064117 0.00827641 0.00670838 0.00656872 0.0068889 DSR 0.00655302 0.00709 0.0288502 0.00755452 0.00756693 0.0154896 0 0.01 0.02 0.03 0.04 Nodes Vs Average Jitter
  • 6. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 66 Fig. 1(b): Comparison of AODV and DSR Protocols with respect to Nodes Vs Throughput in Application Layer Fig. 1(c): Comparison of AODV and DSR Protocols with respect to Nodes Vs Average End – to-End Delay in Application Layer. Table 2 Comparison of AODV and DSR Protocols with respect to PDF in Application Layer on the basis of varying nodes. AODV DSR Nodes Packet Received Packet Send Nodes Packet Received Packet Send 10 1992.2 1999 10 1995.4 1999 30 1988.2 1999 30 1992.6 1999 50 1961.6 1999 50 1791.6 1999 70 1991.6 1999 70 1984.2 1999 90 1989 1999 90 1967.2 1999 100 1986.6 1999 100 1884.8 1999 11909.2 11994 11615.8 11994 PDF= 99.29297982 PDF= 96.84675671 5.1. NETWORK LOAD ANALYSIS: In this analysis the number of nodes varied as 10, 30, 50, 70, 90, and 100 where as the pause time, terrain dimension and simulation time are fixed at 30s, 500X500 and 100s respectively with 5 random CBR. The performance plots i.e. Number of nodes Vs Average jitter, Number of nodes Vs Throughput, Number of nodes Vs Average End-to-End delay, and Numbers of nodes Vs Packet delivery fraction is shown fig 1(a), (b), (c), and table 2 respectively. In terms of average jitter the DSR and AODV have slightly differed up to 10 to 30 nodes but as increase the nodes the average jitter value of DSR is high as compared to AODV. But it is not fixed; vary as increase the number of nodes. From fig 1(b) the throughput of DSR is better than AODV up to 10 to 30 nodes but as increase number of nodes throughput is better in case of AODV than DSR. So we are observed that AODV outperform the DSR when the network load is high. Similarly the average end-to-end delay of DSR and AODV is likely similar up to 10 10 30 50 70 90 100 AODV 81662.2 81498.2 80449.2 81631.4 81525.4 81449.2 DSR 81838.6 81777.6 73676.8 81406.2 80717.6 77512 65000 70000 75000 80000 85000 Nodes Vs Throughput 10 30 50 70 90 100 AODV 0.0124669 0.0138207 0.0180919 0.0139813 0.0143166 0.0137643 DSR 0.0155418 0.0159059 0.914536 0.041726 0.0156589 0.47567 0 0.5 1 Nodes Vs Average End-to-End Delay
  • 7. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 67 to 30 nodes. But as increase the number of nodes the average end-to-end is greater in case of DSR than AODV shown in fig 1(c). The PDF calculated value of AODV and DSR is 99.29297982 and 96.84675671 respectively as shown in table 2. According to the result the PDF value of AODV is greater than DSR as increase the network loads. Fig. 2(a): Comparison of AODV and DSR Protocols with respect to Pause Time Vs Average Jitter in Application Layer Fig. 2(b): Comparison of AODV and DSR Protocols with respect to Pause Time Vs Throughput in Application Layer Fig. 2(c): Comparison of AODV and DSR Protocols with respect to Pause Time Vs Average End – to-End Delay in Application Layer Table 3 Comparison of AODV and DSR Protocols with respect to PDF in Application Layer on the basis of varying pause times. 10 20 30 40 50 AODV 0.0068889 0.00610351 0.0061824 0.00843398 0.00601519 DSR 0.0154896 0.00686299 0.0075451 0.00930424 0.00657086 0 0.005 0.01 0.015 0.02 Pause Time Vs Average Jitter 10 20 30 40 50 AODV 81449.2 81706 81674.4 80376.2 81503.6 DSR 77512 82017 81557.8 81484.8 81445.4 74000 76000 78000 80000 82000 84000 Pause Time Vs Throughput 10 20 30 40 50 AODV 0.0137643 0.0118307 0.0133239 0.0182973 0.0111597 DSR 0.47567 0.0170689 0.0632807 0.0237423 0.0174015 0 0.1 0.2 0.3 0.4 0.5 Pause Time Vs Average End to End
  • 8. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 68 AODV DSR Pause Time Packet Received Packet Send Pause Time Packet Received Packet Send 10 1986.6 1999 10 1884.8 1999 20 1993.4 1999 20 1993.6 1999 30 1992.4 1999 30 1988.2 1999 40 1961 1999 40 1983.2 1999 50 1988 1999 50 1980.4 1999 PDF= 99.26363182 PDF= 98.35117559 5.2. PAUSE TIME ANALYSIS: In simulation we considered the following pause times: 10s, 20s, 30s, 40s, and 50s with minimum and maximum speed of nodes is 2s and 20s respectively. And the number of nodes is fixed at 100 for each scenario of different pause time keeping all other parameters constant. The performance plots i.e. Pause time Vs Average jitter, Pause time Vs Throughput, Pause time Vs Average End-to-End delay, and Pause time Vs Packet delivery fraction is shown fig 2(a), (b), (c), and table 3 respectively. In terms of average jitter when pause time (0-10 m/s) DSR has higher average jitter as compare to AODV but as increase the pause time the average jitter of DSR is decreases but higher than AODV shown in fig 2(a). As shown in fig 2(b) in case of throughput the DSR is better performing as compare to AODV when as increase the pause time. But when the pause time less then 20m/s the AODV protocol is much better perform as compare to DSR. According to result shown in fig 2(c) average end-to-end Delay of reactive routing protocol DSR is higher than AODV at 10 m/s pause time. When as increase the pause time the average end-to-end delay is decrease for DSR but it is not fixed for particular range. Similarly the packet delivery fraction value on varying the pause time as shown in table 3 of AODV is better as compare to DSR protocol. The calculated PDF value for AODV is 99.26363182 and 98.35117559 for DSR. VI. CONCLUSION This paper compares the performance of two reactive routing protocols according to the four performance matrices i.e. Throughput, Average Jitter, Average End-to-End Delay, and Packet Delivery Fraction (PDF) on the basis of varying the number of nodes and pause times respectively. In considered mobility scenarios, AODV gives better PDF, Throughput and less average end-to-end delay, and average jitter than DSR in high load of the nodes and less pause time. In low load DSR are perform better than AODV routing protocol. ACKNOWLEDGEMENTS One of the authors P.K.V. thanks to Prof. Vijaya, Dr. Arun Prakash, Dr. Y.K.Prajapati, and Mr. Maneesh Gupta ECE Deptt. MNNIT, Allahabad U.P. (India), for their kind support to perform the simulation scenario on the QualNet 5.0.2 Simulator. REFERENCES
  • 9. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 69 [1]. Agrawal S., Daigavane M.B., and Kulat K.D., “Performance Evaluation of Routing Protocols for Wireless Adhoc Network”, International Journal of Advanced Engineering Technology, Vol.III, Issue I, 2012, pp. 13-17. [2]. Mohapatra S., and Kanungo p., “Performance analysis of AODV, DSR, OLSR and DSDV Routing Protocols using NS2 Simulator”, International Conference on Communication Technology and System Design 2011, 1877-7058 © Elsevier 2011 pp.69 – 76. [3]. Alhamoodi S.A., and Raman K.K., “Performance Analysis with AODV Routing Protocol for Wireless Adhoc Network”, International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622, Vol. 2, Issue 5, 2012, pp.144-148 [4]. Jain R., and Shrivastava L., “Study and Performance Comparison of AODV & DSR on the basis of Path Loss Propagation Models”, International Journal of Advanced Science and Technology ,Vol. 32, 2011. pp. 45-51. [5]. SHABAD M.A., and APTE S.S., “Scenario based Performance comparison of DSDV, DSR, AODV”, International Journal of Advanced Research in Computer and Communication Engineering ,Vol. 2, Issue 8, 2013. pp. 3276-3280. [6]. Kumar A., and Mittal P.,” Evaluating AODV & DSR Routing Protocols in Mobile Ad- Hoc NetworksUsing TCP Traffic Class”, International Journal of Emerging Research in Management &Technology , Vol. 2, Issue 6,2013.pp.66-70. [7]. Priyanshu and Maurya. A.K.,” Survey: Comparison Estimation of Various Routing Protocols In Mobile Ad-Hoc Network”, International Journal of Distributed and Parallel Systems (IJDPS) ,Vol.5, 2014.pp.87-96. [8]. Bhavyesh Divecha1., Abraham A., Grosan C., and Sanyal S.,” Analysis of Dynamic Source Routing and Destination- Sequenced Distance-Vector Protocols for Different Mobility models”, Proceedings of the First Asia International Conference on Modelling & Simulation (AMS'07) 0-7695-2845-7/07©IEEE 2007. [9]. Kaur P and Rai M.K.,” A Novel Review on Routing Protocols in MANETs”, Undergraduate Academic Research Journal (UARJ), Vol.1, Issue 1, 2012. pp.103-108. [10]. Sreerama M.M, and Das M.V.,” Performance Evalution of MANET Routing Protocols using Reference Point Group Mobility and Random WayPoint Models”, International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.2, Issue 1, 2011.pp.33-43. [11]. Singh R., Singh D. K., and Kumar L.,” Performance Evaluation of DSR and DSDV Routing Protocols for Wireless Ad Hoc Networks”, Int. J. Advanced Networking and Applications , Vol. 02, Issue 4, 2011. Pp. 732-737. [12]. Kadyamatimba A., Mbougni M., Ncube, Z.P., Helberg A., and Dube E.,” Performance Evaluation of Routing Protocols in Mobile Ad Hoc Networks Using Http Traffic”, DOI: 10.7763/IPEDR, Vol. 54, Issue 14, 2012. pp. 69-74. [13]. Shah S., Khandre A., Shirole M.,3 and Bhole G.,” Performance Evaluation of Ad Hoc Routing Protocols Using NS2 Simulation”, Mobile and Pervasive Computing (CoMPC–2008), 2008. Pp. 167-171. [14]. Sathish S.,Thangavel K.,and Boopathi S.,” Performance Analysis of DSR, AODV, FSR and ZRP Routing Protocols in MANET”, MES Journal of Technology and Management, 2011. pp 57 – 61. [15]. Gupta S., Sunanda Arora S., and Banga G.,” Simulation Based Performance Comparison of AODV and DSR Routing Protocols in MANETS”, International Journal of Applied Engineering Research, Vol.7, Issue 11 2012.© Research India Publications. [16]. Sharma M.L.,Rizvi N.F., Sharma N., Malhan A., and Sharma S., “ Performance Evaluation of MANET Routing Protocols under CBR and FTP traffic classes ”, Int. J. Comp. Tech. Appl., Vol. 2, Issue 3, 2012. pp. 392-400. [17]. Azadm S., Rahman A., and Anwar F.,” A performance Comparison of Proactive and Reactive Routing Protocols of Mobile Ad-hoc Network(MANET) ”, Journal of Engineering and Applied Science ,Vol. 2,Issue 5 2007. pp. 891-896. © Medwell Journals, 2007. [18]. Khandakar A.,” Step by Step Procedural Comparison of DSR, AODV and DSDV Routing protocol”, 4th International Conference on Computer Engineering and Technology (ICCET 2012) IPCSIT , Vol.40, 2012. © IACSIT Press, Singapore.pp.36-40.
  • 10. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 05, [November - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 70 [19]. Saini G.L., Panwar D.,and, Singh V.,” Modeling, Implementation and Performance investigation of Efficient-AODV Routing Protocol in MANET using Data Rate”, International Journal of Enhanced Research in Science Technology & Engineering,Vol. 3 Issue 1, 2014, pp. 76-82. [20]. Lego K., Singh P.K., and Sutradhar D.,” Comparative Study of Adhoc Routing Protocol AODV,DSR and DSDV in Mobile Adhoc NETwork” ,Indian Journal of Computer Science and Engineering ,Vol. 1, Issue 4, 2010. pp. 364-371.