SlideShare a Scribd company logo
1 of 5
Download to read offline
Jour of Adv Research in Dynamical & Control Systems, 12-Special Issue, August 2017
Dynamic Search Technique for Optimizing
MANET Routing in LPNS: An Approach of
Cuckoo Search Algorithm
S. Chandia, Research Scholar, Department of Computer Science, Government Arts College, Coimbatore, India.
E-mail:chandiacit@gmail.com
Dr.M. Devapriya, Assistant Professor, Department of Computer Science, Government Arts College, Coimbatore, India.
E-mail:devapriya_gac@rediffmail.com
Abstract--- In MANETs, the network topology changes are caused mainly due to the sudden demise of the nodes
without prior notice to the neighbour nodes. Performance degradation caused due to these topology changes are
tackled by developing Loyalty Pair Neighbors selection based Adaptive Re-transmission Reduction Routing in
MANET (LPNS) protocol which enhances the loyal neighbour node selection for constructing the stable paths and
minimizing retransmissions. In this work, a Meta heuristic optimization technique Cuckoo Search (CS) is considered
for the optimization of manet routing. In the proposed ELPNS_Cuckoo protocol, the neighbour selection in Loyalty
Pair Neighbors selection (LPNS) is enhanced using the Cuckoo Search optimization algorithm. It achieves improved
performance in terms of packet delivery ratio, throughput and delay.
Keywords--- MANET, Routing Protocol, LPNS, Cuckoo Search.
I. Introduction
A mobile ad hoc network (MANET) is a collection of wireless nodes that is self-configured to form a network
without the aid of any established infrastructure. The nodes are mobile and their movement is random. Each host in
this network must have the ability to work as a router. The host mobility changes the quality of wireless link signals
because of the changes in the propagation path loss, shadowing effect, multipath fading, and interference [1]. This
leads to the link failure and breaks all the routes that use this link. MANET needs an efficient adaptive routing
protocol because of its highly dynamic topology [2]. Ad hoc networks have to face several challenges, such as
dynamic topology, real-time communication, resource constraint, bandwidth management and packet broadcast
overhead. These issues complicate the network to design the routing protocols [3]. There have been many routing
protocols developed for MANET over the past few years. The primary routing protocols for MANET consume
considerable amount of battery power present in the nodes. Thus, routing in MANET is very much energy-
constrained [4].
In our previous work, the LPNS based Adaptive Re-transmission Reduction Routing has been developed for
tackling the effects of the network topology changes and reducing the control overhead, delay and energy
consumption. Network path delay and path retransmission information are considered in that approach. In this
proposed paper, the LPNS is enhanced withCS(ELPNS_Cuckoo) which leads to achieve efficient routing with
better topology control. The remainder of this article is organized as follows: Section 2 describes the related research
works briefly. Section 3 explains the proposed methodology while section 4 provides the evaluation results of the
proposed methodology. Section 5 makes a conclusion about this research work.
II. Related Works
The broadcasting in MANET causes large routing overhead which leads to redundant retransmissions. Thus to
improve the routing performance, broadcasting should be optimized in route discovery phase.
Minimizing the Maximum used Power Routing (MMPR) [5] takes into account the power consumption and
remaining power. MMPR selects the path that consumes minimum power for data transmission. In addition, MMPR
also considers the remaining power under the selection of the desired path to prolong the network lifetime. However,
MMPR does not consider the transmission amount of the selected path, so that the path may break during the data
transmission. Energy-aware routing schemes have been employed to prolong the lifetime of energy constrained
mobile nodes in ad-hoc networks. The routes have been mainly identified by considering the energy spent to
transmit packets from source nodes to destination nodes, or the RE of nodes.
ISSN 1943-023X 554
Jour of Adv Research in Dynamical & Control Systems, 12-Special Issue, August 2017
In [6], a method is proposed that has been advocated to improve routing efficiency to select the most stable path
so as to reduce the latency and the overhead. Clearly, the probabilities of path duration and path availability strongly
depend on the mobility pattern of the nodes which in turn depends on the movement of a node with respect to others
in the network. The work presented in [7] analyzes synchronous as well as asynchronous heuristics for discovering
nodes with prolonged topological stability. These nodes appear more appropriate to be elected as cluster heads, since
the frequency of cluster head re-election and re-clustering can be decreased. The heuristics described rely on 2-hop
topological information and avoid any use of geographical data. The node location information has recently found
use in solving many existing problems in MANETs. The directly communicable nodes of any node (i.e., the
neighbors) and, ideally, the location of the other nodes should be available in advance to the node. The beacon-less
routing protocol (BLR) [8] is a position based routing protocol which uses the geographical location information to
minimize routing overhead. BLR does not require nodes to periodically exchange beacon packets which minimizes
the usage of battery power and interferences for the regular data transmission.
In, the implementation of protocol HMQ Ant (Hybrid Multipath QOS Ant) is done with ACO (Ant Colony
Optimization) based hybrid ad hoc routing strategy for a hierarchical MANET architecture. The designed protocol
gives optimum solution for adaptive and dynamically changing networks. Though the literature has many research
works, most of them do not consider the QOS metrics while some suffers from high energy consumption. Hence this
motivates the proposed research concept.
III. Proposed Methodology
In the proposed approach, the LPNS protocol is employed along with Cuckoo Search algorithm.
3.1 Loyalty Pair Neighbors Selection
As described in our previous work, the LPNS scheme which includes the Adaptive re-transmission reduction
routing provides minimized end-to-end delay and increased packet delivery ratio. In this approach, the inmate loyal
neighbor list is generated and the current queue size and remaining battery power are shared between the neighbor
nodes. The power values are computed to obtain the remaining power of each node based on which the nodes are
categorized into high and low power nodes. Among these categorized nodes, the high power nodes with large queue
size are selected as the loyalty pair to form the neighbor set. Then the node mobility, direction and angle to revise
loyalty pair nodes are computed while the retransmission delay is also calculated for sorting the transmission node
set. Additionally the re-transmission feasibility is estimated using edge facet and transmission-edging ratio. Finally
based on the computed values, the loyalty pair set is updated within the sorted routing table. Finally data packets are
transmitted using the route discovered through the loyalty pair nodes.
3.2 Loyal Pair Nieghbor Selection with Enhanced Cuckoo Search Algorithm(ELPNS_Cuckoo)
First, the CS algorithm is described briefly. The CS algorithm is a population based stochastic global search
algorithm inspired by the obligate brood parasitism of some cuckoo species by laying their eggs in the nests of host
bird. Yang & Deb [9] combined the cuckoo breeding behavior [10] with the Levy flights [11] and proposed cuckoo
search algorithm. In the algorithm, each egg in a nest represents a solution (loyalty pair neighbors), and a cuckoo
egg represents a new solution, the aim is to employ the new and potentially better solutions to replace not-so-good
solutions in the nests until the optimal solution is found. During the search process, there are three idealized rules
that should be emphasized: (1) each cuckoo lays one egg at a time, and dumps it in a randomly chosen set; (2) the
best nests which has high quality of eggs will carry over to the next generations; (3) the number of available host
nests is fixed, and the egg laid by a cuckoo is discovered by the host bird with a probability π‘π‘π‘Žπ‘Ž ∈ [0,1], in this case,
the host bird can either throw the egg away or abandon the nest to build a new nest (new solution) in a new location.
Based on the above-mentioned three rules, the CS can be implemented simply as follows:
Begin
Objective Function :f(x),x=(x1, x2,...xd);
Generate initial population of n host nests;
While (t<MaxGeneration) or (Stop Criterion)
Get a cuckoo(i) and replace its solution by Levy Flights
Evaluate its fitness Fi
Choose a nest j among n randomly
If (Fi>Fj) Replace j by new solution;
End if
Keep the best solution;
ISSN 1943-023X 555
Jour of Adv Research in Dynamical & Control Systems, 12-Special Issue, August 2017
Rank the solution and find the current best;
Pass the current best solution to next generation
End while
Loyalty Pair Neighbors are selected based on the node mobility, direction and angle and power consumption. For
the optimal selection of loyalty pair neighbours, the ELPNS_Cuckoo is employed. Here the fitness function Fi is
calculated based on hop count, queue length and the energy level. The node with less hopcount, high energy and
more queue length is considered as the best node.
IV. Simulation Analysis
In this section, the performance of the proposed ELPNS_Cuckoo protocol is evaluated and compared with the
LPNS protocol. The evaluations are made using NS-2 simulator. The performance comparisons are made in terms of
delay, residual energy, jitter, dropping ratio and throughput. The simulation settings are shown in Table 1.
Table 1: Simulation Environment
Simulation Parameter Value
Simulator NS-2 34
Topology size 500 m X 500 m
Number of Nodes 50,60,70,80,90,100
Mobility Random way point
Transmission range 250 m
Bandwidth 2 Mbps
Interface queue length 50
Traffic type CBR
Number of CBR Traffic 2,4,6,8,10
Packet Size 512 bytes
Node speed 1,2,3,4,5
Fig. 1: Number of Nodes Vs Throughput
Throughput represents the total number of messages delivered successfully per unit time. From the Fig(1), we
can clearly conclude that as the node increases,the throughput of ELPNS_Cuckoo is more than the LPNS.
Fig. 2: Number of Nodes Vs Jitter
25000
30000
35000
40000
45000
50000
55000
50 60 70 80 90
Throughput
Nodes
Throughput_LPNS
Throughput_ELPNS_cuckoo
0.07
0.09
0.11
0.13
0.15
0.17
0.19
50 60 70 80 90
Jitter
Nodes
Jitter_ELPNS_cuckoo Jitter_LPNS
ISSN 1943-023X 556
Jour of Adv Research in Dynamical & Control Systems, 12-Special Issue, August 2017
Jitter is nothing but the variation in latency of the packets flow between two ends. The simulation result in Fig(2)
clearly shows that the jitter value of ELPNS_Cuckoo is low when compared to LPNS.
Fig. 3: Number of Nodes Vs Residual_Energy
From the above simulation result we can clearly conclude that the residual energy of ELPNS_Cuckoo is high
when compared to LPNS.
Fig. 4: Number of Nodes Vs Dropping Ratio
From the Fig(4), we can observe that the dropping ratio is much reduced in proposed ELPNS_Cuckoo than
LPNS.
Fig. 5: Number of Nodes Vs Delay
The graph in the fig(5) shows the variation in delay. LPNS consistently shows highest delay than
ELPNS_Cuckoo.
99.4
99.5
99.6
99.7
99.8
99.9
100
50 60 70 80 90
Average_Residual_Energy
Nodes
Res_Energy_ELPNS_cuckoo
Res_Energy_LPNS
0
5
10
15
20
25
50 60 70 80 90 100
Dropping_Ratio
Nodes
Dropping_Ratio_ELPNS_Cuckoo
Dropping_Ratio_LPNS
0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
1
60 70 80 90 100
Delay(s)
Nodes
Delay_ELPNS_Cuckoo
Delay_LPNS
ISSN 1943-023X 557
Jour of Adv Research in Dynamical & Control Systems, 12-Special Issue, August 2017
V. Conclusion and Future Work
In proposed ELPNS_Cuckoo, LPNS based Adaptive Re-transmission Reduction Routing is enhanced by
optimizing the neighbor node selection using cuckoo search. Here, the network path delay and path retransmission
information are only considered and the energy minimization or power enhancement strategies are not considered.
Though efficient performance has been achieved, it can be further improved by moving the unused nodes to sleep
mode for achieving routing with minimum power consumption and better topology control.
References
[1] Zuniga, M. and Krishnamachari, B. Analyzing the transitional region in low power wireless links. First
Annual IEEE Communications Society Conference on Sensor and Ad Hoc Communications and Networks.
SECON, 2004, 517-526.
[2] Tran, D.A. and Raghavendra, H. Congestion adaptive routing in mobile ad hoc networks. IEEE
transactions on parallel and distributed systems 17 (11) (2016) 1294-1305.
[3] Chun, Y., Qin, L., Yong, L. and MeiLin, S. Routing protocols overview and design issues for self-
organized network. International Conference on Communication Technology Proceedings, 2000, 1298-
1303.
[4] Xu, Y., Heidemann, J. and Estrin, D. Geography-informed energy conservation for ad hoc routing.
Proceedings of the 7th annual international conference on Mobile computing and networking, 2001, 70-84.
[5] Wattenhofer, R., Li, L., Bahl, P. and Wang, Y.M. Distributed topology control for power efficient
operation in multihop wireless ad hoc networks. Twentieth annual joint conference of the IEEE computer
and communications societies INFOCOM, 2001, 1388-1397.
[6] Biradar, R.C., Manvi, S.S. and Reddy, M. Link stability based multicast routing in MANET. Elsevier
International Journal on Computer Networks 54 (7) (2010) 1183–1196.
[7] Chauhan, G. and Nandi, S. QoS aware stable path routing (QASR) protocol. Proceedings of First
International Conference on Emerging Trends in Engineering and Technology, 2008, 202–207.
[8] Carofiglio, G., Chiasserini, C.F., Garettoy, M. and Leonardi, E. Route stability in MANETs under the
random direction mobility model. IEEE Transaction Mobile Computing 8 (9) (2009) 1167–1179.
[9] Kunz, T. and Alhalimi, R. Energy-efficient proactive routing in MANET: Energy metrics accuracy.
Elsevier Ad Hoc Networks 8 (7) (2010), 755–766.
[10] Sharma, P., Karkhanawala, Y. and Kotecha, K. Bandwidth constrained routing of multimedia traffic over
hybrid MANETs using ant colony optimization. International Journal of Machine Learning and
Computing 1 (3) (2011) 242–246.
[11] Sargolzaey, H., Ali, B.M. and Khatun, S. A cross layer metric for discovering reliable routes in mobile ad
hoc networks. Wireless Personal Communications (2012) 1-10.
[12] Goldsmith, A.J. and Wicker, S.B. Design challenges for energy-constrained ad hoc wireless
networks. IEEE wireless communications 9 (4) (2002) 8-27.
[13] Yang, P. and Huang, B. QoS routing protocol based on link stability with dynamic delay prediction in
MANET. IEEE Pacific-Asia Workshop on Computational Intelligence and Industrial Application, 2008.
[14] Yang, X.S. and Deb, S. Cuckoo search via L_evy flights. Proceedings of World Congress on Nature &
Biologically Inspired Computing, 2009, 210–214.
[15] Payne, R.B., Sorenson, M.D. and Klitz, K. The Cuckoos. Oxford University Press, 2005.
[16] Barthelemy, P., Bertolotti, J. and Wiersma, D.S. A L_evy flight for flight. Nature 453 (2008) 495–498.
[17] Bezdek, J.C. and Hathaway, R.J. VAT: A tool for visual assement of (cluster) tendency. International Joint
Conference on Neural Networks, 2002.
[18] Fischer, B., ZΓΆller, T. and Buhmann, J. Path based pairwise data clustering with application to texture
segmentation. Energy minimization methods in computer vision and pattern recognition, 2001, 235-250.
ISSN 1943-023X 558

