SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
International Journal of Computational Engineering Research||Vol, 03||Issue, 6||
www.ijceronline.com ||June||2013|| Page 82
AUGMENTED ZRP AS A ROUTING PROTOCOL FOR
MANET
Gayatri Kapil
IIMT Eng. College Meerut
I. INTRODUCTION
Mobile Adhoc Network (MANET) is an autonomous collection of mobile devices over relatively
bandwidth constraint network or wireless link. A mobile adhoc network (MANET) is infrastructure less and self
configuring network. Wireless adhoc or on-the-fly networks are those in which nodes are free to move and
organize themselves in an arbitrary fashion. An adhoc network is a temporary connection between computers
and devices used for emergency/ rescue operations and for sharing documents during a meeting. Wireless ad hoc
networks are very easy to implement and cost effective networks as they do not require any pre-existing
infrastructure and base stations. The network topology changes rapidly and unpredictably over time since nodes
are mobile. In MANETs all network activities including topology discovery and delivering messages must be
executed by nodes themselves. Hence it is said that an adhoc network is decentralized. MANET comprises of
mobile router. MANETs are able to operate in a stand-alone fashion or could possibly to a larger network such
as internet [5]. For users of computing systems mobility is becoming increasingly important. Technology has
made possible smaller, more powerful and less expensive wireless communicating devices and computers. Due
to which users gain flexibility and the ability to exchange information and maintain connectivity while roaming
through a large area. By installing base stations and access point‟s necessary mobile computing support is being
provided in some areas. Mobile users can maintain their connectivity by accessing this infrastructure from
office, home, or while on the road.
In all locations where mobile communication is desired this mobility support is not available. Access
points may not be set up due to low expected usage, high cost, or poor performance. This may happen in
emergency situations like natural disasters and military maneuvers in enemy territory or during outdoor
conferences. If mobile users want to communicate in the absence of a support structure, they must form an
adhoc network. In this chapter, we look at mobile adhoc networking in closer detail.
Application area of MANET is diverse, ranging from small, static networks to large scale mobile, highly
dynamic networks. For e.g. mobile adhoc network can be used to provide crisis management service
applications where any infrastructure could be setup in hours for example is case of disaster recovery. Also uses
of MANETs involve business environment where collaborative computing is more important [12].
II. MANET ROUTING PROTOCOL
Pro-active protocols follow an approach similar to the one used in wired routing protocols. Pro-active
or table-driven protocols require constants updates, in order to maintain the
ABSTRACT
A Wireless ad hoc network is a collection of mobile nodes like Laptop computers and
personal digital assistants with no pre-defined infrastructure and has wireless interface and
communicate independently with each other via radio or infrared. With the recent advances in
infrastructure less network MANET came into existence. MANETs have several salient characteristics
such as Dynamic topologies, Bandwidth-constrained, Energy-constrained operation, Limited physical
security etc. Routing is an important challenge in wireless adhoc networks. Proactive and Reactive
both have some disadvantages therefore we use hybrid routing protocols to enhance the performance
of adhoc networks In this paper, an attempt has been made to compare performance of existing ZRP
with modified one (Extended ZRP) on basis of their performance in MANETs. While analyzing
existing ZRP some undesirable effects as longer delays, higher routing overhead and lower packet
delivery are encountered due to increase in congestion. Subsequently, ZRP is extended by introducing
some new parameters so that enhanced performance in MANETs can be achieved while using ZRP as
a routing protocol.
KEYWORDS: MANET (Mobile ad hoc Network), ZRP, Modified ZRP
Augmented Zrp As A Routing….
www.ijceronline.com ||June||2013|| Page 83
constantly changing network graph due to new, moving or failing nodes, which may consume large
amounts of bandwidth. And since the bandwidth is often sparse it is clearly a drawback of the wireless world.
Additional to this drawback, much of the accumulated routing information is never used, as routes may be active
only for very less amount of time.In contrast, reactive protocols determine the proper route only when it is
needed, which means, when a packet needs to be forwarded. When the packet needs to be forwarded, the
network is flooded with a route request by the node and builds the route on demand from the responses it got.
The drawback of this technique is that‟s it can causes delays since the routes are not already available but
advantage is that it does not require constant broadcasts and discovery. Additionally, the flooding of the network
with a route request may lead to additional control traffic, again putting extra effort on the limited bandwidth.
As explained above, both a purely proactive and purely reactive approach to implement a routing protocol for a
MANET has their disadvantages. The Zone Routing Protocol, or ZRP, combines the advantages of both of these
routing protocols into a hybrid protocol, using advantage of pro-active discovery within a node‟s local
neighborhood, and taking advantage of communication between these neighborhoods of reactive protocol [4].
But its performance is also not up to the mark. So we use centrality and varying zone radius concept to modify
the ZRP to increase its efficiency so that problems like routing overhead, congestion, packet loss, etc can be
minimized.Therefore efficient functioning of MANETs requires something extra which can be fulfilled by
modifying ZRP.
III. PROPOSED WORK
3.1 Approach used for modification in ZRP:
While comparing original ZRP with we notice that ZRP gives an average performance [4]. For ZRP
there are some concerns. Our main idea is to modify ZRP in such a way so that instead of simple hop count a
new routing metric decide a route. This new routing metric depends on centrality and varying zone radius. In
case of multiple paths from source to destination, a route with lowest centrality is chosen. Proposed Pseudo
Code: To determine less loaded routes we make use of two concepts namely Path Rating and Centrality.
A. Computation of Centrality
1. Source node S sends a Route Request (RREQ) message including the size of its routing table as its
centrality:
2. Upon receipt of this message, neighbor node , not knowing a route to the solicited destination, acquires
and from the received RREQ message and diffuses a modified replica with the novel
average centrality:
3. Iteratively, for an intermediate node , the novel average eccentricity:
4. Finally, when destination node „D‟ receives messages from various possible paths to S, it simply chooses
the route having smallest average centrality.
Therefore, we will choose the path which is having lowest centrality and will use varying zone radius for ZRP
as for highest zone radius performance of ZRP will also be high.
3.2 Performance Metrics used
The metrics which are used to evaluate performance of MANETs routing protocols are as follows:
1. Packet Delivery Fraction: It is defined as the ratio of all received packets at the destinations to all
transmitted packets from CBR source. The packet delivery ratio is the fraction of packets that successfully
arrive at their destination.
2. Throughput: It is defined as the ratio of data packets received to the destination to those generated by
source. Throughput is average rate of packets successfully transferred to their final destination per unit time.
3. End-to-End Delay: It is the average delay time for a data packet travelling from its source to destination. It
signifies the amount of time taken by packet from source to destination. The delay time of all successfully
received packets is summed, and then the average delay time is calculated.
All the above mentioned performance metrics are quantitatively measured. For a good routing protocol,
throughput should be high where as other three parameters value should be less. We used the above performance
metrics and quantitatively measured against number of nodes and pause time.
Augmented Zrp As A Routing….
www.ijceronline.com ||June||2013|| Page 84
IV. RESULT AND ANALYSIS
Simulation is the imitation of the operation of a real world process over time. Various simulation are
available like QualNet ,OPNET and NS2 etc .Here , simulation work is done on NS2.NS2 is an object orient
simulation and is extensively used by research community. It consists of C++ core methods and uses Tcl and
Object Tcl shell as interface allowing the input file (simulation script) to describe the model to simulate [8].This
section will do analysis on ZRP and Modified ZRP .Also performance evolution is done on the basis of different
parameters.
Simulation Parameters Used
Parameter Value
Platform Linux CentOS 5
NS Version Ns-2.33
Mobility Model Random Way Point
Traffic Type CBR
Area 500 * 500 m
Experiment Duration 150 sec
MAC Layer Protocol Mac/802_11
Packet Size 512 bytes
Radio Propagation TwoRayGround
Packet Interval 0.2 second
Protocols ZRP, Modified ZRP
Antenna Type OmniAntenna
Packet Size 512 bytes
Pause Time 5, 10, 20, 40, 100
Number of nodes 10, 20, 30, 40, 50
Results are analyzed on the basis of different performance metrics. Graphs shown below shows
simulation results are according to network and pause time model i.e. varying number of nodes and changing
pause time respectively.
Throughput
Throughput is measured as the ratio of data packets received to the destination to those generated by
source. Throughput is average rate of packets successfully transferred to their final destination per unit time.
Figure 4.1 illustrates the simulation results of the throughput for number of nodes for ZRP and modified ZRP. It
is evident from the graph that throughput is less when number of nodes is lower and it increase when number of
node increases. It is clear from the graph that after doing the modification in ZRP it is showing increased
throughput as compared to existing ZRP.
Figure 4.1 Comparison of Throughput v/s Number of Nodes
Figure 4.2 illustrates the simulation results of the throughput against pause time for ZRP and modified
ZRP. It is evident from the graph that throughput is less when pause time is lower and it increase when pause
time increases. It is clear from the graph that after doing the modification in ZRP it is showing increased
throughput as compared to existing ZRP.
Augmented Zrp As A Routing….
www.ijceronline.com ||June||2013|| Page 85
Figure 4.2 Comparison of Throughput v/s Pause Time
V. CONCLUSION
In this study we have concluded that each protocol performs well in some cases while have drawbacks
in other cases. We have also incorporates the concept of path metric and centrality in ZRP and shown that it has
very good effect on the performance of existing ZRP. Therefore we conclude that by considering concept of
zone radius and centrality [3] in ZRP gives better performance as compared to ZRP in almost every the cases.
Simulation results demonstrated that the modified ZRP performs lot better as compared to existing ZRP.
Simulation result is shown in terms of throughput against number of nodes and pause time.In future work we
aim to enhance performance of modified ZRP with the help of 2ACK algorithm which we will use for detection
and eliminate of miss behaving nodes that comes in a our path, the path which we adopting for routing
(transferring of packet).
REFERENCES
[1] Dr. Jitendrnath Mungara and Sree Ranga Raju, 2010. “ZRP versus AODV and DSR : A Comprehensive Study on ZRP
Performance” International Journal of Computer Applications (09758887) Volume 1, No. 12
[2] Amandeep Verma, “A Study of Performance Comparisons of Simulated Ad hoc Network Routing Protocols” Int.J.
Comp.Tech.Appl., Vol 2 (3), 565-569.
[3] Mahmoud Ben Hamouda, Mounir Frikha and Oussama Souihli, “ Load-Balancing in MANET shortest-path routing protocols”
www.elsevier.com/locate/adhoc.
[4] Abhishek Swaroop and Kavita Pandey, November 2011. “A Comprehensive Performance Analysis of Proactive, Reactive and
Hybrid MANETs Routing Protocols” IJCSI International Journal of Computer Science Issues, Vol. 8, Issue 6, No. 3.
[5] Manijeh Keshtgary and Vahide BaBaiyan, “Performance Evaluation of Reactive, Proactive and Hybrid Protocols in MANET”
International Journal on Computer Science and Engineering (IJCSE).
[6] Kumar Lalan, Singh Dharmendra K and Singh Rajeshwar, 2011. “Performance Evaluation of DSR and DSDV Routing Protocols
for Wireless Adhoc Networks” International Journal Advanced Networking and Applications, Volume: 02, Issue 04, pp: 732-
737.
[7] Dr. M.Nagendra, G.Vijaya Kumar and Y.Vasudeva, 2010. “ Current Research Work on Routing Protocols for MANET: A
Literature Survey” International Journal on Computer Science and Engineering Vol. 02, No. 03, 706-713.
[8] Bhole Girish, Khandre Amit, Shah Samyak and Shirole Mahesh, “Performance Evaluation of Adhoc Routing Protocols using
NS2 Simulation” Proceedings of International Conference on Mobile and Pervasive Computing” pp: 167-171.
[9] Dipankar Sutradhar, Kapang Lego, Pranav Kumar Singh, 2011. “Comparative Study of Adhoc Routing Protocols AODV, DSR
and DSDV in Mobile Adhoc Networks”, International Journal of Computer Science and Engineering, Vol.1, No. 4 364-371.
[10] P.A.Tijare and S. A. Ade, July-December 2010. “Performance Comparison of AODV, DSDV, OLSR and DSR Routing
Protocols in Mobile Ad Hoc Networks”, International Journal of Information Technology and Knowledge Management, Volume
2, No. 2, pp. 545-548.
[11] Acriche M J, Bagrodia R., Bhatia S., Hsu J. and Takai M, “Performance of Mobile Adhoc Networking Routing Protocols in
Realistic Scenarios” , Proceedings of IEEE Conference on Military Communications, Vol. 2, pp. 1268-1273.
[12] Chauhan R K and Tyagi S S, 2010. “Performance Analysis of Proactive and Reactive Routing Protocols for Adhoc Networks”,
International Journal of Computer Applications, Vol. 1, No. 14, pp. 27-30.
[13] Kumar Ajay, Singla Rakesh and Singla Vikas, 2001. “Performance Evaluation and Simulation of Mobile Adhoc Network
Routing Protocols”, International Journal of Engineering and Information Technology, Vol. 1, No.1.
[14] J.C. Kavitha, 2010. Fundamentals of Mobile Computing. New Delhi, ACME LEARNING PRIVATE LIMITED.
[15] The network simulator - ns-2, http://www.isi.edu/nsnam/ns/
[16] Jianping Wang, Multimedia Networking Group, The Department of Computer Science, UVA, ns-2 Tutorial (1).
http://www.cs.virginia.edu/
[17] Ritika Sharma, Minakshi Halder, Kamlesh Gupta, August 2012. “Mobile Ad-hoc Networks-A Holistic Overview”, International
Journal of Computer Applications, Vol. 5, No. 21.
[18] Roberto Beraldi, Roberto Baldoni. “Unicast Routing Techniques for Mobile Adhoc Networks”, Universita’ di Roma “la
sapienza” via salaria 113, Roma, Italy.
[19] Routing, http://en.wikipedia.org/wiki/Routing
[20] Routing considerations,http://en.wikipedia.org/wiki/Routing_in_delay-tolerant_networking
Augmented Zrp As A Routing….
www.ijceronline.com ||June||2013|| Page 86
[21] Routing in conventional networks, http://what-when-how.com/cooperative-communication/network-layer-wireless-routing-
protocols-conventional-networks/
[22] Z.J.Haas, .A Routing Protocol for Reconfigurable Wireless Networks., Proceedings of the International Conference on Universal
Personal Communications (ICUPC), San Diego, 1997.
[23] Z.J.Haas and M.R. Perlman, .Determining the Optimal Configuration for the Zone Routing Protocol., IEEE JSAC (Journal on
Selected Areas in Coamm), August 1999.

