Você está na página 1de 3

> D12 Gyllenstierna < 1

Performance Comparison of AODV and TORA


in Different Network Sizes Using TCP and UDP
Waqas A. Imtiaz, Sudhir K. Burra, Mohammed M. Mubashir

UDP in ad hoc networks will result in higher packet delivery


Abstract—Mobile Ad hoc network (MANET) is a wireless ratios and hence reduce the end to end delay as compared to
network with no prior infrastructure. All nodes in the network that of TCP [1].
are allowed to move freely which in turn makes routing very A detailed work in [3] over QualNet shows that reactive
difficult. The purpose of this paper is to analyze and compare the protocols produce more routing overhead compared to
performance of two routing protocols; Temporally-Ordered
proactive protocols for a stationary network. Performance
Routing Algorithm (TORA) and Ad hoc On-demand Distance
Vector (AODV) in different network sizes with Transmission evaluation of AODV and TORA over QualNet and NS-2
Control Protocol (TCP) and User Datagram Protocol (UDP) shows that TORA drop more packets compared to AODV as
based custom applications. OPNET is used to implement the network size increases [4].
scenario. Parameters like delay and throughput are used to
evaluate their performance. Evaluation of simulation results
show that AODV will perform better than TORA.
III. PROBLEM STATEMENT AND MAIN CONTRIBUTION
Index Terms—AODV, MANET, TORA Changing network sizes and high node mobility in MANET
makes routing very difficult so it is important to determine a
suitable routing protocol which can perform efficiently.
I. INTRODUCTION Comparison of AODV and TORA is performed in this paper
over different network sizes, in order to determine that which
M obile Ad-hoc Networks can be termed as “a set of
wireless mobile nodes forming a dynamic autonomous
network [2]”. Each node in MANET serves as a router
protocol can perform efficiently for varying network sizes.
Evaluation of performance metrics like delay and throughput
and a host for forwarding and receiving packets to/from other shows that AODV is performing better than TORA as the
nodes. Ad hoc network can be frequently deployed in network size increases.
conferences, emergency situations and campuses for data Main contribution of this paper is to provide a simulated
sharing and real time applications. environment for the performance comparison of AODV and
Scalability is one of the main issues in MANET which can TORA and determine which protocol can perform better if we
greatly effect its performance. As increase in the number of increase the number of nodes with TCP and UDP traffics.
mobile nodes and high node mobility makes routing very
difficult for a multi hop network along with the increase in
congestion and network load. So it is important to determine IV. PROBLEM SOLUTION
suitable routing protocols which are capable of adapting
themselves quickly to its dynamic nature and provide best The approach used for the performance evaluation of
performance over both data and real time applications. TORA and AODV is a simulation based approach, which is
In this paper we will evaluate the effect of changing performed in OPNET Modeler 14.5 with a campus network of
network sizes on the performance of two routing protocols like size 1000 * 1000 meters. Three scenarios are implemented to
AODV and TORA using TCP and UDP based custom evaluate the performance of AODV and TORA with random
applications applying OPNET simulator. Performance number of nodes in increasing order.
evaluation via delay and throughput on 10, 30 and 50 nodes In the first scenario, we have used 10 nodes for the
will show that AODV is performing better than TORA for performance evaluation of AODV and TORA over TCP and
increasing network sizes. UDP based custom applications. Each node in the network has
a uniform speed of 10 m/s. A constant packet size of 1024
bytes is used for both TCP and UDP based applications. Each
II. REVIEW OF THE STATE OF ART scenario is run for a time period of 150 seconds. Random way
This section will discuss the most relevant work concerning point mobility model is used to ensure the random movement
MANET routing protocols comparison. Study in [1] is of each node.
conducted over OPNET to evaluate the performance of In the second scenario we have increased the numbers of
proactive and reactive routing protocols with only FTP traffic. nodes to 30 and 50 nodes are used in third scenario to
represent different network sizes. Remaining statistics are
same as that of the first scenario.
> D12 Gyllenstierna < 2

0.035
51000
0.03
41000
0.025
AODV_TCP
AODV_TCP 31000
0.02
AODV_UDP
AODV_UDP
0.015 21000 TORA_TCP
TORA_TCP
0.01 TORA_UDP
TORA_UDP 11000
0.005
1000
0 10 Nodes 30 Nodes 50 Nodes
10 Nodes 30 Nodes 50 Nodes