More Related Content

What's hot

Enforcing end to-end proportional fairness with bounded buffer overflow proba...
Enforcing end to-end proportional fairness with bounded buffer overflow proba...Enforcing end to-end proportional fairness with bounded buffer overflow proba...
Enforcing end to-end proportional fairness with bounded buffer overflow proba...ijwmn
Β 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.comIJERD Editor
Β 
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc NetworksMPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networksijsrd.com
Β 
Joint Cooperative Spectrum Sensing and MAC Protocol Design for Multi-channel ...
Joint Cooperative Spectrum Sensing and MAC Protocol Design for Multi-channel ...Joint Cooperative Spectrum Sensing and MAC Protocol Design for Multi-channel ...
Joint Cooperative Spectrum Sensing and MAC Protocol Design for Multi-channel ...Polytechnique Montreal
Β 
Buffer aided relay selection with reduced packet delay in cooprative network
Buffer aided relay selection with reduced packet delay in cooprative networkBuffer aided relay selection with reduced packet delay in cooprative network
Buffer aided relay selection with reduced packet delay in cooprative networkredpel dot com
Β 
A new clustering technique based on replication for MANET routing protocols
A new clustering technique based on replication for MANET routing protocolsA new clustering technique based on replication for MANET routing protocols
A new clustering technique based on replication for MANET routing protocolsTELKOMNIKA JOURNAL
Β 
Flexible channel allocation using best Secondary user detection algorithm
Flexible channel allocation using best Secondary user detection algorithmFlexible channel allocation using best Secondary user detection algorithm
Flexible channel allocation using best Secondary user detection algorithmijsrd.com
Β 
Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...
Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...
Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...IJCSEA Journal
Β 
7. 7775 8118-1-pb
7. 7775 8118-1-pb7. 7775 8118-1-pb
7. 7775 8118-1-pbIAESIJEECS
Β 
M.E Computer Science Mobile Computing Projects
M.E Computer Science Mobile Computing ProjectsM.E Computer Science Mobile Computing Projects
M.E Computer Science Mobile Computing ProjectsVijay Karan
Β 
C04501027035
C04501027035C04501027035
C04501027035ijceronline
Β 
Performance Analysis for Parallel MRA in Heterogeneous Wireless Networks
Performance Analysis for Parallel MRA in Heterogeneous Wireless NetworksPerformance Analysis for Parallel MRA in Heterogeneous Wireless Networks
Performance Analysis for Parallel MRA in Heterogeneous Wireless NetworksEditor IJCATR
Β 
M phil-computer-science-mobile-computing-projects
M phil-computer-science-mobile-computing-projectsM phil-computer-science-mobile-computing-projects
M phil-computer-science-mobile-computing-projectsVijay Karan
Β 
A comparative analysis on qos multicast routing protocols in MANETs
A comparative analysis on qos multicast routing protocols in MANETsA comparative analysis on qos multicast routing protocols in MANETs
A comparative analysis on qos multicast routing protocols in MANETsIOSR Journals
Β 
Routing in All-Optical Networks Using Recursive State Space Technique
Routing in All-Optical Networks Using Recursive State Space TechniqueRouting in All-Optical Networks Using Recursive State Space Technique
Routing in All-Optical Networks Using Recursive State Space Techniquesipij
Β 
A novel routing technique for mobile ad hoc networks (manet)
A novel routing technique for mobile ad hoc networks (manet)A novel routing technique for mobile ad hoc networks (manet)
A novel routing technique for mobile ad hoc networks (manet)ijngnjournal
Β 
Solving QoS multicast routing problem using ACO algorithm
Solving QoS multicast routing problem using ACO algorithmSolving QoS multicast routing problem using ACO algorithm
Solving QoS multicast routing problem using ACO algorithmAbdullaziz Tagawy
Β 

