SlideShare uma empresa Scribd logo
1 de 7
Baixar para ler offline
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print),
ISSN 0976 – 6499(Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME
75
A REVIEW ON FUZZY LOGIC BASED ROUTING IN
AD HOC NETWORKS
Pimal Khanpara
CSE Department, Institute of Technology, Nirma University, Ahmedabad, India – 382481
ABSTRACT
Ad hoc networks are increasing in popularity due to the spread of mobile devices. These
networks are widely used in emergency situations like natural disasters and military conflicts. The
dynamic and infra structureless nature of ad hoc networks makes them suitable for such applications.
Self organization and self administration are the key features of any ad hoc network. Due to the
dynamic and rapid movement of nodes, routing becomes very difficult in the ad hoc networks.
Various routing schemes based on different approaches like Swarm based routing, Fuzzy logic based
routing, Trust based routing, Energy level based routing, Secure routing etc. are proposed by the
researchers. In the comparison of all the existing approaches, Fuzzy Logic Theory is proved to be a
good approach for routing in the ad hoc networks. The main reason behind this is the capability of
Fuzzy theory to handle uncertainties and randomness. This paper aims at reviewing the existing
fuzzy logic theory based routing protocols that consider QoS parameters as routing metrics.
Keywords: Ad hoc networks, Fuzzy Logic, Quality of Service parameters, Routing.
I. INTRODUCTION
An ad hoc network [1] is a group of nodes which are connected dynamically and moving
rapidly. Such a network is decentralized in manner and wireless in nature. The topology of the
network is not fixed due to the movement of the participating nodes. In an ad hoc network, the nodes
can enter or leave the network at any time. In this dynamic environment, the implementation of
routing functionality is challenging because a good route will probably be unavailable after a short
while. The routing information is required to be updated with every change in the network topology.
This results in consuming the precious network resources like bandwidth. Therefore, discovering and
maintaining a route in the ad hoc environment is difficult.
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH
IN ENGINEERING AND TECHNOLOGY (IJARET)
ISSN 0976 - 6480 (Print)
ISSN 0976 - 6499 (Online)
Volume 5, Issue 5, May (2014), pp. 75-81
© IAEME: www.iaeme.com/ijaret.asp
Journal Impact Factor (2014): 7.8273 (Calculated by GISI)
www.jifactor.com
IJARET
© I A E M E
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print),
ISSN 0976 – 6499(Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME
76
II. ROUTING PROTOCOLS
Routing protocols proposed for ad hoc networks are categorized as:
II.i. REACTIVE
In the reactive routing protocol, the required routes are established only on demand. This may
result into long waiting time for a node that wants to transmit because before the route discovery,
transmission process can not be started. The advantage of reactive protocols is that routing
information is not required be maintained and broadcasted with the changing network topology as a
fresh route is always used for each transmission request. Examples of such protocols are AODV
(Ad hoc On Demand distance Vector) [2] and DSR (Dynamic Source Routing) [3].
II.ii. PROACTIVE
Proactive or table driven routing protocols maintain up-to-date and consistent routing
information on all the nodes in the network. Whenever the topology changes, the routing information
stored in routing tables is required to be updated. The clear advantage of the proactive protocols are
that the transmitting node can immediately take the routing decision as the required path information
is always available in the routing table. Some popular proactive protocols for ad hoc networks are
TBRPF (Topology Broadcast based on Reverse Path Forwarding) [4] and OLSR (Optimized Link
State Routing) [5].
II.iii. HYBRID
Hybrid routing protocols incorporate the good features of both reactive and proactive routing
protocols. These protocols are highly scalable and do not require to flood the network randomly.
Some widely used hybrid routing protocols are HopNet [6] and ZRP (Zone Routing Protocol) [7].
III. FUZZY LOGIC THEORY
Fuzzy Logic (FL) [8] is an approach for computing the results based on “degrees of truth”. It
differs from the conventional binary logic. In the binary or boolean logic, we can use only two
values, “true or false” or “0 or 1”. This logic is widely used in designing the modern computers. But
for some problems, the results can not be represented into the absolute terms of 0 and 1. For such
problems, Fuzzy Logic can be used to give the reasoning that is approximate rather than fixed or
exact.
In Fuzzy Logic Theory, the truth values range between completely true and completely false.
This theory uses non-numeric variables called the linguistic variables to express the rules and facts
for the given system. In Fuzzy Logic, the rules are defined in form of IF-THEN. We can also use
some boolean operators like AND, OR and NOT in Fuzzy Logic. In some literature, other operators
are also used which are linguistic in nature.
Fuzzy Logic Theory has been used in numerous applications like artificial intelligence,
pattern recognition, controlling unmanned military vehicles, knowledge based systems, weather
forecasting systems, stock trading, subway control system and medical diagnosis. In fact, almost any
control system can be replaced with a fuzzy logic based control system.
A Fuzzy Logic System is mainly comprised of four components: Fuzzifier, Defuzzifier,
Fuzzy Rule Base and Fuzzy Inference Engine. These components are arranged as follows in any
Fuzzy Logic System.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print),
ISSN 0976 – 6499(Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME
77
Figure 1: Fuzzy Logic System
Fuzzification is the first process that takes place in the FLS. A numeric or crisp input value is
given to the Fuzzifier. The crisp input value is required to be converted to the corresponding fuzzy
value as the rules for determining the result, are defined for fuzzy inputs. This task is performed by
the Fuzzifier and then the fuzzy input values are supplied to the Fuzzy Inference Engine, which is
responsible for computing the set of outputs based on the IF-THEN rules defined in the Fuzzy Rule
Base. Usually, when more than one inputs are required, AND operator is used to combine them. The
last process in the Fuzzy Logic System is defuzzification. It coverts the fuzzy output values into their
corresponding crisp values.
There are different methods for fuzzification and defuzzification. Some widely used
fuzzifiers are Singleton fuzzifier, Gaussian fuzzifier and Trapezoidal or Triangle fuzzifier. Singleton
fuzzifier is the simplest fuzzifier which basically assigns a precise value to the given input and hence
no fuzziness is introduced by fuzzification in this case. Gaussian and Triangular fuzzifiers are used to
suppress the noise in the given inputs. Examples of defuzzifiers are Maximum defuzzifier, Mean of
maxima defuzzifier, Centroid defuzzifier, Height defuzzifier, Modified height defuzzifier, center of
sets and center of sums.
IV. WHY FUZZY ROUTING? [9]
The advantages of Fuzzy Logic are its simplicity, flexibility of combining conventional
control techniques, ability to model nonlinear functions and imprecise information, use of empirical
knowledge and dependency on heuristics.
Due to the basic characteristics of ad hoc networks like uncertainty due to dynamic topology
and mobility of nodes, limited resources and unstable links; a precise and accurate model is not
possible to implement. In such an environment, Fuzzy Logic Theory has been proved a good
approach for routing compared to other routing methods. Fuzzy Logic ccan be used to solve the
problem of routing in ad hoc networks where the final outcome is based on the factors with
uncertainty.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print),
ISSN 0976 – 6499(Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME
78
V. QUALITY OF SERVICE
Quality of service (QoS) is a set of service requirements that needs to be met by the network
while transmitting a stream of packets from a source to its destination. QoS is considered as an
important aspect to utilize the network resources in a better and efficient manner. In ad hoc networks,
we have to consider bandwidth, jitter, node energy level, queue length, delay, cost and reliability
constraints as the main QoS parameters [10]. These QoS parameters can be given as inputs to the
fuzzy controller for determining the most preferred path.
VI. FUZZY LOGIC BASED ROUTING PROTOCOLS
There are many algorithms proposed for routing in the ad hoc networks. Most of them are
either purely reactive or proactive and thus fail to have the features of the hybrid routing protocols.
Another important limitation of almost all the existing algorithms is that they do not take all the
Quality of Service parameters into consideration while determining the “best” path. Most of the
proposed routing algorithms consider path cost and delay as the routing metrics. But in an ad hoc
environment, it is actually important to focus on all or maximum QoS parameters at the time of
finding the optimal route. This section gives the overview of the existing Fuzzy Logic based routing
algorithms for the ad hoc networks.
VI.i. RRAF (Reliable Routing Algorithm based on Fuzzy logic) [11]
In this algorithm, two parameters, trust value and energy value are defined for each node.
Based on the values of these parameters, lifetime of the routes are determined. This scheme basically
uses AODV for routing. At the time of route discovery, each node inserts its trust value and energy
capacity in the Route Request (RREQ) packet. Fuzzy Logic is used at the destination. A parameter
called “Reliability value” is generated by the destination using the input trust and energy values. This
reliability value is then used for routing. A path which is having greater reliability value is preferred
over the others. So, this algorithm improves the performance of AODV but fails to consider the
important QoS parameters except reliability and cost.
VI.ii. FSRS ( Fuzzy based Stable Routing Scheme) [12]
The objective of this algorithm is to find the most stable route for routing. For this, it takes
the number of intermediate nodes, packet queue occupancy and the distance between the nodes as the
input parameters. A fuzzy controller is used by the algorithm to calculate the lifetime of the route.
Route cost is the input given to the fuzzy controller. The proposed scheme considers the average end
to end delay, packet delivery ratio and routing load as the metrics.
VI.iii. FQRA ( Fuzzy QoS Routing Algorithm) [13]
This algorithm is an extension of the shortest routing path algorithm and uses the bandwidth
and delay as the routing metrics. Improved path success ratio, improved throughput and reduced end
to end delay are good features of this scheme.
VI.iv. FLWMR ( Fuzzy Logic Wireless Multi path Routing) [14]
Fuzzy Logic is used by this algorithm for allocating the resources in the network considering
the traffic in the network. Zero or more maximally disjoint routes are used to transport the messages.
Some packets are transmitted redundantly over more than one disjoint paths to increase the
reliability, while some packets are suppressed at the source. This decision is taken based on the
importance of the packets. When a request for data transmission comes, the route request messages
are broadcasted by the source node to every other node in the network. When the request packet
reaches to the destination, the path traveled by that request packet is recorded and then that path is
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print),
ISSN 0976 – 6499(Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME
79
used for transmitting the data.
VI.v. FLWLAMR ( Fuzzy Logic Wireless Load Aware Multi path Routing) [14]
FLWLAMR is an extension of FLWMR algorithm. It considers the network status while
selecting the route. To determine the network status, Fuzzy Logic is used. Fuzzy rules are defined to
get the value for the network state, ranging from excellent to poor. Packets are forwarded
immediately if the network is in excellent state.
VI.vi. Multiclass FQRA [15]
This algorithm considers the traffic state and bandwidth as the input parameters to take the
routing decision based on the Fuzzy Logic. It used weighted round robin scheduler concept for
forwarding the packets. The weights are assigned to the queues containing the data and based on
these weight values, fuzzy controller determines the routing process.
VI.vii. SSR (Source Select Route) [16]
This routing algorithm aims at finding the optimized path between the source and the
destination. Maximum distance between the nodes, maximum relative speed between the neighbour
nodes and the total number of data transmission links in the intermediate nodes are the important
factors for selecting the route. The authors claimed that the proposed algorithm performs better over
the conventional routing algorithms for the ad hoc networks.
VI.viii.Fuzzy Scheduler [17]
The routing decision made by this scheme is dependent on the priority values of the packets.
To calculate the priority of a packet, the algorithm considers various input parameters. The algorithm
uses the fuzzy scheduler to determine the priority index values of the packets. Packet lifetime and the
transmission rate are the important factors to be given to the fuzzy scheduler as the inputs.
VI.ix. FAQM (Fuzzy Algorithm for QoS Multicast routing) [18]
This algorithm used the concept of Swarm Intelligence with the Fuzzy Logic Theory. The
authors of this algorithm have considered three Quality of Service parameters,: bandwidth, jitter and
delay. This multicast routing protocol outperforms the conventional routing protocols for ad hoc
networks.
VI.x. ImRMR (Improved Rank based Multicast Routing) [19]
In this multipath routing protocol, the routes are selected based upon the values of five
parameters: bandwidth, number of hops, efficiency of the selected path, power consumption and
traffic state. The algorithm tries to evaluate the rank for each existing path using the five resource
constraints. According to the authors, this protocol performs better than the existing protocol
ODMRP (On Demand Multicast Routing Protocol).
VI.xi. FCMQR (Fuzzy Cost based Multi constrained QoS Routing) [20]
This algorithm is based on multi criterion objective fuzzy measure. To select an optimal path,
this protocol takes different parameters like bandwidth, number of intermediate hops and end to end
delay into account. All the available resources for a path are used to compute the fuzzy cost for that
path. The path which is having minimum fuzzy cost and maximum lifetime is chosen as the optimal
route for transmission.
Table 1 shows the comparison of the above existing Fuzzy Logic based routing algorithms
with respect to a variety of QoS parameters. None of these protocols consider all the required QoS
parameters.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print),
ISSN 0976 – 6499(Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME
80
Table 1
Comparison of fuzzy logic based routing protocols
Routing Protocol QoS Parameters Remarks
RRAF (Reliable Routing Algorithm
based on Fuzzy logic) [14]
Trust value, energy level Fails to consider time, frequency, space and
cost metrics
FSRS (Fuzzy based Stable Routing
Scheme) [20]
Hop count, queue status,
distance between nodes
Uses two fuzzy controllers into each node that
take three QoS parameters as inputs
FQRA (Fuzzy QoS Routing
Algorithm) [17]
Delay, bandwidth Based on Dijkstra’s shortest path algorithm;
bandwidth and delay are taken into
consideration
FLWMR (Fuzzy Logic Wireless
Multipath Routing) [2]
Number of intermediate nodes Considers only hop count to find the optimal
route
FLWLAMR (Fuzzy Logic Wireless
Load Aware Multipath Routing) [2]
Network status Extension of FLWMR; deals with load
balancing by considering network traffic
Multiclass FQRA [18] Scheduler; bandwidth, delay Based on the packet weight, the scheduler
takes the routing decision considering time and
frequency constraints
SSR (Source Select Route) [23] Maximum distance between
intermediate nodes, maximum
relative speed, total number of
links
Does not consider all the QoS parameters
Fuzzy scheduler [16] Priority value Routing takes place based on the priority index
of the packet
FAQM (Fuzzy Algorithm for QoS
Multicast Routing) [19]
Bandwidth, delay, jitter Multicast routing algorithm based on Artificial
Fish Swarm algorithm. Bandwidth, delay and
jitter are taken as routing metrics
ImRMR (Improved Rank based
Multicast Routing) [21]
Bandwidth, computing power,
hop count, network load,
energy consumption
Does not consider all the QoS parameters
FCMQR (Fuzzy Cost based Multi
constrained QoS Routing) [22]
Delay, link expiration time,
bandwidth
Fails to consider space, cost, energy level and
reliability constraints
VII. CONCLUSION
This paper discusses how the Fuzzy Logic Theory can be used for implementing routing in
the ad hoc networks. To select an optimal route in the ad hoc networks, it is necessary to consider all
or maximum Quality of Service parameters. But to the best of my knowledge, none of the existing
algorithms has this feature. Most of the authors have used two or three parameters as routing metrics.
So, the objective of this survey is to find out the possibility of research in this area. The future scope
of this work lies into the development of a new, Fuzzy Logic based routing protocol for ad hoc
networks that take all the important QoS parameters into consideration.
REFERENCES
[1] Stefano Basagni, Marco Conti, Silvia Giordao and Ivan Stojmenovic, Mobile ad hoc
networking, IEEE press, Wiley interscience publication.
[2] Perkins, C.; Belding-Royer, E. and Das, S., Ad hoc On-Demand Distance Vector (AODV)
Routing, IETF, RFC 3561, July 2003.
[3] David B. Johnson and David A. Maltz, Dynamic Source Routing in Ad hoc wireless
networks, Mobile Computing, Kluwer Academic Publishers, 1996.
[4] Bhargav Bellur, Richard G. Ogier and Fred L. Templin, Topology Dissemination Based on
Reverse-Path Forwarding (TBRPF), RFC 3684, February 2004.
[5] Philippe Jacquet, Paul Muhlethaler, Amir Qayum, AnisLaouiti, Laurent Viennot et al.,
Optimized Link State Routing Protocol (OLSR), RFC 3626.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print),
ISSN 0976 – 6499(Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME
81
[6] Jianping Wanga, Eseosa Osagiea, Parimala Thulasiraman and Ruppa K. Thulasiram,
HOPNET: A hybrid ant colony optimization routing algorithm for mobile ad hoc network,
Elsevier 2008, June 2008.
[7] Zygmunt J. Haas and Marc R. Pearlman, The performance of query control schemes for the
Zone Routing Protocol, IEEE/ACM Transactions on Networking, Vol. 9, No. 4, August
2001.
[8] Joseph BIH, Paradigm shift – an introduction to fuzzy logic, IEEE Potentials, January –
February 2006.
[9] Yaozhou Ma, M. RubaiyatKibria and Abbas Jamalipour, A fuzzy logic based delivery
framework for optimized routing in mobile ad hoc networks, Wireless Communications and
Mobile Computing Conference, IWCMC 2008, p. 801-806.
[10] Prasant Mohapatra, Jian Li and Chao Gui, QoS in mobile ad hoc networks, IEEE Wireless
Communications, June 2003, p. 44-52.
[11] Golnoosh G., Azadeh G., Arash D. and Mahmaz R., Reliable routing algorithm based on
fuzzy logic for mobile ad hoc network, Proceedings of ICACTE 2010.
[12] Taqwa Odey and A. Ali, Fuzzy controller based stable routes with lifetime prediction in
MANETs, IJCN 2011, vol. 3, issue 1, p. 37-42.
[13] M. Yaghmaei, M. Baradaran and H. Talebian, A Fuzzy QoS Routing Algorithm, IEEE
conference on Communication networks and systems 2006, p. 1-5.
[14] Alandjani Gasim and Johnson Eic E., Fuzzy routing in ad hoc networks, Performance,
computing and communications conference 2003, IEEE international volume, April 2003, p.
525-30.
[15] B. Sun, C. Gui, Q. Zhang and H. Chen, Fuzzy controller based QoS routing algorithm with a
multiclass scheme for MANET, International journal of Computers, Communications and
Control, 2009, vol 4, p. 427-438.
[16] Mohamad Hadi Babaci Rochi, Arash Dana and Mahshid Ziyaee, A new source routing
mechanism in MANET, IEEE ICACT 2011.
[17] Shangchao P. and Baolin S., Fuzzy controllers based multipath routing algorithm in MANET,
Proceedings of Applied physics and industrial engineering conference 2012, p. 1178-1185.
[18] Junweiwang and Zhaoxia Wu, A fuzzy decision based intelligent QoS multicast routing
algorithm, Proceedings of IEEE Automation and Logistics Conference 2011, p. 169-172.
[19] A. Naga Raju and S. Ramachandram, Fuzzy cost based multipath routing for MANETs,
Journal of theoretical and Applied information technology, p. 319-326.
[20] G. Santhi and A. Nachiappan, Fuzzy cost based multi constrained QoS routing with mobility
prediction in MANETs, Egyptian informatics journal 2012, p. 19-25.
[21] V. Bapuji, R. Naveen Kumar, Dr. A. Govardhan and Prof. S.S.V.N. Sarma, “Maximizing
Lifespan of Mobile Ad Hoc Networks with QoS Provision Routing Protocol”, International
Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012,
pp. 150 - 156, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.
[22] Thaker Minesh, S B Sharma and Yogesh Kosta, “A Survey: Variants of Energy Constrained
Reactive Routing Protocols of Mobile Ad Hoc Networks”, International Journal of
Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 2,
2012, pp. 248 - 257, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.
[23] Taniya Jain and Neeti Kashyap, “Factors for Designing Routing Protocol in Manet”,
International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 5,
2013, pp. 189 - 193, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.

Mais conteúdo relacionado

Mais procurados

A detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingA detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingIAEME Publication
 
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...IOSR Journals
 
Qo s parameters for obs network
Qo s parameters for obs networkQo s parameters for obs network
Qo s parameters for obs networkeSAT Journals
 
Balancing stable topology and network lifetime in ad hoc networks
Balancing stable topology and network lifetime in ad hoc networksBalancing stable topology and network lifetime in ad hoc networks
Balancing stable topology and network lifetime in ad hoc networksIAEME Publication
 
Enhancenig OLSR routing protocol using K-means clustering in MANETs
Enhancenig OLSR routing protocol using K-means clustering  in MANETs Enhancenig OLSR routing protocol using K-means clustering  in MANETs
Enhancenig OLSR routing protocol using K-means clustering in MANETs IJECEIAES
 
Design A Congestion Aware Routing Algorithm for Synchronous Cam Design
Design A Congestion Aware Routing Algorithm for Synchronous Cam DesignDesign A Congestion Aware Routing Algorithm for Synchronous Cam Design
Design A Congestion Aware Routing Algorithm for Synchronous Cam Designijtsrd
 
Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)IISRT
 
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)graphhoc
 
