SlideShare une entreprise Scribd logo
1  sur  8
Télécharger pour lire hors ligne
Int. J. on Recent Trends in Engineering and Technology, Vol. 10, No. 1, Jan 2014

Progressive Routing Protocol using Hybrid Analysis
for MANETs
Jay Kumar Jain1 and Sanjay Sharma2
1
Department of Computer Applications
Maulana Azad National Institute of Technology, Bhopal, India
1
Email: jayjain.research@gmail.com, 2ssharma66@rediffmail.com
12

Abstract— In this paper, we proposed a replacement hybrid multipath routing protocol for
MANET known as Hybrid Multipath Progressive Routing Protocol for MANET (HMPRP),
during this work we improve the performance of accepted MANET routing protocols,
namely, the Ad-hoc On-demand Distance Vector routing protocol and use of their most
popular properties to formulate a replacement Hybrid routing protocol using the received
signal strength. The proposed routing protocol optimizes the information measure usage of
MANETs by reducing the routing overload and overhead. This proposed routing protocol
additionally extends the battery lifetime of the mobile devices by reducing the specified
variety of operations for (i) Route determination (ii) for packet forwarding. Simulation
results are used to draw conclusions regarding the proposed routing algorithm and
compared it with the AODV, OLSR, and ZRP protocol. Experiments carried out based on
this proposed algorithm, shows that better performance are achieved with regard to AODV,
OLSR, and ZRP routing algorithm in terms of packet delivery ratio, throughput, energy
consumed and end-to-end packet delay.
Index Terms— MANETs, HMPRP, CSMA/CA, RSS, EXATA CYBER 1.1

I. INTRODUCTION
MANET has emerged jointly of the foremost centered analysis areas within the field of wireless networks
and mobile computing [1]. Mobile ad hoc network (MANET) is an autonomous system of mobile nodes that
can be built without any backbone or infrastructure; it can be deployed anytime when needed. MANETs
provide communication between the nodes in the network without the presence of a centralized authority
which is normally found in the cellular and other fixed networks. Nodes that are involved in MANETs
organize themselves arbitrarily, store and forward packets for other nodes. The wireless network topology is
henceforth created "on the fly" and may change rapidly and, especially, unpredictably. In addition, nodes that
participate in a MANET may be highly mobile and therefore the network topology is very much dynamic.
Therefore MANET nodes themselves have to act as routers for other nodes by using the CSMA/CA they
forward packets for other nodes.
In mobile ad hoc network, routes are basically multi hop because of this limited radio propagation range,
topology changes frequently and unpredictably since each network host moves randomly. Because of
unpredictable topology, in this power consumption provoke by RTS/CTS mechanism to detect hidden node
for every node to have a better knowledge of the topology of the network and preserving its energy
consumption [3] [4]. Therefore, routing is an integral part of ad hoc communications.
The routing protocols for MANET are broadly classified into three categories such as: Proactive, Reactive
and Hybrid [5, 6]. Proactive routing protocols attempt to maintain consistent, up-to-date routing information
DOI: 01.IJRTET.10.1.1389
© Association of Computer Electronics and Electrical Engineers, 2014
from each node to every other node in the network. The OLSR protocol is belongs to proactive category.
Reactive routing protocol [5] creates routes only when desired by the source node. Once a route has been
established, it is maintained by a route maintenance procedure until either the destination becomes
inaccessible along every path from the source or until the route is no longer desired. The Ad hoc On-demand
Distance Vector (AODV) and Dynamic Source Routing (DSR) [7] protocols belong to the category of
reactive routing protocol. And Hybrid routing protocol commonly referred to as balanced-hybrid routing, is a
combination of the advantages of both distance vector and link state protocols and merges them into a new
protocol. Normally, hybrid protocols are based on a distance vector protocol but contain many of the features
and advantages of link state protocols. The ZRP protocol belongs to the category of hybrid routing protocol.
That has received the most attention; however, they do not utilize multiple paths. This paper proposes a
hybrid node disjoint multipath routing protocol which is based on the on-demand distance vector routing [1].
In this research paper we have proposed an approach for mobile ad-hoc networks routing called Hybrid
Multipath Progressive Routing Protocol which performed significant improvement based on Received Signal
Strength [8].
II. BACKGROUND AND RELATED W ORK
MANET Routing Protocols: The Routing in networking can be defined as the process of moving packet of
information from a source to a destination. In this mechanism, a packet may travel through a number of
network points with routers before arriving at its destination. Researchers in the field of MANET have
investigated many routing protocols including various aspects of the MANETs and their properties. There are
some protocols for proactive, reactive and hybrid routing in MANET. Ad-hoc On-demand Distance Vector
(AODV) [6], Dynamic Source Routing (DSR), Zone Routing Protocol (ZRP) and the Optimized Link State
Routing (OLSR) are some name out of them.
Reactive routing is also known as on-demand routing protocol is a popular routing protocols for wireless ad
hoc routing because they do not maintain routing information or routing process at the network nodes if there
is no communication. If a node wants to send a packet to another node then this protocol searches for the
route in an on-demand scheme and establishes the connection in order to transmit and receive the packet. The
route discovery occurs by broadcasting the route request packets throughout the network [2]. In proactive
routing protocols, each node maintains a table with the routing information, and perform periodic updates
and/or if the network topology changes to keep it consistent. Hybrid routing protocols are a new advanced
protocol, which are having both feature proactive and reactive in nature. The motive to design these protocols
is to increase scalability and reliability.
A. The Ad-hoc On-demand Distance Vector (AODV)
The Ad hoc On-demand Distance Vector (AODV) [6], [14] protocol is one in each of them on-demand
routing algorithms that has received the most attention, however, it does not utilize multiple routes. It
basically joins the mechanisms of DSDV and DSR algorithm. In AODV the periodic beacons, hop-by-hop
routing and the sequence numbers of DSDV and pure on-demand mechanism of Route Discovery and also
the Route Maintenance of DSR are combined [9].
In AODV protocol at each instance, route discovery is done for fresh communication which consumes more
bandwidth and generates more routing over-head. The source creates RREQ packet which is broadcast to it's
neighbor nodes. When destination receives the RREQ packet, it sends RREP packet on received path. This
RREP packet is unicast to the next node on RREP path. The intermediate node on receiving the RREP packet
creates reversal of path set by the RREQ packet along with RREP packet is received by the source, it starts
send data transmission on the forward path set by RREP packet. While data transmission is continue and path
break occurs due to mobility of node or out of coverage area of nodes on the active path, data packets will be
lost due to this reason multi route is better then unipath [10] [11].
B. Optimized Link State Routing (OLSR)
It belongs to proactive routing protocol category where the routes are always ready when required. OLSR is
an optimized mechanism of a pure link state protocol. The key concept used in the protocol is that of
multipoint relays (MPRs). MPRs are selected nodes which forward broadcast messages during the flooding
process. To reduce the possible overhead in the network protocol multipoint relays (MPR) are used. To
reducing the time interval for the control messages transmission brings more reactivity to the topological
changes [12].

