SlideShare a Scribd company logo
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 9 97 – 100
_______________________________________________________________________________________________
97
IJRITCC | September 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
QoS Issues in MANET: A Comparative Study over Different Routing Protocols
Ram Shiromani Gupta
PG Scholar
Department of Electronics and Comm. Engg.
Ujjain Engg. College , Ujjain
ramgupta32085@gmail.com
Girish Tiwari
Associate Professor
Department of Electronics and Comm. Engg.
Ujjain Engg. College , Ujjain
tiwari_girish@yahoo.com
Abstract – MANETs are composed of autonomous nodes that are self-managed without any existing of infrastructure and centralized
administration. Therefore, each node operates not only as an end system but also as a router to forward packets for other nodes. For these
reasons, the network has a dynamic topology, so nodes can easily join or leave the network at any time. Routing information differentiates these
networks from other ad-hoc networks. The study of QoS issues in Mobile Ad-hoc Network is done by simulation in MATLAB that can help in
better understanding of the behavior of various routing protocols. This paper is intended to compare QoS parameters of various routing
protocols.
Keywords- QOS, MANET, MATLAB, DSR, OLSR, AODV
__________________________________________________*****_________________________________________________
I. INTRODUCTION
Wireless Communication is one of the emerging technology,
which allows users to access information and services
electronically, despite their geographical position. Wireless
communication can be classified as infrastructure network
and infrastructure less network.
Mobile Ad hoc network is a special kind of infrastructure
less network. It is a collection of mobile nodes that move
randomly and dynamically. [1]
Due to the mobile nature of the nodes, the network topology
keeps on changing. Each node acts as a host and a router,
forwarding and receiving packets from the other nodes in
the network, that may not be in the transmission range of the
network. The nodes in MANETs discover other nodes
dynamically. Routing in such networks is a challenging task
due to the highly dynamic network topology. The aim of
deploying these networks is to provide communication in
areas where limited or no connectivity or any
communication infrastructure exists. These networks are
flexible and can be employed in military rescue operations,
interactive lectures, business sharing information and
emergency situations. [3]
Fig.1. Mobile Ad hoc Network
The field of wireless communication is becoming more
popular than ever before due to the rapid advancement of
wireless technologies and the widespread of mobile devices.
After a natural disaster, such as a fire, flood, or earthquake,
Mobile Ad hoc Networks (MANET) are among the limited
available options for wireless networks, since such a
network can be easily configured in a short period of time,
without the need for a fixed infrastructure network. [2]
The objective of the work is to compare theperformance of
routing protocols namely OLSR, DSR, and AODV against
the Quality of Service (QoS) parameters.
II. AD HOC NETWORK
An Ad-hoc network is a decentralized type of Network.
Decentralized means it doesn‟t rely on pre-existing
infrastructure, each and every node in the network
participate in forwarding data for other nodes. Each node in
a mobile Ad-hoc network is free to move independently and
therefore will change its links to other devices frequently.
Ad hoc is Latin word which means "for this" [15]
The wireless hosts in an ad-hoc network communicate with
each other without the exiting of a fixed infrastructure and
without a central control. Setting up of fixed access points
and backbone infrastructure is not always viable as
infrastructure may not be practical short radio (Bluetooth
range ~10m). Also, there may be lack of infrastructure in the
war zone. It is self-organizing and adaptive therefore allows
spontaneous formation and deformation of a mobile
network. Supports peer-to-peer communication, Supports
pear-to-remote communication, useful when infrastructure is
absent, destroyed or impractical.
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 9 97 – 100
_______________________________________________________________________________________________
98
IJRITCC | September 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
III. QUALITY OF SERVICE (QOS)
Quality of Service which means the degree of user
satisfaction is characterized by a number of important
parameters like bandwidth, throughput, availability, delay,
jitter, packet delivery ratio, end to end delay and packet
drop. It is especially important to provide QoS because of
the resource limitations and dynamic nature of MANET
networks. A QoS enabled network ensures that its
applications and users have their parameters fulfilled,
besides also ensuring an efficient resource usage, also the
most important traffic still has its parameters fulfilled during
network overload. [7]
IV. ROUTING PROTOCOLS IN MANET
An ad-hoc routing protocol is a standard through which
nodes decide which way to route packets between source
and destination. Nodes in the ad-hoc network are not
familiar with the topology of the network. They have to
discover it. Each node must announce its presence and must
listen to announcements made by other nodes through
broadcasting.There are many ways to classify the MANET
routing protocols. Depends on how the protocols handle the
packet to deliver from source to destination, most of the
protocol classifications are made -
Fig.2. Routing Protocols in MANET
The routing protocol is a standard or set of rules through
which nodes decide which way to route packets between
source and destination. Routers are used for selecting the
best possible route for sending packets from source to
destination.
The routing protocols in a MANET may be proactive,
reactive or hybrid depending on how the protocols handle
the packet to deliver from source to destination.
A proactive protocol is also known as a table driven
protocol, it is consistent and up to date routing information
to all nodes is maintained at each node and maintains fresh
lists of destinations and their routes by periodically
distributing routing tables throughout the network. eg
DSDV, OLSR etc. [4]
A reactive protocol is also known as the on-demand routing
protocol, it looks for the routes and is created as and when
required. When a source wants to send to a destination, it
invokes the route discovery mechanisms to find the path to
the destination. It does not need to search for and maintain
the routes on which there is no route request. Reactive
routing protocols are very pleasing in the resource-limited
environment. However, the source node should wait until a
route to the destination is discovered. This approach is the
best suitable when the network is static and traffic is very
light. eg, DSR, AODV etc. [5]
A hybrid protocol is generated by using the best features of
both the on-demand and table driven routing protocols. The
Ad Hoc network can use the hybrid routing protocols that
have the advantage of both proactive and reactive routing
protocols to balance the delay and control overhead is the
combination of proactive and reactive protocols and have
the characteristics of both eg, ZRP, TORA etc. [6]
The current paper intends to evaluate the three routing
protocols AODV, OLSR and DSR while considering many
performance parameters (throughput, packet drop, delay,
packet delivery ratio, etc.)
DSR (Dynamic Source Routing )
It is a reactive protocol i.e. it doesn‟t use periodic
advertisements. It computes the routes when necessary and
then maintains them. Source routing is a routing technique
inwhich the sender of a packet determines the complete
sequence of nodes through which the packet has to pass ; the
sender explicitly lists this route in the packet‟s header,
identifying each forwarding “hop” by the address of the
nextnode to which to transmit the packet on its way to the
destination host. There are two significant stages in working
of DSR: Route Discovery and Route Maintenance. A host
initiating a route discovery broadcasts a route request
packetwhich may be received by those hosts within wireless
transmission range of it. The route request packet identifies
the host, referred to as the target of the route discovery, for
which the route is requested. If the route discovery is
successful the initiating host receives a route reply packet
listing a sequence of network hops through which it may
reach the target. In addition to the address of the original
initiator of the request and the target of the request, each
route request packet contains a route record, in which is
accumulated a record of the sequence of hops taken by the
route request packet as it is propagated through the network
during thisroute discovery. DSR uses no periodic routing
advertisement messages, thereby reducing network
bandwidth overhead, particularly during periods when little
or no significant hostmovement is taking place. DSR has a
unique advantage by virtue of source routing. As the route is
part of the packetitself, routing loops, either short-lived or
long-lived, cannot be formed as they can be immediately
detected and eliminated. [9]
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 9 97 – 100
_______________________________________________________________________________________________
99
IJRITCC | September 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
AODV(Ad Hoc On-demand Distance-Vector Protocol)
This is a protocol which comes under the category of a
reactive unicast routing protocol. It is a descendant of
Destination Sequenced Distance Vector Protocol (DSDV).
[16]
AODV offers low network utilization and uses destination
sequence number to ensure loop freedom. It is a reactive
protocol implying that it requests a route when needed and
itdoes not maintain routes for those nodes that do not
actively participate in a communication. An important
feature of AODV is that it uses a destination sequence
number, whichcorresponds to a destination node that was
requested by a routing sender node. The destination itself
provides the number along with the route it has to take to
reach from therequest sender node up to the destination. If
there are multiple routes from a request sender to a
destination, the sender takes the route with a higher
sequence number. This ensures that thead hoc network
protocol remains loop-free. [10]
Optimized Link State Routing Protocol (OLSR)
This protocol works in collaboration with other nodes
through the exchange of topology information. This
exchange of information is done periodically. To avoid the
broadcast of unnecessary packet re-transmissions, this
protocol uses multipoint relays. In a network, a node
broadcasts a message periodically to its neighboring nodes.
This is done to compute the multipoint relay set as well as
the exchange of information about the neighborhoods. From
the information about the neighborhood, this node calculates
the minimum set of one-hop relay point that is needed to
reach the two hop neighbors and this set is called the
Multipoint relay set. OLSR differsfrom link state protocols
in two factors based on the dissemination of routing
information. First is by construction i.e. only the multipoint
relay nodes of a node A need to forward updates about link
state that are issued by A.Secondly, the size of the link state
update of a node A is reduced because it only consists of
those neighbors that selected node A as their multipoint
relay node. Thus we can conclude that OLSR reduces the
Link state protocol. It is used in a network where nodes are
densely deployed; the OLSR calculates the shortest path in
such networks to an arbitrarydestination. [11]
V. QOS PARAMETERS
1. Packet Delivery Ratio
It can be defined as the total number of packets delivered to
the destination nodes per the total number of packets
transmitted from sender nodes. It illustrates the level of
delivery to the destination nodes. [8]
PDR=
𝐭𝐨𝐭𝐚𝐥 𝐧𝐨 𝐨𝐟 𝐩𝐚𝐜𝐤𝐞𝐭𝐬 𝐝𝐞𝐥𝐢𝐯𝐞𝐫𝐞𝐝
𝐭𝐨𝐭𝐚𝐥 𝐧𝐨 𝐨𝐟 𝐩𝐚𝐜𝐤𝐞𝐭𝐬 𝐬𝐞𝐧𝐭
The DSR is performing better in packet delivery and speed
than the other two. [12]
The higher the value, better are the results.
2. Packet Drop
It is the ratio of the-the no of dropped packets to the no of
sent packets.
PD =
𝒕𝒐𝒕𝒂𝒍 𝒏𝒐 𝒐𝒇 𝒅𝒓𝒐𝒑𝒆𝒅 𝒑𝒂𝒄𝒌𝒆𝒕𝒔
𝒕𝒐𝒕𝒂𝒍 𝒏𝒐 𝒐𝒇 𝒔𝒆𝒏𝒕 𝒑𝒂𝒄𝒌𝒆𝒕𝒔
X 100
Lower the packet drop rate, better the performance. [13]
3. Throughput
It is defined as the-the total simulation time taken to deliver
all the packets
TP =
𝑻𝒐𝒕𝒂𝒍 𝒏𝒖𝒎𝒃𝒆𝒓 𝒐𝒇 𝒅𝒆𝒍𝒊𝒗𝒆𝒓𝒆𝒅 𝒑𝒂𝒄𝒌𝒆𝒕𝒔
𝒕𝒐𝒕𝒂𝒍 𝒔𝒊𝒎𝒖𝒍𝒂𝒕𝒊𝒐𝒏 𝒕𝒊𝒎𝒆
AODV and OLSR experienced higher throughput compared
to DSR and it shows that the OLSR protocol performs better
than the other two. The reason could be that the OLSR
maintains the cluster of nodes in the topology by dividing
them into different node sets. Dividing the sets into one hop
and two-hop neighbors make OLSR more efficient in link
process without having all nodes taking part in this.[14]
4. End-to-End Delay
It is defined as the time taken for a datapacket to be
transmitted across a MANET from source to destination.
D = (Tr-Ts)
Where Tr is receiving Time and Ts is sent Time. Average
end to end delay is defined as
AD =
𝒕𝒐𝒕𝒂𝒍 𝒆𝒏𝒅 𝒕𝒐 𝒆𝒏𝒅 𝒅𝒆𝒍𝒂𝒚
𝒕𝒐𝒕𝒂𝒍 𝒏𝒐 𝒐𝒇 𝒑𝒂𝒄𝒌𝒆𝒕𝒔
=
𝑫 𝒊.𝒏
𝒊=𝟎
𝒏
Where D(i) = end to end delay of ith
packet
AODV and OLSR have lower delay compared to
DSR.OLSR has even lower delay than AODV. For AODV
this is due to, frequent broadcasting of RREQ and route re-
initialization messages to find an optimal freshet path. End-
to-End delay of DSR is very high, this was due to DSR
algorithm that uses cached routes, sending of traffic onto
stale routes, causes retransmissions and leads to excessive
delays. .Lower the delay, better the performance.
VI. CONCLUSION
In this paper, we discussed the comparative study of AODV,
OLSR and DSR protocols for different QoS parameters
packet delivery ratio, end to end delay, packet drop,
throughput etc.
AODV and OLSR have lower delay compared to DSR.
OLSR has even lower delay than AODV. Lower the delay,
better the performance.
The DSR is performing better in packet delivery and speed
than the other two.
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 9 97 – 100
_______________________________________________________________________________________________
100
IJRITCC | September 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
AODV and OLSR experienced higher throughput compared
to DSR and it shows that the OLSR protocol performs better
than the other two.
In future, we shall analyze the performance of OLSR, DSR
and AODV protocols by their simulation in MATLAB.We
shall discuss Simulation of these QoS parameters and their
results with the help of graphs.
REFERENCES
[1] E. M. Royer and C. K. Toh, “A Review of Current Routing
Protocols Ad Hoc Mobile Wireless Networks”, IEEE
PersonalCommunications, April 1999, Volume 6, Number
2, pp: 46-55.
[2] Ali Mohamed E. Ejmaa and Zuriati Ahmad Zukarnain, „‟
Neighbor-based Dynamic Connectivity Factor Routing
Protocol for Mobile Ad Hoc Network‟‟ VOL. X, NO. X,
OCTOBER 2016
[3] S.A.Ade and P.A.Tijare, “Performance Comparison of
AODV, DSDV, OLSR, DSR Routing Protocols in Mobile
Ad Hoc Networks”,International Journal of Information
Technology and Knowledge Management, July- December
2010, Volume 2, Number 2, pp: 545-548.
[4] M. Ayyash, Y. Alsbou, and M. Anan, “Introduction to
mobile ad-hoc andvehicular networks,” in Wireless Sensor
and Mobile Ad-Hoc Networks.Springer, 2015, pp. 33–46.
[5] C. E. Perkins and E. M. Royer, “Ad-hoc On-Demand
Distance Vector Routing”, Proceedings of the second IEEE
Workshop on Mobile Computing Systems and
Applications, New Orleans, L.A.,1999, pp: 90-100.
[6] Samir R. Das, Charles E. Perkins, Elizabeth M. Royer and
Mahesh K. Marina. "Performance Comparison of Two On
demand Routing Protocols for Ad hoc Networks." IEEE
Personal Communications Magazine special issue on
Adhoc Networking, February 2001, p. 16-28.
[7] H. Badis, A. Munaretto, K. Al Agha, G. Pujolle, "For
Adhoc Networking Based on Multiple Metrics: Bandwidth
and Delay″. In the proceedings of IEEE MWCN2003,
Singapore, October 2003.
[8] Shalini Sharma , Girish Tiwari “A NEW IDS SCHEME
AGAINST BLACKHOLE ATTACK TO ENHANCE
SECURITY IN WIRELESS NETWORK” Volume: 09
Issue: 08 | August-2015, IJRET| p 429-433
[9] Arun Kumar B. R , Lokanatha C. Reddy , Prakash S.
Hiremath, “Performance Comparison of Wireless Mobile
Ad-Hoc Network Routing Protocols “, IJCSNS
International Journal of Computer Science and Network
Security, VOL.8 No.6, June 2008.
[10] Dynamic Source Routing Protocol for Mobile Ad Hoc
Networks (DSR), <draft-ietf-manet-dsr-10.txt> Internet-
draft, 19 July 2004.
[11] R. Thorulp, “Mobile Ad Hoc Networks and Routing
Protocols,” Implementing and Evaluating the DYMO
Routing Protocol, Master‟s Thesis at the University of
AARHUS, pp. 7- 20, 2007.
[12] S. R. Biradar, Hiren H D Sharma, Kalpana Shrama and
Subir Kumar Sarkar, ―Performance Comparison of
Reactive Routing Protocols of MANETs using Group
Mobility Model, IEEE International Conference on Signal
Processing Systems, pages 192-195 2009
[13] Vijaya, Amiya Kumar ----Analysis of QoS Parameters of
MANETon Mobility and Energy based Model with
Different MANET Routing Protocols Vol 9 (37) | October
2016 |Indian Journal of Science and Technology (IJST)
[14] Vahid Ayatollahi Tafti, Abolfazl Gandomi Performance of
QoS Parameters in MANET Application Traffics in Large
Scale Scenarios World Academy of Science, Engineering
and Technology 48 2010
[15] Tomas Krag and Sebastian Büettrich (2004-01-24).
"Wireless Mesh Networking". O'Reilly Wireless Dev
Center.
[16] Nishant Doshi , Girish Tiwari “A NOVEL APPROACH
AGAINST BLACKHOLE ATTACK IN AODV
PROTOCOL FOR WIRELESS NETWORKS” Volume: 05
Issue: 07 | Jul-2016, IJRET p-357-361