Clustering based performance improvement strategies for mobile ad hoc netwo
Clustering based performance improvement strategies for mobile ad hoc netwoClustering based performance improvement strategies for mobile ad hoc netwo
Clustering based performance improvement strategies for mobile ad hoc netwoIAEME Publication
 
Analytical Study of Dedicated Network for IOT using LoRaWAN Technologies
Analytical Study of Dedicated Network for IOT using LoRaWAN TechnologiesAnalytical Study of Dedicated Network for IOT using LoRaWAN Technologies
Analytical Study of Dedicated Network for IOT using LoRaWAN TechnologiesIRJET Journal
 
An efficient vertical handoff mechanism for future mobile network
An efficient vertical handoff mechanism for  future mobile networkAn efficient vertical handoff mechanism for  future mobile network
An efficient vertical handoff mechanism for future mobile networkBasil John
 
Comparative Analysis of Mobility Models Using Routing Protocol for Vehicular ...
Comparative Analysis of Mobility Models Using Routing Protocol for Vehicular ...Comparative Analysis of Mobility Models Using Routing Protocol for Vehicular ...
Comparative Analysis of Mobility Models Using Routing Protocol for Vehicular ...IRJET Journal
 
Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...eSAT Publishing House
 
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...IRJET Journal
 
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
 