146
OLSR uses two types of the control messages first hello and second topology control. Hello messages are
used for searching the information about the link status and the host’s neighbours whereas topology control
messages are used for broadcasting information about its own advertised neighbours, which includes at least
the one MPR selector list [22].
C. Zone Routing Protocol (ZRP)
Zone routing protocol is belongs to the hybrid routing protocol category which basically combines the best
features of proactive and reactive routing protocol [13]. The key concept is to use a proactive routing scheme
within a limited zone in the r-hop neighbourhood of every node, and use reactive routing scheme for nodes
beyond this zone. An Intra-zone routing protocol (IARP) is used in the zone where particular node employs
proactive routing whereas inter-zone routing protocol (IERP) is used outside the zone. The routing zone of a
given nodes is a subset of the network, within all nodes are reachable which are less than or equal to the zone
radius hops. The IERP is responsible for finding paths to the nodes which are not within the routing zone.
When a node A wants to send data to node B, it checks that node B is within its zone. If exist packet is
delivered directly using IARP. If not exist then it broadcasts (uses unicast to deliver the packet directly to
border nodes) the RREQ packet to its peripherals nodes. If any peripheral nodes find B in its zone, it sends
RREP packet; otherwise the node re- broadcasts the RREQ packet to the peripherals nodes. This procedure is
repeated until node B is located [21].
III. DESCRIPTION OF PROPOSED PROTOCOL
In this research paper, we have use AODV protocol as the base routing protocol therefore, the basic
functionality of the proposed protocol, Hybrid Multipath Progressive Routing Protocol (HMPRP) with nodedisjoint is similar to AODV protocol. We have modified AODV protocol on the basis of Received Signal
Strength.
In this protocol at the time of route creation we compared RSS of every routing packet with threshold value
at every neighbouring node. We apply node disjoint, multipath and load balancing technique using hybrid
approach [15]. Our goal is to propose an algorithm that has a high Packet delivery ratio and throughput with
low end-to-end delay and energy consumed.
IV. PERFORMANCE PARAMETER & METRICS
a.
b.

c.

d.

Packet delivery Ratio: It shows the ratio of total packets received at destination nodes, to total packets
which are sent by source nodes. Figure 2 shows Packet Delivery Ratio [19].
Energy Consumption: Energy consumption is defined as the amount of energy consumed by nodes in the
networks through radio communication and processing during transmission and receiving. Figure 3
shows Energy Consumptions.
Throughput: Throughput is the average rate of successful data packets received at destination. It is
usually measured in bits per second (bit/s or bps), and sometimes in data packets per second and rarely in
packets per second or packets per time slot. Figure 4 shows the average rate of successful message
delivery over a communication channel [19].
Average end to end delay of data packets: Delay or latency could be defined as the time taken by the
packets to reach from source to destination. This includes all possible delays from the moment the packet
is generated to the moment it is received by the destination node [19]. Here we have calculated end to
end delay. Figure 5 shows End-to-end delay.

V. SIMULATION ENVIRONMENT
Using the Exata Cyber simulation tool, we run several simulations with these routing schemes examining the
influence of the traffic load on the routing performances. The following parameters are shown in table 1 used
in our simulations.
Simulator EXata Cyber 1.1 is used to create a simulation environment to develop and analyze the newly
developed HMPRP protocol and compare its performance with the already existing ad hoc routing protocol
AODV, ZRP and OLSR figure 1 show the simulation of 200 nodes with 5 source nodes.
The random waypoint model is used to model mobility of nodes. This model was first used by Johnson and
Maltz in the evaluation of DSR, and was later refined by the same research group.

147
TABLE: I SIMULATION SETTINGS
Parameter
Simulator
Studied Protocol
Area
No. of nodes
No. of Applications
Type of sources
MAC protocol
Packet size
Traffic Rate
Mobility model
Simulation time
Channel type
Antenna model
Energy model
Access Model

Value
EXata CYBER 1.1 Emulator
AODV
1500m x 1500m
50,100,150,200,250 nodes
5
CBR
802.11
512 bytes
1 packet per second
Random waypoint
100 seconds
Wireless Channel
Omni Directional
MicaZ
DCF (Distributed Coordinated Function) with CSMA/CA

VI. RESULTS AND D ISCUSSIONS
The EXata CYBER 1.1 Emulator has been used to analyze the parametric performance of Hybrid Multipath
Progressive Routing Protocol (HMPRP), Ad-hoc On-demand Distance Vector Routing Protocol (AODV),
OLSR and Zone Routing Protocol (ZRP). The metric based analysis is shown in figure 2 to figure 5. We have
done simulation on 50, 100, 150, 200 and 250 nodes using 5 CBR (source nodes) applications.
A. Packet Delivery Ratio
HMPRP shows high increase in its delivery ratio with increasing load as shown in the figure and it is also
performing better than AODV, OLSR and ZRP. For highly active networks AODV, OLSR and ZRP have
variable PDR but HMPRP maintain consistency with increase network size [18]. There is a good
improvement in PDR for HMPRP due to hybrid nature. It can be seen in the figure 2 that packet delivery
ratio for HMPRP has much better performance than of OLSR and ZRP with the increase in the number of
nodes. When the number of nodes increases, OLSR and ZRP drop a larger ratio of the packets than HMPRP,
AODV. The performance of HMPRP protocol is better than other protocols.

B. Energy Consumed
We can understand from figure 3 that HMPRP consume less energy than AODV, OLSR and ZRP. The
Energy Consumptions of the four protocols is shown in figure 3. The Figure depicts the variation of energy
consumption as a function of the number of nodes. HMPRP although uses multi routing [17]. It is observed
that HMPRP has much lower energy consumption than AODV, OLSR and ZRP in all possible numbers of
nodes.
C. Throughput
The throughput is analyzed with varying CBR data traffic. According to our simulation results better
performance is shown by HMPRP and it is performing uniformly in the all case. Throughput of ZRP is
decreasing as the network size is increasing but HMPRP performs well in large sized networks. It is evident
from the figure 4 that while comparing throughput of HMPRP, AODV, OLSR, and ZRP with 50, 100, 150,
200 and 250 nodes with 5 numbers of connections it is not much reduced for all protocols. For ZRP it is
highest drop. It is better going up in case of HMPRP than OLSR and AODV when no. of nodes varied 50250 nodes.
D. End-to-End Delay
In figure 5 we see that the average packet delay increases with number of nodes while routing protocols try to
find valid route to the destination. Besides the actual delivery of data packets, the delay time is also affected
by route discovery, which is the first step to begin a communication session .In this analysis it is observed as
expected the delays are more for ZRP in comparison to HMPRP and AODV. Delays are incurred by ZRP’S
IARP and IERP methods. The end-to-end delay of HMPRP is also less than to AODV and OLSR because it

148
has reduced routing overhead and queuing delay whereas OLSR are proactive protocol it has already routing
table.

Figure 1: Simulation of 200 nodes

1) Packet Delivery Ratio

Figure 2: Packet Delivery Ratio Vs No. of Nodes

2) Energy Consumptions

Figure 3: Energy Consumed in transmission and receiving Vs No. of Nodes

149
3) Throughput

Figure 4: Throughput Vs No. of Nodes

4) Avg. End-to-end Delay

Figure 5: Avg. End-to-End Delay Vs No. of Nodes

