SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 9, No. 1, February 2019, pp. 646~651
ISSN: 2088-8708, DOI: 10.11591/ijece.v9i1.pp646-651  646
Journal homepage: http://iaescore.com/journals/index.php/IJECE
A-OLSR: ANFIS based OLSR to select multipoint relay
Vivek Sharma, Bashir Alam, M. N. Doja
Department of Computer Engineering, Jamia Millia Islamia, India
Article Info ABSTRACT
Article history:
Received Des 23, 2017
Revised Aug 13, 2018
Accepted Aug 29, 2018
The characteristics like dynamic topology, power consumption, mobility etc.
may leads to affect the routing process of packet as it progresses from one
node to another node. The energy of each node is very limited in MANET’s
due to which it becomes an important parameter to be considered while
selecting the route. The ‘Optimized Link State Routing Protocol’ (OLSR)
does not consider node energy during Multipoint relay (MPR) selection
process. This paper proposes an improvement of OLSR routing protocol
named as A-OLSR protocol using node energy during its MPR process. The
improvement is based on adaptive neuro fuzzy inference system (ANFIS).
The network simulator NS2.35 is used for the simulation, random way point
model for mobility and constant bit rate (CBR) for traffic process. The
performance of proposed A-OLSR protocol is evaluated using the packet
delivery ratio (PDR) and end to end delay metrices. The simulation results
prove the superiority of the proposed protocol in terms of PDR.
Keyword:
ANFIS
Fuzzy logic
Multipoint relay
OLSR
Soft computing technique
Copyright © 2019 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Vivek Sharma,
Department of Computer Engineering,
Jamia Millia Islamia,
New Delhi, 110025, India.
Email: Vivek2015@gmail.com
1. INTRODUCTION
The mobile ad hoc networks (MANETs) draw attention of researchers due to its characteristics like
mobility, ease of its deployment. The communication among mobile nodes takes place without infrastructure.
There are lots of routing protocol which are designed for various applications. Based on table update
mechanism [1], [2] these protocols are classified into three categories: 1) Table driven: these routing protocol
update their routing table periodically 2) On demand: these routing protocol update their routing table when
there is demand 3) Hybrid: these are the combinations of table driven and on demand categories. OLSR is a
table-driven routing protocol which chooses the MPR nodes to forward the message to its neighbor. MPR
nodes are chosen based on two hop communication range. Other important network affecting factors like
energy of node, distance, stability parameters are not considered while selecting MPR node. The OLSR
routing protocol should consider these parameters while selection of MPR node.
Many researchers proposed a lot of routing protocol for different applications in mobile ad hoc
networks [3]. The details about OLSR routing protocol are presented in [1], [4]-[6]. Authors in [7] has
proposed the multi metric based routing algorithm that finds cost of each link and select the path with
minimum cost. To reduce the topological control traffic, authors in [8] proposed MPR selection-based
strategies. To reduce the number of MPR selection in routing, author in [9] has presented the ‘necessity first
algorithm’. To provide security, author in [10] has proposed a trust based secured algorithm which is based
on calculated trust value and behavior of the node is also analyzed. Author in [11] has done comparative
analysis of on demand and table-driven mechanism considering energetic point as key factor.
In OLSR routing protocol, MPR nodes are used for spreading network data and to update route
information. The OLSR routing protocol performance can be enhanced by selecting an optimum MPR.
In this paper, A-OLSR routing protocol is proposed which selects MPR nodes along with energy of node.
Int J Elec & Comp Eng ISSN: 2088-8708 
A-OLSR: ANFIS based OLSR to select multipoint relay (Vivek Sharma)
647
It uses ANFIS technique to select the MPR nodes. It is also capable of processing multimeric information.
The proposed protocol selects the stable route. Sometimes it can also choose the longer route.
The structure of remaining paper is as follows. Section 2, presents adaptive neuro fuzzy inference
system. Section 3 contains the proposed protocol A-OLSR. In Section 4, its Simulation model is presented
further its results are presented and analyzed in section 5. Finally, in Section 6, conclusions are discussed.
2. ADAPTIVE NEURO FUZZY INFERENCE SYSTEM (ANFIS)
ANFIS system is presented by J.S.R. Jang [12]. The five layers are depicted as show in
Figure 1 [13], [14] and functioning of each layer is explained as:
a. Layer 1: This layer generates the membership function for input variables hop count and energy, the
linguistic variables for input are low, medium, and high and for output, the linguistic variables used are
low, very low, medium, high, and very high.
b. Layer 2: In this layer the rules for ANFIS system are framed. Since the low energy of a node will affect
its route path which results in high cost and if the node energy is high (or full) it can participate for longer
time, thus the cost is low. On the similar basis, the framed rules used in the ANFIS system are shown in
Table1.
c. Layer 3: The normalization of rules from preceding is executed in this layer.
d. Layer 4: The weighted output of rules is processed in this layer.
e. Layer 5: The final layer computes the output based on all incoming signals.
Figure 1. Architecture of ANFIS
Table 1. Rule Value for ANFIS
Rule Hop count Energy Output Value
1. L L VH
2. L M H
3. L H L
4. M L H
5. M M M
6. M H L
7. H L M
8. H M L
9. H H VL
Here L, M, H, VL, VH denotes Low, Medium, High, Very Low, Very High respectively.
Membership functions of A-OLSR (hop count) and Membership functions of A-OLSR (energy) as shown in
Figure 2.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 1, February 2019 : 646 - 651
648
(a)
(b)
Figure 2. a) Membership functions of A-OLSR (hop count), b) Membership functions of A-OLSR (energy)
3. PROPOSED ANFIS OLSR(A-OLSR)
The routing information is updated by each node in its table after the periodic exchange of Hello
messages. The information about its 1 -hop neighbor (hop count, energy) in the routing table is added. On the
reception of Hello message each node calculates the path cost of neighbor by using ANFIS system. During
the MPR selection process, the path information variable can also affect the selection process. Therefore, to
handle the uncertain information and to select the optimize MPR, ANFIS system is required. On reception of
hello message, intermediate note extracts the variable information and send it to ANFIS system as input as
shown in Figure 3. The intermediate node then processes these variables and sends the output. The resulted
output of ANFIS system are used for selection of MPR nodes. Thus with the proper selection of optimize
MPR, the proposed protocol A-OLSR chooses a more reliable path than OLSR. A-OLSR Algorithm as
shown in Figure 4.
Int J Elec & Comp Eng ISSN: 2088-8708 
A-OLSR: ANFIS based OLSR to select multipoint relay (Vivek Sharma)
649
Figure 3. ANFIS for OLSR
Figure 4. A-OLSR algorithm
4. SIMULATION MODEL
The simulation is conducted in the environment of network simulator tool NS2.35. The results are
simulated with varying number of nodes 10, 15, 30, 45 and 60. To obtain the correctness of proposed A-
OLSR, the area chosen for the simulation is 1200 ×500 in which for mobility model, the random way point
model is used with maximum speed of 20m/s and for transmission range a node in 250-meter area is selected.
The other initial settings are: the data payload of 512 bytes, the channel capacity of 54 Mbps and the traffic
generator is used for CBR (Constant Bit Rate). The network is simulated for 150 s for OLSR routing protocol
and proposed A-OLSR. The traffic generators is developed to simulate CBR (Constant Bit Rate). The
environment variable that are used for simulation are shown in Table 2.
The data set comprising 800 data points, which is divided into two sets of 300 data points and 500
data points for training and testing purpose respectively. The first set is used to train the network and the
model is validated, then with all the 800 points including the 500 points that were not used in the training
process the output is obtained. Data sets are derived from fuzzy ‘if then rules’. The training data set is fed as
an input to ANFIS tool under MATLAB environment. To train the FIS hybrid learning method is used.
Table 2. Simulation Environment Variables
Parameter Values
Routing Protocol OLSR, M-OLSR, A-OLSR
No. of Nodes 10,15,30,45.60
Area 1200 * 500
Channel Capacity 54 Mbps
Traffic type CBR
Mobility Model Random Way point
Simulation Time 150 S
Algorithm: -
1. Initialize the following parameter:
I = Ith node;
N = number of nodes;
Si = Source node; (The node willing to communicate by establishing a connection)
2. For each node n
Compute H1 (n)
Compute H2 (n)
{H1 (n): 1-hop neighbour means the set of nodes which are in the range of n.
H2 (n): 2-hop neighbour means the set of nodes which are neighbours of H1(x) but not
belong to H1 (n). }
Compute Anf-cost (Hop count (hi), Energy (Ei)) (Process carried by Adaptive neuro fuzzy
logic)
3. Select source node(Sn) in MPR;
4. Arrange anf-cost in ascending order as ordered anf-cost.
5. Build MPR based on
Choose I for which Min order cost
Choose I for which H2 (anf-cost) <H1 (anf-cost)
6. Add selected ith node in MPR.
7. Remove ith node from anf-cost H1 and H2 queue.
8. goto step 4, until all nodes in MPR;
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 1, February 2019 : 646 - 651
650
5. SIMULATION RESULTS
The following parameters are used to calculate the performance of OLSR and A-OLSR routing
protocol: Packet Delivery Ratio (PDR): It is the ratio of summation of all the packets that are received at the
destination to the summation of all the packets that have been sent.
PDR =
∑
∑
(1)
End to End Delay: It is the measured as the average delay between the time taken by a packet from
its origin to reach its destination in the network.
End to End Delay =
∑( – )
∑
(2)
In Figure 5, Packet delivery ratio is shown for various number of nodes. The PDR of proposed
algorithm is higher than that of OLSR and fuzzy based OLSR (M-OLSR) protocol due to efficient selection
of MPR. This is due to the fact that it also considers the energy factor during MPR selection. However, it
may also possible that the longer route might be selected. From Figure 5, it is observed that when the number
of nodes is around 30 then the PDR is maximum, this is due to because, the number of nodes is in direct
range of each other. When the number of nodes is around 45 and 60 it is observed that the PDR decreases
because with the increase in number of nodes the path length might be increases therefore there is increase in
path breaks which in turn leads to packet drop. Thus, basically it is trade-off between PDR, Energy and
route length.
Figure 5. Packet delivery ratio vs number of nodes
In Figure 6, End to end delay is increased with higher number of nodes. The proposed protocol has
slightly higher end to end delay as it selects the longer route. At higher density (here 60 nodes) the end to end
delay of proposed algorithm is .06 s that can be acceptable in real time application. This can be compensated
by the improvement in packet delivery ratio, it is observed that the proposed OLSR (A-OLSR) protocols
have slight high value of end to end delay compared to its existing OLSR protocol. However, this high value
is just nearly 2% average increase which can be considered very minimal and that too of the order of
0.02 sec maximum.
10 20 30 40 50 60
0.5
0.6
0.7
0.8
PacketDeliveryRatio(%)
Number of Nodes
OLSR
A-OLSR
M-OLSR
Int J Elec & Comp Eng ISSN: 2088-8708 
A-OLSR: ANFIS based OLSR to select multipoint relay (Vivek Sharma)
651
Figure 6. End to end delay vs number of nodes
6. CONCLUSION
In the process of route selection, the proposed algorithm A-OLSR employs ANFIS for the selection
of MPR. ANFIS is applied to process the intermediate node energy for the computation of node cost. The
improvement of MPR selection process is achieved with the inclusion of node energy during selection. The
simulated results in NS2.35 shows that A-OLSR attains significantly high value of PDR than the OLSR
routing protocol and the recent state of art Fuzzy OLSR (M-OLSR) protocol.
REFERENCES
[1] C. S. R. Murthy and B. S. Manoj,” Ad Hoc Wireless Networks: Architecture and Protocols”. Pearson Ltd, 2004.
[2] V. Sharma and B. Alam,” Unicaste Routing Protocols in Mobile Ad Hoc Networks: A Survey,” International
Journal of Computer Application, USA, 51, 148 – 153, 2012.
[3] Rahul Desai, et al., “Routing Protocols for Mobile Ad Hoc Network: A Survey and Analysis” Indonesian Journal
of Electrical Engineering and Computer Science, Vol. 7, No. 3, , pp. 795 – 801, September 2017.
[4] T. Clausen and P. Jacquet “Optimized Link State Routing Protocol (OLSR),” in Internet Request for Comments
RFC 3626, Internet Engineering Task Force, 2003.
[5] A. Qayyum, et al.,” Multipoint Relaying: An Efficient Technique for Flooding in Mobile Wireless Networks,” in
Technical Report RR-3898, 2000.
[6] T. Camp, et al.,” A Survey of Mobility Models for Ad Hoc Network Research,” Wireless Communication Mobile
Computing (WCMC Spec. Issue Mob. Ad Hoc Netw. Res. Trends Appl.), 2, pp. 483–502, 2002.
[7] E. Paraskevas, et al.,” Multi-Metric Energy Efficient Routing in Mobile Ad-Hoc Networks,” IEEE Military
Communications Conference, pp- 1146-1151,2014.
[8] A. Boushaba, et al.,” Optimization on OLSR Protocol for Reducing Topology Control Packets,” Journal of
computer network and Applications,53, pp-91-102, 2015.
[9] Z. Li, et al.,” NFA: A New Algorithm to Select MPRs in OLSR,” in 4th International Conference on Wireless
Communications, Networking and Mobile Computing, WiCOM ’08, pp. 1 –6, ,2008.
[10] A. Adnane, et al.,” Trust-based security for the OLSR routing protocol,” Journal of computer communication,2013.
[11] F. De Rango, et al., “OLSR vs DSR: A comparative analysis of proactive and reactive mechanisms from an
energetic point of view in wireless ad hoc networks,” Computer Communications, Vol. 31, Issue 16, pp. 3843–
3854, 2008.
[12] J. S. R. Jang, “ANFIS: Adaptive Network-Based Fuzzy Inference System” IEEE transactions on systems, man, and
cybernetics, 23(3),1993.
[13] M. Mustapha, et al., “Data Selection and Fuzzy-Rules Generation for Short-Term Load Forecasting Using ANFIS”
TELKOMNIKA Telecommunication Computing Electronics and Control, Vol.14, No.3, pp. 791-799, 2016.
[14] M. S. Abdel Aziz1, et al., “A Secure ANFIS based Relay for Turbo-Generators Phase Backup Protection,”
Indonesian Journal of Electrical Engineering and Computer Science, Vol. 3, No. 2, pp. 249 -263, August 2016.
1 0 2 0 3 0 4 0 5 0 6 0
0 .0 1
0 .0 2
0 .0 3
0 .0 4
0 .0 5
0 .0 6
0 .0 7
EndtoendDelay
N u m b e r o f N o d e s
O L S R
A -O L S R
M -O L S R