19 6 jul17 28apr 6576 8092-1-ed(edit)n
19 6 jul17 28apr 6576 8092-1-ed(edit)n19 6 jul17 28apr 6576 8092-1-ed(edit)n
19 6 jul17 28apr 6576 8092-1-ed(edit)nIAESIJEECS
 
Performance evaluation of hierarchical clustering protocols with fuzzy C-means
Performance evaluation of hierarchical clustering protocols with fuzzy C-means Performance evaluation of hierarchical clustering protocols with fuzzy C-means
Performance evaluation of hierarchical clustering protocols with fuzzy C-means IJECEIAES
 
Performance Evaluation of Routing Protocols in University Network
Performance Evaluation of Routing Protocols in University NetworkPerformance Evaluation of Routing Protocols in University Network
Performance Evaluation of Routing Protocols in University Networkijtsrd
 
Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...
Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...
Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...IJCNCJournal
 

Mais procurados (20)

A detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingA detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks using
 
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
Efficient Routing Protocol in the Mobile Ad-hoc Network (MANET) by using Gene...
 
Qo s parameters for obs network
Qo s parameters for obs networkQo s parameters for obs network
Qo s parameters for obs network
 
Balancing stable topology and network lifetime in ad hoc networks
Balancing stable topology and network lifetime in ad hoc networksBalancing stable topology and network lifetime in ad hoc networks
Balancing stable topology and network lifetime in ad hoc networks
 
