SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 520
ANALYSIS OF ZONE ROUTING PROTOCOL IN MANET
Sandeep Kaur1
, Supreet Kaur2
1
M.Tech (CSE) Student, Punjabi University Regional Centre for IT & Management Mohali, Punjab, India,
sandeepdeol1_5@yahoo.com
2
Assistant Professor (CSE), Punjabi University Regional Centre for IT & Management Mohali, Punjab, India,
skaur.gujral@gmail.com
Abstract
MANET is combination of wireless mobile nodes that communicate with each other without any kind of centralized control or any
device or established infrastructure. Therefore MANET routing is a critical task to perform in dynamic network. Without any fixed
infrastructure, wireless mobile nodes dynamically establish the network. Routing Protocols helps to communicate a mobile node
with the other nodes in the network by sending or receiving the packets. This research paper provides the overview of ZRP by
presenting its functionality. The performance of ZRP (Zone Routing Protocol) is analyzed on the basis of parameters Throughput,
Load, Data Dropped and Delay using simulator OPNET 14.0.
Index Terms: MANET, Routing Protocols, ZRP
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Computer networks were originally developed to connect
number of devices through wires so that the devices can
share some information and data with each other. With the
increase in network sizes, the requirement of inter network
communication was observed which leads to the
development of internet and suit of protocols. It was
necessary to provide network access to the entities which are
not physically attached to any wired network. To enable
this, the wireless networks were developed. Wireless
network is a computer network that utilizes wireless
network connection. There are two categories of wireless
networks [5]:
 Infrastructured Network
 Infrastructure-less Network.
Infrastructured network contains fixed and wired gateways
whereas infrastructure-less network contains multi hop
wireless nodes and it has no fixed infrastructure. MANET
comes under the second category. MANET [1] [2] is a
temporary wireless network in which no fixed infrastructure
is used. So in MANET, topology changes frequently as
mobile nodes moves independently and changes their links
to the other nodes very quickly. Each mobile node acts a
router and forwards the traffic to the other nodes in the
network. If two mobile nodes are within each other’s
transmission range, they can communicate directly,
otherwise the nodes in between have to forward the packets
for them [4].
A mobile ad hoc network may consist of only two nodes or
hundred nodes or thousand nodes as well. The entire
collection of nodes is interconnected in many different
ways. As shown in Fig-1 there is more than one path from
one node to another node. To forward a data packet from
source to destination, every node in the hope must be willing
to participate in the process of delivering the data packet. A
single file is split it into a number of data packets and then
these data packets are transmitted through the different
paths. At the destination node, all these packets are
combined in sequence to generate the original file. , routers
Fig-1: Mobile Ad hoc Network
2. ROUTING IN MANET
Routing [4] is the process of transferring a packet from
source to its destination. In the routing process, a mobile
node will search for a path or route to communicate with the
other node in the network. Protocols are the set of rules
through which two or more devices communicate with each
other. In MANET, routing tables are used for routing
purpose. Routing tables contain the information of routes to
all the mobile nodes.
The routing protocols in MANET are broadly classified into
three categories [2] [4] [6]:
 Proactive or Table Driven Routing Protocols
 Reactive or On-Demand Routing Protocols
 Hybrid Routing Protocols
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 521
2.1.Proactive or Table Driven Routing Protocols
In Proactive or Table-Driven [8] Routing Protocols, there
are routing tables which contains the information of routes
to all the nodes. Routes are predefined in the routing tables
and the packets are transferred to the routes. As route is
already specified in the table so packet forwarding is faster
and as the routes have to be defined first before transferring
the packets so overhead is more. All routes are maintained at
all the times so latency is low. Some highly used proactive
routing protocols are Destination Sequenced Distance
Vector (DSDV), Optimized Link State Routing (OLSR),
Wireless Routing Protocol (WRP).
2.2.Reactive or On-demand Routing Protocols
In Reactive or On-Demand [1] [15] Routing Protocols,
routes are not predefined. For packet transmission, a source
node calls for route discovery phase to determine the route.
The route discovery mechanism is based on flooding
algorithm which employs on technique that a node just
broadcasts the packet to all its neighbours and intermediate
nodes forwards the packets to their neighbours [4].
Overhead is smaller in reactive protocols but latency is
higher. Some reactive protocols are Dynamic Source
Routing (DSR), Ad hoc On-Demand Distance Vector
(AODV), Temporally Ordered Routing Algorithm (TORA).
2.3.Hybrid Routing Protocols
Hybrid Protocols [6] [7] are the combination of both i.e.
Table-Driven and On-Demand protocols. These protocols
take the advantage of best features of both the above
mentioned protocols. These protocols exploit the
hierarchical network architecture and allow the nodes with
close proximity to work together to form some sort of
backbone, thus increasing scalability and reducing route
discovery [3]. Nodes within a particular geographical area
are said to be within the routing zone of the given node. For
routing within this zone, Proactive i.e. table-driven approach
is used. For nodes that are located outside this zone,
Reactive i.e. an on demand approach is used. So in Hybrid
Routing Protocols, the route is established with proactive
routes and uses reactive flooding for new mobile nodes [2].
In Hybrid Routing protocols, some of the characteristics of
proactive and some of the characteristics of reactive
protocols are combined, by maintaining intra-zone
information proactively and inter-zone information
reactively, into one to get better solution for mobile ad hoc
networks [3].
3. OVERVIEW OF ZRP
The Zone Routing Protocol was the first Hybrid routing
protocol [9] [11]. It was proposed to reduce the control
overhead of Proactive routing protocol and to decrease the
latency of Reactive routing protocol. It is suitable for the
networks with large span and diverse mobility patterns. For
each node a routing zone is defined separately. Within the
routing zone, routes are available immediately but for
outside the zone, ZRP employs route discovery procedure.
For each node, a separate routing zone is defined. The
routing zones of neighboring nodes overlap with each
other’s zone. Each routing zone has a radius ρ expressed in
hops [9]. The zone includes the nodes whose distance from
the source node is at most ρ hops.
In Fig-2, routing zone of radius 2 hops for node A is shown.
Routing zone includes nodes all the nodes except node L,
because it lies outside the routing zone node A. The routing
zone is not defined as physical distance, it is defined in
hops. There are two types of nodes for a routing zone in
ZRP [9]:
 Peripheral Nodes
 Interior Nodes