More Related Content

What's hot (18)

PDF
THE IMPACT OF NODE MISBEHAVIOR ON THE PERFORMANCE OF ROUTING PROTOCOLS IN MANET
IJCNCJournal
 
PDF
Ha3512291233
IJERA Editor
 
PDF
Ijarcet vol-2-issue-7-2281-2286
Editor IJARCET
 
PDF
Br31467472
IJERA Editor
 
PDF
Hd3612761280
IJERA Editor
 
PDF
Gateway Forwarding Schemes For Manet-Internet Connectivity
ijsrd.com
 
PDF
A Performance Review of Intra and Inter-Group MANET Routing Protocols under V...
IJECEIAES
 
PDF
A Literature Survey of MANET
IRJET Journal
 
PDF
Source routing in Mobile Ad hoc NETworks (MANETs)
Narendra Singh Yadav
 
PDF
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
ijwmn
 
PDF
Comparative study of multipath extensions of aodv
eSAT Publishing House
 
PDF
Comparative study of multipath extensions of aodv
eSAT Journals
 
PDF
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
pijans
 
PDF
Comparative analysis of manet reactive protocols
prjpublications
 
PDF
IMPROVED NETWORK CONNECTIVITY IN MANETS
IJCNCJournal
 
PDF
Performance Comparison of IAODV and OLSR Protocols under Black Hole Attack
ijsrd.com
 