Enhancenig OLSR routing protocol using K-means clustering in MANETs
Enhancenig OLSR routing protocol using K-means clustering  in MANETs Enhancenig OLSR routing protocol using K-means clustering  in MANETs
Enhancenig OLSR routing protocol using K-means clustering in MANETs
 
Design A Congestion Aware Routing Algorithm for Synchronous Cam Design
Design A Congestion Aware Routing Algorithm for Synchronous Cam DesignDesign A Congestion Aware Routing Algorithm for Synchronous Cam Design
Design A Congestion Aware Routing Algorithm for Synchronous Cam Design
 
Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)
 
50120140506004
5012014050600450120140506004
50120140506004
 
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
 
Clustering based performance improvement strategies for mobile ad hoc netwo
Clustering based performance improvement strategies for mobile ad hoc netwoClustering based performance improvement strategies for mobile ad hoc netwo
Clustering based performance improvement strategies for mobile ad hoc netwo
 
Analytical Study of Dedicated Network for IOT using LoRaWAN Technologies
Analytical Study of Dedicated Network for IOT using LoRaWAN TechnologiesAnalytical Study of Dedicated Network for IOT using LoRaWAN Technologies
Analytical Study of Dedicated Network for IOT using LoRaWAN Technologies
 
An efficient vertical handoff mechanism for future mobile network
An efficient vertical handoff mechanism for  future mobile networkAn efficient vertical handoff mechanism for  future mobile network
An efficient vertical handoff mechanism for future mobile network
 
Comparative Analysis of Mobility Models Using Routing Protocol for Vehicular ...
Comparative Analysis of Mobility Models Using Routing Protocol for Vehicular ...Comparative Analysis of Mobility Models Using Routing Protocol for Vehicular ...
Comparative Analysis of Mobility Models Using Routing Protocol for Vehicular ...
 
Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...
 
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
Understanding Network Routing Problem and Study of Routing Algorithms and Heu...
 
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
 
19 6 jul17 28apr 6576 8092-1-ed(edit)n
19 6 jul17 28apr 6576 8092-1-ed(edit)n19 6 jul17 28apr 6576 8092-1-ed(edit)n
19 6 jul17 28apr 6576 8092-1-ed(edit)n
 
Performance evaluation of hierarchical clustering protocols with fuzzy C-means
Performance evaluation of hierarchical clustering protocols with fuzzy C-means Performance evaluation of hierarchical clustering protocols with fuzzy C-means
Performance evaluation of hierarchical clustering protocols with fuzzy C-means
 
Performance Evaluation of Routing Protocols in University Network
Performance Evaluation of Routing Protocols in University NetworkPerformance Evaluation of Routing Protocols in University Network
Performance Evaluation of Routing Protocols in University Network
 
Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...
Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...
Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...
 

Destaque

Performance analysis of wimax mobile
Performance analysis of wimax mobilePerformance analysis of wimax mobile
Performance analysis of wimax mobileAatzaz Latif
 
Rnc anchors warranty
Rnc anchors warrantyRnc anchors warranty
Rnc anchors warrantyRoofers World
 