The nodes whose minimum distance to central node is
exactly equal to the zone radius ρ are Peripheral Nodes
while the nodes whose minimum distance is less than the
zone radius ρ are Interior Nodes. In Fig. 2, Peripheral nodes
are E, F, G, K, M and Interior Nodes are B, C, D, H, I, J.
The node L is outside the routing zone of node A.
Fig-2: Routing Zone of Node A with Radius ρ=2 hop
Fig-3: Architecture of ZRP [10]
The source node sends a route request to the peripheral
nodes of its zone. Route request contains source address, the
destination address and a unique sequence number. Each
peripheral node checks its local zone for the destination. If
the destination is not a member of this local zone, the
peripheral node adds its own address to the route request
packet and forwards the packet to its own peripheral nodes.
If the destination is a member of its local zone, it sends a
route reply on the reverse path back to the source. The
source node uses the path saved in the route reply packet to
send data packets to the destination. By adjusting the
transmission power of nodes, numbers of nodes in the
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 522
routing zone can be regulated. Lowering the power reduces
the number of nodes within direct reach and vice versa [10].
ZRP uses both the strategies i.e. Proactive and Reactive
routing. Within a routing zone, Proactive strategy is used.
Between the routing zones, Reactive strategy is used. ZRP
refers to locally proactive routing component as IntrA-zone
Routing Protocol (IARP). The globally reactive routing
component is named as IntEr-zone Routing Protocol [9]. Its
architecture is shown in Fig-3. IARP maintains routing
information of the nodes which are within the routing zone
of a node. Route discovery and route maintenance is offered
by IERP. When global discovery is needed, if the topology
of local zone is known, it can be used to reduce the traffic.
Instead of broadcasting a packet, ZRP uses the concept of
Bordercasting [10]. Bordercasting packet service delivery is
provided by the Bordercasting Resolution Protocol (BRP).
The BRP [11] uses a map of an extended routing zone,
provided by the local IARP, to construct Bordercast trees
along which query packets are directed. The BRP uses very
special query control mechanisms to steer route request
away from areas of the network that have already covered
by the query [11].
3.1. Route Discovery Process
The discover process of ZRP operates as follows [10] [12]:
 The source node first checks whether the
destination is within its zone. If so, destination
node is known and no further route discovery
process is required.
 If the destination is not within the routing zone of
source, the source node bordercast a route request
to its peripheral nodes.
 The peripheral nodes checks whether the
destination node is within their node or not. If so, a
route reply is sent back to the source node
indicating the route to the destination.
 If the destination node is not available in the