PDF
Performance Evalution of MANET Routing Protocols using Reference Point Group ...
ijasuc
 
PDF
T HE I MPACT OF TCP C ONGESTION W INDOW S IZE ON THE P ERFORMANCE E VA...
ijwmn
 
THE IMPACT OF NODE MISBEHAVIOR ON THE PERFORMANCE OF ROUTING PROTOCOLS IN MANET
IJCNCJournal
 
Ha3512291233
IJERA Editor
 
Ijarcet vol-2-issue-7-2281-2286
Editor IJARCET
 
Br31467472
IJERA Editor
 
Hd3612761280
IJERA Editor
 
Gateway Forwarding Schemes For Manet-Internet Connectivity
ijsrd.com
 
A Performance Review of Intra and Inter-Group MANET Routing Protocols under V...
IJECEIAES
 
A Literature Survey of MANET
IRJET Journal
 
Source routing in Mobile Ad hoc NETworks (MANETs)
Narendra Singh Yadav
 
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
ijwmn
 
Comparative study of multipath extensions of aodv
eSAT Publishing House
 
Comparative study of multipath extensions of aodv
eSAT Journals
 
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
pijans
 
Comparative analysis of manet reactive protocols
prjpublications
 
IMPROVED NETWORK CONNECTIVITY IN MANETS
IJCNCJournal
 