Mais conteúdo relacionado

Mais procurados

Design A Congestion Aware Routing Algorithm for Synchronous Cam Design
Design A Congestion Aware Routing Algorithm for Synchronous Cam DesignDesign A Congestion Aware Routing Algorithm for Synchronous Cam Design
Design A Congestion Aware Routing Algorithm for Synchronous Cam Designijtsrd
 
Improvement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetImprovement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetIAEME Publication
 
11.a study of congestion aware adaptive routing protocols in manet
11.a study of congestion aware adaptive routing protocols in manet11.a study of congestion aware adaptive routing protocols in manet
11.a study of congestion aware adaptive routing protocols in manetAlexander Decker
 
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)Narendra Singh Yadav
 
Performance Comparison of Different Mobility Model on Topology Managed MANET
Performance Comparison of Different Mobility Model on Topology Managed MANETPerformance Comparison of Different Mobility Model on Topology Managed MANET
Performance Comparison of Different Mobility Model on Topology Managed MANETEswar Publications
 
Comparison of routing protocols with performance parameters for different num...
Comparison of routing protocols with performance parameters for different num...Comparison of routing protocols with performance parameters for different num...
Comparison of routing protocols with performance parameters for different num...ijctet
 
BETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORK
BETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORKBETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORK
BETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORKcscpconf
 