routing zones of peripheral nodes, route requests
are forwarded to their peripheral nodes.
The route discovery process is shown in the Fig-4.
3.2.Route Maintenance
Route maintenance is important in ad hoc networks, in
which links are broken and established as nodes moves
relatively to each other with limited radio coverage. Route
discovery or route repair must be performed if the route
broken or fails. Until the new route is available, packets are
dropped or delayed. [9]
In ZRP, the knowledge of the local topology can be used for
route maintenance. Link failures and sub-optimal route
segments within one zone can be bypassed. Incoming
packets can be directed around the broken link through an
active multi-hop path. The topology can be used to shorten
the routes, for example, when two nodes have moved within
each other’s radio coverage. For routed packets, a relaying
node can determine the closet route to the destination that is
also a neighbour. [9]
Fig-4: Flowchart of Route Discovery Process
4. SIMULATION SETUP
4.1 Simulation Scenario
Fig-5: Simulation Scenario with 20 nodes
To analyse the performance of ZRP OPNET 14.0 simulator
is used. Three different scenarios are created with varying
number of mobile nodes. The three scenarios contain 20, 40
and 60 mobile nodes respectively. The pause time and
traffic load are kept constant under all the scenarios.
Simulation parameters used for the implementation of ZRP
are listed in the Table 1.
4.2 Performance Metrics
Throughput [2]: Throughput is the average rate of successful
data packets received at the destination [2]. It is the measure
of how fast we can actually send the packets through the
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 523
network. It is measured in bits per second (bits/sec or bps)
or data packets per second.
Load [6]: Load in the wireless LAN is the number of
packets sent to the network greater than the capacity of the
network. When the load is less than the capacity of the
network, the delay in packets is minimum. The delay
increases when the load reaches the network capacity.
Data Dropped: Data dropped is the count of number of bits
per second which are dropped during the travelling of
signals from source to destination. Data can be dropped due
to unavailability of access to medium.
Delay [7]: The packet end-to-end delay refers to the time
taken for a packet to be transmitted across the network from
source to destination. In other words, it is the time a data
packet is received by the destination minus the time a data
packet is generated by the source. It is measured in seconds.
End. Lost packets due to delay have a negative effect on
received quality.
Table-1: Simulation Parameters
5. RESULTS & DISCUSSION
Throughput: It is observed from the Fig-6 that with 20
nodes the throughput of ZRP is about 20000 bits per second
till 1 minute and 40 seconds after that its value increases to
1,20,000 bits per second. With 40 and 60 nodes it gives zero
throughput till 1 minute and 40 second. After that the
throughput of ZRP is gradually increasing and fluctuating.
Maximum value of throughput of 10,000,000 is observed at
3 minute with 60 nodes.
Fig-6: Throughput of ZRP
Load: From Fig-7 it is observed that load of ZRP is 0 bits
per second till 1 minute and 40 seconds for 20, 40 and 60
nodes. Minimum load is observed with 20 nodes. With 40
and 60 nodes, a high load is observed. Load with 40 and 60
nodes is almost the same. Maximum load of 66,00,000 bits
per second is observed with 60 nodes at 4 minute.
Fig-7: Load of ZRP
Data Dropped: It is observed from the Fig-8 no data is
dropped till 1 minute and 40 seconds. Afterwards data is
dropped till the end of the simulation. Low data is dropped
with 20 nodes. With 40 and 60 nodes the data dropped rate
is almost same. Its value is fluctuates between 3,000,000
Parameters Values
Simulator OPNET 14.0
Protocol
Examined
ZRP
Simulation Time 300 seconds
Simulation Area 1000m×1000m
Pause Time 10 sec
Buffer Size (bits) 256000
Data Rate (bps) 11 Mbps
Mobility Model Random way
point
Mobile Nodes 20, 40, 60
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 524
bits per second to 58,000,000 bits per second for 40 and 60
nodes. Maximum data dropped rate about 57,000,000 bits
per second is observed at 4 minute.
Fig-8: Data Dropped
Delay: From Fig-9, it is observed that delay of ZRP is high
with 60 nodes. Average delay is observed with 40 nodes and
minimum delay is observed with 20 nodes. High delay of 19
sec is observed with 60 nodes.
Fig-9: Delay
CONCLUSIONS
From the results it is concluded that with the increase in
number of mobile nodes, ZRP gives high throughput. Load
increases with the increase in nodes. With 20 nodes, it gives
minimum load but as the nodes increases, a high load is
observed. With high load, the delay is also high. Data
dropped also increases with the increase in number of nodes.
REFERENCES
[1] Nadia Qasim, Fatin Said, Hamid Aghvami, “Mobile
Ad Hoc Networks Simulations Using Routing
Protocols for Performance Comparisons”, Proc. of the
World Congress on Engineering, vol. 1, WCE 2008,
July 2008.
[2] Kuncha Sahadevaiah, Oruganti Bala, Venkata
Ramanaiah, “An Empirical Examination of Routing
Protocols in Mobile Ad Hoc Networks”, Proc. of
International Journal of Communications, Network
and System Sciences, June 2010.
[3] Humayun Bakht, “Survey of Routing Protocols for
Mobile Ad-hoc Network”, Proc. of International
Journal of Information and Communication
Technology Research, vol. 1, no. 6, October 2011.
[4] Hongbo Zhou, “A survey on Routing Protocols in
MANETs”, Proc. of Michigan State University, MSU-
CSE-03-08, March 2003.
[5] Geetha Jayakumar† and Gopinath Ganapathy,
“Performance Comparison of Mobile Ad-hoc Network
Routing Protocol”, Proc. of International Journal of
Computer Science and Network Security, vol. 7, no.
11, Novemember 2007.
[6] Kavita Panday, Abishek Swaroop, “A Comprehensive
Performance Analysis of Proactive, Reactive and
Hybrid MANETs Routing Protocols”, Proc. of
International Journal of Computer Sciences Issues,
vol. 8, Issue 6, no. 3, Nov 2011.
[7] Parma Nand, Dr. S.C. Sharma, “Comparative study
and Performance Analysis of FSR, ZRP and AODV
Routing Protocols for MANET”, Proc. of
International Journal of Computer Applications, 2011.
[8] Ashish K. Maurya, Dinesh Singh, “Simulation based
Performance Comparison of AODV, FSR and ZRP
Routing Protocols in MANET”, Proc. of Internationl
Journal of Computer Applications, vol.12, no.2,
November 2010.
[9] Zygmunt J. Haas, “The Zone Routing Protocol (ZRP)
for Ad hoc Networks”, Internet Draft, July 2002.
[10] Nicklas Beijar, (2002) “Zone Routing Protocol (ZRP)”
[Online]. Available:
http://www.netlab.tkk.fi/opetus/s38030/k02/Papers/08-
Nicklas.pdf
[11] Sanku Sinha, Biswaraj sen, “Effect of Varying Node
Density and Routing Zone Radius in ZRP: A
Simulation Based Approach”, Proc. of International
Journal on Computer Science and Engineering
(IJCSE), vol.4, no.6, June 2012.
[12] M.N. Sree Ranga Raju, Dr. Jitendranath Mungara,
“Enhanced ZRP Protocol for Mobile Ah hoc
Networks”, Proc. of International Journal of Wireless
and Mobile Networks, vol.3, no.4, August 2011.

More Related Content

What's hot

Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...
iosrjce
 
Unit 4 ppt-idc
Unit 4 ppt-idcUnit 4 ppt-idc
Unit 4 ppt-idc
hiya123jes
 
Serial Data Communication
Serial Data CommunicationSerial Data Communication
Serial Data Communication
Rizaldi Satria N
 
telecommunacation in`DMRC
telecommunacation in`DMRCtelecommunacation in`DMRC
telecommunacation in`DMRC
Rudy Rishi
 
DMRC Telecom EPABX System
DMRC Telecom EPABX SystemDMRC Telecom EPABX System
Overview of Telecom
Overview of TelecomOverview of Telecom
Overview of Telecom
Mahdieh Mahdikhan
 
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET Journal
 
Traffic Sign recognition And Auto Indication System
Traffic Sign recognition And Auto Indication SystemTraffic Sign recognition And Auto Indication System
Traffic Sign recognition And Auto Indication System
IRJET Journal
 
Signalling and telecommunication
Signalling and telecommunicationSignalling and telecommunication
Signalling and telecommunication
VISHWAJEET SINGH
 
E044081720
E044081720E044081720
E044081720
IJERA Editor
 
Unit 5 ppt-idc
Unit 5 ppt-idcUnit 5 ppt-idc
Unit 5 ppt-idc
hiya123jes
 
