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

PDF
Performance analysis of aodv, olsr, grp and dsr routing
PDF
Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...
PDF
Ft3410671073
PDF
Hd3312521256
PDF
A study and comparison of olsr, aodv and zrp routing
PDF
A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...
PDF
The Extended Clustering Ad Hoc Routing Protocol (Ecrp)
PDF
The Hybrid AODV routing protocol for path establishment in MANET
Performance analysis of aodv, olsr, grp and dsr routing
Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...
Ft3410671073
Hd3312521256
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...
The Extended Clustering Ad Hoc Routing Protocol (Ecrp)
The Hybrid AODV routing protocol for path establishment in MANET

What's hot (18)

PDF
Decision making approach to prefer route repair technique in aodv routing pro...
PDF
A study of the effect of different topology parameters on the routing overhea...
PDF
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
PPTX
Experimental Analysis Of On Demand Routing Protocol
PDF
Survey of Reactive Routing Protocols for MANET
PDF
O26087092
PDF
Study of Attacks and Routing Protocol in Wireless Network
PDF
Comparing: Routing Protocols on Basis of sleep mode
PDF
Performance Comparison of IAODV and OLSR Protocols under Black Hole Attack
PDF
A Performance Review of Intra and Inter-Group MANET Routing Protocols under V...
PDF
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
PDF
ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...
PDF
Manet review characteristics, routing protocols, attacks and performance metrics
PDF
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
PDF
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
PPTX
MANET Routing Protocols , a case study
PDF
Design and development of load sharing multipath routing protcol for mobile a...
PDF
Tree Based Proactive Source Routing Protocol for MANETs
Decision making approach to prefer route repair technique in aodv routing pro...
A study of the effect of different topology parameters on the routing overhea...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
Experimental Analysis Of On Demand Routing Protocol
Survey of Reactive Routing Protocols for MANET
O26087092
Study of Attacks and Routing Protocol in Wireless Network
Comparing: Routing Protocols on Basis of sleep mode
Performance Comparison of IAODV and OLSR Protocols under Black Hole Attack
A Performance Review of Intra and Inter-Group MANET Routing Protocols under V...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...
Manet review characteristics, routing protocols, attacks and performance metrics
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
MANET Routing Protocols , a case study
Design and development of load sharing multipath routing protcol for mobile a...
Tree Based Proactive Source Routing Protocol for MANETs
Ad

Viewers also liked (20)

PDF
Hybrid web caching framework for reduction of web
PDF
Study of properties of banana fiber reinforced composites
PDF
Vehicle anti theft system based on an embedded
PDF
Fault identification in transformer winding
PDF
Seismic evaluation of rc framed buildings with
PDF
Effect of elements on linear elastic stress analysis
PDF
Performance evaluation of various types of nodes in
PDF
Fabrication and mechanical properties of stir cast al si12 cub4c composites
PDF
Identification of isomorphism and detection of distinct mechanism of kinemati...
PDF
Voiceandaccelerometercontrolledwheelchair
PDF
Partial replacement of coarse aggregates by expanded
PDF
A simulation and analysis of secured aodv protocol in
PDF
Modelling of fuzzy logic controller for variablestep
PDF
New optimization scheme for cooperative spectrum sensing taking different snr...
PDF
Performance analysis of vrla batteries under
PDF
Optimization of main boiler parameters using soft
PDF
Effect of superplasticizers compatibility on the workability, early age stren...
PDF
Extracting interesting knowledge from versions of dynamic xml documents
PDF
Open channel flow velocity profiles for different
PDF
Index and engineering properties of spent wash blended soils a comparative s...
Hybrid web caching framework for reduction of web
Study of properties of banana fiber reinforced composites
Vehicle anti theft system based on an embedded
Fault identification in transformer winding
Seismic evaluation of rc framed buildings with
Effect of elements on linear elastic stress analysis
Performance evaluation of various types of nodes in
Fabrication and mechanical properties of stir cast al si12 cub4c composites
Identification of isomorphism and detection of distinct mechanism of kinemati...
Voiceandaccelerometercontrolledwheelchair
Partial replacement of coarse aggregates by expanded
A simulation and analysis of secured aodv protocol in
Modelling of fuzzy logic controller for variablestep
New optimization scheme for cooperative spectrum sensing taking different snr...
Performance analysis of vrla batteries under
Optimization of main boiler parameters using soft
Effect of superplasticizers compatibility on the workability, early age stren...
Extracting interesting knowledge from versions of dynamic xml documents
Open channel flow velocity profiles for different
Index and engineering properties of spent wash blended soils a comparative s...
Ad

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