Destination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANETDestination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANETEditor IJCATR
 
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)graphhoc
 
Performance Evaluation of Routing Protocols for MAC Layer Models
Performance Evaluation of Routing Protocols for MAC Layer ModelsPerformance Evaluation of Routing Protocols for MAC Layer Models
Performance Evaluation of Routing Protocols for MAC Layer ModelsIOSR Journals
 
Improved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANETImproved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANETIOSR Journals
 
Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...
Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...
Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...IJERA Editor
 
Performance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Performance Evaluation and Comparison of Ad-Hoc Source Routing ProtocolsPerformance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Performance Evaluation and Comparison of Ad-Hoc Source Routing ProtocolsNarendra Singh Yadav
 
Improved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDVImproved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDVijsrd.com
 
The Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless NetworksThe Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless NetworksDr. Amarjeet Singh
 

Mais procurados (18)

Design A Congestion Aware Routing Algorithm for Synchronous Cam Design
Design A Congestion Aware Routing Algorithm for Synchronous Cam DesignDesign A Congestion Aware Routing Algorithm for Synchronous Cam Design
Design A Congestion Aware Routing Algorithm for Synchronous Cam Design
 
Improvement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetImprovement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanet
 
11.a study of congestion aware adaptive routing protocols in manet
11.a study of congestion aware adaptive routing protocols in manet11.a study of congestion aware adaptive routing protocols in manet
11.a study of congestion aware adaptive routing protocols in manet
 
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
 