Performance Comparison of IAODV and OLSR Protocols under Black Hole Attack
ijsrd.com
 
Performance Evalution of MANET Routing Protocols using Reference Point Group ...
ijasuc
 
T HE I MPACT OF TCP C ONGESTION W INDOW S IZE ON THE P ERFORMANCE E VA...
ijwmn
 

Similar to QoS Issues in MANET: A Comparative Study over Different Routing Protocols (20)

PDF
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
ijcax
 
PDF
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
ijcax
 
PDF
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
IOSR Journals
 
PDF
Comparative analysis of manet reactive protocols
prj_publication
 
PDF
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
PDF
Paper id 252014122
IJRAT
 
PDF
20120130405026
IAEME Publication
 
PDF
A Survey of Enhanced Routing Protocols for Manets
pijans
 
PDF
Performance Evaluation and Comparison of On-Demand Routing Protocols for Ad H...
Eswar Publications
 
PDF
Performance comparison of mobile ad hoc network routing protocols
IJCNCJournal
 
PDF
Survey of Reactive Routing Protocols for MANET
IOSR Journals
 
PDF
Performance Evaluation of Routing Protocols for MAC Layer Models
IOSR Journals
 
PDF
Essay: Mobile Ad Hoc Networks - Overview Of Routing Protocols.
JohnWilson47710
 
PDF
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
ijujournal
 
PDF
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
ijujournal
 
PDF
P ERFORMANCE C OMPARISON OF R OUTING P ROTOCOLS IN M OBILE A D H OC N E...
ijujournal
 
PDF
Performance comparison of routing protocols in mobile ad hoc networks
ijujournal
 
PDF
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
pijans
 
PDF
A new parameter proposed for route selection in routing protocol
IAEME Publication
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
ijcax
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
ijcax
 
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
IOSR Journals
 
Comparative analysis of manet reactive protocols
prj_publication
 
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Paper id 252014122
IJRAT
 
20120130405026
IAEME Publication
 
A Survey of Enhanced Routing Protocols for Manets
pijans
 
Performance Evaluation and Comparison of On-Demand Routing Protocols for Ad H...
Eswar Publications
 
Performance comparison of mobile ad hoc network routing protocols
IJCNCJournal
 
Survey of Reactive Routing Protocols for MANET
IOSR Journals
 
Performance Evaluation of Routing Protocols for MAC Layer Models
IOSR Journals
 