VII. HOW EXATA IS DIFFERENT FROM OTHER SIMULATOR ?
HPMRP has been implemented using Exata Cyber 1.1 Emulator. The choice of the simulator which is most
appropriate to our work based on compare some of the popular simulators, (GlomoSim, Exata Cyber ,
QualNet and NS-2++).
Exata Cyber 1.1 Emulator [16] is a commercial version of GloMoSim [20] but it dramatically expands its
capabilities, in terms of contributed models and protocols coding, graphical tools for experiment planning,
analysis and visualization, as well as in terms of available documentation, demo and technical support. Exata
supports also some from of network emulation and allows designing realistic 3D environment. While it
compiles using a standard C/C++ compiler, support is directly provided by the manufacturer.
Exata Cyber 1.1 Emulator appears as the best compromise, in terms of number of pre-built components,
modularity and scalability. In this sense, we see Exata as an effective simulation framework, on which we
can build the complete Hybrid Progressive Multipath Routing Protocol for mobile ad hoc networks.
The advanced capabilities of Exata, among network simulators, are the powerful Graphical User Interface
(GUI) for custom code development and reporting options, the instant playback of simulation results to
minimize unnecessary model executions, the fast simulation results for thorough exploration of model
150
parameters and the scalable up to tens of thousands of nodes the real time simulation and multi platform
support.
Exata’s analysis capabilities allow the modeler to analyze the quantitative performance of protocols that can
be measured, in terms of packet delivery ratio, average end-to-end delay time and throughput. It can also
provide statistical data on protocol performance when subject to increasing node density, network load,
number of sources and increasing mobility.
VIII. CONCLUSIONS
In this work we have select two well known MANET routing protocols (AODV and OLSR) and has
considered their most popular properties in routing messages towards their destinations and have combined
these most popular properties to formulate a Hybrid MANET routing protocol through simulation and
analysis Packet delivery ratio, throughput, energy consumed and average end to end delay.
We have designed, implemented and have run simulation based studies to measure the performance merits of
this proposed HMPRP routing protocol. The performance evaluation of new proposed hybrid routing
protocol with proactive (OLSR), reactive (AODV) and hybrid (ZRP) routing protocols for stationary and
mobile nodes are studied by varying the node density ( 50, 100, 150, 200 and 250) using Exata Cyber 1.1
simulator. From the results it can be observed that the proposed protocol outperforms the other three
protocols in the considered performance metrics, this proposed protocol achieves this performance increase
by the elimination unwanted message exchanges and route requests and route replies. Our future work
includes testing this protocol under various testing scenarios in order to optimize the performance of it. We
are also planning to implement it in one of the MANET network testbeds and to validate the performance
excellence of this protocol.
REFERENCES
[1] P.M. Jawandhiya, R.S. Mangrulkar, Mohammad Atique and M. S. Ali, “ A Novel Hybrid Routing Protocol for
Mobile Adhoc Network”, International Journal of Advancements in Technology http://ijict.org/ , Vol 1, No 2
(October 2010), pp 185-196.
[2] Thabotharan Kathiravelu and Sivamayam Sivasuthan, “A Hybrid Reactive Routing Protocol for Mobile Ad-hoc
Networks”, 6th International Conference on Industrial and Information Systems, ICIIS 2011, (Aug. 16-19, 2011), Sri
Lanka, pp 1-6.
[3] http://wifi.cs.standrews.ac.uk/wifistandard.html
[4] Mostefa Fatima zohra, Mekkakia Maaza zoulikha and Khelifa Said “ Techniques Of Detection Of The Hidden Node
In Wireless Ad Hoc Network”, Proceedings of the World Congress on Engineering 2011 Vol II WCE 2011, (July 6 8, 2011), London, U.K.
[5] Vahdad and D. Becker, “Epidemic routing for partially connected ad hoc networks,” Duke University, Tech. Rep.,
(April 2000).
[6] C. E. Perkins and E. Royer, Ad-hoc on-demand distance vector routing, in Proceedings of the 2nd IEEE Workshop
on Mobile Computing Systems and Applications (WMCSA), (1999), pp 90–100.
[7] Y. Zhang V. Kawadia and B. Gupta, “System Services for Implementing Ad hoc Routing: Architecture,
Implementation & Experiments,” Proceeding of First International Conference on Mobile System, Application and
Services (Mobisys), San Francisco, CA. (June 2003), pp 99-114.
[8] Ruay-Shiung Chang and Shing-Jiuan Leu, “Long-lived Path Routing With Received SignalStrength for Ad Hoc
Networks”, IEEE (2006).
[9] Mehran Abolhasan, Tadeusz Wysocki and Eryk Dutkiewicz, “A review of routing protocols for mobile ad hoc
networks”,www.ElsevierComputerScience.com, Ad Hoc Networks 2 (2004), pp 1–22.
[10] Li Yuanzhou and Hu Weihua, “Optimization Strategy for Mobile Ad Hoc Network Based on AODV Routing
Protocol”, IEEE (23-25 Sept. 2010), pp 1-4.
[11] http://en.wikipedia.org/wiki/Ad_hoc_OnDemand_Distance_Vector_Routing#Advantages_and_disadvantages.
[12] Philippe Jaquet, Paul Muhlethaler and Amir Qayyum, 2001. “Optimized Link State Routing Protocol”, IETF Draft,
http://www.ietf.org/internet-drafts/draft-ietf-manetolsr- 06.txt.
[13] E. Topalis S. Giannoulis, C. Antonopoulos and S. Koubias. ZRP Versus DSR and TORA: A Compressive Survey on
ZRP Performance. 10th IEEE Conference ,ETFA 2005, 1(ISBN:0-7803-9401-1), Sept 2005.
[14] Rendong Bai and M. Singhal. DOA: DSR over AODV protocol for mobile ad hoc network. IEEE Transaction on
Mobile Computing, 5:1403-1416, Oct 2006.
[15] Mahesh K. Marina and Samir R. Das, “Ad hoc on-demand multipath distance vector routing”, WIRELESS
COMMUNICATIONS AND MOBILE COMPUTING. (2006), pp 969–988.
[16] EXata/Cyber 1.1 User’s Guide, “Scalable Network Technologies”, Inc., http://www.scalable-networks.com

151
[17] Sanjay Sharma and Pushpinder Singh Patheja, “Improving AODV Routing Protocol with Priority and Power
Efficiency in Mobile Ad hoc WiMAX Heterogeneous and Ad hoc Homogeneous Networks” Journal of Modeling
and Simulation in Design and Manufacturing, Vol. 2 No. 2 (December 2011), pp 129-136.
[18] R. K. Kapoor, M.A. Rizvi, Sanjay Sharma and M. M. Malik, “A Node Disjoint Multipath Routing Protocol in
Mobile Adhoc Network” IJMIE, Vol. 1. Issue 7, (Dec.2011), pp 269-285.
[19] Vikram Mehta and Dr. Neena Gupta, “Performance Analysis of QoS Parameters for Wimax Networks”,
International Journal of Engineering and Innovative Technology (IJEIT) Volume 1, Issue 5, (May 2012), pp 105110.
[20] GloMoSim Scalable Mobile Network Simulator, Software Package. http://pcl.cs.ucla.edu/projects/glomosim/
[21] Jogendra Kumar “Comparative Performance Analysis Of AODV, DSR,DYMO,OLSR And ZRP Routing Protocols
In MANET Using Varying Pause Time” International Journal of Computer Communications and Networks
(IJCCN),2(3), pp 43–51 ,2012.
[22] Makarand R. Shahade and D. N. Choudhari “Simulation Result of Hybrid Routing Protocol for Mobile Ad hoc
Network” International Journal of Computer Science and Information Technologies, Vol. 3 (1) , 2012, pp 2969 –
2974.