Protocol converter (uart, i2 c, manchester protocols to usb)
Protocol converter (uart, i2 c, manchester protocols to usb)Protocol converter (uart, i2 c, manchester protocols to usb)
Protocol converter (uart, i2 c, manchester protocols to usb)
eSAT Journals
 
scada
scadascada
scada
edzam
 
Serial Communication Interface with Error Detection
Serial Communication Interface with Error DetectionSerial Communication Interface with Error Detection
Serial Communication Interface with Error Detection
iosrjce
 
Ccna day4
Ccna day4Ccna day4
الأجيال المختلفه في شبكات المحمول باللغه العربيه للدكتور عبد الكريم حسين الم...
 الأجيال المختلفه في شبكات المحمول باللغه العربيه للدكتور عبد الكريم حسين الم... الأجيال المختلفه في شبكات المحمول باللغه العربيه للدكتور عبد الكريم حسين الم...
الأجيال المختلفه في شبكات المحمول باللغه العربيه للدكتور عبد الكريم حسين الم...
ibrahimnabil17
 
Implementation of maximal length sequences for
Implementation of maximal length sequences forImplementation of maximal length sequences for
Implementation of maximal length sequences for
IAEME Publication
 
FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot
IJECEIAES
 
KYL 210 RF Module user manual
KYL 210 RF Module user manualKYL 210 RF Module user manual
KYL 210 RF Module user manual
Sunny Zhou
 
Cmri and signaling handout 2018
Cmri and signaling handout 2018Cmri and signaling handout 2018
Cmri and signaling handout 2018
jaybeckham
 

What's hot (20)

Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...
 
Unit 4 ppt-idc
Unit 4 ppt-idcUnit 4 ppt-idc
Unit 4 ppt-idc
 
Serial Data Communication
Serial Data CommunicationSerial Data Communication
Serial Data Communication
 
telecommunacation in`DMRC
telecommunacation in`DMRCtelecommunacation in`DMRC
telecommunacation in`DMRC
 
DMRC Telecom EPABX System
DMRC Telecom EPABX SystemDMRC Telecom EPABX System
DMRC Telecom EPABX System
 
Overview of Telecom
Overview of TelecomOverview of Telecom
Overview of Telecom
 
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for Vehicle
 
Traffic Sign recognition And Auto Indication System
Traffic Sign recognition And Auto Indication SystemTraffic Sign recognition And Auto Indication System
Traffic Sign recognition And Auto Indication System
 
Signalling and telecommunication
Signalling and telecommunicationSignalling and telecommunication
Signalling and telecommunication
 
E044081720
E044081720E044081720
E044081720
 
Unit 5 ppt-idc
Unit 5 ppt-idcUnit 5 ppt-idc
Unit 5 ppt-idc
 
Protocol converter (uart, i2 c, manchester protocols to usb)
Protocol converter (uart, i2 c, manchester protocols to usb)Protocol converter (uart, i2 c, manchester protocols to usb)
Protocol converter (uart, i2 c, manchester protocols to usb)
 
scada
scadascada
scada
 
Serial Communication Interface with Error Detection
Serial Communication Interface with Error DetectionSerial Communication Interface with Error Detection
Serial Communication Interface with Error Detection
 
Ccna day4
Ccna day4Ccna day4
Ccna day4
 
الأجيال المختلفه في شبكات المحمول باللغه العربيه للدكتور عبد الكريم حسين الم...
 الأجيال المختلفه في شبكات المحمول باللغه العربيه للدكتور عبد الكريم حسين الم... الأجيال المختلفه في شبكات المحمول باللغه العربيه للدكتور عبد الكريم حسين الم...
الأجيال المختلفه في شبكات المحمول باللغه العربيه للدكتور عبد الكريم حسين الم...
 
Implementation of maximal length sequences for
Implementation of maximal length sequences forImplementation of maximal length sequences for
Implementation of maximal length sequences for
 
FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot
 
KYL 210 RF Module user manual
KYL 210 RF Module user manualKYL 210 RF Module user manual
KYL 210 RF Module user manual
 
Cmri and signaling handout 2018
Cmri and signaling handout 2018Cmri and signaling handout 2018
Cmri and signaling handout 2018
 

Viewers also liked

Historia del Internet
Historia del InternetHistoria del Internet
Historia del Internet
meryetc
 
Comunicação visual Expert
Comunicação visual ExpertComunicação visual Expert
Comunicação visual Expert
Igor Barazzetti
 
Ssm lop 2012 week 5 slides 020812
Ssm lop 2012 week 5 slides 020812Ssm lop 2012 week 5 slides 020812
Ssm lop 2012 week 5 slides 020812
Alan Shelby
 
Enrique Pérez
Enrique PérezEnrique Pérez
Enrique Pérez
enriquepm20
 
Exe learning arbol de contenidos
Exe learning   arbol de contenidosExe learning   arbol de contenidos
Exe learning arbol de contenidos
LucyPaj
 
Tema la edad media
Tema la edad mediaTema la edad media
Tema la edad media
anieralberto
 
tasaciones y valoraciones inmobiliarias en caballito
tasaciones y valoraciones inmobiliarias en caballitotasaciones y valoraciones inmobiliarias en caballito
tasaciones y valoraciones inmobiliarias en caballito
miniaturedepict65
 
La planilla de campo
La planilla de campoLa planilla de campo
La planilla de campo
Ramiro Muñoz
 
Tourisme durable, des stratégies et des cas concrets
Tourisme durable, des stratégies et des cas concretsTourisme durable, des stratégies et des cas concrets
Tourisme durable, des stratégies et des cas concretsPAR
 
Bopbur 2017-018-anuncio-201700316
Bopbur 2017-018-anuncio-201700316Bopbur 2017-018-anuncio-201700316
Bopbur 2017-018-anuncio-201700316
CEDER Merindades
 
1. what is history
1. what is history1. what is history
1. what is history
ceciliafujishima
 