What's hot (20)

Enforcing end to-end proportional fairness with bounded buffer overflow proba...
Enforcing end to-end proportional fairness with bounded buffer overflow proba...Enforcing end to-end proportional fairness with bounded buffer overflow proba...
Enforcing end to-end proportional fairness with bounded buffer overflow proba...
Β 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
Β 
Al35218220
Al35218220Al35218220
Al35218220
Β 
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc NetworksMPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
Β 
Joint Cooperative Spectrum Sensing and MAC Protocol Design for Multi-channel ...
Joint Cooperative Spectrum Sensing and MAC Protocol Design for Multi-channel ...Joint Cooperative Spectrum Sensing and MAC Protocol Design for Multi-channel ...
Joint Cooperative Spectrum Sensing and MAC Protocol Design for Multi-channel ...
Β 
Buffer aided relay selection with reduced packet delay in cooprative network
Buffer aided relay selection with reduced packet delay in cooprative networkBuffer aided relay selection with reduced packet delay in cooprative network
Buffer aided relay selection with reduced packet delay in cooprative network
Β 
A new clustering technique based on replication for MANET routing protocols
A new clustering technique based on replication for MANET routing protocolsA new clustering technique based on replication for MANET routing protocols
A new clustering technique based on replication for MANET routing protocols
Β 
Flexible channel allocation using best Secondary user detection algorithm
Flexible channel allocation using best Secondary user detection algorithmFlexible channel allocation using best Secondary user detection algorithm
Flexible channel allocation using best Secondary user detection algorithm
Β 
EESRDA
EESRDAEESRDA
EESRDA
Β 
Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...
Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...
Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...
Β 
7. 7775 8118-1-pb
7. 7775 8118-1-pb7. 7775 8118-1-pb
7. 7775 8118-1-pb
Β 
paper2
paper2paper2
paper2
Β 
M.E Computer Science Mobile Computing Projects
M.E Computer Science Mobile Computing ProjectsM.E Computer Science Mobile Computing Projects
M.E Computer Science Mobile Computing Projects
Β 
C04501027035
C04501027035C04501027035
C04501027035
Β 
Performance Analysis for Parallel MRA in Heterogeneous Wireless Networks
Performance Analysis for Parallel MRA in Heterogeneous Wireless NetworksPerformance Analysis for Parallel MRA in Heterogeneous Wireless Networks
Performance Analysis for Parallel MRA in Heterogeneous Wireless Networks
Β 
M phil-computer-science-mobile-computing-projects
M phil-computer-science-mobile-computing-projectsM phil-computer-science-mobile-computing-projects
M phil-computer-science-mobile-computing-projects
Β 
A comparative analysis on qos multicast routing protocols in MANETs
A comparative analysis on qos multicast routing protocols in MANETsA comparative analysis on qos multicast routing protocols in MANETs
A comparative analysis on qos multicast routing protocols in MANETs
Β 
Routing in All-Optical Networks Using Recursive State Space Technique
Routing in All-Optical Networks Using Recursive State Space TechniqueRouting in All-Optical Networks Using Recursive State Space Technique
Routing in All-Optical Networks Using Recursive State Space Technique
Β 
A novel routing technique for mobile ad hoc networks (manet)
A novel routing technique for mobile ad hoc networks (manet)A novel routing technique for mobile ad hoc networks (manet)
A novel routing technique for mobile ad hoc networks (manet)
Β 
Solving QoS multicast routing problem using ACO algorithm
Solving QoS multicast routing problem using ACO algorithmSolving QoS multicast routing problem using ACO algorithm
Solving QoS multicast routing problem using ACO algorithm
Β 

