SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
Pushpender et al. Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.991-995
RESEARCH ARTICLE

www.ijera.com

OPEN ACCESS

Performance /efficiency enhancement of Dynamic Source Routing
Protocol in Wireless Mesh Networks
1

Pushpender, 2Prof. (Dr.) Sohan Garg, 3Prof. (Dr.) YashPal Singh

1

Research scholar, Shri Venkateshwara University, Gajraula (UP), India
Professor, C.C.S. University, Meerut
3
Professor, S. (P.G.) I.T.M., Rewari,
2

Abstract—
A Wireless Mesh Network is a collection of wireless nodes that form a network connection. There are several
routing protocols like TORA, HEAT, AODV and DSR etc. which have been designed for providing
communication among all the nodes in the wireless network. DSR is a reactive routing protocol and comfortable
for unlimited number of nodes. This paper presents the comparison performance of DSR protocol with E-DSR
(enhanced-DSR) protocol. In the enhanced approach of DSR, we improve the performance of Packet Delivery
Ratio and throughput of the Wireless Mesh Networks. In E-DSR the destination a node recognizes first route
request message (RREQ), it produces Turn-Around route request (TA-RREQ) message and deluges it to
neighbor nodes within transmission range. E-DSR decreases route fail variation messages and gets very good
performance as compared to Dynamic Source Routing protocol (DSR).
Keywords— WMNs, Packet Delivery Ratio, HEAT, E-DSR, RREQ (Route Request), RREP (Route Reply);
Organization of the paper- The present paper has been organized into eight topics starting from the introduction
of the Wireless Mesh Network and E-DSR. Topic second explains the literature review regarding Dynamic
Source Routing. Topic third describes about the problem statement. Topic fourth tells us the overview of
proposed enhanced-DSR (D-DSR), implementation work, working procedure of proposed enhanced-DSR
algorithm, implementation code for E-DSR. Topic five depicts the experimental setup for simulation. Topic six
describes about analyze the metrics based performance results for DSR and E-DSR. Topic seven describes the
references. Topic eight concludes this paper. At last of this paper, there is description about the author.

I.

Introduction

Information Communication Techniques (ICT)
has been broaden the usages and application as the
introduction, networking becomes the backbone of
the data communication 3G and 4G technology have
made the networking with easy access. Wireless
Mesh Network (WMN) is a wireless network in
which several numbers of nodes are connected in a
mesh topology. Wireless links connects all these
nodes to each other in the network. Wireless Mesh
Network has mainly the following components:
(i) Mesh clients (ii) Mesh Routers and (iii) Gateways.
Laptops, mobile phones etc are the example of the
mesh clients. The main functionality of mesh routers
is to forward the traffic to and from the gateways. In
a mesh network, each radio node is connected to all
the radio nodes. Hence when a single node can’t
communicate or not in a working condition, the rest
of nodes can communicate to each other. WMN is a
self organizing, self healing wireless network.
Nowadays, it is a popular technology because of low
cost maintenance, ease of deployable etc. Routing is
the important part of the communication on the
Wireless Mesh Network. Several types of routing
protocols are used in WMNs i.e. DSDV, HEAT
scalable routing protocol, AODV, DSR etc. And
different types of strategies are used in these
protocols. However, there are several numbers of
www.ijera.com

routing protocols in WMNs, but regarding
performance there is a need of enhancement in the
performance of some routing protocols to maintain a
fast responsive network.
In this paper, we proposed a new routing protocol
enhanced DSR (E-DSR) which is the enhancement in
the DSR routing protocol. In E-DSR, destination
node uses turn-around RREQ to find source node. It
reduces the number of route path fail alteration
messages and therefore can enhance the performance
of the network. Therefore, number of success rate of
discovery route may be improved. The results of the
simulation indicates our proposed enhanced
algorithm improves the performance of DSR
(Dynamic Source Routing) protocol in several types
of metrics i.e. average end-to-end delay, average
throughput etc.

II.

Literature Review

Dynamic Source Routing protocol (DSR) is
a reactive, on-demand routing protocol, which finds
the route as and when required, dynamically. DSR
routing protocol manage the network without any
centralized administrator or infrastructure. In route
discovery this protocol discovers for the routes from
source node to destination. In DSR, data packets
stored the routing information of all intermediate
nodes in its header to reach at a particular destination.
991 | P a g e
Pushpender et al. Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.991-995
Routing information for every source node can be
change at any time in the network and DSR updates it
after each change occur [4]. Intermediate routers
don´t need to have routing information to route the
passing traffic, but they save routing information for
their future use. Basic purpose to develop DSR was
to reduce the overhead on the network and designing
self-organizing and self-configuring protocol to
support WMNs. The DSR protocol contains two
phases in its routing mechanism:
a) Route discovery
b) Route maintenance
a) Route discovery:
In the route discovery phase the source node
establishes a route by flooding route request packets
(RREQ). The RREQ contains the source IP address
and destination IP address. The neighbor nodes
accumulate the traversed path into the RREQ and
broadcast to its next neighbor if the current node is
not the destination node. Once the destination node
receives the RREQ it concatenates the source route in
a Route Reply packet (RREP) and replies on the
same path as in RREQ. In the RREQ process,
intermediate nodes update their routing tables to each
of the nodes along the source route. In the route
discovery phase each node uses route cache to store
all multiple route entries to be maintained per
destination. Fig.1 is an example of route discovery
between source and destination nodes and possible
discovered paths.