Le Multi-Canal et le Mix-Mode
Le Multi-Canal et le Mix-ModeLe Multi-Canal et le Mix-Mode
Le Multi-Canal et le Mix-Mode
FBC Software - Grimmersoft - Conversoft
 
Aula 2 - Projeto de Fábrica e Layout
Aula 2 - Projeto de Fábrica e Layout Aula 2 - Projeto de Fábrica e Layout
Aula 2 - Projeto de Fábrica e Layout
Unidade Acedêmica de Engenharia de Produção
 

Viewers also liked (14)

Historia del Internet
Historia del InternetHistoria del Internet
Historia del Internet
 
Comunicação visual Expert
Comunicação visual ExpertComunicação visual Expert
Comunicação visual Expert
 
Ssm lop 2012 week 5 slides 020812
Ssm lop 2012 week 5 slides 020812Ssm lop 2012 week 5 slides 020812
Ssm lop 2012 week 5 slides 020812
 
Enrique Pérez
Enrique PérezEnrique Pérez
Enrique Pérez
 
UC-44WPHP5S
UC-44WPHP5SUC-44WPHP5S
UC-44WPHP5S
 
Exe learning arbol de contenidos
Exe learning   arbol de contenidosExe learning   arbol de contenidos
Exe learning arbol de contenidos
 
Tema la edad media
Tema la edad mediaTema la edad media
Tema la edad media
 
tasaciones y valoraciones inmobiliarias en caballito
tasaciones y valoraciones inmobiliarias en caballitotasaciones y valoraciones inmobiliarias en caballito
tasaciones y valoraciones inmobiliarias en caballito
 
La planilla de campo
La planilla de campoLa planilla de campo
La planilla de campo
 
Tourisme durable, des stratégies et des cas concrets
Tourisme durable, des stratégies et des cas concretsTourisme durable, des stratégies et des cas concrets
Tourisme durable, des stratégies et des cas concrets
 
Bopbur 2017-018-anuncio-201700316
Bopbur 2017-018-anuncio-201700316Bopbur 2017-018-anuncio-201700316
Bopbur 2017-018-anuncio-201700316
 
1. what is history
1. what is history1. what is history
1. what is history
 
Le Multi-Canal et le Mix-Mode
Le Multi-Canal et le Mix-ModeLe Multi-Canal et le Mix-Mode
Le Multi-Canal et le Mix-Mode
 
Aula 2 - Projeto de Fábrica e Layout
Aula 2 - Projeto de Fábrica e Layout Aula 2 - Projeto de Fábrica e Layout
Aula 2 - Projeto de Fábrica e Layout
 

Similar to Analysis of zone routing protocol in manet

Performance analysis of aodv, olsr, grp and dsr routing
Performance analysis of aodv, olsr, grp and dsr routingPerformance analysis of aodv, olsr, grp and dsr routing
Performance analysis of aodv, olsr, grp and dsr routing
eSAT Publishing House
 
Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...
Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...
Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...
eSAT Journals
 
A study and comparison of olsr, aodv and zrp routing
A study and comparison of olsr, aodv and zrp routingA study and comparison of olsr, aodv and zrp routing
A study and comparison of olsr, aodv and zrp routing
eSAT Publishing House
 
A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...
A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...
A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...
eSAT Journals
 
Comparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodvComparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodv
eSAT Publishing House
 
Comparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodvComparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodv
eSAT Journals
 
QoS Issues in MANET: A Comparative Study over Different Routing Protocols
QoS Issues in MANET: A Comparative Study over Different Routing ProtocolsQoS Issues in MANET: A Comparative Study over Different Routing Protocols
QoS Issues in MANET: A Comparative Study over Different Routing Protocols
rahulmonikasharma
 
Decision making approach to prefer route repair technique in aodv routing pro...
Decision making approach to prefer route repair technique in aodv routing pro...Decision making approach to prefer route repair technique in aodv routing pro...
Decision making approach to prefer route repair technique in aodv routing pro...
eSAT Journals
 
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
 
Hd3312521256
Hd3312521256Hd3312521256
Hd3312521256
IJERA Editor
 
The Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANETThe Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANET
IRJET Journal
 
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
IOSR Journals
 
A comprehensive review on performance of aodv protocol for wormhole attack
A comprehensive review on performance of aodv protocol for wormhole attackA comprehensive review on performance of aodv protocol for wormhole attack
A comprehensive review on performance of aodv protocol for wormhole attack
eSAT Publishing House
 
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
Study of Location Based Energy Efficient AODV Routing Protocols In MANETStudy of Location Based Energy Efficient AODV Routing Protocols In MANET
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
International Journal of Engineering Inventions www.ijeijournal.com
 
Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...
eSAT Publishing House
 
Comparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocolsComparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocols
prj_publication
 
A Survey On Hybrid Routing Protocols In MANETS
A Survey On Hybrid Routing Protocols In MANETSA Survey On Hybrid Routing Protocols In MANETS
A Survey On Hybrid Routing Protocols In MANETS
Sabrina Ball
 
10.1.1.258.7234
10.1.1.258.723410.1.1.258.7234
10.1.1.258.7234
شيماء شقيرة
 
Performance Comparison of IAODV and OLSR Protocols under Black Hole Attack
Performance Comparison of IAODV and OLSR Protocols under Black Hole AttackPerformance Comparison of IAODV and OLSR Protocols under Black Hole Attack
Performance Comparison of IAODV and OLSR Protocols under Black Hole Attack
ijsrd.com
 

Similar to Analysis of zone routing protocol in manet (20)

Performance analysis of aodv, olsr, grp and dsr routing
Performance analysis of aodv, olsr, grp and dsr routingPerformance analysis of aodv, olsr, grp and dsr routing
Performance analysis of aodv, olsr, grp and dsr routing
 
Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...
Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...
Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...
 
A study and comparison of olsr, aodv and zrp routing
A study and comparison of olsr, aodv and zrp routingA study and comparison of olsr, aodv and zrp routing
A study and comparison of olsr, aodv and zrp routing
 