Similar to Paper

Paper id 2320143
Paper id 2320143Paper id 2320143
Paper id 2320143IJRAT
Β 
21 9149 simulation analysis for consistent path identification edit septian
21 9149 simulation analysis for consistent path identification edit septian21 9149 simulation analysis for consistent path identification edit septian
21 9149 simulation analysis for consistent path identification edit septianIAESIJEECS
Β 
X04505122126
X04505122126X04505122126
X04505122126IJERA Editor
Β 
Implementation of energy efficient coverage aware routing protocol for wirele...
Implementation of energy efficient coverage aware routing protocol for wirele...Implementation of energy efficient coverage aware routing protocol for wirele...
Implementation of energy efficient coverage aware routing protocol for wirele...ijfcstjournal
Β 
MULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETS
MULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETSMULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETS
MULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETSIJCNCJournal
Β 
AN EXTENDED K-MEANS CLUSTER HEAD SELECTION ALGORITHM FOR EFFICIENT ENERGY CON...
AN EXTENDED K-MEANS CLUSTER HEAD SELECTION ALGORITHM FOR EFFICIENT ENERGY CON...AN EXTENDED K-MEANS CLUSTER HEAD SELECTION ALGORITHM FOR EFFICIENT ENERGY CON...
AN EXTENDED K-MEANS CLUSTER HEAD SELECTION ALGORITHM FOR EFFICIENT ENERGY CON...IJNSA Journal
Β 
A comparative study in wireless sensor networks
A comparative study in wireless sensor networksA comparative study in wireless sensor networks
A comparative study in wireless sensor networksijwmn
Β 
NSGA-III Based Energy Efficient Protocol for Wireless Sensor Networks
NSGA-III Based Energy Efficient Protocol for Wireless Sensor NetworksNSGA-III Based Energy Efficient Protocol for Wireless Sensor Networks
NSGA-III Based Energy Efficient Protocol for Wireless Sensor NetworksIJCSIS Research Publications
Β 
Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...
Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...
Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...graphhoc
Β 
IMPROVEMENT of MULTIPLE ROUTING BASED on FUZZY CLUSTERING and PSO ALGORITHM I...
IMPROVEMENT of MULTIPLE ROUTING BASED on FUZZY CLUSTERING and PSO ALGORITHM I...IMPROVEMENT of MULTIPLE ROUTING BASED on FUZZY CLUSTERING and PSO ALGORITHM I...
IMPROVEMENT of MULTIPLE ROUTING BASED on FUZZY CLUSTERING and PSO ALGORITHM I...IJCNCJournal
Β 
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETsFuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETsCSCJournals
Β 
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
Β 
Energy Efficient Optimal Paths Using PDORP-LC
Energy Efficient Optimal Paths Using PDORP-LCEnergy Efficient Optimal Paths Using PDORP-LC
Energy Efficient Optimal Paths Using PDORP-LCpaperpublications3
Β 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
Β 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
Β 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
Β 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
Β 