More Related Content

What's hot

An improved ant colony optimization algorithm for wire optimization
An improved ant colony optimization algorithm for wire optimizationAn improved ant colony optimization algorithm for wire optimization
An improved ant colony optimization algorithm for wire optimizationjournalBEEI
 
Ijircee paper-template
Ijircee paper-templateIjircee paper-template
Ijircee paper-templateijircee
 
IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...
IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...
IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...IRJET Journal
 
Dynamic fragmentation using path exchange scheme in EON
Dynamic fragmentation using path exchange scheme in EONDynamic fragmentation using path exchange scheme in EON
Dynamic fragmentation using path exchange scheme in EONmanishajagtap1
 
A Comparison Of Smart Routings In Mobile Ad Hoc Networks(MANETs)
A Comparison Of Smart Routings In Mobile Ad Hoc  Networks(MANETs) A Comparison Of Smart Routings In Mobile Ad Hoc  Networks(MANETs)
A Comparison Of Smart Routings In Mobile Ad Hoc Networks(MANETs) IJMER
 
Introducing a novel fault tolerant routing protocol in wireless sensor networ...
Introducing a novel fault tolerant routing protocol in wireless sensor networ...Introducing a novel fault tolerant routing protocol in wireless sensor networ...
Introducing a novel fault tolerant routing protocol in wireless sensor networ...ijcsit
 