Essay: Mobile Ad Hoc Networks - Overview Of Routing Protocols.
JohnWilson47710
 
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
ijujournal
 
PERFORMANCE COMPARISON OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
ijujournal
 
P ERFORMANCE C OMPARISON OF R OUTING P ROTOCOLS IN M OBILE A D H OC N E...
ijujournal
 
Performance comparison of routing protocols in mobile ad hoc networks
ijujournal
 
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
pijans
 
A new parameter proposed for route selection in routing protocol
IAEME Publication
 
Ad

More from rahulmonikasharma (20)

PDF
Data Mining Concepts - A survey paper
rahulmonikasharma
 
PDF
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
rahulmonikasharma
 
PDF
Considering Two Sides of One Review Using Stanford NLP Framework
rahulmonikasharma
 
PDF
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
rahulmonikasharma
 
PDF
Broadcasting Scenario under Different Protocols in MANET: A Survey
rahulmonikasharma
 
PDF
Sybil Attack Analysis and Detection Techniques in MANET
rahulmonikasharma
 
PDF
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
rahulmonikasharma
 
PDF
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
rahulmonikasharma
 
PDF
Quality Determination and Grading of Tomatoes using Raspberry Pi
rahulmonikasharma
 
PDF
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
rahulmonikasharma
 
PDF
DC Conductivity Study of Cadmium Sulfide Nanoparticles
rahulmonikasharma
 
PDF
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
rahulmonikasharma
 
PDF
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
rahulmonikasharma
 
PDF
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
rahulmonikasharma
 
PDF
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
rahulmonikasharma
 
PDF
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
rahulmonikasharma
 
PDF
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
rahulmonikasharma
 
PDF
Short Term Load Forecasting Using ARIMA Technique
rahulmonikasharma
 
PDF
Impact of Coupling Coefficient on Coupled Line Coupler
rahulmonikasharma
 
PDF
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
rahulmonikasharma
 
Data Mining Concepts - A survey paper
rahulmonikasharma
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
rahulmonikasharma
 
Considering Two Sides of One Review Using Stanford NLP Framework
rahulmonikasharma
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
rahulmonikasharma
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
rahulmonikasharma
 
Sybil Attack Analysis and Detection Techniques in MANET
rahulmonikasharma
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
rahulmonikasharma
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
rahulmonikasharma
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
rahulmonikasharma
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
rahulmonikasharma
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
rahulmonikasharma
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
rahulmonikasharma
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
rahulmonikasharma
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
rahulmonikasharma
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
rahulmonikasharma
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
rahulmonikasharma
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
rahulmonikasharma
 
Short Term Load Forecasting Using ARIMA Technique
rahulmonikasharma
 
Impact of Coupling Coefficient on Coupled Line Coupler
rahulmonikasharma
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
rahulmonikasharma
 
Ad

Recently uploaded (20)

PDF
Design Thinking basics for Engineers.pdf
CMR University
 
PPTX
GitOps_Without_K8s_Training_detailed git repository
DanialHabibi2
 
PDF
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
JappanMavani
 
PPTX
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
PDF
Ethics and Trustworthy AI in Healthcare – Governing Sensitive Data, Profiling...
AlqualsaDIResearchGr
 
PDF
Book.pdf01_Intro.ppt algorithm for preperation stu used
archu26
 
PDF
Biomechanics of Gait: Engineering Solutions for Rehabilitation (www.kiu.ac.ug)
publication11
 
PPTX
artificial intelligence applications in Geomatics
NawrasShatnawi1
 
PPTX
Break Statement in Programming with 6 Real Examples
manojpoojary2004
 
PDF
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
PPTX
美国电子版毕业证南卡罗莱纳大学上州分校水印成绩单USC学费发票定做学位证书编号怎么查
Taqyea
 
PPTX
Green Building & Energy Conservation ppt
Sagar Sarangi
 
PDF
Pressure Measurement training for engineers and Technicians
AIESOLUTIONS
 
PPTX
Snet+Pro+Service+Software_SNET+Pro+2+Instructions.pptx
jenilsatikuvar1
 
DOC
MRRS Strength and Durability of Concrete
CivilMythili
 
PPTX
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
PDF
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
PPTX
UNIT DAA PPT cover all topics 2021 regulation
archu26
 
PDF
GTU Civil Engineering All Semester Syllabus.pdf
Vimal Bhojani
 
PDF
MAD Unit - 1 Introduction of Android IT Department
JappanMavani
 
Design Thinking basics for Engineers.pdf
CMR University
 
GitOps_Without_K8s_Training_detailed git repository
DanialHabibi2
 
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
JappanMavani
 
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
Ethics and Trustworthy AI in Healthcare – Governing Sensitive Data, Profiling...
AlqualsaDIResearchGr
 
Book.pdf01_Intro.ppt algorithm for preperation stu used
archu26
 
Biomechanics of Gait: Engineering Solutions for Rehabilitation (www.kiu.ac.ug)
publication11
 
artificial intelligence applications in Geomatics
NawrasShatnawi1
 
Break Statement in Programming with 6 Real Examples
manojpoojary2004
 
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
美国电子版毕业证南卡罗莱纳大学上州分校水印成绩单USC学费发票定做学位证书编号怎么查
Taqyea
 
Green Building & Energy Conservation ppt
Sagar Sarangi
 
Pressure Measurement training for engineers and Technicians
AIESOLUTIONS
 
Snet+Pro+Service+Software_SNET+Pro+2+Instructions.pptx
jenilsatikuvar1
 
MRRS Strength and Durability of Concrete
CivilMythili
 
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
Unified_Cloud_Comm_Presentation anil singh ppt
anilsingh298751
 
UNIT DAA PPT cover all topics 2021 regulation
archu26
 