Similar to Paper (20)

Paper id 2320143
Paper id 2320143Paper id 2320143
Paper id 2320143
Β 
Elsevier paper
Elsevier paperElsevier paper
Elsevier paper
Β 
21 9149 simulation analysis for consistent path identification edit septian
21 9149 simulation analysis for consistent path identification edit septian21 9149 simulation analysis for consistent path identification edit septian
21 9149 simulation analysis for consistent path identification edit septian
Β 
X04505122126
X04505122126X04505122126
X04505122126
Β 
Design of ant lion optimization-based PEGASIS routing protocol for energy ef...
Design of ant lion optimization-based PEGASIS routing  protocol for energy ef...Design of ant lion optimization-based PEGASIS routing  protocol for energy ef...
Design of ant lion optimization-based PEGASIS routing protocol for energy ef...
Β 
Implementation of energy efficient coverage aware routing protocol for wirele...
Implementation of energy efficient coverage aware routing protocol for wirele...Implementation of energy efficient coverage aware routing protocol for wirele...
Implementation of energy efficient coverage aware routing protocol for wirele...
Β 
MULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETS
MULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETSMULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETS
MULTICASTING BASED ENHANCED PROACTIVE SOURCE ROUTING IN MANETS
Β 
AN EXTENDED K-MEANS CLUSTER HEAD SELECTION ALGORITHM FOR EFFICIENT ENERGY CON...
AN EXTENDED K-MEANS CLUSTER HEAD SELECTION ALGORITHM FOR EFFICIENT ENERGY CON...AN EXTENDED K-MEANS CLUSTER HEAD SELECTION ALGORITHM FOR EFFICIENT ENERGY CON...
AN EXTENDED K-MEANS CLUSTER HEAD SELECTION ALGORITHM FOR EFFICIENT ENERGY CON...
Β 
A comparative study in wireless sensor networks
A comparative study in wireless sensor networksA comparative study in wireless sensor networks
A comparative study in wireless sensor networks
Β 
NSGA-III Based Energy Efficient Protocol for Wireless Sensor Networks
NSGA-III Based Energy Efficient Protocol for Wireless Sensor NetworksNSGA-III Based Energy Efficient Protocol for Wireless Sensor Networks
NSGA-III Based Energy Efficient Protocol for Wireless Sensor Networks
Β 
Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...
Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...
Coverage and Connectivity Aware Neural Network Based Energy Efficient Routing...
Β 
IMPROVEMENT of MULTIPLE ROUTING BASED on FUZZY CLUSTERING and PSO ALGORITHM I...
IMPROVEMENT of MULTIPLE ROUTING BASED on FUZZY CLUSTERING and PSO ALGORITHM I...IMPROVEMENT of MULTIPLE ROUTING BASED on FUZZY CLUSTERING and PSO ALGORITHM I...
IMPROVEMENT of MULTIPLE ROUTING BASED on FUZZY CLUSTERING and PSO ALGORITHM I...
Β 
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETsFuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Β 
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
Β 
Energy Efficient Optimal Paths Using PDORP-LC
Energy Efficient Optimal Paths Using PDORP-LCEnergy Efficient Optimal Paths Using PDORP-LC
Energy Efficient Optimal Paths Using PDORP-LC
Β 
Ant
AntAnt
Ant
Β 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
Β 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
Β 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
Β 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
Β 