152

Contenu connexe

Tendances

IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...IOSR Journals
 
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETsA SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETspijans
 
Analysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANETAnalysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANETidescitation
 
Survey of Modified Routing Protocols for Mobile Ad-hoc Network
Survey of Modified Routing Protocols for Mobile Ad-hoc NetworkSurvey of Modified Routing Protocols for Mobile Ad-hoc Network
Survey of Modified Routing Protocols for Mobile Ad-hoc Networkijsrd.com
 
ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...
ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...
ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...ijwmn
 
MANET Routing Protocols , a case study
MANET Routing Protocols , a case studyMANET Routing Protocols , a case study
MANET Routing Protocols , a case studyRehan Hattab
 
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
 
Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)IISRT
 
Performance comparison of routing protocols in mobile ad hoc networks
Performance comparison of routing protocols in mobile ad hoc networksPerformance comparison of routing protocols in mobile ad hoc networks
Performance comparison of routing protocols in mobile ad hoc networksijujournal
 
P ERFORMANCE C OMPARISON OF R OUTING P ROTOCOLS IN M OBILE A D H OC N E...
P ERFORMANCE C OMPARISON OF  R OUTING  P ROTOCOLS IN  M OBILE  A D  H OC  N E...P ERFORMANCE C OMPARISON OF  R OUTING  P ROTOCOLS IN  M OBILE  A D  H OC  N E...
P ERFORMANCE C OMPARISON OF R OUTING P ROTOCOLS IN M OBILE A D H OC N E...ijujournal
 
Tree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETsTree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETspaperpublications3
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...IRJET Journal
 

Tendances (16)

IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
 
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETsA SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
 
Analysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANETAnalysis of FSR, LANMAR and DYMO under MANET
Analysis of FSR, LANMAR and DYMO under MANET
 
H01115155
H01115155H01115155
H01115155
 
Survey of Modified Routing Protocols for Mobile Ad-hoc Network
Survey of Modified Routing Protocols for Mobile Ad-hoc NetworkSurvey of Modified Routing Protocols for Mobile Ad-hoc Network
Survey of Modified Routing Protocols for Mobile Ad-hoc Network
 
ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...
ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...
ENERGY AND PERFORMANCE EVALUATION OF REACTIVE, PROACTIVE, AND HYBRID ROUTING ...
 
MANET Routing Protocols , a case study
MANET Routing Protocols , a case studyMANET Routing Protocols , a case study
MANET Routing Protocols , a case study
 
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
 
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
 
Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)
 
Performance comparison of routing protocols in mobile ad hoc networks
Performance comparison of routing protocols in mobile ad hoc networksPerformance comparison of routing protocols in mobile ad hoc networks
Performance comparison of routing protocols in mobile ad hoc networks
 
P ERFORMANCE C OMPARISON OF R OUTING P ROTOCOLS IN M OBILE A D H OC N E...
P ERFORMANCE C OMPARISON OF  R OUTING  P ROTOCOLS IN  M OBILE  A D  H OC  N E...P ERFORMANCE C OMPARISON OF  R OUTING  P ROTOCOLS IN  M OBILE  A D  H OC  N E...
P ERFORMANCE C OMPARISON OF R OUTING P ROTOCOLS IN M OBILE A D H OC N E...
 
Ft3410671073
Ft3410671073Ft3410671073
Ft3410671073
 
Tree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETsTree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETs
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
 

En vedette

Network simulator_handbook
Network simulator_handbookNetwork simulator_handbook
Network simulator_handbookArdi Bolang
 
Hybrid Compression Encryption Technique for Securing SMS
Hybrid Compression Encryption Technique for Securing SMSHybrid Compression Encryption Technique for Securing SMS
Hybrid Compression Encryption Technique for Securing SMSCSCJournals
 
Hyperspectral Data Compression Using Spatial-Spectral Lossless Coding Technique
Hyperspectral Data Compression Using Spatial-Spectral Lossless Coding TechniqueHyperspectral Data Compression Using Spatial-Spectral Lossless Coding Technique
Hyperspectral Data Compression Using Spatial-Spectral Lossless Coding TechniqueCSCJournals
 
convergencia tecnologica
convergencia tecnologicaconvergencia tecnologica
convergencia tecnologicacarovel04
 
Analysis of Handoff techniques used for hybrid networks: cellular/WLAN
Analysis of Handoff techniques used for hybrid networks: cellular/WLAN  Analysis of Handoff techniques used for hybrid networks: cellular/WLAN
Analysis of Handoff techniques used for hybrid networks: cellular/WLAN IJORCS
 
Efficient Cluster Optimization Using A Hybrid Extended Compact Genetic Algori...
Efficient Cluster Optimization Using A Hybrid Extended Compact Genetic Algori...Efficient Cluster Optimization Using A Hybrid Extended Compact Genetic Algori...
Efficient Cluster Optimization Using A Hybrid Extended Compact Genetic Algori...kknsastry
 
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...ijsrd.com
 
Hybrid networking and distribution
Hybrid networking and distribution Hybrid networking and distribution
Hybrid networking and distribution vivek pratap singh
 
Energy efficient communication techniques for wireless micro sensor networks
Energy efficient communication techniques for wireless micro sensor networksEnergy efficient communication techniques for wireless micro sensor networks
Energy efficient communication techniques for wireless micro sensor networksPushpita Biswas
 
Hetrogenous wireless sensor network
Hetrogenous wireless sensor networkHetrogenous wireless sensor network
Hetrogenous wireless sensor networkChinmoy Jena
 
A new algorithm for data compression technique using vlsi
A new algorithm for data compression technique using vlsiA new algorithm for data compression technique using vlsi
A new algorithm for data compression technique using vlsiTejeswar Tej
 
Analysis and Compression of Reflectance Data Using An Evolved Spectral Correl...
Analysis and Compression of Reflectance Data Using An Evolved Spectral Correl...Analysis and Compression of Reflectance Data Using An Evolved Spectral Correl...
Analysis and Compression of Reflectance Data Using An Evolved Spectral Correl...Peter Morovic
 
data compression technique
data compression techniquedata compression technique
data compression techniqueCHINMOY PAUL
 
Performance analysis of Hybrid Transform, Hybrid Wavelet and Multi-Resolutio...
Performance analysis of Hybrid Transform, Hybrid Wavelet and  Multi-Resolutio...Performance analysis of Hybrid Transform, Hybrid Wavelet and  Multi-Resolutio...
Performance analysis of Hybrid Transform, Hybrid Wavelet and Multi-Resolutio...IJMER
 

En vedette (20)

Network simulator_handbook
Network simulator_handbookNetwork simulator_handbook
Network simulator_handbook
 