Fire eye inc ipo roadshow investor presentation - sep 2013
Fire eye inc   ipo roadshow investor presentation - sep 2013Fire eye inc   ipo roadshow investor presentation - sep 2013
Fire eye inc ipo roadshow investor presentation - sep 2013scribdanalyst
 
Hurricane Sandy / Waldo Canyon Fire - Considerations for WiFi Networks
Hurricane Sandy / Waldo Canyon Fire - Considerations for WiFi NetworksHurricane Sandy / Waldo Canyon Fire - Considerations for WiFi Networks
Hurricane Sandy / Waldo Canyon Fire - Considerations for WiFi NetworksRakesh Bharania
 
Resumen MAAWG 2004
Resumen MAAWG 2004Resumen MAAWG 2004
Resumen MAAWG 2004Alvaro Marin
 
Usability issues in mobile web
Usability issues in mobile webUsability issues in mobile web
Usability issues in mobile webdanishrafiq
 
7.4 Classifying Systems
7.4 Classifying Systems7.4 Classifying Systems
7.4 Classifying Systemsramjdram
 
Dumitru Vulcanov - Numerical simulations with Ricci flow, an overview and cos...
Dumitru Vulcanov - Numerical simulations with Ricci flow, an overview and cos...Dumitru Vulcanov - Numerical simulations with Ricci flow, an overview and cos...
Dumitru Vulcanov - Numerical simulations with Ricci flow, an overview and cos...SEENET-MTP
 

Destaque (19)

Performance analysis of wimax mobile
Performance analysis of wimax mobilePerformance analysis of wimax mobile
Performance analysis of wimax mobile
 
Rnc anchors warranty
Rnc anchors warrantyRnc anchors warranty
Rnc anchors warranty
 
Jt3516941700
Jt3516941700Jt3516941700
Jt3516941700
 
Planeación
PlaneaciónPlaneación
Planeación
 
Frankl
FranklFrankl
Frankl
 
Fire eye inc ipo roadshow investor presentation - sep 2013
Fire eye inc   ipo roadshow investor presentation - sep 2013Fire eye inc   ipo roadshow investor presentation - sep 2013
Fire eye inc ipo roadshow investor presentation - sep 2013
 
Jg3515961599
Jg3515961599Jg3515961599
Jg3515961599
 
Hurricane Sandy / Waldo Canyon Fire - Considerations for WiFi Networks
Hurricane Sandy / Waldo Canyon Fire - Considerations for WiFi NetworksHurricane Sandy / Waldo Canyon Fire - Considerations for WiFi Networks
Hurricane Sandy / Waldo Canyon Fire - Considerations for WiFi Networks
 
Resumen MAAWG 2004
Resumen MAAWG 2004Resumen MAAWG 2004
Resumen MAAWG 2004
 
Realtimetapan
RealtimetapanRealtimetapan
Realtimetapan
 
Bf33335340
Bf33335340Bf33335340
Bf33335340
 
Usability issues in mobile web
Usability issues in mobile webUsability issues in mobile web
Usability issues in mobile web
 
Bojangles
BojanglesBojangles
Bojangles
 
Co Presentation
Co PresentationCo Presentation
Co Presentation
 
Aup
AupAup
Aup
 
jennifer love
jennifer lovejennifer love
jennifer love
 
7.4 Classifying Systems
7.4 Classifying Systems7.4 Classifying Systems
7.4 Classifying Systems
 
Dumitru Vulcanov - Numerical simulations with Ricci flow, an overview and cos...
Dumitru Vulcanov - Numerical simulations with Ricci flow, an overview and cos...Dumitru Vulcanov - Numerical simulations with Ricci flow, an overview and cos...
Dumitru Vulcanov - Numerical simulations with Ricci flow, an overview and cos...
 
Fair and Accurate Credit Transactions Act of 2003
Fair and Accurate Credit Transactions Act of 2003Fair and Accurate Credit Transactions Act of 2003
Fair and Accurate Credit Transactions Act of 2003
 

Semelhante a 20120140505009

Improving Performance of Data Routing Protocol in Flying Ad-Hoc Networks
Improving Performance of Data Routing Protocol in Flying Ad-Hoc NetworksImproving Performance of Data Routing Protocol in Flying Ad-Hoc Networks
Improving Performance of Data Routing Protocol in Flying Ad-Hoc NetworksIRJET Journal
 
A detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingA detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingIAEME Publication
 
The Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANETThe Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANETIRJET Journal
 
Investigating effects of channel fading on routing protocols in wireless
Investigating effects of channel fading on routing protocols in wirelessInvestigating effects of channel fading on routing protocols in wireless
Investigating effects of channel fading on routing protocols in wirelessIAEME Publication
 
ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...
ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...
ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...rahulmonikasharma
 
Quick Routing for Communication in MANET using Zone Routing Protocol
Quick Routing for Communication in MANET using Zone Routing ProtocolQuick Routing for Communication in MANET using Zone Routing Protocol
Quick Routing for Communication in MANET using Zone Routing Protocolijceronline
 
Evaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsEvaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsIAEME Publication
 
IRJET- Routing Protocols in Vanet a Brief Review
IRJET- Routing Protocols in Vanet a Brief ReviewIRJET- Routing Protocols in Vanet a Brief Review
IRJET- Routing Protocols in Vanet a Brief ReviewIRJET Journal
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetIOSR Journals
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetIOSR Journals
 
An Ordinary & Innovative Packet Routing Schemes in VANET
An Ordinary & Innovative Packet Routing Schemes in VANETAn Ordinary & Innovative Packet Routing Schemes in VANET
An Ordinary & Innovative Packet Routing Schemes in VANETIRJET Journal
 
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...IRJET Journal
 
Survey on routing techniques for manets and wireless sensor networks
Survey on routing techniques for manets and wireless sensor networksSurvey on routing techniques for manets and wireless sensor networks
Survey on routing techniques for manets and wireless sensor networksIAEME Publication
 

Semelhante a 20120140505009 (20)

Improving Performance of Data Routing Protocol in Flying Ad-Hoc Networks
Improving Performance of Data Routing Protocol in Flying Ad-Hoc NetworksImproving Performance of Data Routing Protocol in Flying Ad-Hoc Networks
Improving Performance of Data Routing Protocol in Flying Ad-Hoc Networks
 
A detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingA detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks using
 
40120140507001
4012014050700140120140507001
40120140507001
 
40120140507001
4012014050700140120140507001
40120140507001
 
The Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANETThe Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANET
 
Investigating effects of channel fading on routing protocols in wireless
Investigating effects of channel fading on routing protocols in wirelessInvestigating effects of channel fading on routing protocols in wireless
Investigating effects of channel fading on routing protocols in wireless
 
20120130405026
2012013040502620120130405026
20120130405026
 
50120130406027
5012013040602750120130406027
50120130406027
 
ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...
ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...
ANFIS Based Temporally Ordered Routing Algorithm to Enhance the Performance i...
 