Adjacent channel interference_3_g
Adjacent channel interference_3_gAdjacent channel interference_3_g
Adjacent channel interference_3_gpraveenkumar01
 
Review and Comparisons between Multiple Ant Based Routing Algorithms in Mobi...
Review and Comparisons between Multiple Ant Based Routing  Algorithms in Mobi...Review and Comparisons between Multiple Ant Based Routing  Algorithms in Mobi...
Review and Comparisons between Multiple Ant Based Routing Algorithms in Mobi...IJMER
 
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems     Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems
Sparse channel estimation by pilot allocation in MIMO-OFDM systems IRJET Journal
 
Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...eSAT Journals
 
Design and Implementation of Efficient Ternary Content Addressable Memory
Design and Implementation of Efficient Ternary Content Addressable Memory Design and Implementation of Efficient Ternary Content Addressable Memory
Design and Implementation of Efficient Ternary Content Addressable Memory ijcisjournal
 
Performance analysis on multihop transmission using
Performance analysis on multihop transmission usingPerformance analysis on multihop transmission using
Performance analysis on multihop transmission usingeSAT Publishing House
 
Optimization of IP Networks in Various Hybrid IGP/MPLS Routing Schemes
Optimization of IP Networks in Various Hybrid IGP/MPLS Routing SchemesOptimization of IP Networks in Various Hybrid IGP/MPLS Routing Schemes
Optimization of IP Networks in Various Hybrid IGP/MPLS Routing SchemesEM Legacy
 
Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...
Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...
Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...ijsrd.com
 
Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...
Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...
Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...IJCNCJournal
 