Hybrid Compression Encryption Technique for Securing SMS
Hybrid Compression Encryption Technique for Securing SMSHybrid Compression Encryption Technique for Securing SMS
Hybrid Compression Encryption Technique for Securing SMS
 
Hyperspectral Data Compression Using Spatial-Spectral Lossless Coding Technique
Hyperspectral Data Compression Using Spatial-Spectral Lossless Coding TechniqueHyperspectral Data Compression Using Spatial-Spectral Lossless Coding Technique
Hyperspectral Data Compression Using Spatial-Spectral Lossless Coding Technique
 
convergencia tecnologica
convergencia tecnologicaconvergencia tecnologica
convergencia tecnologica
 
Analysis of Handoff techniques used for hybrid networks: cellular/WLAN
Analysis of Handoff techniques used for hybrid networks: cellular/WLAN  Analysis of Handoff techniques used for hybrid networks: cellular/WLAN
Analysis of Handoff techniques used for hybrid networks: cellular/WLAN
 
Efficient Cluster Optimization Using A Hybrid Extended Compact Genetic Algori...
Efficient Cluster Optimization Using A Hybrid Extended Compact Genetic Algori...Efficient Cluster Optimization Using A Hybrid Extended Compact Genetic Algori...
Efficient Cluster Optimization Using A Hybrid Extended Compact Genetic Algori...
 
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
 
Hybrid networking and distribution
Hybrid networking and distribution Hybrid networking and distribution
Hybrid networking and distribution
 
Energy efficient communication techniques for wireless micro sensor networks
Energy efficient communication techniques for wireless micro sensor networksEnergy efficient communication techniques for wireless micro sensor networks
Energy efficient communication techniques for wireless micro sensor networks
 
Hetrogenous wireless sensor network
Hetrogenous wireless sensor networkHetrogenous wireless sensor network
Hetrogenous wireless sensor network
 
A new algorithm for data compression technique using vlsi
A new algorithm for data compression technique using vlsiA new algorithm for data compression technique using vlsi
A new algorithm for data compression technique using vlsi
 
Analysis and Compression of Reflectance Data Using An Evolved Spectral Correl...
Analysis and Compression of Reflectance Data Using An Evolved Spectral Correl...Analysis and Compression of Reflectance Data Using An Evolved Spectral Correl...
Analysis and Compression of Reflectance Data Using An Evolved Spectral Correl...
 
Topics
TopicsTopics
Topics
 
Compression techniques
Compression techniquesCompression techniques
Compression techniques
 
data compression technique
data compression techniquedata compression technique
data compression technique
 
Data compression
Data compression Data compression
Data compression
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor network
 
Data compression
Data compressionData compression
Data compression
 
Wsn ppt original
Wsn ppt originalWsn ppt original
Wsn ppt original
 
Performance analysis of Hybrid Transform, Hybrid Wavelet and Multi-Resolutio...
Performance analysis of Hybrid Transform, Hybrid Wavelet and  Multi-Resolutio...Performance analysis of Hybrid Transform, Hybrid Wavelet and  Multi-Resolutio...
Performance analysis of Hybrid Transform, Hybrid Wavelet and Multi-Resolutio...
 

Similaire à Progressive Routing Protocol using Hybrid Analysis for MANETs

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
 
A New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A ReviewA New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A ReviewBRNSSPublicationHubI
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...ijdpsjournal
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...ijdpsjournal
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSijcax
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSijcax
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSijcax
 
A New Theoretical Approach to Location Based Power Aware Routing
A New Theoretical Approach to Location Based Power Aware RoutingA New Theoretical Approach to Location Based Power Aware Routing
A New Theoretical Approach to Location Based Power Aware RoutingIOSR Journals
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...IRJET Journal
 
A Review of Ad hoc on demand distance vector routing and proposed AR-AODV
A Review of Ad hoc on demand distance vector routing and proposed AR-AODVA Review of Ad hoc on demand distance vector routing and proposed AR-AODV
A Review of Ad hoc on demand distance vector routing and proposed AR-AODVEditor IJMTER
 
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...IOSR Journals
 
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...ijasuc
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
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
 
Module 3: Routing Protocols and Transport Layer in Ad-hoc Networks
Module 3: Routing Protocols and Transport Layer in Ad-hoc Networks Module 3: Routing Protocols and Transport Layer in Ad-hoc Networks
Module 3: Routing Protocols and Transport Layer in Ad-hoc Networks Sitamarhi Institute of Technology
 
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
 
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...IOSR Journals
 
Study of Attacks and Routing Protocol in Wireless Network
Study of Attacks and Routing Protocol in Wireless NetworkStudy of Attacks and Routing Protocol in Wireless Network
Study of Attacks and Routing Protocol in Wireless Networkijsrd.com
 

Similaire à Progressive Routing Protocol using Hybrid Analysis for MANETs (20)

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
 
J0935461
J0935461J0935461
J0935461
 
A New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A ReviewA New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A Review
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
 
A New Theoretical Approach to Location Based Power Aware Routing
A New Theoretical Approach to Location Based Power Aware RoutingA New Theoretical Approach to Location Based Power Aware Routing
A New Theoretical Approach to Location Based Power Aware Routing
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
 
A Review of Ad hoc on demand distance vector routing and proposed AR-AODV
A Review of Ad hoc on demand distance vector routing and proposed AR-AODVA Review of Ad hoc on demand distance vector routing and proposed AR-AODV
A Review of Ad hoc on demand distance vector routing and proposed AR-AODV
 
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
Review paper on performance analysis of AODV, DSDV, OLSR on the basis of pack...
 
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
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
 
Module 3: Routing Protocols and Transport Layer in Ad-hoc Networks
Module 3: Routing Protocols and Transport Layer in Ad-hoc Networks Module 3: Routing Protocols and Transport Layer in Ad-hoc Networks
Module 3: Routing Protocols and Transport Layer in Ad-hoc Networks
 
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)
 
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
 
Study of Attacks and Routing Protocol in Wireless Network
Study of Attacks and Routing Protocol in Wireless NetworkStudy of Attacks and Routing Protocol in Wireless Network
Study of Attacks and Routing Protocol in Wireless Network
 

Plus de idescitation (20)

65 113-121
65 113-12165 113-121
65 113-121
 
69 122-128
69 122-12869 122-128
69 122-128
 
71 338-347
71 338-34771 338-347
71 338-347
 
72 129-135
72 129-13572 129-135
72 129-135
 
74 136-143
74 136-14374 136-143
74 136-143
 
80 152-157
80 152-15780 152-157
80 152-157
 
82 348-355
82 348-35582 348-355
82 348-355
 
84 11-21
84 11-2184 11-21
84 11-21
 
62 328-337
62 328-33762 328-337
62 328-337
 
46 102-112
46 102-11246 102-112
46 102-112
 
47 292-298
47 292-29847 292-298
47 292-298
 
49 299-305
49 299-30549 299-305
49 299-305
 
57 306-311
57 306-31157 306-311
57 306-311
 
60 312-318
60 312-31860 312-318
60 312-318
 
5 1-10
5 1-105 1-10
5 1-10
 
11 69-81
11 69-8111 69-81
11 69-81
 
14 284-291
14 284-29114 284-291
14 284-291
 
15 82-87
15 82-8715 82-87
15 82-87
 
29 88-96
29 88-9629 88-96
29 88-96
 