Ijariie1170
Ijariie1170Ijariie1170
Ijariie1170
 
Quick Routing for Communication in MANET using Zone Routing Protocol
Quick Routing for Communication in MANET using Zone Routing ProtocolQuick Routing for Communication in MANET using Zone Routing Protocol
Quick Routing for Communication in MANET using Zone Routing Protocol
 
Evaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsEvaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocols
 
IRJET- Routing Protocols in Vanet a Brief Review
IRJET- Routing Protocols in Vanet a Brief ReviewIRJET- Routing Protocols in Vanet a Brief Review
IRJET- Routing Protocols in Vanet a Brief Review
 
A340105
A340105A340105
A340105
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
 
An Ordinary & Innovative Packet Routing Schemes in VANET
An Ordinary & Innovative Packet Routing Schemes in VANETAn Ordinary & Innovative Packet Routing Schemes in VANET
An Ordinary & Innovative Packet Routing Schemes in VANET
 
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
 
50120130405013
5012013040501350120130405013
50120130405013
 
Survey on routing techniques for manets and wireless sensor networks
Survey on routing techniques for manets and wireless sensor networksSurvey on routing techniques for manets and wireless sensor networks
Survey on routing techniques for manets and wireless sensor networks
 

Mais de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Mais de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Último

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 

Último (20)

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 