A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...
A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...
A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...
 
Comparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodvComparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodv
 
Comparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodvComparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodv
 
QoS Issues in MANET: A Comparative Study over Different Routing Protocols
QoS Issues in MANET: A Comparative Study over Different Routing ProtocolsQoS Issues in MANET: A Comparative Study over Different Routing Protocols
QoS Issues in MANET: A Comparative Study over Different Routing Protocols
 
Decision making approach to prefer route repair technique in aodv routing pro...
Decision making approach to prefer route repair technique in aodv routing pro...Decision making approach to prefer route repair technique in aodv routing pro...
Decision making approach to prefer route repair technique in aodv routing pro...
 
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...
 
Hd3312521256
Hd3312521256Hd3312521256
Hd3312521256
 
The Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANETThe Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANET
 
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
 
A comprehensive review on performance of aodv protocol for wormhole attack
A comprehensive review on performance of aodv protocol for wormhole attackA comprehensive review on performance of aodv protocol for wormhole attack
A comprehensive review on performance of aodv protocol for wormhole attack
 
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
Study of Location Based Energy Efficient AODV Routing Protocols In MANETStudy of Location Based Energy Efficient AODV Routing Protocols In MANET
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
 
Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...
 
Comparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocolsComparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocols
 
A Survey On Hybrid Routing Protocols In MANETS
A Survey On Hybrid Routing Protocols In MANETSA Survey On Hybrid Routing Protocols In MANETS
A Survey On Hybrid Routing Protocols In MANETS
 
10.1.1.258.7234
10.1.1.258.723410.1.1.258.7234
10.1.1.258.7234
 
Performance Comparison of IAODV and OLSR Protocols under Black Hole Attack
Performance Comparison of IAODV and OLSR Protocols under Black Hole AttackPerformance Comparison of IAODV and OLSR Protocols under Black Hole Attack
Performance Comparison of IAODV and OLSR Protocols under Black Hole Attack
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
eSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
eSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
eSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
eSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
eSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
eSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
eSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
eSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
eSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
eSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
eSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
eSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
PauloRodrigues104553
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
Ratnakar Mikkili
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 

Recently uploaded (20)

Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 