A study of the effect of different topology parameters on the routing overhea...
A study of the effect of different topology parameters on the routing overhea...A study of the effect of different topology parameters on the routing overhea...
A study of the effect of different topology parameters on the routing overhea...
 
Performance Comparison of Different Mobility Model on Topology Managed MANET
Performance Comparison of Different Mobility Model on Topology Managed MANETPerformance Comparison of Different Mobility Model on Topology Managed MANET
Performance Comparison of Different Mobility Model on Topology Managed MANET
 
Comparison of routing protocols with performance parameters for different num...
Comparison of routing protocols with performance parameters for different num...Comparison of routing protocols with performance parameters for different num...
Comparison of routing protocols with performance parameters for different num...
 
BETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORK
BETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORKBETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORK
BETTER SCALABLE ROUTING PROTOCOL FOR HYBRID WIRELESS MESH NETWORK
 
Destination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANETDestination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANET
 
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
 
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
 
Performance Evaluation of Routing Protocols for MAC Layer Models
Performance Evaluation of Routing Protocols for MAC Layer ModelsPerformance Evaluation of Routing Protocols for MAC Layer Models
Performance Evaluation of Routing Protocols for MAC Layer Models
 
Improved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANETImproved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANET
 
Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...
Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...
Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...
 
H01115155
H01115155H01115155
H01115155
 
Performance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Performance Evaluation and Comparison of Ad-Hoc Source Routing ProtocolsPerformance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
Performance Evaluation and Comparison of Ad-Hoc Source Routing Protocols
 
Improved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDVImproved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDV
 
The Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless NetworksThe Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless Networks
 

Semelhante a International Journal of Computational Engineering Research(IJCER)

Quick Routing for Communication in MANET using Zone Routing Protocol
Quick Routing for Communication in MANET using Zone Routing ProtocolQuick Routing for Communication in MANET using Zone Routing Protocol
Quick Routing for Communication in MANET using Zone Routing Protocolijceronline
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetIOSR Journals
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetIOSR Journals
 
A Literature Survey of MANET.pdf
A Literature Survey of MANET.pdfA Literature Survey of MANET.pdf
A Literature Survey of MANET.pdfLaurie Smith
 