What's hot (19)

An improved ant colony optimization algorithm for wire optimization
An improved ant colony optimization algorithm for wire optimizationAn improved ant colony optimization algorithm for wire optimization
An improved ant colony optimization algorithm for wire optimization
 
Ijircee paper-template
Ijircee paper-templateIjircee paper-template
Ijircee paper-template
 
IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...
IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...
IRJET- Comparison of ATTEMPT and SIMPLE Protocols for Wireless Body Area Netw...
 
Dynamic fragmentation using path exchange scheme in EON
Dynamic fragmentation using path exchange scheme in EONDynamic fragmentation using path exchange scheme in EON
Dynamic fragmentation using path exchange scheme in EON
 
A Comparison Of Smart Routings In Mobile Ad Hoc Networks(MANETs)
A Comparison Of Smart Routings In Mobile Ad Hoc  Networks(MANETs) A Comparison Of Smart Routings In Mobile Ad Hoc  Networks(MANETs)
A Comparison Of Smart Routings In Mobile Ad Hoc Networks(MANETs)
 
C010211624
C010211624C010211624
C010211624
 
Introducing a novel fault tolerant routing protocol in wireless sensor networ...
Introducing a novel fault tolerant routing protocol in wireless sensor networ...Introducing a novel fault tolerant routing protocol in wireless sensor networ...
Introducing a novel fault tolerant routing protocol in wireless sensor networ...
 
Train sense
Train senseTrain sense
Train sense
 
Adjacent channel interference_3_g
Adjacent channel interference_3_gAdjacent channel interference_3_g
Adjacent channel interference_3_g
 
En33838844
En33838844En33838844
En33838844
 
Review and Comparisons between Multiple Ant Based Routing Algorithms in Mobi...
Review and Comparisons between Multiple Ant Based Routing  Algorithms in Mobi...Review and Comparisons between Multiple Ant Based Routing  Algorithms in Mobi...
Review and Comparisons between Multiple Ant Based Routing Algorithms in Mobi...
 
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems     Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
 
Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...
 
Ko3518201823
Ko3518201823Ko3518201823
Ko3518201823
 
Design and Implementation of Efficient Ternary Content Addressable Memory
Design and Implementation of Efficient Ternary Content Addressable Memory Design and Implementation of Efficient Ternary Content Addressable Memory
Design and Implementation of Efficient Ternary Content Addressable Memory
 
Performance analysis on multihop transmission using
Performance analysis on multihop transmission usingPerformance analysis on multihop transmission using
Performance analysis on multihop transmission using
 
Optimization of IP Networks in Various Hybrid IGP/MPLS Routing Schemes
Optimization of IP Networks in Various Hybrid IGP/MPLS Routing SchemesOptimization of IP Networks in Various Hybrid IGP/MPLS Routing Schemes
Optimization of IP Networks in Various Hybrid IGP/MPLS Routing Schemes
 
Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...
Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...
Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...
 
Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...
Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...
Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...
 

Similar to A-OLSR: ANFIS based OLSR to select Multi point relay

A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...eSAT Publishing House
 
MPR selection to the OLSR quality of service in MANET using minmax algorithm
MPR selection to the OLSR quality of service in MANET using minmax algorithmMPR selection to the OLSR quality of service in MANET using minmax algorithm
MPR selection to the OLSR quality of service in MANET using minmax algorithmIJECEIAES
 