Fig 1
b) Route maintenance:
Route maintenance is carried whenever
there is a broken link observed in the specific route to
www.ijera.com

www.ijera.com

the destination. When the packets are forwarded
through a specific route, each node sends the packet
to the next node in the route and the next node
acknowledges the packet received. When a broken
link is observed in the destination path the broken
link will not acknowledge to the packet transmitted
by the neighbor node, and the node send a route error
message (RERR) to the source node. The source then
responds to this RERR and stops sending the next
packets and will look in its route cache for alternative
routes and follow the next available path.
DSR Features
 The two most important features of DSR
protocol are route discovery and route
maintenance that make this protocol selfconfiguring and self-maintaining.

In DSR protocol, there is no need of
periodic updates to send over the network
about neighbors or link state information.
This reduces overhead on the network by
eliminating the periodic updates send on the
network. The both operations of DSR are on
demand basis [4].
 A node may save more than one route for
the same destination. In DSR it is carried out
by listening to passing traffic, or by saving
the additional routes when attempts for
single route discovery. This property make
DSR to use cache route in case of one route
broke down, there is no need of route
discovery as alternative routes are already
available to the destination [4].
 Another important property of DSR routing
protocol is network type flexibility. A
packet using DSR routing protocol can reach
its destination even when the intermediate
nodes are using different type of network.
DSR make it possible that nodes with
different network types can participate in ad
hoc networks, DSR protocol consider them
as Ad hoc Network [4].
 There is unidirectional link support The
basic algorithm for route discovery can be
optimized in many ways [5].
● To avoid too many broadcasts, each route
request could contain a counter. Every node
rebroadcasts the request increments the
counter by one. Knowing the maximum
network diameter (take the number of nodes
if nothing else is known), nodes can drop a
request if the counter reaches this number.
● A node can cache path fragments from
recent requests. These fragments can now be
used to answer other route requests much
faster (if they still reflect the topology!).
● A node can also update this cache from
packet headers while forwarding other
packets.

992 | P a g e
Pushpender et al. Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.991-995
●

If a node overhears transmissions from other
nodes, it can also use this information for
shortening routes.

Although dynamic source routing offers
benefits compared to other algorithms by being much
more bandwidth efficient, problems arise if the
topology is highly dynamic and links are
asymmetrical [5].

III.

Motivation of Work

DSR and most of the On-Demand Routing
protocols in wireless networks, use solitary route
along overturn path. If there is change in network
topology frequently, then due to this reason the route
reply could not get there to the source node i.e. when
a node sends many of route requests; the node obtains
a reply. Due to this reason, routing performance (like,
long end-to-end delay, low packet delivery fraction
and average throughput) is decreased. Therefore, how
can we decrease the breakdown of RREP message?

IV.

www.ijera.com

communication. If it receives the same message, the
dropping of message is done, otherwise message is
forwarded. When a first turn-around RREQ is hold
by the source node, then source node starts a packet
distributing process. The RREQ message in E-DSR,
have several fields such as IP address, request ID,
end IP address, hop add up, request time etc.
In emergency condition such as route
connection breakdown, transaction routes may be
used. E-DSR decreases the number of failure
alteration messages and obtains a excellence
performance as compared to Dynamic Source
Routing algorithm.
1.3 Implementation code for proposed E-DSR
protocol

Overview of proposed enhanced-DSR
(E-DSR)

We propose the E-DSR to avoid RREP loss
and enhance the routing in WMNs. E-DSR uses the
method of RREQ of DSR to deliver route message to
source node. We give the name to the route reply
messages as TA-RREQ (turn around route request).
E-DSR can respond from end to source if there is at
least one path to source node. This describes how EDSR put-off’s a so many numbers of re-transmissions
of RREQ (route request) messages and therefore
eliminates the overcrowding in the wireless networks.
Besides this, E-DSR will provide us the better
performance of routing such as fraction packet
delivery, end-to-end delay etc.
1.1. Implementation
DSR and enhanced DSR are tested on
MATLab (also may be tested on NS-2 simulator)
which is mostly used for research work regarding
simulation purposes. MATLab provides a support for
simulation of routing protocols, wireless networks
etc. MATLab have many of the specialized features
support for simulation of wireless networks.
1.2. Working procedure of proposed
Enhanced-DSR (E-DSR) Algorithm
A turn around route discovery procedure is
used to discover the out routes on-demand. In EDSR, the first route request message is received by
the end node, after this TA-RREQ is generated and
broadcasting of this message is done to neighbor
nodes in a broadcasting range. When this TA-RREQ
message is received by the source node, then source
node starts the broadcasting process of packet, and
rest of TA-RREQ messages are put aside for further
use. When a transmitted TA-RREQ packet arrives to
centre node, it will check for duplicity
www.ijera.com

993 | P a g e
Pushpender et al. Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.991-995