A Literature Survey of MANET
A Literature Survey of MANETA Literature Survey of MANET
A Literature Survey of MANETIRJET Journal
 
ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...
ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...
ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...rahulmonikasharma
 
Performance Analysis and Simulation of OLSR Routing Protocol in MANET
Performance Analysis and Simulation of  OLSR Routing Protocol in MANET Performance Analysis and Simulation of  OLSR Routing Protocol in MANET
Performance Analysis and Simulation of OLSR Routing Protocol in MANET ijcnac
 
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...IRJET Journal
 
Impact of Variable Transmission Range and Scalability With Respect To Mobilit...
Impact of Variable Transmission Range and Scalability With Respect To Mobilit...Impact of Variable Transmission Range and Scalability With Respect To Mobilit...
Impact of Variable Transmission Range and Scalability With Respect To Mobilit...Jitender Grover
 
Routing protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyRouting protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyIOSR Journals
 
Manet review characteristics, routing protocols, attacks and performance metrics
Manet review characteristics, routing protocols, attacks and performance metricsManet review characteristics, routing protocols, attacks and performance metrics
Manet review characteristics, routing protocols, attacks and performance metricsIJARIIT
 
A scalable and power efficient solution for routing in mobile ad hoc network ...
A scalable and power efficient solution for routing in mobile ad hoc network ...A scalable and power efficient solution for routing in mobile ad hoc network ...
A scalable and power efficient solution for routing in mobile ad hoc network ...ijmnct
 
A Case Study on Ip Based Cdma Ran by Controlling Router
A Case Study on Ip Based Cdma Ran by Controlling RouterA Case Study on Ip Based Cdma Ran by Controlling Router
A Case Study on Ip Based Cdma Ran by Controlling RouterIJERA Editor
 
Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)Narendra Singh Yadav
 
IRJET-A Review Paper on Secure Routing Technique for MANETS
IRJET-A Review Paper on Secure Routing Technique for MANETSIRJET-A Review Paper on Secure Routing Technique for MANETS
IRJET-A Review Paper on Secure Routing Technique for MANETSIRJET Journal
 

Semelhante a International Journal of Computational Engineering Research(IJCER) (20)

Quick Routing for Communication in MANET using Zone Routing Protocol
Quick Routing for Communication in MANET using Zone Routing ProtocolQuick Routing for Communication in MANET using Zone Routing Protocol
Quick Routing for Communication in MANET using Zone Routing Protocol
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
 
A Literature Survey of MANET.pdf
A Literature Survey of MANET.pdfA Literature Survey of MANET.pdf
A Literature Survey of MANET.pdf
 
A Literature Survey of MANET
A Literature Survey of MANETA Literature Survey of MANET
A Literature Survey of MANET
 
ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...
ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...
ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...
 
Performance Analysis and Simulation of OLSR Routing Protocol in MANET
Performance Analysis and Simulation of  OLSR Routing Protocol in MANET Performance Analysis and Simulation of  OLSR Routing Protocol in MANET
Performance Analysis and Simulation of OLSR Routing Protocol in MANET
 
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
 
Impact of Variable Transmission Range and Scalability With Respect To Mobilit...
Impact of Variable Transmission Range and Scalability With Respect To Mobilit...Impact of Variable Transmission Range and Scalability With Respect To Mobilit...
Impact of Variable Transmission Range and Scalability With Respect To Mobilit...
 
Jm3516391646
Jm3516391646Jm3516391646
Jm3516391646
 
eaodv
eaodveaodv
eaodv
 
Routing protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyRouting protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation Study
 
Manet review characteristics, routing protocols, attacks and performance metrics
Manet review characteristics, routing protocols, attacks and performance metricsManet review characteristics, routing protocols, attacks and performance metrics
Manet review characteristics, routing protocols, attacks and performance metrics
 
A scalable and power efficient solution for routing in mobile ad hoc network ...
A scalable and power efficient solution for routing in mobile ad hoc network ...A scalable and power efficient solution for routing in mobile ad hoc network ...
A scalable and power efficient solution for routing in mobile ad hoc network ...
 
A Case Study on Ip Based Cdma Ran by Controlling Router
A Case Study on Ip Based Cdma Ran by Controlling RouterA Case Study on Ip Based Cdma Ran by Controlling Router
A Case Study on Ip Based Cdma Ran by Controlling Router
 
Ft3410671073
Ft3410671073Ft3410671073
Ft3410671073
 
Gi3112131218
Gi3112131218Gi3112131218
Gi3112131218
 
[IJCT-V3I3P5] Authors: Alok Kumar Dwivedi, Gouri Shankar Prajapati
[IJCT-V3I3P5] Authors: Alok Kumar Dwivedi, Gouri Shankar Prajapati[IJCT-V3I3P5] Authors: Alok Kumar Dwivedi, Gouri Shankar Prajapati
[IJCT-V3I3P5] Authors: Alok Kumar Dwivedi, Gouri Shankar Prajapati
 
Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)
 