Improving the selection of MPRs in OLSR protocol: a survey of methods and tec...
Improving the selection of MPRs in OLSR protocol: a survey of methods and tec...Improving the selection of MPRs in OLSR protocol: a survey of methods and tec...
Improving the selection of MPRs in OLSR protocol: a survey of methods and tec...IJECEIAES
 
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc NetworksEnergy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc NetworksZac Darcy
 
IRJET - Improving Energy Efficiency for EMRP Routing Protocol for Virtualizat...
IRJET - Improving Energy Efficiency for EMRP Routing Protocol for Virtualizat...IRJET - Improving Energy Efficiency for EMRP Routing Protocol for Virtualizat...
IRJET - Improving Energy Efficiency for EMRP Routing Protocol for Virtualizat...IRJET Journal
 
Performance Analysis of Mtpr Routing Protocol in Power Deficient Node
Performance Analysis of Mtpr Routing Protocol in Power Deficient NodePerformance Analysis of Mtpr Routing Protocol in Power Deficient Node
Performance Analysis of Mtpr Routing Protocol in Power Deficient Nodepijans
 
Performance Analysis and Simulation of OLSR Routing Protocol in MANET
Performance Analysis and Simulation of  OLSR Routing Protocol in MANET Performance Analysis and Simulation of  OLSR Routing Protocol in MANET
Performance Analysis and Simulation of OLSR Routing Protocol in MANET ijcnac
 
Performance Comparison of Different Mobility Model on Topology Managed MANET
Performance Comparison of Different Mobility Model on Topology Managed MANETPerformance Comparison of Different Mobility Model on Topology Managed MANET
Performance Comparison of Different Mobility Model on Topology Managed MANETEswar Publications
 
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...IRJET Journal
 
Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...IJECEIAES
 
Efficient use of Energy in WSN using H-LEACH
Efficient use of Energy in WSN using H-LEACHEfficient use of Energy in WSN using H-LEACH
Efficient use of Energy in WSN using H-LEACHdbpublications
 
Performance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimediaPerformance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimediaIAEME Publication
 
Channel Estimation Scheme for the Enhanced Reliability in the Flying Ad-hoc N...
Channel Estimation Scheme for the Enhanced Reliability in the Flying Ad-hoc N...Channel Estimation Scheme for the Enhanced Reliability in the Flying Ad-hoc N...
Channel Estimation Scheme for the Enhanced Reliability in the Flying Ad-hoc N...IJERA Editor
 
Address-light and energy aware routing protocol for wireless sensor network
Address-light and energy aware routing protocol for wireless sensor networkAddress-light and energy aware routing protocol for wireless sensor network
Address-light and energy aware routing protocol for wireless sensor networkTELKOMNIKA JOURNAL
 
Hybrid networking and distribution
Hybrid networking and distribution Hybrid networking and distribution
Hybrid networking and distribution vivek pratap singh
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
The Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless NetworksThe Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless NetworksDr. Amarjeet Singh
 
M-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsM-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsIJERA Editor
 
Paper id 21201449
Paper id 21201449Paper id 21201449
Paper id 21201449IJRAT
 
Improved dsr algo routing in manet
Improved dsr algo routing in manetImproved dsr algo routing in manet
Improved dsr algo routing in manetmadhavsolanki
 

Similar to A-OLSR: ANFIS based OLSR to select Multi point relay (20)

A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...A novel approach of hybrid multipath routing protocol for manets using receiv...
A novel approach of hybrid multipath routing protocol for manets using receiv...
 
MPR selection to the OLSR quality of service in MANET using minmax algorithm
MPR selection to the OLSR quality of service in MANET using minmax algorithmMPR selection to the OLSR quality of service in MANET using minmax algorithm
MPR selection to the OLSR quality of service in MANET using minmax algorithm
 
Improving the selection of MPRs in OLSR protocol: a survey of methods and tec...
Improving the selection of MPRs in OLSR protocol: a survey of methods and tec...Improving the selection of MPRs in OLSR protocol: a survey of methods and tec...
Improving the selection of MPRs in OLSR protocol: a survey of methods and tec...
 
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc NetworksEnergy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
 
IRJET - Improving Energy Efficiency for EMRP Routing Protocol for Virtualizat...
IRJET - Improving Energy Efficiency for EMRP Routing Protocol for Virtualizat...IRJET - Improving Energy Efficiency for EMRP Routing Protocol for Virtualizat...
IRJET - Improving Energy Efficiency for EMRP Routing Protocol for Virtualizat...
 
Performance Analysis of Mtpr Routing Protocol in Power Deficient Node
Performance Analysis of Mtpr Routing Protocol in Power Deficient NodePerformance Analysis of Mtpr Routing Protocol in Power Deficient Node
Performance Analysis of Mtpr Routing Protocol in Power Deficient Node
 
Performance Analysis and Simulation of OLSR Routing Protocol in MANET
Performance Analysis and Simulation of  OLSR Routing Protocol in MANET Performance Analysis and Simulation of  OLSR Routing Protocol in MANET
Performance Analysis and Simulation of OLSR Routing Protocol in MANET
 
Performance Comparison of Different Mobility Model on Topology Managed MANET
Performance Comparison of Different Mobility Model on Topology Managed MANETPerformance Comparison of Different Mobility Model on Topology Managed MANET
Performance Comparison of Different Mobility Model on Topology Managed MANET
 
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
 
Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...
 