www.ijera.com

This illustrates the level of delivered data to the
destination.

∑ Number of packet receive/∑ Number of packet
send
The greater value of packet delivery ratio means
the better performance of the protocol.
Average throughput: throughput or network
throughput is the average rate of successful message
delivery over a communication channel. It is
expressed in kilobits per second.

V.

Experimental setup

For the performance analysis of the
routing protocol extensions, the experimental setup is
done using Matlab R2010b. The simulation for the
performance evaluation may be done using NS-2.34
network simulator. Research has been taken out for
the evaluation performance of the routing protocols
in Wireless Mesh Networks. The main goal is to
reduce the end-to-end delay and improve the PDF
and throughout. The same parameters are used here
for the simulation of both routing protocols i.e. DSR
and E-DSR. The following parameters are set for the
simulation purposes as shown in table 1.
Table 1: Mesh topology simulation parameters
Parameter
Number of Nodes
Packet Size
Data Rate
Operational Frequency
Simulation Time
Pause Time
Topology Used
Mobility Strategy
Transmission Radius
each node
Type of traffic
Domain
Max Speed
Burst Time
Random Noise

of

Value
100
127 bytes
100k
2.4 GHz
600 sec
0s, 20s, 40s, 60s, 80s
Mesh Topology
Random Way Point
20 m
CBR
100m*100m*100m
10,20,30,40,50,60 m/s
200 m/s
0

Analyze the metrics based performance
results for DSR and E-DSR
Here, results are shown for performance of
DSR routing protocol and E-DSR routing protocol.
We analyze then using the metrics:
EED (end-to-end delay): refers to that the time taken
for a packet to be transmitted across a network from
source to destination.
PDF (packet delivery fraction): the ratio of the
number of delivered data packet to the destination.

www.ijera.com

Fig 2: Mobility Vs End to End Delay
Fig 2 indicates the average EED of DSR and E-DSR
protocols. Here, delay has to be supposed for the
packets that actually arrive at the destinations. We
analyze that delay of E-DSR is lower as compared to
DSR. E-DSR chooses route earlier.

Fig 3: Pause Time Vs Packet Delivery Fraction
Fig 3 represents the result of Pause Time Vs
Packet Delivery Fraction. This result indicates the
rate of packet drop. It describes packet deliver ratio
of DSR and E-DSR, by improving in the pause time.
The EED (end-to-end delay) includes the processing
time and queuing time.
For excellent performance, End-to- End Delay
must be low.

994 | P a g e
Pushpender et al. Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.991-995

[5]

[6]

Fig 4: Pause Time Vs Average Throughput
Fig 4 describes that, after increasing the pause time,
performance result of E-DSR produces well as
compared to existing DSR routing protocol.

VI.

Conclusion

The routing in Wireless Mesh Network is
the main part of communication. Several types of
routing protocols are used in WMNs. To enhance the
overall performance of the WMNs, improvement in
the routing protocol is need of time. In Dynamic
Source Routing protocol, RREP messages are very
important for WMNs for send messages. A
degradation of performance takes place due to the
high rate of route reply. And if route reply takes place
high, there is chances of route reply lost. Route reply
mechanism will be affected. In this paper, it is
proposed the idea of enhanced DSR, which attends
TA-RREQ. E-DSR route detection succeeds in a
smaller amount tries than DSR. We have attempted a
simulation to analyze the performance of E-DSR with
that of DSR using MAT Lab. The results indicate that
E-DSR enhances the performance of DSR in several
metrics, as the packet delivery, ETE delay. In future,
we will analyze the performance of DSR and E-DSR
routing protocols on the behalf of another metrics.
We will test this proposed algorithm in other routing
protocols such as AODV routing protocol.

References
[1]
[2]

[3]

[4]

C. Siva Ram Murthy and B. S. Manoj, “Ad Hoc
Wireless
Networks:
Architectures
and
Protocols” Prentice Hall, 2004.
C.E.Perkins and E.M.Royer “Ad hoc on
demand distance vector routing”, Proceedings
of IEEE Workshop on Mobile computing
systems and Applications 1999, pp. 90-100,
February 1999.
D. Johnson, D. Maltz, Y. Hu, and J. Jetcheva,
“The dynamic source routing protocol for
mobile ad hoc networks”. Internet Draft,
Internet Engineering Task Force, Mar
2001.http://www.ietf.org/internetdrafts/draftietf.
David B. Johnson, David A. Maltz, and Josh
Broch, “DSR: The Dynamic Source Routing
Protocol for Multi-Hop Wireless Ad Hoc

www.ijera.com

[7]
[8]
[9]

www.ijera.com

Networks”, in Ad Hoc Networking, Editor:
Charles E.Perkins, Chapter 5, pp. 139-172,
Addison-Wesley, 2001.
Jochen H. Schiller, “Mobile Communiction”,
Addison-Wesley, Second Edition, pp.336-339,
2003.
G.L. Saini, Dr. Deepak Dembla, “Modeling,
Implementation and Performance Evaluation of
E-AODV Routing Protocol in MANETs”,
IJARCSSE, Volume 3, Issue 7, July 2013. pp.
1221-1227.
www.ijarcsse.com
www.wikipedia.com
Er. Pushpender Sarao, Dr. Sohan Garg, Prof.(Dr.)
YashPal Singh, “Wireless Mesh Networks:
WMN Architecture, issues and challenges”,
IJIEASR, volume 2,issue 9,page no. 29-34,Sept,
2013.