IRJET-A Review Paper on Secure Routing Technique for MANETS
IRJET-A Review Paper on Secure Routing Technique for MANETSIRJET-A Review Paper on Secure Routing Technique for MANETS
IRJET-A Review Paper on Secure Routing Technique for MANETS
 

Último

Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 

Último (20)

Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 

International Journal of Computational Engineering Research(IJCER)

  • 1. International Journal of Computational Engineering Research||Vol, 03||Issue, 6|| www.ijceronline.com ||June||2013|| Page 82 AUGMENTED ZRP AS A ROUTING PROTOCOL FOR MANET Gayatri Kapil IIMT Eng. College Meerut I. INTRODUCTION Mobile Adhoc Network (MANET) is an autonomous collection of mobile devices over relatively bandwidth constraint network or wireless link. A mobile adhoc network (MANET) is infrastructure less and self configuring network. Wireless adhoc or on-the-fly networks are those in which nodes are free to move and organize themselves in an arbitrary fashion. An adhoc network is a temporary connection between computers and devices used for emergency/ rescue operations and for sharing documents during a meeting. Wireless ad hoc networks are very easy to implement and cost effective networks as they do not require any pre-existing infrastructure and base stations. The network topology changes rapidly and unpredictably over time since nodes are mobile. In MANETs all network activities including topology discovery and delivering messages must be executed by nodes themselves. Hence it is said that an adhoc network is decentralized. MANET comprises of mobile router. MANETs are able to operate in a stand-alone fashion or could possibly to a larger network such as internet [5]. For users of computing systems mobility is becoming increasingly important. Technology has made possible smaller, more powerful and less expensive wireless communicating devices and computers. Due to which users gain flexibility and the ability to exchange information and maintain connectivity while roaming through a large area. By installing base stations and access point‟s necessary mobile computing support is being provided in some areas. Mobile users can maintain their connectivity by accessing this infrastructure from office, home, or while on the road. In all locations where mobile communication is desired this mobility support is not available. Access points may not be set up due to low expected usage, high cost, or poor performance. This may happen in emergency situations like natural disasters and military maneuvers in enemy territory or during outdoor conferences. If mobile users want to communicate in the absence of a support structure, they must form an adhoc network. In this chapter, we look at mobile adhoc networking in closer detail. Application area of MANET is diverse, ranging from small, static networks to large scale mobile, highly dynamic networks. For e.g. mobile adhoc network can be used to provide crisis management service applications where any infrastructure could be setup in hours for example is case of disaster recovery. Also uses of MANETs involve business environment where collaborative computing is more important [12]. II. MANET ROUTING PROTOCOL Pro-active protocols follow an approach similar to the one used in wired routing protocols. Pro-active or table-driven protocols require constants updates, in order to maintain the ABSTRACT A Wireless ad hoc network is a collection of mobile nodes like Laptop computers and personal digital assistants with no pre-defined infrastructure and has wireless interface and communicate independently with each other via radio or infrared. With the recent advances in infrastructure less network MANET came into existence. MANETs have several salient characteristics such as Dynamic topologies, Bandwidth-constrained, Energy-constrained operation, Limited physical security etc. Routing is an important challenge in wireless adhoc networks. Proactive and Reactive both have some disadvantages therefore we use hybrid routing protocols to enhance the performance of adhoc networks In this paper, an attempt has been made to compare performance of existing ZRP with modified one (Extended ZRP) on basis of their performance in MANETs. While analyzing existing ZRP some undesirable effects as longer delays, higher routing overhead and lower packet delivery are encountered due to increase in congestion. Subsequently, ZRP is extended by introducing some new parameters so that enhanced performance in MANETs can be achieved while using ZRP as a routing protocol. KEYWORDS: MANET (Mobile ad hoc Network), ZRP, Modified ZRP
  • 2. Augmented Zrp As A Routing…. www.ijceronline.com ||June||2013|| Page 83 constantly changing network graph due to new, moving or failing nodes, which may consume large amounts of bandwidth. And since the bandwidth is often sparse it is clearly a drawback of the wireless world. Additional to this drawback, much of the accumulated routing information is never used, as routes may be active only for very less amount of time.In contrast, reactive protocols determine the proper route only when it is needed, which means, when a packet needs to be forwarded. When the packet needs to be forwarded, the network is flooded with a route request by the node and builds the route on demand from the responses it got. The drawback of this technique is that‟s it can causes delays since the routes are not already available but advantage is that it does not require constant broadcasts and discovery. Additionally, the flooding of the network with a route request may lead to additional control traffic, again putting extra effort on the limited bandwidth. As explained above, both a purely proactive and purely reactive approach to implement a routing protocol for a MANET has their disadvantages. The Zone Routing Protocol, or ZRP, combines the advantages of both of these routing protocols into a hybrid protocol, using advantage of pro-active discovery within a node‟s local neighborhood, and taking advantage of communication between these neighborhoods of reactive protocol [4]. But its performance is also not up to the mark. So we use centrality and varying zone radius concept to modify the ZRP to increase its efficiency so that problems like routing overhead, congestion, packet loss, etc can be minimized.Therefore efficient functioning of MANETs requires something extra which can be fulfilled by modifying ZRP. III. PROPOSED WORK 3.1 Approach used for modification in ZRP: While comparing original ZRP with we notice that ZRP gives an average performance [4]. For ZRP there are some concerns. Our main idea is to modify ZRP in such a way so that instead of simple hop count a new routing metric decide a route. This new routing metric depends on centrality and varying zone radius. In case of multiple paths from source to destination, a route with lowest centrality is chosen. Proposed Pseudo Code: To determine less loaded routes we make use of two concepts namely Path Rating and Centrality. A. Computation of Centrality 1. Source node S sends a Route Request (RREQ) message including the size of its routing table as its centrality: 2. Upon receipt of this message, neighbor node , not knowing a route to the solicited destination, acquires and from the received RREQ message and diffuses a modified replica with the novel average centrality: 3. Iteratively, for an intermediate node , the novel average eccentricity: 4. Finally, when destination node „D‟ receives messages from various possible paths to S, it simply chooses the route having smallest average centrality. Therefore, we will choose the path which is having lowest centrality and will use varying zone radius for ZRP as for highest zone radius performance of ZRP will also be high. 3.2 Performance Metrics used The metrics which are used to evaluate performance of MANETs routing protocols are as follows: 1. Packet Delivery Fraction: It is defined as the ratio of all received packets at the destinations to all transmitted packets from CBR source. The packet delivery ratio is the fraction of packets that successfully arrive at their destination. 2. Throughput: It is defined as the ratio of data packets received to the destination to those generated by source. Throughput is average rate of packets successfully transferred to their final destination per unit time. 3. End-to-End Delay: It is the average delay time for a data packet travelling from its source to destination. It signifies the amount of time taken by packet from source to destination. The delay time of all successfully received packets is summed, and then the average delay time is calculated. All the above mentioned performance metrics are quantitatively measured. For a good routing protocol, throughput should be high where as other three parameters value should be less. We used the above performance metrics and quantitatively measured against number of nodes and pause time.
  • 3. Augmented Zrp As A Routing…. www.ijceronline.com ||June||2013|| Page 84 IV. RESULT AND ANALYSIS Simulation is the imitation of the operation of a real world process over time. Various simulation are available like QualNet ,OPNET and NS2 etc .Here , simulation work is done on NS2.NS2 is an object orient simulation and is extensively used by research community. It consists of C++ core methods and uses Tcl and Object Tcl shell as interface allowing the input file (simulation script) to describe the model to simulate [8].This section will do analysis on ZRP and Modified ZRP .Also performance evolution is done on the basis of different parameters. Simulation Parameters Used Parameter Value Platform Linux CentOS 5 NS Version Ns-2.33 Mobility Model Random Way Point Traffic Type CBR Area 500 * 500 m Experiment Duration 150 sec MAC Layer Protocol Mac/802_11 Packet Size 512 bytes Radio Propagation TwoRayGround Packet Interval 0.2 second Protocols ZRP, Modified ZRP Antenna Type OmniAntenna Packet Size 512 bytes Pause Time 5, 10, 20, 40, 100 Number of nodes 10, 20, 30, 40, 50 Results are analyzed on the basis of different performance metrics. Graphs shown below shows simulation results are according to network and pause time model i.e. varying number of nodes and changing pause time respectively. Throughput Throughput is measured as the ratio of data packets received to the destination to those generated by source. Throughput is average rate of packets successfully transferred to their final destination per unit time. Figure 4.1 illustrates the simulation results of the throughput for number of nodes for ZRP and modified ZRP. It is evident from the graph that throughput is less when number of nodes is lower and it increase when number of node increases. It is clear from the graph that after doing the modification in ZRP it is showing increased throughput as compared to existing ZRP. Figure 4.1 Comparison of Throughput v/s Number of Nodes Figure 4.2 illustrates the simulation results of the throughput against pause time for ZRP and modified ZRP. It is evident from the graph that throughput is less when pause time is lower and it increase when pause time increases. It is clear from the graph that after doing the modification in ZRP it is showing increased throughput as compared to existing ZRP.
  • 4. Augmented Zrp As A Routing…. www.ijceronline.com ||June||2013|| Page 85 Figure 4.2 Comparison of Throughput v/s Pause Time V. CONCLUSION In this study we have concluded that each protocol performs well in some cases while have drawbacks in other cases. We have also incorporates the concept of path metric and centrality in ZRP and shown that it has very good effect on the performance of existing ZRP. Therefore we conclude that by considering concept of zone radius and centrality [3] in ZRP gives better performance as compared to ZRP in almost every the cases. Simulation results demonstrated that the modified ZRP performs lot better as compared to existing ZRP. Simulation result is shown in terms of throughput against number of nodes and pause time.In future work we aim to enhance performance of modified ZRP with the help of 2ACK algorithm which we will use for detection and eliminate of miss behaving nodes that comes in a our path, the path which we adopting for routing (transferring of packet). REFERENCES [1] Dr. Jitendrnath Mungara and Sree Ranga Raju, 2010. “ZRP versus AODV and DSR : A Comprehensive Study on ZRP Performance” International Journal of Computer Applications (09758887) Volume 1, No. 12 [2] Amandeep Verma, “A Study of Performance Comparisons of Simulated Ad hoc Network Routing Protocols” Int.J. Comp.Tech.Appl., Vol 2 (3), 565-569. [3] Mahmoud Ben Hamouda, Mounir Frikha and Oussama Souihli, “ Load-Balancing in MANET shortest-path routing protocols” www.elsevier.com/locate/adhoc. [4] Abhishek Swaroop and Kavita Pandey, November 2011. “A Comprehensive Performance Analysis of Proactive, Reactive and Hybrid MANETs Routing Protocols” IJCSI International Journal of Computer Science Issues, Vol. 8, Issue 6, No. 3. [5] Manijeh Keshtgary and Vahide BaBaiyan, “Performance Evaluation of Reactive, Proactive and Hybrid Protocols in MANET” International Journal on Computer Science and Engineering (IJCSE). [6] Kumar Lalan, Singh Dharmendra K and Singh Rajeshwar, 2011. “Performance Evaluation of DSR and DSDV Routing Protocols for Wireless Adhoc Networks” International Journal Advanced Networking and Applications, Volume: 02, Issue 04, pp: 732- 737. [7] Dr. M.Nagendra, G.Vijaya Kumar and Y.Vasudeva, 2010. “ Current Research Work on Routing Protocols for MANET: A Literature Survey” International Journal on Computer Science and Engineering Vol. 02, No. 03, 706-713. [8] Bhole Girish, Khandre Amit, Shah Samyak and Shirole Mahesh, “Performance Evaluation of Adhoc Routing Protocols using NS2 Simulation” Proceedings of International Conference on Mobile and Pervasive Computing” pp: 167-171. [9] Dipankar Sutradhar, Kapang Lego, Pranav Kumar Singh, 2011. “Comparative Study of Adhoc Routing Protocols AODV, DSR and DSDV in Mobile Adhoc Networks”, International Journal of Computer Science and Engineering, Vol.1, No. 4 364-371. [10] P.A.Tijare and S. A. Ade, July-December 2010. “Performance Comparison of AODV, DSDV, OLSR and DSR Routing Protocols in Mobile Ad Hoc Networks”, International Journal of Information Technology and Knowledge Management, Volume 2, No. 2, pp. 545-548. [11] Acriche M J, Bagrodia R., Bhatia S., Hsu J. and Takai M, “Performance of Mobile Adhoc Networking Routing Protocols in Realistic Scenarios” , Proceedings of IEEE Conference on Military Communications, Vol. 2, pp. 1268-1273. [12] Chauhan R K and Tyagi S S, 2010. “Performance Analysis of Proactive and Reactive Routing Protocols for Adhoc Networks”, International Journal of Computer Applications, Vol. 1, No. 14, pp. 27-30. [13] Kumar Ajay, Singla Rakesh and Singla Vikas, 2001. “Performance Evaluation and Simulation of Mobile Adhoc Network Routing Protocols”, International Journal of Engineering and Information Technology, Vol. 1, No.1. [14] J.C. Kavitha, 2010. Fundamentals of Mobile Computing. New Delhi, ACME LEARNING PRIVATE LIMITED. [15] The network simulator - ns-2, http://www.isi.edu/nsnam/ns/ [16] Jianping Wang, Multimedia Networking Group, The Department of Computer Science, UVA, ns-2 Tutorial (1). http://www.cs.virginia.edu/ [17] Ritika Sharma, Minakshi Halder, Kamlesh Gupta, August 2012. “Mobile Ad-hoc Networks-A Holistic Overview”, International Journal of Computer Applications, Vol. 5, No. 21. [18] Roberto Beraldi, Roberto Baldoni. “Unicast Routing Techniques for Mobile Adhoc Networks”, Universita’ di Roma “la sapienza” via salaria 113, Roma, Italy. [19] Routing, http://en.wikipedia.org/wiki/Routing [20] Routing considerations,http://en.wikipedia.org/wiki/Routing_in_delay-tolerant_networking
  • 5. Augmented Zrp As A Routing…. www.ijceronline.com ||June||2013|| Page 86 [21] Routing in conventional networks, http://what-when-how.com/cooperative-communication/network-layer-wireless-routing- protocols-conventional-networks/ [22] Z.J.Haas, .A Routing Protocol for Reconfigurable Wireless Networks., Proceedings of the International Conference on Universal Personal Communications (ICUPC), San Diego, 1997. [23] Z.J.Haas and M.R. Perlman, .Determining the Optimal Configuration for the Zone Routing Protocol., IEEE JSAC (Journal on Selected Areas in Coamm), August 1999.