PDF
Comparative study of multipath extensions of aodv
PDF
Comparative study of multipath extensions of aodv
PDF
QoS Issues in MANET: A Comparative Study over Different Routing Protocols
PDF
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
PDF
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
PDF
SURVEY: COMPARISON ESTIMATION OF VARIOUS ROUTING PROTOCOLS IN MOBILE AD-HOC N...
PDF
A comprehensive review on performance of aodv protocol for wormhole attack
PDF
Comparative analysis of manet reactive protocols
PDF
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
PDF
Enhanced location based self adaptive routing algorithm for wsn in industrial...
PDF
A Survey On Hybrid Routing Protocols In MANETS
PDF
Detection and Prevention of Sinkhole Attack on Zone Routing Protocol (ZRP) in...
PDF
Comparative analysis of manet reactive protocols
PDF
Performance study of adhoc routing protocols for cbr traffic
PDF
Dvr based hybrid routing protocols in mobile ad-hoc network application and c...
PDF
10.1.1.258.7234
PDF
Ds35676681
PDF
J0935461
PDF
Paper id 71201928
PDF
IRJET-A Review Paper on Energy Efficient Technique of Wireless Sensor Networks
Comparative study of multipath extensions of aodv
Comparative study of multipath extensions of aodv
QoS Issues in MANET: A Comparative Study over Different Routing Protocols
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 N...
A comprehensive review on performance of aodv protocol for wormhole attack
Comparative analysis of manet reactive protocols
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
Enhanced location based self adaptive routing algorithm for wsn in industrial...
A Survey On Hybrid Routing Protocols In MANETS
Detection and Prevention of Sinkhole Attack on Zone Routing Protocol (ZRP) in...
Comparative analysis of manet reactive protocols
Performance study of adhoc routing protocols for cbr traffic
Dvr based hybrid routing protocols in mobile ad-hoc network application and c...
10.1.1.258.7234
Ds35676681
J0935461
Paper id 71201928
IRJET-A Review Paper on Energy Efficient Technique of Wireless Sensor Networks

More from eSAT Publishing House (20)

PDF
Likely impacts of hudhud on the environment of visakhapatnam
PDF
Impact of flood disaster in a drought prone area – case study of alampur vill...
PDF
Hudhud cyclone – a severe disaster in visakhapatnam
PDF
Groundwater investigation using geophysical methods a case study of pydibhim...
PDF
Flood related disasters concerned to urban flooding in bangalore, india
PDF
Enhancing post disaster recovery by optimal infrastructure capacity building
PDF
Effect of lintel and lintel band on the global performance of reinforced conc...
PDF
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
PDF
Wind damage to buildings, infrastrucuture and landscape elements along the be...
PDF
Shear strength of rc deep beam panels – a review
PDF
Role of voluntary teams of professional engineers in dissater management – ex...
PDF
Risk analysis and environmental hazard management
PDF
Review study on performance of seismically tested repaired shear walls
PDF
Monitoring and assessment of air quality with reference to dust particles (pm...
PDF
Low cost wireless sensor networks and smartphone applications for disaster ma...
PDF
Coastal zones – seismic vulnerability an analysis from east coast of india
PDF
Can fracture mechanics predict damage due disaster of structures
PDF
Assessment of seismic susceptibility of rc buildings
PDF
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
PDF
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Likely impacts of hudhud on the environment of visakhapatnam
Impact of flood disaster in a drought prone area – case study of alampur vill...
Hudhud cyclone – a severe disaster in visakhapatnam
Groundwater investigation using geophysical methods a case study of pydibhim...
Flood related disasters concerned to urban flooding in bangalore, india
Enhancing post disaster recovery by optimal infrastructure capacity building
Effect of lintel and lintel band on the global performance of reinforced conc...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Shear strength of rc deep beam panels – a review
Role of voluntary teams of professional engineers in dissater management – ex...
Risk analysis and environmental hazard management
Review study on performance of seismically tested repaired shear walls
Monitoring and assessment of air quality with reference to dust particles (pm...
Low cost wireless sensor networks and smartphone applications for disaster ma...
Coastal zones – seismic vulnerability an analysis from east coast of india
Can fracture mechanics predict damage due disaster of structures
Assessment of seismic susceptibility of rc buildings
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...

Recently uploaded (20)

PDF
composite construction of structures.pdf
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Digital Logic Computer Design lecture notes
DOCX
573137875-Attendance-Management-System-original
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
Geodesy 1.pptx...............................................
PDF
Well-logging-methods_new................
PPTX
Welding lecture in detail for understanding
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
composite construction of structures.pdf
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Embodied AI: Ushering in the Next Era of Intelligent Systems
CH1 Production IntroductoryConcepts.pptx
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Digital Logic Computer Design lecture notes
573137875-Attendance-Management-System-original
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Internet of Things (IOT) - A guide to understanding
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Geodesy 1.pptx...............................................
Well-logging-methods_new................
Welding lecture in detail for understanding
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx

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.