Efficient use of Energy in WSN using H-LEACH
Efficient use of Energy in WSN using H-LEACHEfficient use of Energy in WSN using H-LEACH
Efficient use of Energy in WSN using H-LEACH
 
Performance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimediaPerformance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimedia
 
Channel Estimation Scheme for the Enhanced Reliability in the Flying Ad-hoc N...
Channel Estimation Scheme for the Enhanced Reliability in the Flying Ad-hoc N...Channel Estimation Scheme for the Enhanced Reliability in the Flying Ad-hoc N...
Channel Estimation Scheme for the Enhanced Reliability in the Flying Ad-hoc N...
 
Address-light and energy aware routing protocol for wireless sensor network
Address-light and energy aware routing protocol for wireless sensor networkAddress-light and energy aware routing protocol for wireless sensor network
Address-light and energy aware routing protocol for wireless sensor network
 
Hybrid networking and distribution
Hybrid networking and distribution Hybrid networking and distribution
Hybrid networking and distribution
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
The Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless NetworksThe Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless Networks
 
M-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsM-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETs
 
Paper id 21201449
Paper id 21201449Paper id 21201449
Paper id 21201449
 
Improved dsr algo routing in manet
Improved dsr algo routing in manetImproved dsr algo routing in manet
Improved dsr algo routing in manet
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 

Recently uploaded (20)

Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 