About the Author’s

Er. Pushpender received the B.tech degree
in Information Technology
Engineering and
M.Tech degree in Computer Science and Engineering
from M.D. University, Rohtak (India). He has been in
teaching profession more than three years. Beside he has
the good industrial exposure in the field of computer
technology and network. He is a research scholar
pursuing his Ph.D from Shri Venkateshwara University,
Gajraula (UP), India in Wireless Mesh Networks
specializing Routing Protocols.
Dr. Sohan Garg: Presently working as Director, Sir
Chhotu Ram Institute of Engineering and Technology,
CCS University Campus Meerut, UP (India). He has
worked as Director, IIMT Management College,
Meerut, (UP), India. He received the Ph.D. degree in
Computer Science from Institute of Advanced Studies,
C.C.S. University Campus Meerut. He received the
M.Tech degree in Computer Science from Manav Bharti
University, Shimla H.P (India). He has published
several research papers in National and international
journals in his credit. He is also the guide of research
scholar for almost twelve of Universities.
Prof. Y.P. Singh, currently working as Professor &
Director, Somany (P.G.) Institute of Technology &
Management, Rewari, Haryana. He has also worked
about 27 years as Lecturer, Dean of academics &
Principal and Director in many Engineering institutions
and organization. He has also served with Training and
Technical Deptt. Govt.Of Delhi, almost for 17 years. He
has about 33 research paper published in National and
42 papers published in international journals in his
credit. He has been selected and awarded by Govt. of
Delhi as “Best Technical Teacher-2004”.He is also an
expert and Master Trainer for the Teachers, empanelled
by SCERT/NCERT. He is also the guide of research
scholar for almost dozen of Universities.

995 | P a g e

Weitere ähnliche Inhalte

Was ist angesagt?

On the routing overhead in infrastructureless multihop wireless networks
On the routing overhead in infrastructureless multihop wireless networksOn the routing overhead in infrastructureless multihop wireless networks
On the routing overhead in infrastructureless multihop wireless networksNarendra Singh Yadav
 
Opportunistic Data Forwarding in Manet
Opportunistic Data Forwarding in ManetOpportunistic Data Forwarding in Manet
Opportunistic Data Forwarding in ManetIJTET Journal
 
PERFORMANCE COMPARISION OF DSDV, AODV AND DSRFOR MOBILE AD HOC NETWORK BY VAR...
PERFORMANCE COMPARISION OF DSDV, AODV AND DSRFOR MOBILE AD HOC NETWORK BY VAR...PERFORMANCE COMPARISION OF DSDV, AODV AND DSRFOR MOBILE AD HOC NETWORK BY VAR...
PERFORMANCE COMPARISION OF DSDV, AODV AND DSRFOR MOBILE AD HOC NETWORK BY VAR...Saurabh Mishra
 
Analysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANETAnalysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANETidescitation
 
IMPROVED NETWORK CONNECTIVITY IN MANETS
IMPROVED NETWORK CONNECTIVITY IN MANETSIMPROVED NETWORK CONNECTIVITY IN MANETS
IMPROVED NETWORK CONNECTIVITY IN MANETSIJCNCJournal
 
Tree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETsTree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETspaperpublications3
 
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
 
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRMMDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRMIOSR Journals
 
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...ijngnjournal
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
The Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless NetworksThe Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless NetworksDr. Amarjeet Singh
 
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...ijasuc
 
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETsA SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETspijans
 

Was ist angesagt? (18)

Research on performance of routing protocols in manet
Research on performance of routing protocols in manetResearch on performance of routing protocols in manet
Research on performance of routing protocols in manet
 
On the routing overhead in infrastructureless multihop wireless networks
On the routing overhead in infrastructureless multihop wireless networksOn the routing overhead in infrastructureless multihop wireless networks
On the routing overhead in infrastructureless multihop wireless networks
 
Opportunistic Data Forwarding in Manet
Opportunistic Data Forwarding in ManetOpportunistic Data Forwarding in Manet
Opportunistic Data Forwarding in Manet
 
O26087092
O26087092O26087092
O26087092
 
PERFORMANCE COMPARISION OF DSDV, AODV AND DSRFOR MOBILE AD HOC NETWORK BY VAR...
PERFORMANCE COMPARISION OF DSDV, AODV AND DSRFOR MOBILE AD HOC NETWORK BY VAR...PERFORMANCE COMPARISION OF DSDV, AODV AND DSRFOR MOBILE AD HOC NETWORK BY VAR...
PERFORMANCE COMPARISION OF DSDV, AODV AND DSRFOR MOBILE AD HOC NETWORK BY VAR...
 
Analysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANETAnalysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANET
 
J0935461
J0935461J0935461
J0935461
 