Fig.1. Graph showing End to End Delay of AODV and TORA over TCP Fig.2. Graph showing through put of AODV and TORA over TCP and
and UDP traffic. X-axis represents the time and number of nodes for the UDP traffic. X-axis represents the time and number of nodes for the
simulation and Y-axis shows WLAN Delay (s). simulation and Y-axis shows Bits/Sec.
Delay and throughput are used to grade the performance of AODV utilizes bandwidth more efficiently as packet drops
AODV and TORA. For a better comparative study, results are in TORA is more when the network size increases, therefore
presented in the form of bar charts. AODV outperforms TORA in terms of throughput as shown in
Fig.2.
A. End to End Delay:
The average end to end delay across the Wireless Network is
obtained while changing the number of nodes and V. CONCLUSION
transmission protocols between TCP and UDP. Increase in end Evaluation of the performance metrics obtained from the
to end delay is observed for both protocols as shown in Fig.1. simulation results show that AODV will perform better than
This increase in delay can be justified by the consumption of
TORA for both TCP and UDP based applications. This
additional bandwidth.
concludes that TORA is not suitable for the networks with
However end to end delay in TORA is higher as compared
large number of nodes, as higher load deteriorates the
to that of AODV, because its main concern is route stability
where as finding the shortest path in between the source and performance of TORA. However the choice of the
destination is of secondary importance [4]. Fig.1 shows that transmission protocol between TCP and UDP for AODV is
UDP is better than TCP in terms of end to end delay for both user and application dependent.
AODV and TORA. TCP is a connection oriented protocol Our work can help to improve the scalability issues along
which introduces delay during transmission of extra packets with MANET security by using proper routing protocol. Other
for connection establishment. mobility models like Random Walk, Random Direction can
also be used. More routing protocols and larger networks can
B. Throughput: be compared to provide a detailed study of the protocols.
Fig.2 shows that there is a prominent increase in throughput
for both routing protocols as we increase the network size.
This increase in throughput is subjected to the network load ACKNOWLEDGMENT
and bandwidth utilization, which increases with size of the
network. As “a small delay in the network will produce a Thanks to Prof. Wlodek Kulesza for his support and
higher throughput” [1], that is why AODV is giving guidance during the project.
sufficiently higher throughput as compared to TORA when we
increase the number of nodes. REFERENCES
TCP utilizes more bandwidth by sending more packets [1] Bained Nyirenda, Jason Mwanza, “Performance Evaluation of Routing
during link establishment resulting in higher throughput as Protocols in Mobile Ad hoc Networks (MANETs)”, School of
Engineering, Blekinge Institute of Technology karlskrona, January 2009.
compared to UDP. [2] Anipakala Suresh, “Performance Analysis of Ad hoc On-demand
Distance Vector Routing” (AODV) using OPENT Simulator,
C. Comparison of AODV and TORA:
Communication Networks, University of Bremen, Bermen,11th April
End to end delay for AODV is less than TORA as we 2005.
increase the number of nodes because AODV follows the least [3] Naga .V.Yedida, Rajesh Reddy Challa, “Performance Comparison of
AODV, DSR and OLSR Routing Protocols in Static Scenarios”, Center
congested path rather than following the shortest path first. for Advanced Computer Sciences.
However this delay becomes more severe for TORA as the [4] Ioannis Broustis,GentianJ akllari,Thomas Repantis, MartMolle, “A
network size increases because of its reaction to congestion in Comprehensive comparison of Routing Protocols for Large-Scale
the network. Wireless MANETS”, Department of Computer Science and
Engineering, University of California, Riverside, CA 92521.
>> D12
D12 Gyllenstierna
Gyllenstierna << 3
Paper title: Performance Comparison of AODV and TORA in Different Network Sizes Using TCP and UDP.

Sudhir Kumar Burra was born in the Waqas Ahmed Imtiaz was born in
state of Andhra Pradesh, India in 1986. Nowshera, Pakistan in 1985. He is a
He is an Indian citizen by origin. He Pakistani citizen by origin. He
achieved a Bachelor of Technology obtained a B.Eng degree in Electrical
degree in Electronics and Engineering from the University of
Communications Engineering from the Engineering and Technology
Jawaharlal Nehru Technological Peshawar, Pakistan in 2007. He is
Univeristy, Kukatpally, Hyderabad in currently undergoing a Master’s
2008. He is an exchange student who Program in Electrical Engineering
completed Master of Technology in with emphasis on
INDIA and currently pursuing Master of Telecommunications at Blekinge
Science in Electrical Engineering with an emphasis on Institute of Technology, Karlskrona Sweden. His research
Telecommunications in Blekinge Institute of Technology, interest is on Mobile Ad hoc Networks (MANET) and
Sweden. His area of interest is in Telecommunication field. Sustainable Telecommunication.

Mohammed Majduddin Mubashir


was born in Riyadh, Saudi Arabia in
the year 1987.He completed his
Bachelor degree in Electronics and
Communication Engineering from
Jawaharlal Nehru Technological
University (JNTU), India.
He worked as a Senior Game Tester
at Canadian based Multinational
Company VMC Game labs, in the year
2008.He then moved to Europe for
studying Masters in Telecommunication. He is also a student
of M-Tech in Telecommunications, from Jawaharlal Nehru
Technological University, Hyderabad. At present he is
studying M.Sc. in Electrical Engineering with emphasis in
Telecommunications from Blekinge Institute of Technology
(BTH), Sweden. In the year 2009, He effectively performed a
research in the field of MANETS by evaluating the
performance of different routing protocols and therefore
succeeded in determining which protocol is best suited for
MANETS under different scenarios. His area of Research
interest includes Mobile and Wireless Communications.
.

Você também pode gostar