GTU Civil Engineering All Semester Syllabus.pdf
Vimal Bhojani
 
MAD Unit - 1 Introduction of Android IT Department
JappanMavani
 

QoS Issues in MANET: A Comparative Study over Different Routing Protocols

  • 1. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 9 97 – 100 _______________________________________________________________________________________________ 97 IJRITCC | September 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ QoS Issues in MANET: A Comparative Study over Different Routing Protocols Ram Shiromani Gupta PG Scholar Department of Electronics and Comm. Engg. Ujjain Engg. College , Ujjain [email protected] Girish Tiwari Associate Professor Department of Electronics and Comm. Engg. Ujjain Engg. College , Ujjain [email protected] Abstract – MANETs are composed of autonomous nodes that are self-managed without any existing of infrastructure and centralized administration. Therefore, each node operates not only as an end system but also as a router to forward packets for other nodes. For these reasons, the network has a dynamic topology, so nodes can easily join or leave the network at any time. Routing information differentiates these networks from other ad-hoc networks. The study of QoS issues in Mobile Ad-hoc Network is done by simulation in MATLAB that can help in better understanding of the behavior of various routing protocols. This paper is intended to compare QoS parameters of various routing protocols. Keywords- QOS, MANET, MATLAB, DSR, OLSR, AODV __________________________________________________*****_________________________________________________ I. INTRODUCTION Wireless Communication is one of the emerging technology, which allows users to access information and services electronically, despite their geographical position. Wireless communication can be classified as infrastructure network and infrastructure less network. Mobile Ad hoc network is a special kind of infrastructure less network. It is a collection of mobile nodes that move randomly and dynamically. [1] Due to the mobile nature of the nodes, the network topology keeps on changing. Each node acts as a host and a router, forwarding and receiving packets from the other nodes in the network, that may not be in the transmission range of the network. The nodes in MANETs discover other nodes dynamically. Routing in such networks is a challenging task due to the highly dynamic network topology. The aim of deploying these networks is to provide communication in areas where limited or no connectivity or any communication infrastructure exists. These networks are flexible and can be employed in military rescue operations, interactive lectures, business sharing information and emergency situations. [3] Fig.1. Mobile Ad hoc Network The field of wireless communication is becoming more popular than ever before due to the rapid advancement of wireless technologies and the widespread of mobile devices. After a natural disaster, such as a fire, flood, or earthquake, Mobile Ad hoc Networks (MANET) are among the limited available options for wireless networks, since such a network can be easily configured in a short period of time, without the need for a fixed infrastructure network. [2] The objective of the work is to compare theperformance of routing protocols namely OLSR, DSR, and AODV against the Quality of Service (QoS) parameters. II. AD HOC NETWORK An Ad-hoc network is a decentralized type of Network. Decentralized means it doesn‟t rely on pre-existing infrastructure, each and every node in the network participate in forwarding data for other nodes. Each node in a mobile Ad-hoc network is free to move independently and therefore will change its links to other devices frequently. Ad hoc is Latin word which means "for this" [15] The wireless hosts in an ad-hoc network communicate with each other without the exiting of a fixed infrastructure and without a central control. Setting up of fixed access points and backbone infrastructure is not always viable as infrastructure may not be practical short radio (Bluetooth range ~10m). Also, there may be lack of infrastructure in the war zone. It is self-organizing and adaptive therefore allows spontaneous formation and deformation of a mobile network. Supports peer-to-peer communication, Supports pear-to-remote communication, useful when infrastructure is absent, destroyed or impractical.
  • 2. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 9 97 – 100 _______________________________________________________________________________________________ 98 IJRITCC | September 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ III. QUALITY OF SERVICE (QOS) Quality of Service which means the degree of user satisfaction is characterized by a number of important parameters like bandwidth, throughput, availability, delay, jitter, packet delivery ratio, end to end delay and packet drop. It is especially important to provide QoS because of the resource limitations and dynamic nature of MANET networks. A QoS enabled network ensures that its applications and users have their parameters fulfilled, besides also ensuring an efficient resource usage, also the most important traffic still has its parameters fulfilled during network overload. [7] IV. ROUTING PROTOCOLS IN MANET An ad-hoc routing protocol is a standard through which nodes decide which way to route packets between source and destination. Nodes in the ad-hoc network are not familiar with the topology of the network. They have to discover it. Each node must announce its presence and must listen to announcements made by other nodes through broadcasting.There are many ways to classify the MANET routing protocols. Depends on how the protocols handle the packet to deliver from source to destination, most of the protocol classifications are made - Fig.2. Routing Protocols in MANET The routing protocol is a standard or set of rules through which nodes decide which way to route packets between source and destination. Routers are used for selecting the best possible route for sending packets from source to destination. The routing protocols in a MANET may be proactive, reactive or hybrid depending on how the protocols handle the packet to deliver from source to destination. A proactive protocol is also known as a table driven protocol, it is consistent and up to date routing information to all nodes is maintained at each node and maintains fresh lists of destinations and their routes by periodically distributing routing tables throughout the network. eg DSDV, OLSR etc. [4] A reactive protocol is also known as the on-demand routing protocol, it looks for the routes and is created as and when required. When a source wants to send to a destination, it invokes the route discovery mechanisms to find the path to the destination. It does not need to search for and maintain the routes on which there is no route request. Reactive routing protocols are very pleasing in the resource-limited environment. However, the source node should wait until a route to the destination is discovered. This approach is the best suitable when the network is static and traffic is very light. eg, DSR, AODV etc. [5] A hybrid protocol is generated by using the best features of both the on-demand and table driven routing protocols. The Ad Hoc network can use the hybrid routing protocols that have the advantage of both proactive and reactive routing protocols to balance the delay and control overhead is the combination of proactive and reactive protocols and have the characteristics of both eg, ZRP, TORA etc. [6] The current paper intends to evaluate the three routing protocols AODV, OLSR and DSR while considering many performance parameters (throughput, packet drop, delay, packet delivery ratio, etc.) DSR (Dynamic Source Routing ) It is a reactive protocol i.e. it doesn‟t use periodic advertisements. It computes the routes when necessary and then maintains them. Source routing is a routing technique inwhich the sender of a packet determines the complete sequence of nodes through which the packet has to pass ; the sender explicitly lists this route in the packet‟s header, identifying each forwarding “hop” by the address of the nextnode to which to transmit the packet on its way to the destination host. There are two significant stages in working of DSR: Route Discovery and Route Maintenance. A host initiating a route discovery broadcasts a route request packetwhich may be received by those hosts within wireless transmission range of it. The route request packet identifies the host, referred to as the target of the route discovery, for which the route is requested. If the route discovery is successful the initiating host receives a route reply packet listing a sequence of network hops through which it may reach the target. In addition to the address of the original initiator of the request and the target of the request, each route request packet contains a route record, in which is accumulated a record of the sequence of hops taken by the route request packet as it is propagated through the network during thisroute discovery. DSR uses no periodic routing advertisement messages, thereby reducing network bandwidth overhead, particularly during periods when little or no significant hostmovement is taking place. DSR has a unique advantage by virtue of source routing. As the route is part of the packetitself, routing loops, either short-lived or long-lived, cannot be formed as they can be immediately detected and eliminated. [9]
  • 3. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 9 97 – 100 _______________________________________________________________________________________________ 99 IJRITCC | September 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ AODV(Ad Hoc On-demand Distance-Vector Protocol) This is a protocol which comes under the category of a reactive unicast routing protocol. It is a descendant of Destination Sequenced Distance Vector Protocol (DSDV). [16] AODV offers low network utilization and uses destination sequence number to ensure loop freedom. It is a reactive protocol implying that it requests a route when needed and itdoes not maintain routes for those nodes that do not actively participate in a communication. An important feature of AODV is that it uses a destination sequence number, whichcorresponds to a destination node that was requested by a routing sender node. The destination itself provides the number along with the route it has to take to reach from therequest sender node up to the destination. If there are multiple routes from a request sender to a destination, the sender takes the route with a higher sequence number. This ensures that thead hoc network protocol remains loop-free. [10] Optimized Link State Routing Protocol (OLSR) This protocol works in collaboration with other nodes through the exchange of topology information. This exchange of information is done periodically. To avoid the broadcast of unnecessary packet re-transmissions, this protocol uses multipoint relays. In a network, a node broadcasts a message periodically to its neighboring nodes. This is done to compute the multipoint relay set as well as the exchange of information about the neighborhoods. From the information about the neighborhood, this node calculates the minimum set of one-hop relay point that is needed to reach the two hop neighbors and this set is called the Multipoint relay set. OLSR differsfrom link state protocols in two factors based on the dissemination of routing information. First is by construction i.e. only the multipoint relay nodes of a node A need to forward updates about link state that are issued by A.Secondly, the size of the link state update of a node A is reduced because it only consists of those neighbors that selected node A as their multipoint relay node. Thus we can conclude that OLSR reduces the Link state protocol. It is used in a network where nodes are densely deployed; the OLSR calculates the shortest path in such networks to an arbitrarydestination. [11] V. QOS PARAMETERS 1. Packet Delivery Ratio It can be defined as the total number of packets delivered to the destination nodes per the total number of packets transmitted from sender nodes. It illustrates the level of delivery to the destination nodes. [8] PDR= 𝐭𝐨𝐭𝐚𝐥 𝐧𝐨 𝐨𝐟 𝐩𝐚𝐜𝐤𝐞𝐭𝐬 𝐝𝐞𝐥𝐢𝐯𝐞𝐫𝐞𝐝 𝐭𝐨𝐭𝐚𝐥 𝐧𝐨 𝐨𝐟 𝐩𝐚𝐜𝐤𝐞𝐭𝐬 𝐬𝐞𝐧𝐭 The DSR is performing better in packet delivery and speed than the other two. [12] The higher the value, better are the results. 2. Packet Drop It is the ratio of the-the no of dropped packets to the no of sent packets. PD = 𝒕𝒐𝒕𝒂𝒍 𝒏𝒐 𝒐𝒇 𝒅𝒓𝒐𝒑𝒆𝒅 𝒑𝒂𝒄𝒌𝒆𝒕𝒔 𝒕𝒐𝒕𝒂𝒍 𝒏𝒐 𝒐𝒇 𝒔𝒆𝒏𝒕 𝒑𝒂𝒄𝒌𝒆𝒕𝒔 X 100 Lower the packet drop rate, better the performance. [13] 3. Throughput It is defined as the-the total simulation time taken to deliver all the packets TP = 𝑻𝒐𝒕𝒂𝒍 𝒏𝒖𝒎𝒃𝒆𝒓 𝒐𝒇 𝒅𝒆𝒍𝒊𝒗𝒆𝒓𝒆𝒅 𝒑𝒂𝒄𝒌𝒆𝒕𝒔 𝒕𝒐𝒕𝒂𝒍 𝒔𝒊𝒎𝒖𝒍𝒂𝒕𝒊𝒐𝒏 𝒕𝒊𝒎𝒆 AODV and OLSR experienced higher throughput compared to DSR and it shows that the OLSR protocol performs better than the other two. The reason could be that the OLSR maintains the cluster of nodes in the topology by dividing them into different node sets. Dividing the sets into one hop and two-hop neighbors make OLSR more efficient in link process without having all nodes taking part in this.[14] 4. End-to-End Delay It is defined as the time taken for a datapacket to be transmitted across a MANET from source to destination. D = (Tr-Ts) Where Tr is receiving Time and Ts is sent Time. Average end to end delay is defined as AD = 𝒕𝒐𝒕𝒂𝒍 𝒆𝒏𝒅 𝒕𝒐 𝒆𝒏𝒅 𝒅𝒆𝒍𝒂𝒚 𝒕𝒐𝒕𝒂𝒍 𝒏𝒐 𝒐𝒇 𝒑𝒂𝒄𝒌𝒆𝒕𝒔 = 𝑫 𝒊.𝒏 𝒊=𝟎 𝒏 Where D(i) = end to end delay of ith packet AODV and OLSR have lower delay compared to DSR.OLSR has even lower delay than AODV. For AODV this is due to, frequent broadcasting of RREQ and route re- initialization messages to find an optimal freshet path. End- to-End delay of DSR is very high, this was due to DSR algorithm that uses cached routes, sending of traffic onto stale routes, causes retransmissions and leads to excessive delays. .Lower the delay, better the performance. VI. CONCLUSION In this paper, we discussed the comparative study of AODV, OLSR and DSR protocols for different QoS parameters packet delivery ratio, end to end delay, packet drop, throughput etc. AODV and OLSR have lower delay compared to DSR. OLSR has even lower delay than AODV. Lower the delay, better the performance. The DSR is performing better in packet delivery and speed than the other two.
  • 4. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 9 97 – 100 _______________________________________________________________________________________________ 100 IJRITCC | September 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ AODV and OLSR experienced higher throughput compared to DSR and it shows that the OLSR protocol performs better than the other two. In future, we shall analyze the performance of OLSR, DSR and AODV protocols by their simulation in MATLAB.We shall discuss Simulation of these QoS parameters and their results with the help of graphs. REFERENCES [1] E. M. Royer and C. K. Toh, “A Review of Current Routing Protocols Ad Hoc Mobile Wireless Networks”, IEEE PersonalCommunications, April 1999, Volume 6, Number 2, pp: 46-55. [2] Ali Mohamed E. Ejmaa and Zuriati Ahmad Zukarnain, „‟ Neighbor-based Dynamic Connectivity Factor Routing Protocol for Mobile Ad Hoc Network‟‟ VOL. X, NO. X, OCTOBER 2016 [3] S.A.Ade and P.A.Tijare, “Performance Comparison of AODV, DSDV, OLSR, DSR Routing Protocols in Mobile Ad Hoc Networks”,International Journal of Information Technology and Knowledge Management, July- December 2010, Volume 2, Number 2, pp: 545-548. [4] M. Ayyash, Y. Alsbou, and M. Anan, “Introduction to mobile ad-hoc andvehicular networks,” in Wireless Sensor and Mobile Ad-Hoc Networks.Springer, 2015, pp. 33–46. [5] C. E. Perkins and E. M. Royer, “Ad-hoc On-Demand Distance Vector Routing”, Proceedings of the second IEEE Workshop on Mobile Computing Systems and Applications, New Orleans, L.A.,1999, pp: 90-100. [6] Samir R. Das, Charles E. Perkins, Elizabeth M. Royer and Mahesh K. Marina. "Performance Comparison of Two On demand Routing Protocols for Ad hoc Networks." IEEE Personal Communications Magazine special issue on Adhoc Networking, February 2001, p. 16-28. [7] H. Badis, A. Munaretto, K. Al Agha, G. Pujolle, "For Adhoc Networking Based on Multiple Metrics: Bandwidth and Delay″. In the proceedings of IEEE MWCN2003, Singapore, October 2003. [8] Shalini Sharma , Girish Tiwari “A NEW IDS SCHEME AGAINST BLACKHOLE ATTACK TO ENHANCE SECURITY IN WIRELESS NETWORK” Volume: 09 Issue: 08 | August-2015, IJRET| p 429-433 [9] Arun Kumar B. R , Lokanatha C. Reddy , Prakash S. Hiremath, “Performance Comparison of Wireless Mobile Ad-Hoc Network Routing Protocols “, IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.6, June 2008. [10] Dynamic Source Routing Protocol for Mobile Ad Hoc Networks (DSR), <draft-ietf-manet-dsr-10.txt> Internet- draft, 19 July 2004. [11] R. Thorulp, “Mobile Ad Hoc Networks and Routing Protocols,” Implementing and Evaluating the DYMO Routing Protocol, Master‟s Thesis at the University of AARHUS, pp. 7- 20, 2007. [12] S. R. Biradar, Hiren H D Sharma, Kalpana Shrama and Subir Kumar Sarkar, ―Performance Comparison of Reactive Routing Protocols of MANETs using Group Mobility Model, IEEE International Conference on Signal Processing Systems, pages 192-195 2009 [13] Vijaya, Amiya Kumar ----Analysis of QoS Parameters of MANETon Mobility and Energy based Model with Different MANET Routing Protocols Vol 9 (37) | October 2016 |Indian Journal of Science and Technology (IJST) [14] Vahid Ayatollahi Tafti, Abolfazl Gandomi Performance of QoS Parameters in MANET Application Traffics in Large Scale Scenarios World Academy of Science, Engineering and Technology 48 2010 [15] Tomas Krag and Sebastian Büettrich (2004-01-24). "Wireless Mesh Networking". O'Reilly Wireless Dev Center. [16] Nishant Doshi , Girish Tiwari “A NOVEL APPROACH AGAINST BLACKHOLE ATTACK IN AODV PROTOCOL FOR WIRELESS NETWORKS” Volume: 05 Issue: 07 | Jul-2016, IJRET p-357-361