IMPROVED NETWORK CONNECTIVITY IN MANETS
IMPROVED NETWORK CONNECTIVITY IN MANETSIMPROVED NETWORK CONNECTIVITY IN MANETS
IMPROVED NETWORK CONNECTIVITY IN MANETS
 
Tree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETsTree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETs
 
Hd3312521256
Hd3312521256Hd3312521256
Hd3312521256
 
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
 
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRMMDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
 
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
IMPLEMENTATION AND COMPARISION OF DATA LINK QUALITY SCHEME ON ODMRP AND ADMR ...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
The Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless NetworksThe Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless Networks
 
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
 
G343741
G343741G343741
G343741
 
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETsA SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
 

Andere mochten auch (20)

Hz3513921405
Hz3513921405Hz3513921405
Hz3513921405
 
Im3514741479
Im3514741479Im3514741479
Im3514741479
 
Il3514711473
Il3514711473Il3514711473
Il3514711473
 
If3514351438
If3514351438If3514351438
If3514351438
 
Gh3511131117
Gh3511131117Gh3511131117
Gh3511131117
 
Gj3511231126
Gj3511231126Gj3511231126
Gj3511231126
 
Gc3510651086
Gc3510651086Gc3510651086
Gc3510651086
 
Gg3511071112
Gg3511071112Gg3511071112
Gg3511071112
 
Fl35967977
Fl35967977Fl35967977
Fl35967977
 
Fk35963966
Fk35963966Fk35963966
Fk35963966
 
Fm35978984
Fm35978984Fm35978984
Fm35978984
 
Fi35943952
Fi35943952Fi35943952
Fi35943952
 
Fj35953962
Fj35953962Fj35953962
Fj35953962
 
Fn35985990
Fn35985990Fn35985990
Fn35985990
 
Fq3510001006
Fq3510001006Fq3510001006
Fq3510001006
 
Ar4201293298
Ar4201293298Ar4201293298
Ar4201293298
 
H. a pembatas lampiran
H. a pembatas lampiranH. a pembatas lampiran
H. a pembatas lampiran
 
Primer Remate BCR
Primer Remate BCRPrimer Remate BCR
Primer Remate BCR
 
Speaking assignment lina maria bermudez
Speaking assignment  lina maria bermudezSpeaking assignment  lina maria bermudez
Speaking assignment lina maria bermudez
 
Consulta
ConsultaConsulta
Consulta
 

Ähnlich wie Fo35991995

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
 
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
 
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...Editor IJMTER
 
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
 
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
 
Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)Narendra Singh Yadav
 
Comparing: Routing Protocols on Basis of sleep mode
Comparing: Routing Protocols on Basis of sleep modeComparing: Routing Protocols on Basis of sleep mode
Comparing: Routing Protocols on Basis of sleep modeIJMER
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...ijdpsjournal
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...ijdpsjournal
 
Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...
Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...
Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...IJERA Editor
 
Routing protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyRouting protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyIOSR Journals
 
20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)IAESIJEECS
 
20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)IAESIJEECS
 

Ähnlich wie Fo35991995 (20)

En33838844
En33838844En33838844
En33838844
 
A340105
A340105A340105
A340105
 
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...
 
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...
 
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...
EFFECT OF PAUSE TIME AND NODES ON PERFORMANCE OF AODV AND DSR ROUTING PROTOCO...
 
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
 
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
 
Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)
 
Comparing: Routing Protocols on Basis of sleep mode
Comparing: Routing Protocols on Basis of sleep modeComparing: Routing Protocols on Basis of sleep mode
Comparing: Routing Protocols on Basis of sleep mode
 
Bh4103368374
Bh4103368374Bh4103368374
Bh4103368374
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
 
Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...
Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...
Novel Routing Protocol Based on Periodic Route Discovery for Mobile Adhoc Net...
 
Routing protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyRouting protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation Study
 
20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)
 
20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)20 16 sep17 22jul 8036 9913-2-ed(edit)
20 16 sep17 22jul 8036 9913-2-ed(edit)
 
As33259263
As33259263As33259263
As33259263
 

Kürzlich hochgeladen

WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 

Kürzlich hochgeladen (20)

WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 