Analysis of zone routing protocol in manet

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 520 ANALYSIS OF ZONE ROUTING PROTOCOL IN MANET Sandeep Kaur1 , Supreet Kaur2 1 M.Tech (CSE) Student, Punjabi University Regional Centre for IT & Management Mohali, Punjab, India, sandeepdeol1_5@yahoo.com 2 Assistant Professor (CSE), Punjabi University Regional Centre for IT & Management Mohali, Punjab, India, skaur.gujral@gmail.com Abstract MANET is combination of wireless mobile nodes that communicate with each other without any kind of centralized control or any device or established infrastructure. Therefore MANET routing is a critical task to perform in dynamic network. Without any fixed infrastructure, wireless mobile nodes dynamically establish the network. Routing Protocols helps to communicate a mobile node with the other nodes in the network by sending or receiving the packets. This research paper provides the overview of ZRP by presenting its functionality. The performance of ZRP (Zone Routing Protocol) is analyzed on the basis of parameters Throughput, Load, Data Dropped and Delay using simulator OPNET 14.0. Index Terms: MANET, Routing Protocols, ZRP --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Computer networks were originally developed to connect number of devices through wires so that the devices can share some information and data with each other. With the increase in network sizes, the requirement of inter network communication was observed which leads to the development of internet and suit of protocols. It was necessary to provide network access to the entities which are not physically attached to any wired network. To enable this, the wireless networks were developed. Wireless network is a computer network that utilizes wireless network connection. There are two categories of wireless networks [5]:  Infrastructured Network  Infrastructure-less Network. Infrastructured network contains fixed and wired gateways whereas infrastructure-less network contains multi hop wireless nodes and it has no fixed infrastructure. MANET comes under the second category. MANET [1] [2] is a temporary wireless network in which no fixed infrastructure is used. So in MANET, topology changes frequently as mobile nodes moves independently and changes their links to the other nodes very quickly. Each mobile node acts a router and forwards the traffic to the other nodes in the network. If two mobile nodes are within each other’s transmission range, they can communicate directly, otherwise the nodes in between have to forward the packets for them [4]. A mobile ad hoc network may consist of only two nodes or hundred nodes or thousand nodes as well. The entire collection of nodes is interconnected in many different ways. As shown in Fig-1 there is more than one path from one node to another node. To forward a data packet from source to destination, every node in the hope must be willing to participate in the process of delivering the data packet. A single file is split it into a number of data packets and then these data packets are transmitted through the different paths. At the destination node, all these packets are combined in sequence to generate the original file. , routers Fig-1: Mobile Ad hoc Network 2. ROUTING IN MANET Routing [4] is the process of transferring a packet from source to its destination. In the routing process, a mobile node will search for a path or route to communicate with the other node in the network. Protocols are the set of rules through which two or more devices communicate with each other. In MANET, routing tables are used for routing purpose. Routing tables contain the information of routes to all the mobile nodes. The routing protocols in MANET are broadly classified into three categories [2] [4] [6]:  Proactive or Table Driven Routing Protocols  Reactive or On-Demand Routing Protocols  Hybrid Routing Protocols
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 521 2.1.Proactive or Table Driven Routing Protocols In Proactive or Table-Driven [8] Routing Protocols, there are routing tables which contains the information of routes to all the nodes. Routes are predefined in the routing tables and the packets are transferred to the routes. As route is already specified in the table so packet forwarding is faster and as the routes have to be defined first before transferring the packets so overhead is more. All routes are maintained at all the times so latency is low. Some highly used proactive routing protocols are Destination Sequenced Distance Vector (DSDV), Optimized Link State Routing (OLSR), Wireless Routing Protocol (WRP). 2.2.Reactive or On-demand Routing Protocols In Reactive or On-Demand [1] [15] Routing Protocols, routes are not predefined. For packet transmission, a source node calls for route discovery phase to determine the route. The route discovery mechanism is based on flooding algorithm which employs on technique that a node just broadcasts the packet to all its neighbours and intermediate nodes forwards the packets to their neighbours [4]. Overhead is smaller in reactive protocols but latency is higher. Some reactive protocols are Dynamic Source Routing (DSR), Ad hoc On-Demand Distance Vector (AODV), Temporally Ordered Routing Algorithm (TORA). 2.3.Hybrid Routing Protocols Hybrid Protocols [6] [7] are the combination of both i.e. Table-Driven and On-Demand protocols. These protocols take the advantage of best features of both the above mentioned protocols. These protocols exploit the hierarchical network architecture and allow the nodes with close proximity to work together to form some sort of backbone, thus increasing scalability and reducing route discovery [3]. Nodes within a particular geographical area are said to be within the routing zone of the given node. For routing within this zone, Proactive i.e. table-driven approach is used. For nodes that are located outside this zone, Reactive i.e. an on demand approach is used. So in Hybrid Routing Protocols, the route is established with proactive routes and uses reactive flooding for new mobile nodes [2]. In Hybrid Routing protocols, some of the characteristics of proactive and some of the characteristics of reactive protocols are combined, by maintaining intra-zone information proactively and inter-zone information reactively, into one to get better solution for mobile ad hoc networks [3]. 3. OVERVIEW OF ZRP The Zone Routing Protocol was the first Hybrid routing protocol [9] [11]. It was proposed to reduce the control overhead of Proactive routing protocol and to decrease the latency of Reactive routing protocol. It is suitable for the networks with large span and diverse mobility patterns. For each node a routing zone is defined separately. Within the routing zone, routes are available immediately but for outside the zone, ZRP employs route discovery procedure. For each node, a separate routing zone is defined. The routing zones of neighboring nodes overlap with each other’s zone. Each routing zone has a radius ρ expressed in hops [9]. The zone includes the nodes whose distance from the source node is at most ρ hops. In Fig-2, routing zone of radius 2 hops for node A is shown. Routing zone includes nodes all the nodes except node L, because it lies outside the routing zone node A. The routing zone is not defined as physical distance, it is defined in hops. There are two types of nodes for a routing zone in ZRP [9]:  Peripheral Nodes  Interior Nodes The nodes whose minimum distance to central node is exactly equal to the zone radius ρ are Peripheral Nodes while the nodes whose minimum distance is less than the zone radius ρ are Interior Nodes. In Fig. 2, Peripheral nodes are E, F, G, K, M and Interior Nodes are B, C, D, H, I, J. The node L is outside the routing zone of node A. Fig-2: Routing Zone of Node A with Radius ρ=2 hop Fig-3: Architecture of ZRP [10] The source node sends a route request to the peripheral nodes of its zone. Route request contains source address, the destination address and a unique sequence number. Each peripheral node checks its local zone for the destination. If the destination is not a member of this local zone, the peripheral node adds its own address to the route request packet and forwards the packet to its own peripheral nodes. If the destination is a member of its local zone, it sends a route reply on the reverse path back to the source. The source node uses the path saved in the route reply packet to send data packets to the destination. By adjusting the transmission power of nodes, numbers of nodes in the
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 522 routing zone can be regulated. Lowering the power reduces the number of nodes within direct reach and vice versa [10]. ZRP uses both the strategies i.e. Proactive and Reactive routing. Within a routing zone, Proactive strategy is used. Between the routing zones, Reactive strategy is used. ZRP refers to locally proactive routing component as IntrA-zone Routing Protocol (IARP). The globally reactive routing component is named as IntEr-zone Routing Protocol [9]. Its architecture is shown in Fig-3. IARP maintains routing information of the nodes which are within the routing zone of a node. Route discovery and route maintenance is offered by IERP. When global discovery is needed, if the topology of local zone is known, it can be used to reduce the traffic. Instead of broadcasting a packet, ZRP uses the concept of Bordercasting [10]. Bordercasting packet service delivery is provided by the Bordercasting Resolution Protocol (BRP). The BRP [11] uses a map of an extended routing zone, provided by the local IARP, to construct Bordercast trees along which query packets are directed. The BRP uses very special query control mechanisms to steer route request away from areas of the network that have already covered by the query [11]. 3.1. Route Discovery Process The discover process of ZRP operates as follows [10] [12]:  The source node first checks whether the destination is within its zone. If so, destination node is known and no further route discovery process is required.  If the destination is not within the routing zone of source, the source node bordercast a route request to its peripheral nodes.  The peripheral nodes checks whether the destination node is within their node or not. If so, a route reply is sent back to the source node indicating the route to the destination.  If the destination node is not available in the routing zones of peripheral nodes, route requests are forwarded to their peripheral nodes. The route discovery process is shown in the Fig-4. 3.2.Route Maintenance Route maintenance is important in ad hoc networks, in which links are broken and established as nodes moves relatively to each other with limited radio coverage. Route discovery or route repair must be performed if the route broken or fails. Until the new route is available, packets are dropped or delayed. [9] In ZRP, the knowledge of the local topology can be used for route maintenance. Link failures and sub-optimal route segments within one zone can be bypassed. Incoming packets can be directed around the broken link through an active multi-hop path. The topology can be used to shorten the routes, for example, when two nodes have moved within each other’s radio coverage. For routed packets, a relaying node can determine the closet route to the destination that is also a neighbour. [9] Fig-4: Flowchart of Route Discovery Process 4. SIMULATION SETUP 4.1 Simulation Scenario Fig-5: Simulation Scenario with 20 nodes To analyse the performance of ZRP OPNET 14.0 simulator is used. Three different scenarios are created with varying number of mobile nodes. The three scenarios contain 20, 40 and 60 mobile nodes respectively. The pause time and traffic load are kept constant under all the scenarios. Simulation parameters used for the implementation of ZRP are listed in the Table 1. 4.2 Performance Metrics Throughput [2]: Throughput is the average rate of successful data packets received at the destination [2]. It is the measure of how fast we can actually send the packets through the
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 523 network. It is measured in bits per second (bits/sec or bps) or data packets per second. Load [6]: Load in the wireless LAN is the number of packets sent to the network greater than the capacity of the network. When the load is less than the capacity of the network, the delay in packets is minimum. The delay increases when the load reaches the network capacity. Data Dropped: Data dropped is the count of number of bits per second which are dropped during the travelling of signals from source to destination. Data can be dropped due to unavailability of access to medium. Delay [7]: The packet end-to-end delay refers to the time taken for a packet to be transmitted across the network from source to destination. In other words, it is the time a data packet is received by the destination minus the time a data packet is generated by the source. It is measured in seconds. End. Lost packets due to delay have a negative effect on received quality. Table-1: Simulation Parameters 5. RESULTS & DISCUSSION Throughput: It is observed from the Fig-6 that with 20 nodes the throughput of ZRP is about 20000 bits per second till 1 minute and 40 seconds after that its value increases to 1,20,000 bits per second. With 40 and 60 nodes it gives zero throughput till 1 minute and 40 second. After that the throughput of ZRP is gradually increasing and fluctuating. Maximum value of throughput of 10,000,000 is observed at 3 minute with 60 nodes. Fig-6: Throughput of ZRP Load: From Fig-7 it is observed that load of ZRP is 0 bits per second till 1 minute and 40 seconds for 20, 40 and 60 nodes. Minimum load is observed with 20 nodes. With 40 and 60 nodes, a high load is observed. Load with 40 and 60 nodes is almost the same. Maximum load of 66,00,000 bits per second is observed with 60 nodes at 4 minute. Fig-7: Load of ZRP Data Dropped: It is observed from the Fig-8 no data is dropped till 1 minute and 40 seconds. Afterwards data is dropped till the end of the simulation. Low data is dropped with 20 nodes. With 40 and 60 nodes the data dropped rate is almost same. Its value is fluctuates between 3,000,000 Parameters Values Simulator OPNET 14.0 Protocol Examined ZRP Simulation Time 300 seconds Simulation Area 1000m×1000m Pause Time 10 sec Buffer Size (bits) 256000 Data Rate (bps) 11 Mbps Mobility Model Random way point Mobile Nodes 20, 40, 60
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 524 bits per second to 58,000,000 bits per second for 40 and 60 nodes. Maximum data dropped rate about 57,000,000 bits per second is observed at 4 minute. Fig-8: Data Dropped Delay: From Fig-9, it is observed that delay of ZRP is high with 60 nodes. Average delay is observed with 40 nodes and minimum delay is observed with 20 nodes. High delay of 19 sec is observed with 60 nodes. Fig-9: Delay CONCLUSIONS From the results it is concluded that with the increase in number of mobile nodes, ZRP gives high throughput. Load increases with the increase in nodes. With 20 nodes, it gives minimum load but as the nodes increases, a high load is observed. With high load, the delay is also high. Data dropped also increases with the increase in number of nodes. REFERENCES [1] Nadia Qasim, Fatin Said, Hamid Aghvami, “Mobile Ad Hoc Networks Simulations Using Routing Protocols for Performance Comparisons”, Proc. of the World Congress on Engineering, vol. 1, WCE 2008, July 2008. [2] Kuncha Sahadevaiah, Oruganti Bala, Venkata Ramanaiah, “An Empirical Examination of Routing Protocols in Mobile Ad Hoc Networks”, Proc. of International Journal of Communications, Network and System Sciences, June 2010. [3] Humayun Bakht, “Survey of Routing Protocols for Mobile Ad-hoc Network”, Proc. of International Journal of Information and Communication Technology Research, vol. 1, no. 6, October 2011. [4] Hongbo Zhou, “A survey on Routing Protocols in MANETs”, Proc. of Michigan State University, MSU- CSE-03-08, March 2003. [5] Geetha Jayakumar† and Gopinath Ganapathy, “Performance Comparison of Mobile Ad-hoc Network Routing Protocol”, Proc. of International Journal of Computer Science and Network Security, vol. 7, no. 11, Novemember 2007. [6] Kavita Panday, Abishek Swaroop, “A Comprehensive Performance Analysis of Proactive, Reactive and Hybrid MANETs Routing Protocols”, Proc. of International Journal of Computer Sciences Issues, vol. 8, Issue 6, no. 3, Nov 2011. [7] Parma Nand, Dr. S.C. Sharma, “Comparative study and Performance Analysis of FSR, ZRP and AODV Routing Protocols for MANET”, Proc. of International Journal of Computer Applications, 2011. [8] Ashish K. Maurya, Dinesh Singh, “Simulation based Performance Comparison of AODV, FSR and ZRP Routing Protocols in MANET”, Proc. of Internationl Journal of Computer Applications, vol.12, no.2, November 2010. [9] Zygmunt J. Haas, “The Zone Routing Protocol (ZRP) for Ad hoc Networks”, Internet Draft, July 2002. [10] Nicklas Beijar, (2002) “Zone Routing Protocol (ZRP)” [Online]. Available: http://www.netlab.tkk.fi/opetus/s38030/k02/Papers/08- Nicklas.pdf [11] Sanku Sinha, Biswaraj sen, “Effect of Varying Node Density and Routing Zone Radius in ZRP: A Simulation Based Approach”, Proc. of International Journal on Computer Science and Engineering (IJCSE), vol.4, no.6, June 2012. [12] M.N. Sree Ranga Raju, Dr. Jitendranath Mungara, “Enhanced ZRP Protocol for Mobile Ah hoc Networks”, Proc. of International Journal of Wireless and Mobile Networks, vol.3, no.4, August 2011.