SlideShare une entreprise Scribd logo
1  sur  8
Télécharger pour lire hors ligne
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
333
PERFORMANCE OF DSDV PROTOCOL BASED ON DIFFERENT
PROPAGATION MODEL WITH VARIOUS TOPOLOGIES
Sanjukta Tanti1
, Sukant Kishoro Bisoy2
, Namita Das3
, Mohit Ranjan Panda4
1,2,3,4
C.V.Raman College of Engineering, Bhubaneswar, India
ABSTRACT
One of the most important factors in evaluating the performance of routing protocols in
MANET is the variation in received signal strength known as fading. Different types of routing
protocols have been proposed based on the propagation models that neglect the effect of fading. The
choice of propagation models have a great impact on performance, so realistic models are necessary
to consider the effect of fading as far as an accurate analysis of performance of the routing protocols
is concerned. In this paper, comparative analysis of proactive protocol is performed using NS2, in
order to study the impact of propagation model with various topologies. The non-fading models such
as free space and two ray ground are simulated for comparison. The simulation results show that the
propagation models have a great role in routing protocol of MANET.
Keywords: MANET, Routing protocol, DSDV, Propagation Model, NS2
1. INTRODUCTION
A mobile Ad Hoc Network is (MANET) is a network consisting of a group of wireless
mobile nodes that communicate with each others without centralized control or established
infrastructure. In this kind of networks, communication between two nodes that are neighbors
requires relying of messages by some intermediate nodes with act as a router as well as
communication end-point. Moreover, the role of routing protocols among nodes becomes a
challenging task because the nodes move independently. A route that is believed to be optimal at a
given time might not work at all a few moments later.There are many routing protocols available in
MANET. Among them ad hoc on demand distance vector (AODV) [1] and dynamic source routing
(DSR) [2] are reactive routing protocols and Destination Sequenced Distance Vector (DSDV) [3] is
proactive routing protocols. Propagation models focused on predicting the average received signal
strength at a given distance from the transmitter, as well as the variability of the signal strength in
close spatial proximity to a particular location. The accuracy of any particular propagation model in
any given condition will depend on the suitability among the constraints required by the model and
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING &
TECHNOLOGY (IJCET)
ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 4, Issue 4, July-August (2013), pp. 333-340
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2013): 6.1302 (Calculated by GISI)
www.jifactor.com
IJCET
© I A E M E
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
334
depend on terrain. A number of propagation models like Free Space and Two Ray ground have been
exist. In this paper the performance of some of the well known ad hoc protocols is studied under
different propagation models.
The rest of the paper is organized as follows: A brief review is presented on current ad hoc
routing protocols in section 2. Section 3 presents two propagation models. Section 4 focused on
simulation environment during the evaluation process. Section5 describes the results and analysis
finally in section 6 the conclusions are presented.
2. AD HOC ROUTING PROTOCOLS
For mobile ad hoc networks, the issue of routing packets between any pair of nodes becomes
a challenging task because the nodes can move randomly within the network. A path that was
considered optimal at a given point in time might not work at all a few moments later. Moreover, the
random properties of the wireless channels add to the uncertainty of path quality [4]. Traditional
routing protocols are proactive in that they maintain routes to all nodes, including nodes to which no
packets are being sent. They react to any change in the topology even if no traffic is affected by the
change, and they require periodic control messages to maintain routes to every node in the network.
Generally routing protocols for ad-hoc networks can be classified in two different classes: pro-active
protocols, re-active protocols based on how they discover the route.
2.1 Ad-hoc On Demand Distance Vector (AODV)
The Ad-hoc on demand Distance Vector Routing protocol enables multi hop routing between
the participating mobile nodes wishing to establish and maintain an ad-hoc network. AODV is a
reactive protocol based upon the distance vector algorithm. The algorithm uses different messages to
discover and maintain links. Whenever a node wants to try and find a route to another node. It
broadcasts a Route Request (RREQ) to all its neighbors. The RREQ propagates through the
network until it reaches the destination or the node with a fresh enough route the destination. Then
the rout is made available by uncasing a RREQ back to the source. Once the RREQ reaches the
destination or an intermediate node with a fresh enough route, the destination or intermediate node
responds by unicasting a route reply (RREP) packet back to the neighbor from which it has received
the first RREQ.The algorithm uses hello message (a special RREQ) that are broadcast periodically
to the immediate neighbors. These hello messages are local advertisements for the continued
Presence of node and neighbors using routes through the broadcasting node will continue to mark the
route as valid .If hello messages stop coming from a particular node, the neighbor can assume that
the node has moved away and mark that link to the node as broken and notify the affected set of
nodes by sending a link failure notification (a special RERR) to that set of nodes.
2.2 Destination Sequenced Distance Vector (DSDV)
This protocol is based on the classical Bell man-ford routing algorithm to apply to mobile ad-
hoc network. In that each node holds a routing table including next- hop information for each
possible destination. Each entry has a sequence number. If a new entry is obtained the protocol
prefers to select sequence number is the same the protocol selects the metrics with the lowest value.
Routing information is transmitted by broadcast, updates have to be transmitted periodically or
immediately when any significant topology change is available. Each routing at each of the stations,
lists all available destinations and the number of hops to each route table entry is tagged with
sequence number which is organized by the destination station. To maintained the consistency of
routing tables in a dynamically topology, each station periodically transmits updates and transmits
updates immediately when significant new information is available.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
335
3. RADIO PROPAGATION MODELS
Propagation models are used to predict the propagation characteristics such as received signal
power of each packet. Propagation model is a set of mathematical expressions, diagrams, and
algorithms used to represent the radio characteristics of a given environment [5]. Those models are
very important in the planning process since they can typically predict the path loss along a link or
the effective coverage area of a transmitter. Propagation radio models are three types: path loss,
shadowing and fading. The first type can be expressed as the power loss during the signal
propagation in the free space. The second type is characterized by fixed obstacles on the path of the
radio signal propagation. The third category is the fading which is composed of multiple propagation
distances, the fast movements of transmitters and receivers units and finally the reflectors. Path loss
can be expressed as the ratio of the power of the transmitted signal to the power of the same signal
received by the receiver, on a given path. It is a function of the propagation distance. Estimation of
path loss is very important for designing and deploying wireless communication networks. Path loss
is dependent on a number of factors such as the radio frequency used and the nature of the terrain [6].
We consider Free Space model and Two Ray Ground model for our work.
3.1 Free Space Model
In the free space model, it is assumed that there is only one clear line-of-sight path between
the sender and the receiver. The following equation is used to calculate the received signal power
free space at distance d from the sender. The free space model basically represents the
communication range as a circle around the transmitter. If a receiver is within the circle, it receives
all packets. Otherwise, it loses all packets. H. T. Friis presented the following equation to calculate
the received signal power in free space at distance d from the transmitter [7] [8].
………… (1)
Here Pt = Transmitted signal power, = Antenna gain of the sender
= Antenna gain of the receiver, L (L 1) = System loss, Lambda = Wave length
3.2 Two Ray Ground Model
The two-ray ground reflection model focuses on the direct path and a ground reflection path,
instead of focusing only in the path. It is demonstrate that this model offers better performance in
long distance among nodes than the free-space model. The received power at distance d is predicted
by
Here
= Height of the sender antenna, = Height of the received antenna
= Antenna gain of the sender, = Antenna gain of the receiver
D = distance, L (L >=0) = system loss and Here ht, hr and L =1 is assumed.
The above equation shows a faster power loss than Eqn. (1) as distance increases.
However, the two-ray model does not give a good result for a short distance due to the oscillation
caused by the constructive and destructive combination of the two rays. Instead, the free space model
is still used when d is small. It is shown that this model gives more accurate prediction at a long
distance than the free space model [7] [8].
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
336
4. SIMULATION ENVIRONMENT
In order to evaluate the impact of propagation models in the performance of Ad hoc routing
Protocols, the simulations have been conducted using NS-2.34 [9]. We considered Free Space and
Two Ray Ground as propagation model and DSDV as ad hoc routing protocol for our work. We
evaluate the performance in two different scenarios. In first scenario we arranged all the nodes as
chain toplogy as shown in figure 1. In second scenario nodes are arranged as cross topology as
shown in figure 2. For both scenarios, nodes are separated by 50, 75, 100, 125, 150, 175 meter. By
varying the distance between them we measured the throughput, packet loss, routing overhead and
average end to end delay of DSDV protocol over two propagation models said before. For chain
topology we have two simultaneous flows one is from node 0 to node 1 and another is from node 2 to
node 3. Similarly cross topology have two simulataneous flows: node 0 to node 4 and another is from
node 6 to node 8.The parameters used for our simulations are hsown in table 1. Author in [10],
evaluated the performance of AODV, DSR and OLSR routing protocols in MANETs under CBR
traffic with different network conditions.
Figure 1: Chain topology with 5 nodes Figure 2: Cross topology with 9 nodes
Table 1: Parameter used for simulation
PARAMETER VALUE
Propagation model Two Ray Ground and Free Space
Routing protocol DSDV
Data packet CBR
MAC protocols 802_11
Number of connections 2
Transmission Range 250 m
Data packet size 512 bytes
Channel Type Wireless
Time of simulation 100 Sec
Area of simulation 1000*1000
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
337
5. RESULT AND ANALYSIS
In this section, we analyze the results gathered from the simulated scenarios. The parameters
used for the evaluation are throughput, packet loss, packet loss, routing overhead and average end to
end delay.
5.1 Chain Topology
First we study the effect of propagation model namely free space and two ray groud on
DSDV routing protocol in chain scenario. Intially throughput and packet loss is measured by
uniformly separating the distance between nodes by 50, 75, 100, 125, 150 and 175 meter. From
figure 3 we found throughput of free space model is better than two ray ground model because the
free space propagation model assumes the ideal propagation condition that there is only one clear
line -of-sight path between the transmitter and receiver. But in reality the signal reaches the receiver
through multiple paths because of reflection, refraction and scattering [11]. But throughput of DSDV
gracefully decreases with increase of distance. However there is fewer packet loss in two ray ground
model as compared to free space model (see figure 4).
Figure 3: Throughput Vs Distance in chain topology
Figure 4: Packet loss Vs Distance in chain topology
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
338
Then we measured the routing overhead and average end to end delay of DSDV over two
propagation model. Figure 5 shows that routing overhead of DSDV protocol is more in two ray
ground model as compared to free space model. It is about 5 % more in two ray ground model. But
all models have maximum 20% overhead for all distance considered for chain topology. On the
otherhand average end to end delay of free space model is higher than two ray ground.
Figure 5: Routing Overhead Vs Distance in chain topology
Figure 6: Average end-to-end Delay Vs Distance in chain topology
5.2 Cross Topology
Next we study the effect of two propagation model over DSDV routing protocol arranging
the nodes as cross toplogy as shown in figure 2. The distance between nodes is same for all nodes as
similar to chain topology. Intially we measured throughput and packet loss of DSDV protocol. As
shown in figure throughput of free space model is higher than two ray ground model for all distance.
There is a slight increase in packet loss with increase of node to node distance as shown in figure 8.
For both topologies the packet loss ranges from 4500 to 4650. But routing overhead of free space is
more than two ray ground over cross topology (see figure 9). Routing overhead in cross topology and
chain tolology are about 25% and 20%, respectively. From figure 10, the average end to end delay of
free space model is higher than two ray ground model over DSDV protocol with cross topology. The
maximum delay in chain topology and cross topology is 0.32 sec and 0.27 sec, respectively.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
339
Figure 7: Throughput Vs Distance in cross topology
Figure 8: Packet Loss Vs Distance in cross topology
Figure 9: Routing Overhead Vs Distance in cross topology
Figure 10: Average end-to-end Delay Vs Distance in cross topology
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME
340
6. CONCLUSIONS
This paper focuses on the importance of appropriate propagation model for ad hoc routing
protocol. We explore the performance of DSDV routing protocol with Free Space and Two Ray
Ground propagation model over various topology namely chain and cross topology. We use
throughput, pacekt loss, routing overhead and average end to end delay as performance metrics for
our work. Our result shows that performance of free space model is better than two ray ground model
with respect to throughput and routing overhead over chain and cross topologies. On the other hand
free space model has more packet loss and average end to end delay as compare to two ray ground
model. But most of the situation free space model performs better than two ray ground model.
REFERENCES
[1] C. E. Perkins, E. Belding-Royer, and S. R. Das(2003), “Ad- hoc on-demand distance vector
(AODV) routing,” IETF RFC 3561.
[2] D. B. Johnson and D. Maltz(1996), “Dynamic source routing in ad hoc wireless networks,” in
Mobile Computing, T. Imielinski and H. Korth, Eds., Kluwer Academic Publishers,
Dordrecht, The Netherlands, pp. 153–181.
[3] Perkins, Charles E. and Bhagwat, Pravin(1994). Highly Dynamic Destination-Sequenced
Distance-Vector Routing (DSDV) for Mobile Computers.
[4] Magnus Frodigh, Per Johansson and Peter Larsson(2000), “Wireless ad hoc networking-The
art of networking without a network” Ericsson Review No. 4.
[5] A. Neskovic, N. Neskovic and G. Paunovic(2000), “Modern approaches in modeling of
mobile radio systems propagation environment”. IEEE Communications Surveys,
http://www.comsoc.org/pubs/surveys.
[6] Ayyaswamy Kathirvel, and Rengaramanujam Srinivasan(2011), “Analysis of Propagation
Model using Mobile Ad Hoc Network Routing Protocols” International Journal of Research
and Reviews in Computer Science (IJRRCS), Vol 1, Number 1.
[7] Ingo Gruber, Oliver Knauf and Hui Li(2004),” Performance of Ad Hoc Routing Protocols in
Urban Environments”, In Proceedings of European Wireless 2004 (EW'2004, Barcelona,
Spain,February 24 - 27, Barcelona, Spain.
[8] Arne Schmitz, Martin Wenig(2006), ”The Effect of the Radio Wave Propagation Model in
Mobile Ad Hoc Networks”, Torremolinos,Malga,Spain,MSWiM’06.
[9] The Network Simulator, [Online]. Available: Ns2 http://www.isi.edu/nsnam/ns.
[10] C.Mbarushimana and A. Shahrabi(2007), “Comparative study of reactive and proactive
routing protocols performance in mobile ad hoc networks,” in Proceedings of the 21st
International Conference on Advanced Information Networking and ApplicationsWorkshops,
(AINAW'07), pp. 679–684.
[11] Rhattoy & A. Zatni, (2012), “The Impact of Propagation Environment and Traffic Load on
the Performance of Routing Protocols In Ad Hoc Networks”, International Journal of
Distributed and Parallel Systems (IJDPS) Vol.3, No.1.
[12] Saloni Singla and Tripatjot Singh Panag, “Evaluating the Performance of Manet Routing
Protocols”, International Journal of Electronics and Communication Engineering &
Technology (IJECET), Volume 4, Issue 1, 2013, pp. 125 - 130, ISSN Print: 0976- 6464,
ISSN Online: 0976 –6472.
[13] M. Ahmed, S. Yousef and Sattar J Aboud, “Bidirectional Search Routing Protocol for Mobile
Ad Hoc Networks” International journal of Computer Engineering & Technology (IJCET),
Volume 4, Issue 1, 2013, pp. 229 - 243, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.

Contenu connexe

Tendances

A survey on incremental relaying protocols in cooperative communication
A survey on incremental relaying protocols in cooperative communicationA survey on incremental relaying protocols in cooperative communication
A survey on incremental relaying protocols in cooperative communicationeSAT Publishing House
 
Routing in Cognitive Radio Networks - A Survey
Routing in Cognitive Radio Networks - A SurveyRouting in Cognitive Radio Networks - A Survey
Routing in Cognitive Radio Networks - A SurveyIJERA Editor
 
Rate Adaptation for Time Varying Channels Using Distributed Relay Selection
Rate Adaptation for Time Varying Channels Using Distributed Relay SelectionRate Adaptation for Time Varying Channels Using Distributed Relay Selection
Rate Adaptation for Time Varying Channels Using Distributed Relay Selectionpaperpublications3
 
Evaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsEvaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsIAEME Publication
 
Modeling and Simulation of Wavelength-Routed optical Networks
Modeling and Simulation of Wavelength-Routed optical NetworksModeling and Simulation of Wavelength-Routed optical Networks
Modeling and Simulation of Wavelength-Routed optical Networksijceronline
 
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKSMMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKSprj_publication
 
Destination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANETDestination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANETEditor IJCATR
 
Mobile Primary User in Cognitive Radio State of the Arts and Recent Advances
Mobile Primary User in Cognitive Radio State of the Arts and Recent AdvancesMobile Primary User in Cognitive Radio State of the Arts and Recent Advances
Mobile Primary User in Cognitive Radio State of the Arts and Recent Advancesjosephjonse
 
Signal classification of second order cyclostationarity signals using bt scld...
Signal classification of second order cyclostationarity signals using bt scld...Signal classification of second order cyclostationarity signals using bt scld...
Signal classification of second order cyclostationarity signals using bt scld...eSAT Publishing House
 
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
 
Routing in All-Optical Networks Using Recursive State Space Technique
Routing in All-Optical Networks Using Recursive State Space TechniqueRouting in All-Optical Networks Using Recursive State Space Technique
Routing in All-Optical Networks Using Recursive State Space Techniquesipij
 
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...IRJET Journal
 
Fault Tolerant Congestion based Algorithms in OBS Network
Fault Tolerant Congestion based Algorithms in OBS NetworkFault Tolerant Congestion based Algorithms in OBS Network
Fault Tolerant Congestion based Algorithms in OBS NetworkCSCJournals
 
Design Test-bed for assessing load utilising using Multicast Forwarding Appro...
Design Test-bed for assessing load utilising using Multicast Forwarding Appro...Design Test-bed for assessing load utilising using Multicast Forwarding Appro...
Design Test-bed for assessing load utilising using Multicast Forwarding Appro...IOSR Journals
 

Tendances (20)

Be31390392
Be31390392Be31390392
Be31390392
 
A survey on incremental relaying protocols in cooperative communication
A survey on incremental relaying protocols in cooperative communicationA survey on incremental relaying protocols in cooperative communication
A survey on incremental relaying protocols in cooperative communication
 
Routing in Cognitive Radio Networks - A Survey
Routing in Cognitive Radio Networks - A SurveyRouting in Cognitive Radio Networks - A Survey
Routing in Cognitive Radio Networks - A Survey
 
N017428692
N017428692N017428692
N017428692
 
Fo35991995
Fo35991995Fo35991995
Fo35991995
 
Q01742112115
Q01742112115Q01742112115
Q01742112115
 
Rate Adaptation for Time Varying Channels Using Distributed Relay Selection
Rate Adaptation for Time Varying Channels Using Distributed Relay SelectionRate Adaptation for Time Varying Channels Using Distributed Relay Selection
Rate Adaptation for Time Varying Channels Using Distributed Relay Selection
 
Evaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsEvaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocols
 
Modeling and Simulation of Wavelength-Routed optical Networks
Modeling and Simulation of Wavelength-Routed optical NetworksModeling and Simulation of Wavelength-Routed optical Networks
Modeling and Simulation of Wavelength-Routed optical Networks
 
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKSMMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
 
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
 
Destination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANETDestination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANET
 
Mobile Primary User in Cognitive Radio State of the Arts and Recent Advances
Mobile Primary User in Cognitive Radio State of the Arts and Recent AdvancesMobile Primary User in Cognitive Radio State of the Arts and Recent Advances
Mobile Primary User in Cognitive Radio State of the Arts and Recent Advances
 
Signal classification of second order cyclostationarity signals using bt scld...
Signal classification of second order cyclostationarity signals using bt scld...Signal classification of second order cyclostationarity signals using bt scld...
Signal classification of second order cyclostationarity signals using bt scld...
 
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
 
Routing in All-Optical Networks Using Recursive State Space Technique
Routing in All-Optical Networks Using Recursive State Space TechniqueRouting in All-Optical Networks Using Recursive State Space Technique
Routing in All-Optical Networks Using Recursive State Space Technique
 
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
 
Fault Tolerant Congestion based Algorithms in OBS Network
Fault Tolerant Congestion based Algorithms in OBS NetworkFault Tolerant Congestion based Algorithms in OBS Network
Fault Tolerant Congestion based Algorithms in OBS Network
 
Hd3312521256
Hd3312521256Hd3312521256
Hd3312521256
 
Design Test-bed for assessing load utilising using Multicast Forwarding Appro...
Design Test-bed for assessing load utilising using Multicast Forwarding Appro...Design Test-bed for assessing load utilising using Multicast Forwarding Appro...
Design Test-bed for assessing load utilising using Multicast Forwarding Appro...
 

En vedette

Artificial neural network based nitrogen oxides emission prediction and
Artificial neural network based nitrogen oxides emission prediction andArtificial neural network based nitrogen oxides emission prediction and
Artificial neural network based nitrogen oxides emission prediction andIAEME Publication
 
Lead acid battery management system for electrical vehicles
Lead acid battery management system for electrical vehiclesLead acid battery management system for electrical vehicles
Lead acid battery management system for electrical vehiclesIAEME Publication
 
Data transmission with gbits speed using cmos based integrated circu
Data transmission with gbits speed using cmos based integrated circuData transmission with gbits speed using cmos based integrated circu
Data transmission with gbits speed using cmos based integrated circuIAEME Publication
 
Location predictionin cellular network using neural network
Location predictionin cellular network using neural networkLocation predictionin cellular network using neural network
Location predictionin cellular network using neural networkIAEME Publication
 
Assessing the effect of information and communication technology on enhancing
Assessing the effect of information and communication technology on enhancingAssessing the effect of information and communication technology on enhancing
Assessing the effect of information and communication technology on enhancingIAEME Publication
 
Compression behaviour of natural soils
Compression behaviour of natural soilsCompression behaviour of natural soils
Compression behaviour of natural soilsIAEME Publication
 
Benefit analysis of subgrade and surface improvements in flexible pavements 2
Benefit analysis of subgrade and surface improvements in flexible pavements 2Benefit analysis of subgrade and surface improvements in flexible pavements 2
Benefit analysis of subgrade and surface improvements in flexible pavements 2IAEME Publication
 
Micro fluidic valve for satellite propulsion system
Micro fluidic valve for satellite propulsion systemMicro fluidic valve for satellite propulsion system
Micro fluidic valve for satellite propulsion systemIAEME Publication
 

En vedette (8)

Artificial neural network based nitrogen oxides emission prediction and
Artificial neural network based nitrogen oxides emission prediction andArtificial neural network based nitrogen oxides emission prediction and
Artificial neural network based nitrogen oxides emission prediction and
 
Lead acid battery management system for electrical vehicles
Lead acid battery management system for electrical vehiclesLead acid battery management system for electrical vehicles
Lead acid battery management system for electrical vehicles
 
Data transmission with gbits speed using cmos based integrated circu
Data transmission with gbits speed using cmos based integrated circuData transmission with gbits speed using cmos based integrated circu
Data transmission with gbits speed using cmos based integrated circu
 
Location predictionin cellular network using neural network
Location predictionin cellular network using neural networkLocation predictionin cellular network using neural network
Location predictionin cellular network using neural network
 
Assessing the effect of information and communication technology on enhancing
Assessing the effect of information and communication technology on enhancingAssessing the effect of information and communication technology on enhancing
Assessing the effect of information and communication technology on enhancing
 
Compression behaviour of natural soils
Compression behaviour of natural soilsCompression behaviour of natural soils
Compression behaviour of natural soils
 
Benefit analysis of subgrade and surface improvements in flexible pavements 2
Benefit analysis of subgrade and surface improvements in flexible pavements 2Benefit analysis of subgrade and surface improvements in flexible pavements 2
Benefit analysis of subgrade and surface improvements in flexible pavements 2
 
Micro fluidic valve for satellite propulsion system
Micro fluidic valve for satellite propulsion systemMicro fluidic valve for satellite propulsion system
Micro fluidic valve for satellite propulsion system
 

Similaire à Performance of dsdv protocol based on different propagation model with vari

Impact of mobility and maps size on the performances of vanets in urban area
Impact of mobility and maps size on the performances of vanets in urban areaImpact of mobility and maps size on the performances of vanets in urban area
Impact of mobility and maps size on the performances of vanets in urban areaIAEME Publication
 
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...eeiej_journal
 
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...ijrap
 
Comparative Study for Performance Analysis of Routing Protocols in Mobility a...
Comparative Study for Performance Analysis of Routing Protocols in Mobility a...Comparative Study for Performance Analysis of Routing Protocols in Mobility a...
Comparative Study for Performance Analysis of Routing Protocols in Mobility a...eeiej
 
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANETPERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANETijasuc
 
Paper id 71201928
Paper id 71201928Paper id 71201928
Paper id 71201928IJRAT
 
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Performance Analysis of Mobile Adhoc Network Routing Protocols Over TcpPerformance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcppijans
 
Comparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocolsComparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocolsprj_publication
 
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVEROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVEijasuc
 
Performance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing ProtocolsPerformance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing ProtocolsCSEIJJournal
 
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVEROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVEijasuc
 
A Survey of Using Directional Antennas in Ad Hoc Networks
A Survey of Using Directional Antennas in Ad Hoc NetworksA Survey of Using Directional Antennas in Ad Hoc Networks
A Survey of Using Directional Antennas in Ad Hoc Networkspijans
 
Extension of Optimized Linked State Routing Protocol For Energy Efficient App...
Extension of Optimized Linked State Routing Protocol For Energy Efficient App...Extension of Optimized Linked State Routing Protocol For Energy Efficient App...
Extension of Optimized Linked State Routing Protocol For Energy Efficient App...pijans
 
Comparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocolsComparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocolsprjpublications
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...IRJET Journal
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...IRJET Journal
 
Paper id 252014122
Paper id 252014122Paper id 252014122
Paper id 252014122IJRAT
 

Similaire à Performance of dsdv protocol based on different propagation model with vari (20)

Impact of mobility and maps size on the performances of vanets in urban area
Impact of mobility and maps size on the performances of vanets in urban areaImpact of mobility and maps size on the performances of vanets in urban area
Impact of mobility and maps size on the performances of vanets in urban area
 
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
 
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
COMPARATIVE STUDY FOR PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS IN MOBILITY A...
 
Comparative Study for Performance Analysis of Routing Protocols in Mobility a...
Comparative Study for Performance Analysis of Routing Protocols in Mobility a...Comparative Study for Performance Analysis of Routing Protocols in Mobility a...
Comparative Study for Performance Analysis of Routing Protocols in Mobility a...
 
J0935461
J0935461J0935461
J0935461
 
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANETPERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
PERFORMANCE EVALUATION ON EXTENDED ROUTING PROTOCOL OF AODV IN MANET
 
K017426872
K017426872K017426872
K017426872
 
Paper id 71201928
Paper id 71201928Paper id 71201928
Paper id 71201928
 
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Performance Analysis of Mobile Adhoc Network Routing Protocols Over TcpPerformance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
 
Mw2522122216
Mw2522122216Mw2522122216
Mw2522122216
 
Comparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocolsComparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocols
 
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVEROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
 
Performance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing ProtocolsPerformance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
 
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVEROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
 
A Survey of Using Directional Antennas in Ad Hoc Networks
A Survey of Using Directional Antennas in Ad Hoc NetworksA Survey of Using Directional Antennas in Ad Hoc Networks
A Survey of Using Directional Antennas in Ad Hoc Networks
 
Extension of Optimized Linked State Routing Protocol For Energy Efficient App...
Extension of Optimized Linked State Routing Protocol For Energy Efficient App...Extension of Optimized Linked State Routing Protocol For Energy Efficient App...
Extension of Optimized Linked State Routing Protocol For Energy Efficient App...
 
Comparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocolsComparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocols
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
 
Paper id 252014122
Paper id 252014122Paper id 252014122
Paper id 252014122
 

Plus de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Plus de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Dernier

TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
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
 
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
 
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
 
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
 
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
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
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
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
"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
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 

Dernier (20)

TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
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
 
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
 
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
 
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
 
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
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
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
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
"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
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 

Performance of dsdv protocol based on different propagation model with vari

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 333 PERFORMANCE OF DSDV PROTOCOL BASED ON DIFFERENT PROPAGATION MODEL WITH VARIOUS TOPOLOGIES Sanjukta Tanti1 , Sukant Kishoro Bisoy2 , Namita Das3 , Mohit Ranjan Panda4 1,2,3,4 C.V.Raman College of Engineering, Bhubaneswar, India ABSTRACT One of the most important factors in evaluating the performance of routing protocols in MANET is the variation in received signal strength known as fading. Different types of routing protocols have been proposed based on the propagation models that neglect the effect of fading. The choice of propagation models have a great impact on performance, so realistic models are necessary to consider the effect of fading as far as an accurate analysis of performance of the routing protocols is concerned. In this paper, comparative analysis of proactive protocol is performed using NS2, in order to study the impact of propagation model with various topologies. The non-fading models such as free space and two ray ground are simulated for comparison. The simulation results show that the propagation models have a great role in routing protocol of MANET. Keywords: MANET, Routing protocol, DSDV, Propagation Model, NS2 1. INTRODUCTION A mobile Ad Hoc Network is (MANET) is a network consisting of a group of wireless mobile nodes that communicate with each others without centralized control or established infrastructure. In this kind of networks, communication between two nodes that are neighbors requires relying of messages by some intermediate nodes with act as a router as well as communication end-point. Moreover, the role of routing protocols among nodes becomes a challenging task because the nodes move independently. A route that is believed to be optimal at a given time might not work at all a few moments later.There are many routing protocols available in MANET. Among them ad hoc on demand distance vector (AODV) [1] and dynamic source routing (DSR) [2] are reactive routing protocols and Destination Sequenced Distance Vector (DSDV) [3] is proactive routing protocols. Propagation models focused on predicting the average received signal strength at a given distance from the transmitter, as well as the variability of the signal strength in close spatial proximity to a particular location. The accuracy of any particular propagation model in any given condition will depend on the suitability among the constraints required by the model and INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), pp. 333-340 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2013): 6.1302 (Calculated by GISI) www.jifactor.com IJCET © I A E M E
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 334 depend on terrain. A number of propagation models like Free Space and Two Ray ground have been exist. In this paper the performance of some of the well known ad hoc protocols is studied under different propagation models. The rest of the paper is organized as follows: A brief review is presented on current ad hoc routing protocols in section 2. Section 3 presents two propagation models. Section 4 focused on simulation environment during the evaluation process. Section5 describes the results and analysis finally in section 6 the conclusions are presented. 2. AD HOC ROUTING PROTOCOLS For mobile ad hoc networks, the issue of routing packets between any pair of nodes becomes a challenging task because the nodes can move randomly within the network. A path that was considered optimal at a given point in time might not work at all a few moments later. Moreover, the random properties of the wireless channels add to the uncertainty of path quality [4]. Traditional routing protocols are proactive in that they maintain routes to all nodes, including nodes to which no packets are being sent. They react to any change in the topology even if no traffic is affected by the change, and they require periodic control messages to maintain routes to every node in the network. Generally routing protocols for ad-hoc networks can be classified in two different classes: pro-active protocols, re-active protocols based on how they discover the route. 2.1 Ad-hoc On Demand Distance Vector (AODV) The Ad-hoc on demand Distance Vector Routing protocol enables multi hop routing between the participating mobile nodes wishing to establish and maintain an ad-hoc network. AODV is a reactive protocol based upon the distance vector algorithm. The algorithm uses different messages to discover and maintain links. Whenever a node wants to try and find a route to another node. It broadcasts a Route Request (RREQ) to all its neighbors. The RREQ propagates through the network until it reaches the destination or the node with a fresh enough route the destination. Then the rout is made available by uncasing a RREQ back to the source. Once the RREQ reaches the destination or an intermediate node with a fresh enough route, the destination or intermediate node responds by unicasting a route reply (RREP) packet back to the neighbor from which it has received the first RREQ.The algorithm uses hello message (a special RREQ) that are broadcast periodically to the immediate neighbors. These hello messages are local advertisements for the continued Presence of node and neighbors using routes through the broadcasting node will continue to mark the route as valid .If hello messages stop coming from a particular node, the neighbor can assume that the node has moved away and mark that link to the node as broken and notify the affected set of nodes by sending a link failure notification (a special RERR) to that set of nodes. 2.2 Destination Sequenced Distance Vector (DSDV) This protocol is based on the classical Bell man-ford routing algorithm to apply to mobile ad- hoc network. In that each node holds a routing table including next- hop information for each possible destination. Each entry has a sequence number. If a new entry is obtained the protocol prefers to select sequence number is the same the protocol selects the metrics with the lowest value. Routing information is transmitted by broadcast, updates have to be transmitted periodically or immediately when any significant topology change is available. Each routing at each of the stations, lists all available destinations and the number of hops to each route table entry is tagged with sequence number which is organized by the destination station. To maintained the consistency of routing tables in a dynamically topology, each station periodically transmits updates and transmits updates immediately when significant new information is available.
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 335 3. RADIO PROPAGATION MODELS Propagation models are used to predict the propagation characteristics such as received signal power of each packet. Propagation model is a set of mathematical expressions, diagrams, and algorithms used to represent the radio characteristics of a given environment [5]. Those models are very important in the planning process since they can typically predict the path loss along a link or the effective coverage area of a transmitter. Propagation radio models are three types: path loss, shadowing and fading. The first type can be expressed as the power loss during the signal propagation in the free space. The second type is characterized by fixed obstacles on the path of the radio signal propagation. The third category is the fading which is composed of multiple propagation distances, the fast movements of transmitters and receivers units and finally the reflectors. Path loss can be expressed as the ratio of the power of the transmitted signal to the power of the same signal received by the receiver, on a given path. It is a function of the propagation distance. Estimation of path loss is very important for designing and deploying wireless communication networks. Path loss is dependent on a number of factors such as the radio frequency used and the nature of the terrain [6]. We consider Free Space model and Two Ray Ground model for our work. 3.1 Free Space Model In the free space model, it is assumed that there is only one clear line-of-sight path between the sender and the receiver. The following equation is used to calculate the received signal power free space at distance d from the sender. The free space model basically represents the communication range as a circle around the transmitter. If a receiver is within the circle, it receives all packets. Otherwise, it loses all packets. H. T. Friis presented the following equation to calculate the received signal power in free space at distance d from the transmitter [7] [8]. ………… (1) Here Pt = Transmitted signal power, = Antenna gain of the sender = Antenna gain of the receiver, L (L 1) = System loss, Lambda = Wave length 3.2 Two Ray Ground Model The two-ray ground reflection model focuses on the direct path and a ground reflection path, instead of focusing only in the path. It is demonstrate that this model offers better performance in long distance among nodes than the free-space model. The received power at distance d is predicted by Here = Height of the sender antenna, = Height of the received antenna = Antenna gain of the sender, = Antenna gain of the receiver D = distance, L (L >=0) = system loss and Here ht, hr and L =1 is assumed. The above equation shows a faster power loss than Eqn. (1) as distance increases. However, the two-ray model does not give a good result for a short distance due to the oscillation caused by the constructive and destructive combination of the two rays. Instead, the free space model is still used when d is small. It is shown that this model gives more accurate prediction at a long distance than the free space model [7] [8].
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 336 4. SIMULATION ENVIRONMENT In order to evaluate the impact of propagation models in the performance of Ad hoc routing Protocols, the simulations have been conducted using NS-2.34 [9]. We considered Free Space and Two Ray Ground as propagation model and DSDV as ad hoc routing protocol for our work. We evaluate the performance in two different scenarios. In first scenario we arranged all the nodes as chain toplogy as shown in figure 1. In second scenario nodes are arranged as cross topology as shown in figure 2. For both scenarios, nodes are separated by 50, 75, 100, 125, 150, 175 meter. By varying the distance between them we measured the throughput, packet loss, routing overhead and average end to end delay of DSDV protocol over two propagation models said before. For chain topology we have two simultaneous flows one is from node 0 to node 1 and another is from node 2 to node 3. Similarly cross topology have two simulataneous flows: node 0 to node 4 and another is from node 6 to node 8.The parameters used for our simulations are hsown in table 1. Author in [10], evaluated the performance of AODV, DSR and OLSR routing protocols in MANETs under CBR traffic with different network conditions. Figure 1: Chain topology with 5 nodes Figure 2: Cross topology with 9 nodes Table 1: Parameter used for simulation PARAMETER VALUE Propagation model Two Ray Ground and Free Space Routing protocol DSDV Data packet CBR MAC protocols 802_11 Number of connections 2 Transmission Range 250 m Data packet size 512 bytes Channel Type Wireless Time of simulation 100 Sec Area of simulation 1000*1000
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 337 5. RESULT AND ANALYSIS In this section, we analyze the results gathered from the simulated scenarios. The parameters used for the evaluation are throughput, packet loss, packet loss, routing overhead and average end to end delay. 5.1 Chain Topology First we study the effect of propagation model namely free space and two ray groud on DSDV routing protocol in chain scenario. Intially throughput and packet loss is measured by uniformly separating the distance between nodes by 50, 75, 100, 125, 150 and 175 meter. From figure 3 we found throughput of free space model is better than two ray ground model because the free space propagation model assumes the ideal propagation condition that there is only one clear line -of-sight path between the transmitter and receiver. But in reality the signal reaches the receiver through multiple paths because of reflection, refraction and scattering [11]. But throughput of DSDV gracefully decreases with increase of distance. However there is fewer packet loss in two ray ground model as compared to free space model (see figure 4). Figure 3: Throughput Vs Distance in chain topology Figure 4: Packet loss Vs Distance in chain topology
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 338 Then we measured the routing overhead and average end to end delay of DSDV over two propagation model. Figure 5 shows that routing overhead of DSDV protocol is more in two ray ground model as compared to free space model. It is about 5 % more in two ray ground model. But all models have maximum 20% overhead for all distance considered for chain topology. On the otherhand average end to end delay of free space model is higher than two ray ground. Figure 5: Routing Overhead Vs Distance in chain topology Figure 6: Average end-to-end Delay Vs Distance in chain topology 5.2 Cross Topology Next we study the effect of two propagation model over DSDV routing protocol arranging the nodes as cross toplogy as shown in figure 2. The distance between nodes is same for all nodes as similar to chain topology. Intially we measured throughput and packet loss of DSDV protocol. As shown in figure throughput of free space model is higher than two ray ground model for all distance. There is a slight increase in packet loss with increase of node to node distance as shown in figure 8. For both topologies the packet loss ranges from 4500 to 4650. But routing overhead of free space is more than two ray ground over cross topology (see figure 9). Routing overhead in cross topology and chain tolology are about 25% and 20%, respectively. From figure 10, the average end to end delay of free space model is higher than two ray ground model over DSDV protocol with cross topology. The maximum delay in chain topology and cross topology is 0.32 sec and 0.27 sec, respectively.
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 339 Figure 7: Throughput Vs Distance in cross topology Figure 8: Packet Loss Vs Distance in cross topology Figure 9: Routing Overhead Vs Distance in cross topology Figure 10: Average end-to-end Delay Vs Distance in cross topology
  • 8. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 4, July-August (2013), © IAEME 340 6. CONCLUSIONS This paper focuses on the importance of appropriate propagation model for ad hoc routing protocol. We explore the performance of DSDV routing protocol with Free Space and Two Ray Ground propagation model over various topology namely chain and cross topology. We use throughput, pacekt loss, routing overhead and average end to end delay as performance metrics for our work. Our result shows that performance of free space model is better than two ray ground model with respect to throughput and routing overhead over chain and cross topologies. On the other hand free space model has more packet loss and average end to end delay as compare to two ray ground model. But most of the situation free space model performs better than two ray ground model. REFERENCES [1] C. E. Perkins, E. Belding-Royer, and S. R. Das(2003), “Ad- hoc on-demand distance vector (AODV) routing,” IETF RFC 3561. [2] D. B. Johnson and D. Maltz(1996), “Dynamic source routing in ad hoc wireless networks,” in Mobile Computing, T. Imielinski and H. Korth, Eds., Kluwer Academic Publishers, Dordrecht, The Netherlands, pp. 153–181. [3] Perkins, Charles E. and Bhagwat, Pravin(1994). Highly Dynamic Destination-Sequenced Distance-Vector Routing (DSDV) for Mobile Computers. [4] Magnus Frodigh, Per Johansson and Peter Larsson(2000), “Wireless ad hoc networking-The art of networking without a network” Ericsson Review No. 4. [5] A. Neskovic, N. Neskovic and G. Paunovic(2000), “Modern approaches in modeling of mobile radio systems propagation environment”. IEEE Communications Surveys, http://www.comsoc.org/pubs/surveys. [6] Ayyaswamy Kathirvel, and Rengaramanujam Srinivasan(2011), “Analysis of Propagation Model using Mobile Ad Hoc Network Routing Protocols” International Journal of Research and Reviews in Computer Science (IJRRCS), Vol 1, Number 1. [7] Ingo Gruber, Oliver Knauf and Hui Li(2004),” Performance of Ad Hoc Routing Protocols in Urban Environments”, In Proceedings of European Wireless 2004 (EW'2004, Barcelona, Spain,February 24 - 27, Barcelona, Spain. [8] Arne Schmitz, Martin Wenig(2006), ”The Effect of the Radio Wave Propagation Model in Mobile Ad Hoc Networks”, Torremolinos,Malga,Spain,MSWiM’06. [9] The Network Simulator, [Online]. Available: Ns2 http://www.isi.edu/nsnam/ns. [10] C.Mbarushimana and A. Shahrabi(2007), “Comparative study of reactive and proactive routing protocols performance in mobile ad hoc networks,” in Proceedings of the 21st International Conference on Advanced Information Networking and ApplicationsWorkshops, (AINAW'07), pp. 679–684. [11] Rhattoy & A. Zatni, (2012), “The Impact of Propagation Environment and Traffic Load on the Performance of Routing Protocols In Ad Hoc Networks”, International Journal of Distributed and Parallel Systems (IJDPS) Vol.3, No.1. [12] Saloni Singla and Tripatjot Singh Panag, “Evaluating the Performance of Manet Routing Protocols”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 4, Issue 1, 2013, pp. 125 - 130, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. [13] M. Ahmed, S. Yousef and Sattar J Aboud, “Bidirectional Search Routing Protocol for Mobile Ad Hoc Networks” International journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 1, 2013, pp. 229 - 243, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.