Fo35991995

  • 1. Pushpender et al. Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.991-995 RESEARCH ARTICLE www.ijera.com OPEN ACCESS Performance /efficiency enhancement of Dynamic Source Routing Protocol in Wireless Mesh Networks 1 Pushpender, 2Prof. (Dr.) Sohan Garg, 3Prof. (Dr.) YashPal Singh 1 Research scholar, Shri Venkateshwara University, Gajraula (UP), India Professor, C.C.S. University, Meerut 3 Professor, S. (P.G.) I.T.M., Rewari, 2 Abstract— A Wireless Mesh Network is a collection of wireless nodes that form a network connection. There are several routing protocols like TORA, HEAT, AODV and DSR etc. which have been designed for providing communication among all the nodes in the wireless network. DSR is a reactive routing protocol and comfortable for unlimited number of nodes. This paper presents the comparison performance of DSR protocol with E-DSR (enhanced-DSR) protocol. In the enhanced approach of DSR, we improve the performance of Packet Delivery Ratio and throughput of the Wireless Mesh Networks. In E-DSR the destination a node recognizes first route request message (RREQ), it produces Turn-Around route request (TA-RREQ) message and deluges it to neighbor nodes within transmission range. E-DSR decreases route fail variation messages and gets very good performance as compared to Dynamic Source Routing protocol (DSR). Keywords— WMNs, Packet Delivery Ratio, HEAT, E-DSR, RREQ (Route Request), RREP (Route Reply); Organization of the paper- The present paper has been organized into eight topics starting from the introduction of the Wireless Mesh Network and E-DSR. Topic second explains the literature review regarding Dynamic Source Routing. Topic third describes about the problem statement. Topic fourth tells us the overview of proposed enhanced-DSR (D-DSR), implementation work, working procedure of proposed enhanced-DSR algorithm, implementation code for E-DSR. Topic five depicts the experimental setup for simulation. Topic six describes about analyze the metrics based performance results for DSR and E-DSR. Topic seven describes the references. Topic eight concludes this paper. At last of this paper, there is description about the author. I. Introduction Information Communication Techniques (ICT) has been broaden the usages and application as the introduction, networking becomes the backbone of the data communication 3G and 4G technology have made the networking with easy access. Wireless Mesh Network (WMN) is a wireless network in which several numbers of nodes are connected in a mesh topology. Wireless links connects all these nodes to each other in the network. Wireless Mesh Network has mainly the following components: (i) Mesh clients (ii) Mesh Routers and (iii) Gateways. Laptops, mobile phones etc are the example of the mesh clients. The main functionality of mesh routers is to forward the traffic to and from the gateways. In a mesh network, each radio node is connected to all the radio nodes. Hence when a single node can’t communicate or not in a working condition, the rest of nodes can communicate to each other. WMN is a self organizing, self healing wireless network. Nowadays, it is a popular technology because of low cost maintenance, ease of deployable etc. Routing is the important part of the communication on the Wireless Mesh Network. Several types of routing protocols are used in WMNs i.e. DSDV, HEAT scalable routing protocol, AODV, DSR etc. And different types of strategies are used in these protocols. However, there are several numbers of www.ijera.com routing protocols in WMNs, but regarding performance there is a need of enhancement in the performance of some routing protocols to maintain a fast responsive network. In this paper, we proposed a new routing protocol enhanced DSR (E-DSR) which is the enhancement in the DSR routing protocol. In E-DSR, destination node uses turn-around RREQ to find source node. It reduces the number of route path fail alteration messages and therefore can enhance the performance of the network. Therefore, number of success rate of discovery route may be improved. The results of the simulation indicates our proposed enhanced algorithm improves the performance of DSR (Dynamic Source Routing) protocol in several types of metrics i.e. average end-to-end delay, average throughput etc. II. Literature Review Dynamic Source Routing protocol (DSR) is a reactive, on-demand routing protocol, which finds the route as and when required, dynamically. DSR routing protocol manage the network without any centralized administrator or infrastructure. In route discovery this protocol discovers for the routes from source node to destination. In DSR, data packets stored the routing information of all intermediate nodes in its header to reach at a particular destination. 991 | P a g e
  • 2. Pushpender et al. Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.991-995 Routing information for every source node can be change at any time in the network and DSR updates it after each change occur [4]. Intermediate routers don´t need to have routing information to route the passing traffic, but they save routing information for their future use. Basic purpose to develop DSR was to reduce the overhead on the network and designing self-organizing and self-configuring protocol to support WMNs. The DSR protocol contains two phases in its routing mechanism: a) Route discovery b) Route maintenance a) Route discovery: In the route discovery phase the source node establishes a route by flooding route request packets (RREQ). The RREQ contains the source IP address and destination IP address. The neighbor nodes accumulate the traversed path into the RREQ and broadcast to its next neighbor if the current node is not the destination node. Once the destination node receives the RREQ it concatenates the source route in a Route Reply packet (RREP) and replies on the same path as in RREQ. In the RREQ process, intermediate nodes update their routing tables to each of the nodes along the source route. In the route discovery phase each node uses route cache to store all multiple route entries to be maintained per destination. Fig.1 is an example of route discovery between source and destination nodes and possible discovered paths. Fig 1 b) Route maintenance: Route maintenance is carried whenever there is a broken link observed in the specific route to www.ijera.com www.ijera.com the destination. When the packets are forwarded through a specific route, each node sends the packet to the next node in the route and the next node acknowledges the packet received. When a broken link is observed in the destination path the broken link will not acknowledge to the packet transmitted by the neighbor node, and the node send a route error message (RERR) to the source node. The source then responds to this RERR and stops sending the next packets and will look in its route cache for alternative routes and follow the next available path. DSR Features  The two most important features of DSR protocol are route discovery and route maintenance that make this protocol selfconfiguring and self-maintaining.  In DSR protocol, there is no need of periodic updates to send over the network about neighbors or link state information. This reduces overhead on the network by eliminating the periodic updates send on the network. The both operations of DSR are on demand basis [4].  A node may save more than one route for the same destination. In DSR it is carried out by listening to passing traffic, or by saving the additional routes when attempts for single route discovery. This property make DSR to use cache route in case of one route broke down, there is no need of route discovery as alternative routes are already available to the destination [4].  Another important property of DSR routing protocol is network type flexibility. A packet using DSR routing protocol can reach its destination even when the intermediate nodes are using different type of network. DSR make it possible that nodes with different network types can participate in ad hoc networks, DSR protocol consider them as Ad hoc Network [4].  There is unidirectional link support The basic algorithm for route discovery can be optimized in many ways [5]. ● To avoid too many broadcasts, each route request could contain a counter. Every node rebroadcasts the request increments the counter by one. Knowing the maximum network diameter (take the number of nodes if nothing else is known), nodes can drop a request if the counter reaches this number. ● A node can cache path fragments from recent requests. These fragments can now be used to answer other route requests much faster (if they still reflect the topology!). ● A node can also update this cache from packet headers while forwarding other packets. 992 | P a g e
  • 3. Pushpender et al. Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.991-995 ● If a node overhears transmissions from other nodes, it can also use this information for shortening routes. Although dynamic source routing offers benefits compared to other algorithms by being much more bandwidth efficient, problems arise if the topology is highly dynamic and links are asymmetrical [5]. III. Motivation of Work DSR and most of the On-Demand Routing protocols in wireless networks, use solitary route along overturn path. If there is change in network topology frequently, then due to this reason the route reply could not get there to the source node i.e. when a node sends many of route requests; the node obtains a reply. Due to this reason, routing performance (like, long end-to-end delay, low packet delivery fraction and average throughput) is decreased. Therefore, how can we decrease the breakdown of RREP message? IV. www.ijera.com communication. If it receives the same message, the dropping of message is done, otherwise message is forwarded. When a first turn-around RREQ is hold by the source node, then source node starts a packet distributing process. The RREQ message in E-DSR, have several fields such as IP address, request ID, end IP address, hop add up, request time etc. In emergency condition such as route connection breakdown, transaction routes may be used. E-DSR decreases the number of failure alteration messages and obtains a excellence performance as compared to Dynamic Source Routing algorithm. 1.3 Implementation code for proposed E-DSR protocol Overview of proposed enhanced-DSR (E-DSR) We propose the E-DSR to avoid RREP loss and enhance the routing in WMNs. E-DSR uses the method of RREQ of DSR to deliver route message to source node. We give the name to the route reply messages as TA-RREQ (turn around route request). E-DSR can respond from end to source if there is at least one path to source node. This describes how EDSR put-off’s a so many numbers of re-transmissions of RREQ (route request) messages and therefore eliminates the overcrowding in the wireless networks. Besides this, E-DSR will provide us the better performance of routing such as fraction packet delivery, end-to-end delay etc. 1.1. Implementation DSR and enhanced DSR are tested on MATLab (also may be tested on NS-2 simulator) which is mostly used for research work regarding simulation purposes. MATLab provides a support for simulation of routing protocols, wireless networks etc. MATLab have many of the specialized features support for simulation of wireless networks. 1.2. Working procedure of proposed Enhanced-DSR (E-DSR) Algorithm A turn around route discovery procedure is used to discover the out routes on-demand. In EDSR, the first route request message is received by the end node, after this TA-RREQ is generated and broadcasting of this message is done to neighbor nodes in a broadcasting range. When this TA-RREQ message is received by the source node, then source node starts the broadcasting process of packet, and rest of TA-RREQ messages are put aside for further use. When a transmitted TA-RREQ packet arrives to centre node, it will check for duplicity www.ijera.com 993 | P a g e
  • 4. Pushpender et al. Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.991-995 www.ijera.com This illustrates the level of delivered data to the destination. ∑ Number of packet receive/∑ Number of packet send The greater value of packet delivery ratio means the better performance of the protocol. Average throughput: throughput or network throughput is the average rate of successful message delivery over a communication channel. It is expressed in kilobits per second. V. Experimental setup For the performance analysis of the routing protocol extensions, the experimental setup is done using Matlab R2010b. The simulation for the performance evaluation may be done using NS-2.34 network simulator. Research has been taken out for the evaluation performance of the routing protocols in Wireless Mesh Networks. The main goal is to reduce the end-to-end delay and improve the PDF and throughout. The same parameters are used here for the simulation of both routing protocols i.e. DSR and E-DSR. The following parameters are set for the simulation purposes as shown in table 1. Table 1: Mesh topology simulation parameters Parameter Number of Nodes Packet Size Data Rate Operational Frequency Simulation Time Pause Time Topology Used Mobility Strategy Transmission Radius each node Type of traffic Domain Max Speed Burst Time Random Noise of Value 100 127 bytes 100k 2.4 GHz 600 sec 0s, 20s, 40s, 60s, 80s Mesh Topology Random Way Point 20 m CBR 100m*100m*100m 10,20,30,40,50,60 m/s 200 m/s 0 Analyze the metrics based performance results for DSR and E-DSR Here, results are shown for performance of DSR routing protocol and E-DSR routing protocol. We analyze then using the metrics: EED (end-to-end delay): refers to that the time taken for a packet to be transmitted across a network from source to destination. PDF (packet delivery fraction): the ratio of the number of delivered data packet to the destination. www.ijera.com Fig 2: Mobility Vs End to End Delay Fig 2 indicates the average EED of DSR and E-DSR protocols. Here, delay has to be supposed for the packets that actually arrive at the destinations. We analyze that delay of E-DSR is lower as compared to DSR. E-DSR chooses route earlier. Fig 3: Pause Time Vs Packet Delivery Fraction Fig 3 represents the result of Pause Time Vs Packet Delivery Fraction. This result indicates the rate of packet drop. It describes packet deliver ratio of DSR and E-DSR, by improving in the pause time. The EED (end-to-end delay) includes the processing time and queuing time. For excellent performance, End-to- End Delay must be low. 994 | P a g e
  • 5. Pushpender et al. Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.991-995 [5] [6] Fig 4: Pause Time Vs Average Throughput Fig 4 describes that, after increasing the pause time, performance result of E-DSR produces well as compared to existing DSR routing protocol. VI. Conclusion The routing in Wireless Mesh Network is the main part of communication. Several types of routing protocols are used in WMNs. To enhance the overall performance of the WMNs, improvement in the routing protocol is need of time. In Dynamic Source Routing protocol, RREP messages are very important for WMNs for send messages. A degradation of performance takes place due to the high rate of route reply. And if route reply takes place high, there is chances of route reply lost. Route reply mechanism will be affected. In this paper, it is proposed the idea of enhanced DSR, which attends TA-RREQ. E-DSR route detection succeeds in a smaller amount tries than DSR. We have attempted a simulation to analyze the performance of E-DSR with that of DSR using MAT Lab. The results indicate that E-DSR enhances the performance of DSR in several metrics, as the packet delivery, ETE delay. In future, we will analyze the performance of DSR and E-DSR routing protocols on the behalf of another metrics. We will test this proposed algorithm in other routing protocols such as AODV routing protocol. References [1] [2] [3] [4] C. Siva Ram Murthy and B. S. Manoj, “Ad Hoc Wireless Networks: Architectures and Protocols” Prentice Hall, 2004. C.E.Perkins and E.M.Royer “Ad hoc on demand distance vector routing”, Proceedings of IEEE Workshop on Mobile computing systems and Applications 1999, pp. 90-100, February 1999. D. Johnson, D. Maltz, Y. Hu, and J. Jetcheva, “The dynamic source routing protocol for mobile ad hoc networks”. Internet Draft, Internet Engineering Task Force, Mar 2001.http://www.ietf.org/internetdrafts/draftietf. David B. Johnson, David A. Maltz, and Josh Broch, “DSR: The Dynamic Source Routing Protocol for Multi-Hop Wireless Ad Hoc www.ijera.com [7] [8] [9] www.ijera.com Networks”, in Ad Hoc Networking, Editor: Charles E.Perkins, Chapter 5, pp. 139-172, Addison-Wesley, 2001. Jochen H. Schiller, “Mobile Communiction”, Addison-Wesley, Second Edition, pp.336-339, 2003. G.L. Saini, Dr. Deepak Dembla, “Modeling, Implementation and Performance Evaluation of E-AODV Routing Protocol in MANETs”, IJARCSSE, Volume 3, Issue 7, July 2013. pp. 1221-1227. www.ijarcsse.com www.wikipedia.com Er. Pushpender Sarao, Dr. Sohan Garg, Prof.(Dr.) YashPal Singh, “Wireless Mesh Networks: WMN Architecture, issues and challenges”, IJIEASR, volume 2,issue 9,page no. 29-34,Sept, 2013. About the Author’s Er. Pushpender received the B.tech degree in Information Technology Engineering and M.Tech degree in Computer Science and Engineering from M.D. University, Rohtak (India). He has been in teaching profession more than three years. Beside he has the good industrial exposure in the field of computer technology and network. He is a research scholar pursuing his Ph.D from Shri Venkateshwara University, Gajraula (UP), India in Wireless Mesh Networks specializing Routing Protocols. Dr. Sohan Garg: Presently working as Director, Sir Chhotu Ram Institute of Engineering and Technology, CCS University Campus Meerut, UP (India). He has worked as Director, IIMT Management College, Meerut, (UP), India. He received the Ph.D. degree in Computer Science from Institute of Advanced Studies, C.C.S. University Campus Meerut. He received the M.Tech degree in Computer Science from Manav Bharti University, Shimla H.P (India). He has published several research papers in National and international journals in his credit. He is also the guide of research scholar for almost twelve of Universities. Prof. Y.P. Singh, currently working as Professor & Director, Somany (P.G.) Institute of Technology & Management, Rewari, Haryana. He has also worked about 27 years as Lecturer, Dean of academics & Principal and Director in many Engineering institutions and organization. He has also served with Training and Technical Deptt. Govt.Of Delhi, almost for 17 years. He has about 33 research paper published in National and 42 papers published in international journals in his credit. He has been selected and awarded by Govt. of Delhi as “Best Technical Teacher-2004”.He is also an expert and Master Trainer for the Teachers, empanelled by SCERT/NCERT. He is also the guide of research scholar for almost dozen of Universities. 995 | P a g e