20120140505009

  • 1. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME 75 A REVIEW ON FUZZY LOGIC BASED ROUTING IN AD HOC NETWORKS Pimal Khanpara CSE Department, Institute of Technology, Nirma University, Ahmedabad, India – 382481 ABSTRACT Ad hoc networks are increasing in popularity due to the spread of mobile devices. These networks are widely used in emergency situations like natural disasters and military conflicts. The dynamic and infra structureless nature of ad hoc networks makes them suitable for such applications. Self organization and self administration are the key features of any ad hoc network. Due to the dynamic and rapid movement of nodes, routing becomes very difficult in the ad hoc networks. Various routing schemes based on different approaches like Swarm based routing, Fuzzy logic based routing, Trust based routing, Energy level based routing, Secure routing etc. are proposed by the researchers. In the comparison of all the existing approaches, Fuzzy Logic Theory is proved to be a good approach for routing in the ad hoc networks. The main reason behind this is the capability of Fuzzy theory to handle uncertainties and randomness. This paper aims at reviewing the existing fuzzy logic theory based routing protocols that consider QoS parameters as routing metrics. Keywords: Ad hoc networks, Fuzzy Logic, Quality of Service parameters, Routing. I. INTRODUCTION An ad hoc network [1] is a group of nodes which are connected dynamically and moving rapidly. Such a network is decentralized in manner and wireless in nature. The topology of the network is not fixed due to the movement of the participating nodes. In an ad hoc network, the nodes can enter or leave the network at any time. In this dynamic environment, the implementation of routing functionality is challenging because a good route will probably be unavailable after a short while. The routing information is required to be updated with every change in the network topology. This results in consuming the precious network resources like bandwidth. Therefore, discovering and maintaining a route in the ad hoc environment is difficult. INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) ISSN 0976 - 6480 (Print) ISSN 0976 - 6499 (Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME: www.iaeme.com/ijaret.asp Journal Impact Factor (2014): 7.8273 (Calculated by GISI) www.jifactor.com IJARET © I A E M E
  • 2. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME 76 II. ROUTING PROTOCOLS Routing protocols proposed for ad hoc networks are categorized as: II.i. REACTIVE In the reactive routing protocol, the required routes are established only on demand. This may result into long waiting time for a node that wants to transmit because before the route discovery, transmission process can not be started. The advantage of reactive protocols is that routing information is not required be maintained and broadcasted with the changing network topology as a fresh route is always used for each transmission request. Examples of such protocols are AODV (Ad hoc On Demand distance Vector) [2] and DSR (Dynamic Source Routing) [3]. II.ii. PROACTIVE Proactive or table driven routing protocols maintain up-to-date and consistent routing information on all the nodes in the network. Whenever the topology changes, the routing information stored in routing tables is required to be updated. The clear advantage of the proactive protocols are that the transmitting node can immediately take the routing decision as the required path information is always available in the routing table. Some popular proactive protocols for ad hoc networks are TBRPF (Topology Broadcast based on Reverse Path Forwarding) [4] and OLSR (Optimized Link State Routing) [5]. II.iii. HYBRID Hybrid routing protocols incorporate the good features of both reactive and proactive routing protocols. These protocols are highly scalable and do not require to flood the network randomly. Some widely used hybrid routing protocols are HopNet [6] and ZRP (Zone Routing Protocol) [7]. III. FUZZY LOGIC THEORY Fuzzy Logic (FL) [8] is an approach for computing the results based on “degrees of truth”. It differs from the conventional binary logic. In the binary or boolean logic, we can use only two values, “true or false” or “0 or 1”. This logic is widely used in designing the modern computers. But for some problems, the results can not be represented into the absolute terms of 0 and 1. For such problems, Fuzzy Logic can be used to give the reasoning that is approximate rather than fixed or exact. In Fuzzy Logic Theory, the truth values range between completely true and completely false. This theory uses non-numeric variables called the linguistic variables to express the rules and facts for the given system. In Fuzzy Logic, the rules are defined in form of IF-THEN. We can also use some boolean operators like AND, OR and NOT in Fuzzy Logic. In some literature, other operators are also used which are linguistic in nature. Fuzzy Logic Theory has been used in numerous applications like artificial intelligence, pattern recognition, controlling unmanned military vehicles, knowledge based systems, weather forecasting systems, stock trading, subway control system and medical diagnosis. In fact, almost any control system can be replaced with a fuzzy logic based control system. A Fuzzy Logic System is mainly comprised of four components: Fuzzifier, Defuzzifier, Fuzzy Rule Base and Fuzzy Inference Engine. These components are arranged as follows in any Fuzzy Logic System.
  • 3. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME 77 Figure 1: Fuzzy Logic System Fuzzification is the first process that takes place in the FLS. A numeric or crisp input value is given to the Fuzzifier. The crisp input value is required to be converted to the corresponding fuzzy value as the rules for determining the result, are defined for fuzzy inputs. This task is performed by the Fuzzifier and then the fuzzy input values are supplied to the Fuzzy Inference Engine, which is responsible for computing the set of outputs based on the IF-THEN rules defined in the Fuzzy Rule Base. Usually, when more than one inputs are required, AND operator is used to combine them. The last process in the Fuzzy Logic System is defuzzification. It coverts the fuzzy output values into their corresponding crisp values. There are different methods for fuzzification and defuzzification. Some widely used fuzzifiers are Singleton fuzzifier, Gaussian fuzzifier and Trapezoidal or Triangle fuzzifier. Singleton fuzzifier is the simplest fuzzifier which basically assigns a precise value to the given input and hence no fuzziness is introduced by fuzzification in this case. Gaussian and Triangular fuzzifiers are used to suppress the noise in the given inputs. Examples of defuzzifiers are Maximum defuzzifier, Mean of maxima defuzzifier, Centroid defuzzifier, Height defuzzifier, Modified height defuzzifier, center of sets and center of sums. IV. WHY FUZZY ROUTING? [9] The advantages of Fuzzy Logic are its simplicity, flexibility of combining conventional control techniques, ability to model nonlinear functions and imprecise information, use of empirical knowledge and dependency on heuristics. Due to the basic characteristics of ad hoc networks like uncertainty due to dynamic topology and mobility of nodes, limited resources and unstable links; a precise and accurate model is not possible to implement. In such an environment, Fuzzy Logic Theory has been proved a good approach for routing compared to other routing methods. Fuzzy Logic ccan be used to solve the problem of routing in ad hoc networks where the final outcome is based on the factors with uncertainty.
  • 4. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME 78 V. QUALITY OF SERVICE Quality of service (QoS) is a set of service requirements that needs to be met by the network while transmitting a stream of packets from a source to its destination. QoS is considered as an important aspect to utilize the network resources in a better and efficient manner. In ad hoc networks, we have to consider bandwidth, jitter, node energy level, queue length, delay, cost and reliability constraints as the main QoS parameters [10]. These QoS parameters can be given as inputs to the fuzzy controller for determining the most preferred path. VI. FUZZY LOGIC BASED ROUTING PROTOCOLS There are many algorithms proposed for routing in the ad hoc networks. Most of them are either purely reactive or proactive and thus fail to have the features of the hybrid routing protocols. Another important limitation of almost all the existing algorithms is that they do not take all the Quality of Service parameters into consideration while determining the “best” path. Most of the proposed routing algorithms consider path cost and delay as the routing metrics. But in an ad hoc environment, it is actually important to focus on all or maximum QoS parameters at the time of finding the optimal route. This section gives the overview of the existing Fuzzy Logic based routing algorithms for the ad hoc networks. VI.i. RRAF (Reliable Routing Algorithm based on Fuzzy logic) [11] In this algorithm, two parameters, trust value and energy value are defined for each node. Based on the values of these parameters, lifetime of the routes are determined. This scheme basically uses AODV for routing. At the time of route discovery, each node inserts its trust value and energy capacity in the Route Request (RREQ) packet. Fuzzy Logic is used at the destination. A parameter called “Reliability value” is generated by the destination using the input trust and energy values. This reliability value is then used for routing. A path which is having greater reliability value is preferred over the others. So, this algorithm improves the performance of AODV but fails to consider the important QoS parameters except reliability and cost. VI.ii. FSRS ( Fuzzy based Stable Routing Scheme) [12] The objective of this algorithm is to find the most stable route for routing. For this, it takes the number of intermediate nodes, packet queue occupancy and the distance between the nodes as the input parameters. A fuzzy controller is used by the algorithm to calculate the lifetime of the route. Route cost is the input given to the fuzzy controller. The proposed scheme considers the average end to end delay, packet delivery ratio and routing load as the metrics. VI.iii. FQRA ( Fuzzy QoS Routing Algorithm) [13] This algorithm is an extension of the shortest routing path algorithm and uses the bandwidth and delay as the routing metrics. Improved path success ratio, improved throughput and reduced end to end delay are good features of this scheme. VI.iv. FLWMR ( Fuzzy Logic Wireless Multi path Routing) [14] Fuzzy Logic is used by this algorithm for allocating the resources in the network considering the traffic in the network. Zero or more maximally disjoint routes are used to transport the messages. Some packets are transmitted redundantly over more than one disjoint paths to increase the reliability, while some packets are suppressed at the source. This decision is taken based on the importance of the packets. When a request for data transmission comes, the route request messages are broadcasted by the source node to every other node in the network. When the request packet reaches to the destination, the path traveled by that request packet is recorded and then that path is
  • 5. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME 79 used for transmitting the data. VI.v. FLWLAMR ( Fuzzy Logic Wireless Load Aware Multi path Routing) [14] FLWLAMR is an extension of FLWMR algorithm. It considers the network status while selecting the route. To determine the network status, Fuzzy Logic is used. Fuzzy rules are defined to get the value for the network state, ranging from excellent to poor. Packets are forwarded immediately if the network is in excellent state. VI.vi. Multiclass FQRA [15] This algorithm considers the traffic state and bandwidth as the input parameters to take the routing decision based on the Fuzzy Logic. It used weighted round robin scheduler concept for forwarding the packets. The weights are assigned to the queues containing the data and based on these weight values, fuzzy controller determines the routing process. VI.vii. SSR (Source Select Route) [16] This routing algorithm aims at finding the optimized path between the source and the destination. Maximum distance between the nodes, maximum relative speed between the neighbour nodes and the total number of data transmission links in the intermediate nodes are the important factors for selecting the route. The authors claimed that the proposed algorithm performs better over the conventional routing algorithms for the ad hoc networks. VI.viii.Fuzzy Scheduler [17] The routing decision made by this scheme is dependent on the priority values of the packets. To calculate the priority of a packet, the algorithm considers various input parameters. The algorithm uses the fuzzy scheduler to determine the priority index values of the packets. Packet lifetime and the transmission rate are the important factors to be given to the fuzzy scheduler as the inputs. VI.ix. FAQM (Fuzzy Algorithm for QoS Multicast routing) [18] This algorithm used the concept of Swarm Intelligence with the Fuzzy Logic Theory. The authors of this algorithm have considered three Quality of Service parameters,: bandwidth, jitter and delay. This multicast routing protocol outperforms the conventional routing protocols for ad hoc networks. VI.x. ImRMR (Improved Rank based Multicast Routing) [19] In this multipath routing protocol, the routes are selected based upon the values of five parameters: bandwidth, number of hops, efficiency of the selected path, power consumption and traffic state. The algorithm tries to evaluate the rank for each existing path using the five resource constraints. According to the authors, this protocol performs better than the existing protocol ODMRP (On Demand Multicast Routing Protocol). VI.xi. FCMQR (Fuzzy Cost based Multi constrained QoS Routing) [20] This algorithm is based on multi criterion objective fuzzy measure. To select an optimal path, this protocol takes different parameters like bandwidth, number of intermediate hops and end to end delay into account. All the available resources for a path are used to compute the fuzzy cost for that path. The path which is having minimum fuzzy cost and maximum lifetime is chosen as the optimal route for transmission. Table 1 shows the comparison of the above existing Fuzzy Logic based routing algorithms with respect to a variety of QoS parameters. None of these protocols consider all the required QoS parameters.
  • 6. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME 80 Table 1 Comparison of fuzzy logic based routing protocols Routing Protocol QoS Parameters Remarks RRAF (Reliable Routing Algorithm based on Fuzzy logic) [14] Trust value, energy level Fails to consider time, frequency, space and cost metrics FSRS (Fuzzy based Stable Routing Scheme) [20] Hop count, queue status, distance between nodes Uses two fuzzy controllers into each node that take three QoS parameters as inputs FQRA (Fuzzy QoS Routing Algorithm) [17] Delay, bandwidth Based on Dijkstra’s shortest path algorithm; bandwidth and delay are taken into consideration FLWMR (Fuzzy Logic Wireless Multipath Routing) [2] Number of intermediate nodes Considers only hop count to find the optimal route FLWLAMR (Fuzzy Logic Wireless Load Aware Multipath Routing) [2] Network status Extension of FLWMR; deals with load balancing by considering network traffic Multiclass FQRA [18] Scheduler; bandwidth, delay Based on the packet weight, the scheduler takes the routing decision considering time and frequency constraints SSR (Source Select Route) [23] Maximum distance between intermediate nodes, maximum relative speed, total number of links Does not consider all the QoS parameters Fuzzy scheduler [16] Priority value Routing takes place based on the priority index of the packet FAQM (Fuzzy Algorithm for QoS Multicast Routing) [19] Bandwidth, delay, jitter Multicast routing algorithm based on Artificial Fish Swarm algorithm. Bandwidth, delay and jitter are taken as routing metrics ImRMR (Improved Rank based Multicast Routing) [21] Bandwidth, computing power, hop count, network load, energy consumption Does not consider all the QoS parameters FCMQR (Fuzzy Cost based Multi constrained QoS Routing) [22] Delay, link expiration time, bandwidth Fails to consider space, cost, energy level and reliability constraints VII. CONCLUSION This paper discusses how the Fuzzy Logic Theory can be used for implementing routing in the ad hoc networks. To select an optimal route in the ad hoc networks, it is necessary to consider all or maximum Quality of Service parameters. But to the best of my knowledge, none of the existing algorithms has this feature. Most of the authors have used two or three parameters as routing metrics. So, the objective of this survey is to find out the possibility of research in this area. The future scope of this work lies into the development of a new, Fuzzy Logic based routing protocol for ad hoc networks that take all the important QoS parameters into consideration. REFERENCES [1] Stefano Basagni, Marco Conti, Silvia Giordao and Ivan Stojmenovic, Mobile ad hoc networking, IEEE press, Wiley interscience publication. [2] Perkins, C.; Belding-Royer, E. and Das, S., Ad hoc On-Demand Distance Vector (AODV) Routing, IETF, RFC 3561, July 2003. [3] David B. Johnson and David A. Maltz, Dynamic Source Routing in Ad hoc wireless networks, Mobile Computing, Kluwer Academic Publishers, 1996. [4] Bhargav Bellur, Richard G. Ogier and Fred L. Templin, Topology Dissemination Based on Reverse-Path Forwarding (TBRPF), RFC 3684, February 2004. [5] Philippe Jacquet, Paul Muhlethaler, Amir Qayum, AnisLaouiti, Laurent Viennot et al., Optimized Link State Routing Protocol (OLSR), RFC 3626.
  • 7. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 5, May (2014), pp. 75-81 © IAEME 81 [6] Jianping Wanga, Eseosa Osagiea, Parimala Thulasiraman and Ruppa K. Thulasiram, HOPNET: A hybrid ant colony optimization routing algorithm for mobile ad hoc network, Elsevier 2008, June 2008. [7] Zygmunt J. Haas and Marc R. Pearlman, The performance of query control schemes for the Zone Routing Protocol, IEEE/ACM Transactions on Networking, Vol. 9, No. 4, August 2001. [8] Joseph BIH, Paradigm shift – an introduction to fuzzy logic, IEEE Potentials, January – February 2006. [9] Yaozhou Ma, M. RubaiyatKibria and Abbas Jamalipour, A fuzzy logic based delivery framework for optimized routing in mobile ad hoc networks, Wireless Communications and Mobile Computing Conference, IWCMC 2008, p. 801-806. [10] Prasant Mohapatra, Jian Li and Chao Gui, QoS in mobile ad hoc networks, IEEE Wireless Communications, June 2003, p. 44-52. [11] Golnoosh G., Azadeh G., Arash D. and Mahmaz R., Reliable routing algorithm based on fuzzy logic for mobile ad hoc network, Proceedings of ICACTE 2010. [12] Taqwa Odey and A. Ali, Fuzzy controller based stable routes with lifetime prediction in MANETs, IJCN 2011, vol. 3, issue 1, p. 37-42. [13] M. Yaghmaei, M. Baradaran and H. Talebian, A Fuzzy QoS Routing Algorithm, IEEE conference on Communication networks and systems 2006, p. 1-5. [14] Alandjani Gasim and Johnson Eic E., Fuzzy routing in ad hoc networks, Performance, computing and communications conference 2003, IEEE international volume, April 2003, p. 525-30. [15] B. Sun, C. Gui, Q. Zhang and H. Chen, Fuzzy controller based QoS routing algorithm with a multiclass scheme for MANET, International journal of Computers, Communications and Control, 2009, vol 4, p. 427-438. [16] Mohamad Hadi Babaci Rochi, Arash Dana and Mahshid Ziyaee, A new source routing mechanism in MANET, IEEE ICACT 2011. [17] Shangchao P. and Baolin S., Fuzzy controllers based multipath routing algorithm in MANET, Proceedings of Applied physics and industrial engineering conference 2012, p. 1178-1185. [18] Junweiwang and Zhaoxia Wu, A fuzzy decision based intelligent QoS multicast routing algorithm, Proceedings of IEEE Automation and Logistics Conference 2011, p. 169-172. [19] A. Naga Raju and S. Ramachandram, Fuzzy cost based multipath routing for MANETs, Journal of theoretical and Applied information technology, p. 319-326. [20] G. Santhi and A. Nachiappan, Fuzzy cost based multi constrained QoS routing with mobility prediction in MANETs, Egyptian informatics journal 2012, p. 19-25. [21] V. Bapuji, R. Naveen Kumar, Dr. A. Govardhan and Prof. S.S.V.N. Sarma, “Maximizing Lifespan of Mobile Ad Hoc Networks with QoS Provision Routing Protocol”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 150 - 156, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [22] Thaker Minesh, S B Sharma and Yogesh Kosta, “A Survey: Variants of Energy Constrained Reactive Routing Protocols of Mobile Ad Hoc Networks”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 2, 2012, pp. 248 - 257, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. [23] Taniya Jain and Neeti Kashyap, “Factors for Designing Routing Protocol in Manet”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 5, 2013, pp. 189 - 193, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.