Recently uploaded

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
Β 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
Β 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
Β 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
Β 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
Β 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
Β 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
Β 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
Β 
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
Β 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
Β 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
Β 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
Β 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
Β 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
Β 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
Β 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
Β 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
Β 

Recently uploaded (20)

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
Β 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
Β 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
Β 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
Β 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Β 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Β 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
Β 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
Β 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
Β 
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
Β 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
Β 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
Β 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Β 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
Β 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
Β 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
Β 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
Β 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Β 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
Β 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Β 

Paper

  • 1. Jour of Adv Research in Dynamical & Control Systems, 12-Special Issue, August 2017 Dynamic Search Technique for Optimizing MANET Routing in LPNS: An Approach of Cuckoo Search Algorithm S. Chandia, Research Scholar, Department of Computer Science, Government Arts College, Coimbatore, India. E-mail:chandiacit@gmail.com Dr.M. Devapriya, Assistant Professor, Department of Computer Science, Government Arts College, Coimbatore, India. E-mail:devapriya_gac@rediffmail.com Abstract--- In MANETs, the network topology changes are caused mainly due to the sudden demise of the nodes without prior notice to the neighbour nodes. Performance degradation caused due to these topology changes are tackled by developing Loyalty Pair Neighbors selection based Adaptive Re-transmission Reduction Routing in MANET (LPNS) protocol which enhances the loyal neighbour node selection for constructing the stable paths and minimizing retransmissions. In this work, a Meta heuristic optimization technique Cuckoo Search (CS) is considered for the optimization of manet routing. In the proposed ELPNS_Cuckoo protocol, the neighbour selection in Loyalty Pair Neighbors selection (LPNS) is enhanced using the Cuckoo Search optimization algorithm. It achieves improved performance in terms of packet delivery ratio, throughput and delay. Keywords--- MANET, Routing Protocol, LPNS, Cuckoo Search. I. Introduction A mobile ad hoc network (MANET) is a collection of wireless nodes that is self-configured to form a network without the aid of any established infrastructure. The nodes are mobile and their movement is random. Each host in this network must have the ability to work as a router. The host mobility changes the quality of wireless link signals because of the changes in the propagation path loss, shadowing effect, multipath fading, and interference [1]. This leads to the link failure and breaks all the routes that use this link. MANET needs an efficient adaptive routing protocol because of its highly dynamic topology [2]. Ad hoc networks have to face several challenges, such as dynamic topology, real-time communication, resource constraint, bandwidth management and packet broadcast overhead. These issues complicate the network to design the routing protocols [3]. There have been many routing protocols developed for MANET over the past few years. The primary routing protocols for MANET consume considerable amount of battery power present in the nodes. Thus, routing in MANET is very much energy- constrained [4]. In our previous work, the LPNS based Adaptive Re-transmission Reduction Routing has been developed for tackling the effects of the network topology changes and reducing the control overhead, delay and energy consumption. Network path delay and path retransmission information are considered in that approach. In this proposed paper, the LPNS is enhanced withCS(ELPNS_Cuckoo) which leads to achieve efficient routing with better topology control. The remainder of this article is organized as follows: Section 2 describes the related research works briefly. Section 3 explains the proposed methodology while section 4 provides the evaluation results of the proposed methodology. Section 5 makes a conclusion about this research work. II. Related Works The broadcasting in MANET causes large routing overhead which leads to redundant retransmissions. Thus to improve the routing performance, broadcasting should be optimized in route discovery phase. Minimizing the Maximum used Power Routing (MMPR) [5] takes into account the power consumption and remaining power. MMPR selects the path that consumes minimum power for data transmission. In addition, MMPR also considers the remaining power under the selection of the desired path to prolong the network lifetime. However, MMPR does not consider the transmission amount of the selected path, so that the path may break during the data transmission. Energy-aware routing schemes have been employed to prolong the lifetime of energy constrained mobile nodes in ad-hoc networks. The routes have been mainly identified by considering the energy spent to transmit packets from source nodes to destination nodes, or the RE of nodes. ISSN 1943-023X 554
  • 2. Jour of Adv Research in Dynamical & Control Systems, 12-Special Issue, August 2017 In [6], a method is proposed that has been advocated to improve routing efficiency to select the most stable path so as to reduce the latency and the overhead. Clearly, the probabilities of path duration and path availability strongly depend on the mobility pattern of the nodes which in turn depends on the movement of a node with respect to others in the network. The work presented in [7] analyzes synchronous as well as asynchronous heuristics for discovering nodes with prolonged topological stability. These nodes appear more appropriate to be elected as cluster heads, since the frequency of cluster head re-election and re-clustering can be decreased. The heuristics described rely on 2-hop topological information and avoid any use of geographical data. The node location information has recently found use in solving many existing problems in MANETs. The directly communicable nodes of any node (i.e., the neighbors) and, ideally, the location of the other nodes should be available in advance to the node. The beacon-less routing protocol (BLR) [8] is a position based routing protocol which uses the geographical location information to minimize routing overhead. BLR does not require nodes to periodically exchange beacon packets which minimizes the usage of battery power and interferences for the regular data transmission. In, the implementation of protocol HMQ Ant (Hybrid Multipath QOS Ant) is done with ACO (Ant Colony Optimization) based hybrid ad hoc routing strategy for a hierarchical MANET architecture. The designed protocol gives optimum solution for adaptive and dynamically changing networks. Though the literature has many research works, most of them do not consider the QOS metrics while some suffers from high energy consumption. Hence this motivates the proposed research concept. III. Proposed Methodology In the proposed approach, the LPNS protocol is employed along with Cuckoo Search algorithm. 3.1 Loyalty Pair Neighbors Selection As described in our previous work, the LPNS scheme which includes the Adaptive re-transmission reduction routing provides minimized end-to-end delay and increased packet delivery ratio. In this approach, the inmate loyal neighbor list is generated and the current queue size and remaining battery power are shared between the neighbor nodes. The power values are computed to obtain the remaining power of each node based on which the nodes are categorized into high and low power nodes. Among these categorized nodes, the high power nodes with large queue size are selected as the loyalty pair to form the neighbor set. Then the node mobility, direction and angle to revise loyalty pair nodes are computed while the retransmission delay is also calculated for sorting the transmission node set. Additionally the re-transmission feasibility is estimated using edge facet and transmission-edging ratio. Finally based on the computed values, the loyalty pair set is updated within the sorted routing table. Finally data packets are transmitted using the route discovered through the loyalty pair nodes. 3.2 Loyal Pair Nieghbor Selection with Enhanced Cuckoo Search Algorithm(ELPNS_Cuckoo) First, the CS algorithm is described briefly. The CS algorithm is a population based stochastic global search algorithm inspired by the obligate brood parasitism of some cuckoo species by laying their eggs in the nests of host bird. Yang & Deb [9] combined the cuckoo breeding behavior [10] with the Levy flights [11] and proposed cuckoo search algorithm. In the algorithm, each egg in a nest represents a solution (loyalty pair neighbors), and a cuckoo egg represents a new solution, the aim is to employ the new and potentially better solutions to replace not-so-good solutions in the nests until the optimal solution is found. During the search process, there are three idealized rules that should be emphasized: (1) each cuckoo lays one egg at a time, and dumps it in a randomly chosen set; (2) the best nests which has high quality of eggs will carry over to the next generations; (3) the number of available host nests is fixed, and the egg laid by a cuckoo is discovered by the host bird with a probability π‘π‘π‘Žπ‘Ž ∈ [0,1], in this case, the host bird can either throw the egg away or abandon the nest to build a new nest (new solution) in a new location. Based on the above-mentioned three rules, the CS can be implemented simply as follows: Begin Objective Function :f(x),x=(x1, x2,...xd); Generate initial population of n host nests; While (t<MaxGeneration) or (Stop Criterion) Get a cuckoo(i) and replace its solution by Levy Flights Evaluate its fitness Fi Choose a nest j among n randomly If (Fi>Fj) Replace j by new solution; End if Keep the best solution; ISSN 1943-023X 555
  • 3. Jour of Adv Research in Dynamical & Control Systems, 12-Special Issue, August 2017 Rank the solution and find the current best; Pass the current best solution to next generation End while Loyalty Pair Neighbors are selected based on the node mobility, direction and angle and power consumption. For the optimal selection of loyalty pair neighbours, the ELPNS_Cuckoo is employed. Here the fitness function Fi is calculated based on hop count, queue length and the energy level. The node with less hopcount, high energy and more queue length is considered as the best node. IV. Simulation Analysis In this section, the performance of the proposed ELPNS_Cuckoo protocol is evaluated and compared with the LPNS protocol. The evaluations are made using NS-2 simulator. The performance comparisons are made in terms of delay, residual energy, jitter, dropping ratio and throughput. The simulation settings are shown in Table 1. Table 1: Simulation Environment Simulation Parameter Value Simulator NS-2 34 Topology size 500 m X 500 m Number of Nodes 50,60,70,80,90,100 Mobility Random way point Transmission range 250 m Bandwidth 2 Mbps Interface queue length 50 Traffic type CBR Number of CBR Traffic 2,4,6,8,10 Packet Size 512 bytes Node speed 1,2,3,4,5 Fig. 1: Number of Nodes Vs Throughput Throughput represents the total number of messages delivered successfully per unit time. From the Fig(1), we can clearly conclude that as the node increases,the throughput of ELPNS_Cuckoo is more than the LPNS. Fig. 2: Number of Nodes Vs Jitter 25000 30000 35000 40000 45000 50000 55000 50 60 70 80 90 Throughput Nodes Throughput_LPNS Throughput_ELPNS_cuckoo 0.07 0.09 0.11 0.13 0.15 0.17 0.19 50 60 70 80 90 Jitter Nodes Jitter_ELPNS_cuckoo Jitter_LPNS ISSN 1943-023X 556
  • 4. Jour of Adv Research in Dynamical & Control Systems, 12-Special Issue, August 2017 Jitter is nothing but the variation in latency of the packets flow between two ends. The simulation result in Fig(2) clearly shows that the jitter value of ELPNS_Cuckoo is low when compared to LPNS. Fig. 3: Number of Nodes Vs Residual_Energy From the above simulation result we can clearly conclude that the residual energy of ELPNS_Cuckoo is high when compared to LPNS. Fig. 4: Number of Nodes Vs Dropping Ratio From the Fig(4), we can observe that the dropping ratio is much reduced in proposed ELPNS_Cuckoo than LPNS. Fig. 5: Number of Nodes Vs Delay The graph in the fig(5) shows the variation in delay. LPNS consistently shows highest delay than ELPNS_Cuckoo. 99.4 99.5 99.6 99.7 99.8 99.9 100 50 60 70 80 90 Average_Residual_Energy Nodes Res_Energy_ELPNS_cuckoo Res_Energy_LPNS 0 5 10 15 20 25 50 60 70 80 90 100 Dropping_Ratio Nodes Dropping_Ratio_ELPNS_Cuckoo Dropping_Ratio_LPNS 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 60 70 80 90 100 Delay(s) Nodes Delay_ELPNS_Cuckoo Delay_LPNS ISSN 1943-023X 557
  • 5. Jour of Adv Research in Dynamical & Control Systems, 12-Special Issue, August 2017 V. Conclusion and Future Work In proposed ELPNS_Cuckoo, LPNS based Adaptive Re-transmission Reduction Routing is enhanced by optimizing the neighbor node selection using cuckoo search. Here, the network path delay and path retransmission information are only considered and the energy minimization or power enhancement strategies are not considered. Though efficient performance has been achieved, it can be further improved by moving the unused nodes to sleep mode for achieving routing with minimum power consumption and better topology control. References [1] Zuniga, M. and Krishnamachari, B. Analyzing the transitional region in low power wireless links. First Annual IEEE Communications Society Conference on Sensor and Ad Hoc Communications and Networks. SECON, 2004, 517-526. [2] Tran, D.A. and Raghavendra, H. Congestion adaptive routing in mobile ad hoc networks. IEEE transactions on parallel and distributed systems 17 (11) (2016) 1294-1305. [3] Chun, Y., Qin, L., Yong, L. and MeiLin, S. Routing protocols overview and design issues for self- organized network. International Conference on Communication Technology Proceedings, 2000, 1298- 1303. [4] Xu, Y., Heidemann, J. and Estrin, D. Geography-informed energy conservation for ad hoc routing. Proceedings of the 7th annual international conference on Mobile computing and networking, 2001, 70-84. [5] Wattenhofer, R., Li, L., Bahl, P. and Wang, Y.M. Distributed topology control for power efficient operation in multihop wireless ad hoc networks. Twentieth annual joint conference of the IEEE computer and communications societies INFOCOM, 2001, 1388-1397. [6] Biradar, R.C., Manvi, S.S. and Reddy, M. Link stability based multicast routing in MANET. Elsevier International Journal on Computer Networks 54 (7) (2010) 1183–1196. [7] Chauhan, G. and Nandi, S. QoS aware stable path routing (QASR) protocol. Proceedings of First International Conference on Emerging Trends in Engineering and Technology, 2008, 202–207. [8] Carofiglio, G., Chiasserini, C.F., Garettoy, M. and Leonardi, E. Route stability in MANETs under the random direction mobility model. IEEE Transaction Mobile Computing 8 (9) (2009) 1167–1179. [9] Kunz, T. and Alhalimi, R. Energy-efficient proactive routing in MANET: Energy metrics accuracy. Elsevier Ad Hoc Networks 8 (7) (2010), 755–766. [10] Sharma, P., Karkhanawala, Y. and Kotecha, K. Bandwidth constrained routing of multimedia traffic over hybrid MANETs using ant colony optimization. International Journal of Machine Learning and Computing 1 (3) (2011) 242–246. [11] Sargolzaey, H., Ali, B.M. and Khatun, S. A cross layer metric for discovering reliable routes in mobile ad hoc networks. Wireless Personal Communications (2012) 1-10. [12] Goldsmith, A.J. and Wicker, S.B. Design challenges for energy-constrained ad hoc wireless networks. IEEE wireless communications 9 (4) (2002) 8-27. [13] Yang, P. and Huang, B. QoS routing protocol based on link stability with dynamic delay prediction in MANET. IEEE Pacific-Asia Workshop on Computational Intelligence and Industrial Application, 2008. [14] Yang, X.S. and Deb, S. Cuckoo search via L_evy flights. Proceedings of World Congress on Nature & Biologically Inspired Computing, 2009, 210–214. [15] Payne, R.B., Sorenson, M.D. and Klitz, K. The Cuckoos. Oxford University Press, 2005. [16] Barthelemy, P., Bertolotti, J. and Wiersma, D.S. A L_evy flight for flight. Nature 453 (2008) 495–498. [17] Bezdek, J.C. and Hathaway, R.J. VAT: A tool for visual assement of (cluster) tendency. International Joint Conference on Neural Networks, 2002. [18] Fischer, B., ZΓΆller, T. and Buhmann, J. Path based pairwise data clustering with application to texture segmentation. Energy minimization methods in computer vision and pattern recognition, 2001, 235-250. ISSN 1943-023X 558