43 97-101
43 97-10143 97-101
43 97-101
 

Dernier

What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 

Dernier (20)

What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 

Progressive Routing Protocol using Hybrid Analysis for MANETs

  • 1. Int. J. on Recent Trends in Engineering and Technology, Vol. 10, No. 1, Jan 2014 Progressive Routing Protocol using Hybrid Analysis for MANETs Jay Kumar Jain1 and Sanjay Sharma2 1 Department of Computer Applications Maulana Azad National Institute of Technology, Bhopal, India 1 Email: jayjain.research@gmail.com, 2ssharma66@rediffmail.com 12 Abstract— In this paper, we proposed a replacement hybrid multipath routing protocol for MANET known as Hybrid Multipath Progressive Routing Protocol for MANET (HMPRP), during this work we improve the performance of accepted MANET routing protocols, namely, the Ad-hoc On-demand Distance Vector routing protocol and use of their most popular properties to formulate a replacement Hybrid routing protocol using the received signal strength. The proposed routing protocol optimizes the information measure usage of MANETs by reducing the routing overload and overhead. This proposed routing protocol additionally extends the battery lifetime of the mobile devices by reducing the specified variety of operations for (i) Route determination (ii) for packet forwarding. Simulation results are used to draw conclusions regarding the proposed routing algorithm and compared it with the AODV, OLSR, and ZRP protocol. Experiments carried out based on this proposed algorithm, shows that better performance are achieved with regard to AODV, OLSR, and ZRP routing algorithm in terms of packet delivery ratio, throughput, energy consumed and end-to-end packet delay. Index Terms— MANETs, HMPRP, CSMA/CA, RSS, EXATA CYBER 1.1 I. INTRODUCTION MANET has emerged jointly of the foremost centered analysis areas within the field of wireless networks and mobile computing [1]. Mobile ad hoc network (MANET) is an autonomous system of mobile nodes that can be built without any backbone or infrastructure; it can be deployed anytime when needed. MANETs provide communication between the nodes in the network without the presence of a centralized authority which is normally found in the cellular and other fixed networks. Nodes that are involved in MANETs organize themselves arbitrarily, store and forward packets for other nodes. The wireless network topology is henceforth created "on the fly" and may change rapidly and, especially, unpredictably. In addition, nodes that participate in a MANET may be highly mobile and therefore the network topology is very much dynamic. Therefore MANET nodes themselves have to act as routers for other nodes by using the CSMA/CA they forward packets for other nodes. In mobile ad hoc network, routes are basically multi hop because of this limited radio propagation range, topology changes frequently and unpredictably since each network host moves randomly. Because of unpredictable topology, in this power consumption provoke by RTS/CTS mechanism to detect hidden node for every node to have a better knowledge of the topology of the network and preserving its energy consumption [3] [4]. Therefore, routing is an integral part of ad hoc communications. The routing protocols for MANET are broadly classified into three categories such as: Proactive, Reactive and Hybrid [5, 6]. Proactive routing protocols attempt to maintain consistent, up-to-date routing information DOI: 01.IJRTET.10.1.1389 © Association of Computer Electronics and Electrical Engineers, 2014
  • 2. from each node to every other node in the network. The OLSR protocol is belongs to proactive category. Reactive routing protocol [5] creates routes only when desired by the source node. Once a route has been established, it is maintained by a route maintenance procedure until either the destination becomes inaccessible along every path from the source or until the route is no longer desired. The Ad hoc On-demand Distance Vector (AODV) and Dynamic Source Routing (DSR) [7] protocols belong to the category of reactive routing protocol. And Hybrid routing protocol commonly referred to as balanced-hybrid routing, is a combination of the advantages of both distance vector and link state protocols and merges them into a new protocol. Normally, hybrid protocols are based on a distance vector protocol but contain many of the features and advantages of link state protocols. The ZRP protocol belongs to the category of hybrid routing protocol. That has received the most attention; however, they do not utilize multiple paths. This paper proposes a hybrid node disjoint multipath routing protocol which is based on the on-demand distance vector routing [1]. In this research paper we have proposed an approach for mobile ad-hoc networks routing called Hybrid Multipath Progressive Routing Protocol which performed significant improvement based on Received Signal Strength [8]. II. BACKGROUND AND RELATED W ORK MANET Routing Protocols: The Routing in networking can be defined as the process of moving packet of information from a source to a destination. In this mechanism, a packet may travel through a number of network points with routers before arriving at its destination. Researchers in the field of MANET have investigated many routing protocols including various aspects of the MANETs and their properties. There are some protocols for proactive, reactive and hybrid routing in MANET. Ad-hoc On-demand Distance Vector (AODV) [6], Dynamic Source Routing (DSR), Zone Routing Protocol (ZRP) and the Optimized Link State Routing (OLSR) are some name out of them. Reactive routing is also known as on-demand routing protocol is a popular routing protocols for wireless ad hoc routing because they do not maintain routing information or routing process at the network nodes if there is no communication. If a node wants to send a packet to another node then this protocol searches for the route in an on-demand scheme and establishes the connection in order to transmit and receive the packet. The route discovery occurs by broadcasting the route request packets throughout the network [2]. In proactive routing protocols, each node maintains a table with the routing information, and perform periodic updates and/or if the network topology changes to keep it consistent. Hybrid routing protocols are a new advanced protocol, which are having both feature proactive and reactive in nature. The motive to design these protocols is to increase scalability and reliability. A. The Ad-hoc On-demand Distance Vector (AODV) The Ad hoc On-demand Distance Vector (AODV) [6], [14] protocol is one in each of them on-demand routing algorithms that has received the most attention, however, it does not utilize multiple routes. It basically joins the mechanisms of DSDV and DSR algorithm. In AODV the periodic beacons, hop-by-hop routing and the sequence numbers of DSDV and pure on-demand mechanism of Route Discovery and also the Route Maintenance of DSR are combined [9]. In AODV protocol at each instance, route discovery is done for fresh communication which consumes more bandwidth and generates more routing over-head. The source creates RREQ packet which is broadcast to it's neighbor nodes. When destination receives the RREQ packet, it sends RREP packet on received path. This RREP packet is unicast to the next node on RREP path. The intermediate node on receiving the RREP packet creates reversal of path set by the RREQ packet along with RREP packet is received by the source, it starts send data transmission on the forward path set by RREP packet. While data transmission is continue and path break occurs due to mobility of node or out of coverage area of nodes on the active path, data packets will be lost due to this reason multi route is better then unipath [10] [11]. B. Optimized Link State Routing (OLSR) It belongs to proactive routing protocol category where the routes are always ready when required. OLSR is an optimized mechanism of a pure link state protocol. The key concept used in the protocol is that of multipoint relays (MPRs). MPRs are selected nodes which forward broadcast messages during the flooding process. To reduce the possible overhead in the network protocol multipoint relays (MPR) are used. To reducing the time interval for the control messages transmission brings more reactivity to the topological changes [12]. 146
  • 3. OLSR uses two types of the control messages first hello and second topology control. Hello messages are used for searching the information about the link status and the host’s neighbours whereas topology control messages are used for broadcasting information about its own advertised neighbours, which includes at least the one MPR selector list [22]. C. Zone Routing Protocol (ZRP) Zone routing protocol is belongs to the hybrid routing protocol category which basically combines the best features of proactive and reactive routing protocol [13]. The key concept is to use a proactive routing scheme within a limited zone in the r-hop neighbourhood of every node, and use reactive routing scheme for nodes beyond this zone. An Intra-zone routing protocol (IARP) is used in the zone where particular node employs proactive routing whereas inter-zone routing protocol (IERP) is used outside the zone. The routing zone of a given nodes is a subset of the network, within all nodes are reachable which are less than or equal to the zone radius hops. The IERP is responsible for finding paths to the nodes which are not within the routing zone. When a node A wants to send data to node B, it checks that node B is within its zone. If exist packet is delivered directly using IARP. If not exist then it broadcasts (uses unicast to deliver the packet directly to border nodes) the RREQ packet to its peripherals nodes. If any peripheral nodes find B in its zone, it sends RREP packet; otherwise the node re- broadcasts the RREQ packet to the peripherals nodes. This procedure is repeated until node B is located [21]. III. DESCRIPTION OF PROPOSED PROTOCOL In this research paper, we have use AODV protocol as the base routing protocol therefore, the basic functionality of the proposed protocol, Hybrid Multipath Progressive Routing Protocol (HMPRP) with nodedisjoint is similar to AODV protocol. We have modified AODV protocol on the basis of Received Signal Strength. In this protocol at the time of route creation we compared RSS of every routing packet with threshold value at every neighbouring node. We apply node disjoint, multipath and load balancing technique using hybrid approach [15]. Our goal is to propose an algorithm that has a high Packet delivery ratio and throughput with low end-to-end delay and energy consumed. IV. PERFORMANCE PARAMETER & METRICS a. b. c. d. Packet delivery Ratio: It shows the ratio of total packets received at destination nodes, to total packets which are sent by source nodes. Figure 2 shows Packet Delivery Ratio [19]. Energy Consumption: Energy consumption is defined as the amount of energy consumed by nodes in the networks through radio communication and processing during transmission and receiving. Figure 3 shows Energy Consumptions. Throughput: Throughput is the average rate of successful data packets received at destination. It is usually measured in bits per second (bit/s or bps), and sometimes in data packets per second and rarely in packets per second or packets per time slot. Figure 4 shows the average rate of successful message delivery over a communication channel [19]. Average end to end delay of data packets: Delay or latency could be defined as the time taken by the packets to reach from source to destination. This includes all possible delays from the moment the packet is generated to the moment it is received by the destination node [19]. Here we have calculated end to end delay. Figure 5 shows End-to-end delay. V. SIMULATION ENVIRONMENT Using the Exata Cyber simulation tool, we run several simulations with these routing schemes examining the influence of the traffic load on the routing performances. The following parameters are shown in table 1 used in our simulations. Simulator EXata Cyber 1.1 is used to create a simulation environment to develop and analyze the newly developed HMPRP protocol and compare its performance with the already existing ad hoc routing protocol AODV, ZRP and OLSR figure 1 show the simulation of 200 nodes with 5 source nodes. The random waypoint model is used to model mobility of nodes. This model was first used by Johnson and Maltz in the evaluation of DSR, and was later refined by the same research group. 147
  • 4. TABLE: I SIMULATION SETTINGS Parameter Simulator Studied Protocol Area No. of nodes No. of Applications Type of sources MAC protocol Packet size Traffic Rate Mobility model Simulation time Channel type Antenna model Energy model Access Model Value EXata CYBER 1.1 Emulator AODV 1500m x 1500m 50,100,150,200,250 nodes 5 CBR 802.11 512 bytes 1 packet per second Random waypoint 100 seconds Wireless Channel Omni Directional MicaZ DCF (Distributed Coordinated Function) with CSMA/CA VI. RESULTS AND D ISCUSSIONS The EXata CYBER 1.1 Emulator has been used to analyze the parametric performance of Hybrid Multipath Progressive Routing Protocol (HMPRP), Ad-hoc On-demand Distance Vector Routing Protocol (AODV), OLSR and Zone Routing Protocol (ZRP). The metric based analysis is shown in figure 2 to figure 5. We have done simulation on 50, 100, 150, 200 and 250 nodes using 5 CBR (source nodes) applications. A. Packet Delivery Ratio HMPRP shows high increase in its delivery ratio with increasing load as shown in the figure and it is also performing better than AODV, OLSR and ZRP. For highly active networks AODV, OLSR and ZRP have variable PDR but HMPRP maintain consistency with increase network size [18]. There is a good improvement in PDR for HMPRP due to hybrid nature. It can be seen in the figure 2 that packet delivery ratio for HMPRP has much better performance than of OLSR and ZRP with the increase in the number of nodes. When the number of nodes increases, OLSR and ZRP drop a larger ratio of the packets than HMPRP, AODV. The performance of HMPRP protocol is better than other protocols. B. Energy Consumed We can understand from figure 3 that HMPRP consume less energy than AODV, OLSR and ZRP. The Energy Consumptions of the four protocols is shown in figure 3. The Figure depicts the variation of energy consumption as a function of the number of nodes. HMPRP although uses multi routing [17]. It is observed that HMPRP has much lower energy consumption than AODV, OLSR and ZRP in all possible numbers of nodes. C. Throughput The throughput is analyzed with varying CBR data traffic. According to our simulation results better performance is shown by HMPRP and it is performing uniformly in the all case. Throughput of ZRP is decreasing as the network size is increasing but HMPRP performs well in large sized networks. It is evident from the figure 4 that while comparing throughput of HMPRP, AODV, OLSR, and ZRP with 50, 100, 150, 200 and 250 nodes with 5 numbers of connections it is not much reduced for all protocols. For ZRP it is highest drop. It is better going up in case of HMPRP than OLSR and AODV when no. of nodes varied 50250 nodes. D. End-to-End Delay In figure 5 we see that the average packet delay increases with number of nodes while routing protocols try to find valid route to the destination. Besides the actual delivery of data packets, the delay time is also affected by route discovery, which is the first step to begin a communication session .In this analysis it is observed as expected the delays are more for ZRP in comparison to HMPRP and AODV. Delays are incurred by ZRP’S IARP and IERP methods. The end-to-end delay of HMPRP is also less than to AODV and OLSR because it 148
  • 5. has reduced routing overhead and queuing delay whereas OLSR are proactive protocol it has already routing table. Figure 1: Simulation of 200 nodes 1) Packet Delivery Ratio Figure 2: Packet Delivery Ratio Vs No. of Nodes 2) Energy Consumptions Figure 3: Energy Consumed in transmission and receiving Vs No. of Nodes 149
  • 6. 3) Throughput Figure 4: Throughput Vs No. of Nodes 4) Avg. End-to-end Delay Figure 5: Avg. End-to-End Delay Vs No. of Nodes VII. HOW EXATA IS DIFFERENT FROM OTHER SIMULATOR ? HPMRP has been implemented using Exata Cyber 1.1 Emulator. The choice of the simulator which is most appropriate to our work based on compare some of the popular simulators, (GlomoSim, Exata Cyber , QualNet and NS-2++). Exata Cyber 1.1 Emulator [16] is a commercial version of GloMoSim [20] but it dramatically expands its capabilities, in terms of contributed models and protocols coding, graphical tools for experiment planning, analysis and visualization, as well as in terms of available documentation, demo and technical support. Exata supports also some from of network emulation and allows designing realistic 3D environment. While it compiles using a standard C/C++ compiler, support is directly provided by the manufacturer. Exata Cyber 1.1 Emulator appears as the best compromise, in terms of number of pre-built components, modularity and scalability. In this sense, we see Exata as an effective simulation framework, on which we can build the complete Hybrid Progressive Multipath Routing Protocol for mobile ad hoc networks. The advanced capabilities of Exata, among network simulators, are the powerful Graphical User Interface (GUI) for custom code development and reporting options, the instant playback of simulation results to minimize unnecessary model executions, the fast simulation results for thorough exploration of model 150
  • 7. parameters and the scalable up to tens of thousands of nodes the real time simulation and multi platform support. Exata’s analysis capabilities allow the modeler to analyze the quantitative performance of protocols that can be measured, in terms of packet delivery ratio, average end-to-end delay time and throughput. It can also provide statistical data on protocol performance when subject to increasing node density, network load, number of sources and increasing mobility. VIII. CONCLUSIONS In this work we have select two well known MANET routing protocols (AODV and OLSR) and has considered their most popular properties in routing messages towards their destinations and have combined these most popular properties to formulate a Hybrid MANET routing protocol through simulation and analysis Packet delivery ratio, throughput, energy consumed and average end to end delay. We have designed, implemented and have run simulation based studies to measure the performance merits of this proposed HMPRP routing protocol. The performance evaluation of new proposed hybrid routing protocol with proactive (OLSR), reactive (AODV) and hybrid (ZRP) routing protocols for stationary and mobile nodes are studied by varying the node density ( 50, 100, 150, 200 and 250) using Exata Cyber 1.1 simulator. From the results it can be observed that the proposed protocol outperforms the other three protocols in the considered performance metrics, this proposed protocol achieves this performance increase by the elimination unwanted message exchanges and route requests and route replies. Our future work includes testing this protocol under various testing scenarios in order to optimize the performance of it. We are also planning to implement it in one of the MANET network testbeds and to validate the performance excellence of this protocol. REFERENCES [1] P.M. Jawandhiya, R.S. Mangrulkar, Mohammad Atique and M. S. Ali, “ A Novel Hybrid Routing Protocol for Mobile Adhoc Network”, International Journal of Advancements in Technology http://ijict.org/ , Vol 1, No 2 (October 2010), pp 185-196. [2] Thabotharan Kathiravelu and Sivamayam Sivasuthan, “A Hybrid Reactive Routing Protocol for Mobile Ad-hoc Networks”, 6th International Conference on Industrial and Information Systems, ICIIS 2011, (Aug. 16-19, 2011), Sri Lanka, pp 1-6. [3] http://wifi.cs.standrews.ac.uk/wifistandard.html [4] Mostefa Fatima zohra, Mekkakia Maaza zoulikha and Khelifa Said “ Techniques Of Detection Of The Hidden Node In Wireless Ad Hoc Network”, Proceedings of the World Congress on Engineering 2011 Vol II WCE 2011, (July 6 8, 2011), London, U.K. [5] Vahdad and D. Becker, “Epidemic routing for partially connected ad hoc networks,” Duke University, Tech. Rep., (April 2000). [6] C. E. Perkins and E. Royer, Ad-hoc on-demand distance vector routing, in Proceedings of the 2nd IEEE Workshop on Mobile Computing Systems and Applications (WMCSA), (1999), pp 90–100. [7] Y. Zhang V. Kawadia and B. Gupta, “System Services for Implementing Ad hoc Routing: Architecture, Implementation & Experiments,” Proceeding of First International Conference on Mobile System, Application and Services (Mobisys), San Francisco, CA. (June 2003), pp 99-114. [8] Ruay-Shiung Chang and Shing-Jiuan Leu, “Long-lived Path Routing With Received SignalStrength for Ad Hoc Networks”, IEEE (2006). [9] Mehran Abolhasan, Tadeusz Wysocki and Eryk Dutkiewicz, “A review of routing protocols for mobile ad hoc networks”,www.ElsevierComputerScience.com, Ad Hoc Networks 2 (2004), pp 1–22. [10] Li Yuanzhou and Hu Weihua, “Optimization Strategy for Mobile Ad Hoc Network Based on AODV Routing Protocol”, IEEE (23-25 Sept. 2010), pp 1-4. [11] http://en.wikipedia.org/wiki/Ad_hoc_OnDemand_Distance_Vector_Routing#Advantages_and_disadvantages. [12] Philippe Jaquet, Paul Muhlethaler and Amir Qayyum, 2001. “Optimized Link State Routing Protocol”, IETF Draft, http://www.ietf.org/internet-drafts/draft-ietf-manetolsr- 06.txt. [13] E. Topalis S. Giannoulis, C. Antonopoulos and S. Koubias. ZRP Versus DSR and TORA: A Compressive Survey on ZRP Performance. 10th IEEE Conference ,ETFA 2005, 1(ISBN:0-7803-9401-1), Sept 2005. [14] Rendong Bai and M. Singhal. DOA: DSR over AODV protocol for mobile ad hoc network. IEEE Transaction on Mobile Computing, 5:1403-1416, Oct 2006. [15] Mahesh K. Marina and Samir R. Das, “Ad hoc on-demand multipath distance vector routing”, WIRELESS COMMUNICATIONS AND MOBILE COMPUTING. (2006), pp 969–988. [16] EXata/Cyber 1.1 User’s Guide, “Scalable Network Technologies”, Inc., http://www.scalable-networks.com 151
  • 8. [17] Sanjay Sharma and Pushpinder Singh Patheja, “Improving AODV Routing Protocol with Priority and Power Efficiency in Mobile Ad hoc WiMAX Heterogeneous and Ad hoc Homogeneous Networks” Journal of Modeling and Simulation in Design and Manufacturing, Vol. 2 No. 2 (December 2011), pp 129-136. [18] R. K. Kapoor, M.A. Rizvi, Sanjay Sharma and M. M. Malik, “A Node Disjoint Multipath Routing Protocol in Mobile Adhoc Network” IJMIE, Vol. 1. Issue 7, (Dec.2011), pp 269-285. [19] Vikram Mehta and Dr. Neena Gupta, “Performance Analysis of QoS Parameters for Wimax Networks”, International Journal of Engineering and Innovative Technology (IJEIT) Volume 1, Issue 5, (May 2012), pp 105110. [20] GloMoSim Scalable Mobile Network Simulator, Software Package. http://pcl.cs.ucla.edu/projects/glomosim/ [21] Jogendra Kumar “Comparative Performance Analysis Of AODV, DSR,DYMO,OLSR And ZRP Routing Protocols In MANET Using Varying Pause Time” International Journal of Computer Communications and Networks (IJCCN),2(3), pp 43–51 ,2012. [22] Makarand R. Shahade and D. N. Choudhari “Simulation Result of Hybrid Routing Protocol for Mobile Ad hoc Network” International Journal of Computer Science and Information Technologies, Vol. 3 (1) , 2012, pp 2969 – 2974. 152