A-OLSR: ANFIS based OLSR to select Multi point relay

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 9, No. 1, February 2019, pp. 646~651 ISSN: 2088-8708, DOI: 10.11591/ijece.v9i1.pp646-651  646 Journal homepage: http://iaescore.com/journals/index.php/IJECE A-OLSR: ANFIS based OLSR to select multipoint relay Vivek Sharma, Bashir Alam, M. N. Doja Department of Computer Engineering, Jamia Millia Islamia, India Article Info ABSTRACT Article history: Received Des 23, 2017 Revised Aug 13, 2018 Accepted Aug 29, 2018 The characteristics like dynamic topology, power consumption, mobility etc. may leads to affect the routing process of packet as it progresses from one node to another node. The energy of each node is very limited in MANET’s due to which it becomes an important parameter to be considered while selecting the route. The ‘Optimized Link State Routing Protocol’ (OLSR) does not consider node energy during Multipoint relay (MPR) selection process. This paper proposes an improvement of OLSR routing protocol named as A-OLSR protocol using node energy during its MPR process. The improvement is based on adaptive neuro fuzzy inference system (ANFIS). The network simulator NS2.35 is used for the simulation, random way point model for mobility and constant bit rate (CBR) for traffic process. The performance of proposed A-OLSR protocol is evaluated using the packet delivery ratio (PDR) and end to end delay metrices. The simulation results prove the superiority of the proposed protocol in terms of PDR. Keyword: ANFIS Fuzzy logic Multipoint relay OLSR Soft computing technique Copyright © 2019 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Vivek Sharma, Department of Computer Engineering, Jamia Millia Islamia, New Delhi, 110025, India. Email: Vivek2015@gmail.com 1. INTRODUCTION The mobile ad hoc networks (MANETs) draw attention of researchers due to its characteristics like mobility, ease of its deployment. The communication among mobile nodes takes place without infrastructure. There are lots of routing protocol which are designed for various applications. Based on table update mechanism [1], [2] these protocols are classified into three categories: 1) Table driven: these routing protocol update their routing table periodically 2) On demand: these routing protocol update their routing table when there is demand 3) Hybrid: these are the combinations of table driven and on demand categories. OLSR is a table-driven routing protocol which chooses the MPR nodes to forward the message to its neighbor. MPR nodes are chosen based on two hop communication range. Other important network affecting factors like energy of node, distance, stability parameters are not considered while selecting MPR node. The OLSR routing protocol should consider these parameters while selection of MPR node. Many researchers proposed a lot of routing protocol for different applications in mobile ad hoc networks [3]. The details about OLSR routing protocol are presented in [1], [4]-[6]. Authors in [7] has proposed the multi metric based routing algorithm that finds cost of each link and select the path with minimum cost. To reduce the topological control traffic, authors in [8] proposed MPR selection-based strategies. To reduce the number of MPR selection in routing, author in [9] has presented the ‘necessity first algorithm’. To provide security, author in [10] has proposed a trust based secured algorithm which is based on calculated trust value and behavior of the node is also analyzed. Author in [11] has done comparative analysis of on demand and table-driven mechanism considering energetic point as key factor. In OLSR routing protocol, MPR nodes are used for spreading network data and to update route information. The OLSR routing protocol performance can be enhanced by selecting an optimum MPR. In this paper, A-OLSR routing protocol is proposed which selects MPR nodes along with energy of node.
  • 2. Int J Elec & Comp Eng ISSN: 2088-8708  A-OLSR: ANFIS based OLSR to select multipoint relay (Vivek Sharma) 647 It uses ANFIS technique to select the MPR nodes. It is also capable of processing multimeric information. The proposed protocol selects the stable route. Sometimes it can also choose the longer route. The structure of remaining paper is as follows. Section 2, presents adaptive neuro fuzzy inference system. Section 3 contains the proposed protocol A-OLSR. In Section 4, its Simulation model is presented further its results are presented and analyzed in section 5. Finally, in Section 6, conclusions are discussed. 2. ADAPTIVE NEURO FUZZY INFERENCE SYSTEM (ANFIS) ANFIS system is presented by J.S.R. Jang [12]. The five layers are depicted as show in Figure 1 [13], [14] and functioning of each layer is explained as: a. Layer 1: This layer generates the membership function for input variables hop count and energy, the linguistic variables for input are low, medium, and high and for output, the linguistic variables used are low, very low, medium, high, and very high. b. Layer 2: In this layer the rules for ANFIS system are framed. Since the low energy of a node will affect its route path which results in high cost and if the node energy is high (or full) it can participate for longer time, thus the cost is low. On the similar basis, the framed rules used in the ANFIS system are shown in Table1. c. Layer 3: The normalization of rules from preceding is executed in this layer. d. Layer 4: The weighted output of rules is processed in this layer. e. Layer 5: The final layer computes the output based on all incoming signals. Figure 1. Architecture of ANFIS Table 1. Rule Value for ANFIS Rule Hop count Energy Output Value 1. L L VH 2. L M H 3. L H L 4. M L H 5. M M M 6. M H L 7. H L M 8. H M L 9. H H VL Here L, M, H, VL, VH denotes Low, Medium, High, Very Low, Very High respectively. Membership functions of A-OLSR (hop count) and Membership functions of A-OLSR (energy) as shown in Figure 2.
  • 3.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 1, February 2019 : 646 - 651 648 (a) (b) Figure 2. a) Membership functions of A-OLSR (hop count), b) Membership functions of A-OLSR (energy) 3. PROPOSED ANFIS OLSR(A-OLSR) The routing information is updated by each node in its table after the periodic exchange of Hello messages. The information about its 1 -hop neighbor (hop count, energy) in the routing table is added. On the reception of Hello message each node calculates the path cost of neighbor by using ANFIS system. During the MPR selection process, the path information variable can also affect the selection process. Therefore, to handle the uncertain information and to select the optimize MPR, ANFIS system is required. On reception of hello message, intermediate note extracts the variable information and send it to ANFIS system as input as shown in Figure 3. The intermediate node then processes these variables and sends the output. The resulted output of ANFIS system are used for selection of MPR nodes. Thus with the proper selection of optimize MPR, the proposed protocol A-OLSR chooses a more reliable path than OLSR. A-OLSR Algorithm as shown in Figure 4.
  • 4. Int J Elec & Comp Eng ISSN: 2088-8708  A-OLSR: ANFIS based OLSR to select multipoint relay (Vivek Sharma) 649 Figure 3. ANFIS for OLSR Figure 4. A-OLSR algorithm 4. SIMULATION MODEL The simulation is conducted in the environment of network simulator tool NS2.35. The results are simulated with varying number of nodes 10, 15, 30, 45 and 60. To obtain the correctness of proposed A- OLSR, the area chosen for the simulation is 1200 ×500 in which for mobility model, the random way point model is used with maximum speed of 20m/s and for transmission range a node in 250-meter area is selected. The other initial settings are: the data payload of 512 bytes, the channel capacity of 54 Mbps and the traffic generator is used for CBR (Constant Bit Rate). The network is simulated for 150 s for OLSR routing protocol and proposed A-OLSR. The traffic generators is developed to simulate CBR (Constant Bit Rate). The environment variable that are used for simulation are shown in Table 2. The data set comprising 800 data points, which is divided into two sets of 300 data points and 500 data points for training and testing purpose respectively. The first set is used to train the network and the model is validated, then with all the 800 points including the 500 points that were not used in the training process the output is obtained. Data sets are derived from fuzzy ‘if then rules’. The training data set is fed as an input to ANFIS tool under MATLAB environment. To train the FIS hybrid learning method is used. Table 2. Simulation Environment Variables Parameter Values Routing Protocol OLSR, M-OLSR, A-OLSR No. of Nodes 10,15,30,45.60 Area 1200 * 500 Channel Capacity 54 Mbps Traffic type CBR Mobility Model Random Way point Simulation Time 150 S Algorithm: - 1. Initialize the following parameter: I = Ith node; N = number of nodes; Si = Source node; (The node willing to communicate by establishing a connection) 2. For each node n Compute H1 (n) Compute H2 (n) {H1 (n): 1-hop neighbour means the set of nodes which are in the range of n. H2 (n): 2-hop neighbour means the set of nodes which are neighbours of H1(x) but not belong to H1 (n). } Compute Anf-cost (Hop count (hi), Energy (Ei)) (Process carried by Adaptive neuro fuzzy logic) 3. Select source node(Sn) in MPR; 4. Arrange anf-cost in ascending order as ordered anf-cost. 5. Build MPR based on Choose I for which Min order cost Choose I for which H2 (anf-cost) <H1 (anf-cost) 6. Add selected ith node in MPR. 7. Remove ith node from anf-cost H1 and H2 queue. 8. goto step 4, until all nodes in MPR;
  • 5.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 1, February 2019 : 646 - 651 650 5. SIMULATION RESULTS The following parameters are used to calculate the performance of OLSR and A-OLSR routing protocol: Packet Delivery Ratio (PDR): It is the ratio of summation of all the packets that are received at the destination to the summation of all the packets that have been sent. PDR = ∑ ∑ (1) End to End Delay: It is the measured as the average delay between the time taken by a packet from its origin to reach its destination in the network. End to End Delay = ∑( – ) ∑ (2) In Figure 5, Packet delivery ratio is shown for various number of nodes. The PDR of proposed algorithm is higher than that of OLSR and fuzzy based OLSR (M-OLSR) protocol due to efficient selection of MPR. This is due to the fact that it also considers the energy factor during MPR selection. However, it may also possible that the longer route might be selected. From Figure 5, it is observed that when the number of nodes is around 30 then the PDR is maximum, this is due to because, the number of nodes is in direct range of each other. When the number of nodes is around 45 and 60 it is observed that the PDR decreases because with the increase in number of nodes the path length might be increases therefore there is increase in path breaks which in turn leads to packet drop. Thus, basically it is trade-off between PDR, Energy and route length. Figure 5. Packet delivery ratio vs number of nodes In Figure 6, End to end delay is increased with higher number of nodes. The proposed protocol has slightly higher end to end delay as it selects the longer route. At higher density (here 60 nodes) the end to end delay of proposed algorithm is .06 s that can be acceptable in real time application. This can be compensated by the improvement in packet delivery ratio, it is observed that the proposed OLSR (A-OLSR) protocols have slight high value of end to end delay compared to its existing OLSR protocol. However, this high value is just nearly 2% average increase which can be considered very minimal and that too of the order of 0.02 sec maximum. 10 20 30 40 50 60 0.5 0.6 0.7 0.8 PacketDeliveryRatio(%) Number of Nodes OLSR A-OLSR M-OLSR
  • 6. Int J Elec & Comp Eng ISSN: 2088-8708  A-OLSR: ANFIS based OLSR to select multipoint relay (Vivek Sharma) 651 Figure 6. End to end delay vs number of nodes 6. CONCLUSION In the process of route selection, the proposed algorithm A-OLSR employs ANFIS for the selection of MPR. ANFIS is applied to process the intermediate node energy for the computation of node cost. The improvement of MPR selection process is achieved with the inclusion of node energy during selection. The simulated results in NS2.35 shows that A-OLSR attains significantly high value of PDR than the OLSR routing protocol and the recent state of art Fuzzy OLSR (M-OLSR) protocol. REFERENCES [1] C. S. R. Murthy and B. S. Manoj,” Ad Hoc Wireless Networks: Architecture and Protocols”. Pearson Ltd, 2004. [2] V. Sharma and B. Alam,” Unicaste Routing Protocols in Mobile Ad Hoc Networks: A Survey,” International Journal of Computer Application, USA, 51, 148 – 153, 2012. [3] Rahul Desai, et al., “Routing Protocols for Mobile Ad Hoc Network: A Survey and Analysis” Indonesian Journal of Electrical Engineering and Computer Science, Vol. 7, No. 3, , pp. 795 – 801, September 2017. [4] T. Clausen and P. Jacquet “Optimized Link State Routing Protocol (OLSR),” in Internet Request for Comments RFC 3626, Internet Engineering Task Force, 2003. [5] A. Qayyum, et al.,” Multipoint Relaying: An Efficient Technique for Flooding in Mobile Wireless Networks,” in Technical Report RR-3898, 2000. [6] T. Camp, et al.,” A Survey of Mobility Models for Ad Hoc Network Research,” Wireless Communication Mobile Computing (WCMC Spec. Issue Mob. Ad Hoc Netw. Res. Trends Appl.), 2, pp. 483–502, 2002. [7] E. Paraskevas, et al.,” Multi-Metric Energy Efficient Routing in Mobile Ad-Hoc Networks,” IEEE Military Communications Conference, pp- 1146-1151,2014. [8] A. Boushaba, et al.,” Optimization on OLSR Protocol for Reducing Topology Control Packets,” Journal of computer network and Applications,53, pp-91-102, 2015. [9] Z. Li, et al.,” NFA: A New Algorithm to Select MPRs in OLSR,” in 4th International Conference on Wireless Communications, Networking and Mobile Computing, WiCOM ’08, pp. 1 –6, ,2008. [10] A. Adnane, et al.,” Trust-based security for the OLSR routing protocol,” Journal of computer communication,2013. [11] F. De Rango, et al., “OLSR vs DSR: A comparative analysis of proactive and reactive mechanisms from an energetic point of view in wireless ad hoc networks,” Computer Communications, Vol. 31, Issue 16, pp. 3843– 3854, 2008. [12] J. S. R. Jang, “ANFIS: Adaptive Network-Based Fuzzy Inference System” IEEE transactions on systems, man, and cybernetics, 23(3),1993. [13] M. Mustapha, et al., “Data Selection and Fuzzy-Rules Generation for Short-Term Load Forecasting Using ANFIS” TELKOMNIKA Telecommunication Computing Electronics and Control, Vol.14, No.3, pp. 791-799, 2016. [14] M. S. Abdel Aziz1, et al., “A Secure ANFIS based Relay for Turbo-Generators Phase Backup Protection,” Indonesian Journal of Electrical Engineering and Computer Science, Vol. 3, No. 2, pp. 249 -263, August 2016. 1 0 2 0 3 0 4 0 5 0 6 0 0 .0 1 0 .0 2 0 .0 3 0 .0 4 0 .0 5 0 .0 6 0 .0 7 EndtoendDelay N u m b e r o f N o d e s O L S R A -O L S R M -O L S R