SlideShare a Scribd company logo
Sundarapandian et al. (Eds): CoNeCo,WiMo, NLP, CRYPSIS, ICAIT, ICDIP, ITCSE, CS & IT 07,
pp. 31–36, 2012. © CS & IT-CSCP 2012 DOI : 10.5121/csit.2012.2404
DSR Routing Decisions for Mobile Ad Hoc
Networks using Fuzzy Inference System
Pankaj Sharma 1
, Shruti Kohli2
, Ashok Kumar Sinha3
1
Department of Information Technology,
ABES Engineering college, Ghaziabad, UP, India
1
sharma1pk@gmail.com
2
Department of Computer Science & Engineering,BITEC,Noida,UP,India
2
shruti@bitmesra.ac.in
3
Department of Information Technology,
ABES Engineering college, Ghaziabad, UP, India
3
aksinha@abes.ac,in
Abstract
Mobile ad-hoc network technology has gained popularity in recent years by researchers on
account of its flexibility, low cost and ease of deployment. The objective of this paper is to model
the behavior of MANET for DSR protocol by considering some prominent routing metrics.
These metrics ( packet delivery fraction, normalized routing load , average end- to- end delay
etc.) have been generated by Network Simulator NS 2.34 tools and the node movement has been
generated using Bonmotion 1.4.The MANET behavior for DSR protocol is hypothesized to be
dependent on fuzzy variables like node density, pause time , number of packets transferred , and
the number of connection. In this paper the behavior of MANET is modeled using Fuzzy
Inference System for DSR (Dynamic Source Routing) protocol , Fuzzy Inference System offers
a natural way of representing and reasoning the problems with uncertainty and imprecision.
Fuzzy logic is found to be a suitable way in the mobile ad hoc network routing decision. A
Fuzzy inference system is implemented on MATLAB 7.0 and the model is found to be
satisfactory with the fuzzy input metrics and de fuzzified output metrics .
Keywords
Ad hoc networks, Routing metrics, DSR, Fuzzy Logic, FIS Editor
1. INTRODUCTION
In Mobile Ad Hoc Network (MANET) , A number of routing protocols have been developed
and proposed [1, 2], that will help in route discovery and maintenance mechanisms for the
mobile node to communicate with other nodes in MANET . The objective of all these protocols
is to find the most reliable and feasible path. Since last few years, the research community has
developed many routing protocols and submitted in the form of drafts to the group of Internet
Engineering and Task Force Mobile Ad-hoc Networking (MANET) [7]. According to them the
good protocols are the Optimized Link State Routing (OLSR), Zone Based Routing
Protocol(ZRP),Temporally-Ordered Routing
32 Computer Science & Information Technology ( CS & IT )
Algorithm (TORA) , the Ad-Hoc On demand Distance Vector (AODV) , the Destination-
Sequenced Distance Vector (DSDV), the Dynamic Source Routing (DSR) and many more. Here
is the brief overview of these protocols.
Many research works have been compared for the different ad hoc routing protocols (OLSR,
ZRP, TORA, DSDV, DSR, AODV etc. Johansson, et. al. [3] ) under varying network scenarios.
Packet Delivery Ratio (PDR) fraction, Normalized Routing Load and Average end-to-end delay
are some prominent metrics used in the comparisons. Throughput and delay of the protocols
Perkins,et. al. [4], focused on only comparing the two on-demand routing protocols i.e. DSR and
AODV. Yang Cheng Hung, et. al. [5], focused on OLSR protocol compares only Node density
versus speed.
Thomas Staub, et. al. [6], focused on DSR and DSDV and find out that they did not supply any
valid results in the hybrid situation.
Similarly there are so many research works which have shown a number of comparisons on
various routing protocols , analyze the performance of various protocols, there is still no such
model or approach which can provide help in MANET area to compute the behavior of
protocols using the formula or function , with the help of proposed model in this paper , DSR is
the right protocol which shows satisfactory outcomes in most of the Mobile ad hoc network
challenges.
All these research works do not provide the methodology to find the sensitivity of performance
metrics of MANET with respect to the input metrics. In this paper this issue has been resolved
successfully. A lot of research have been done in MANET area, but still there is a gap to
overcome the real environment challenges. The proposed model proposed in this paper will be
able to shape out the behavior of MANET by using DSR protocol.
2. TOOLS & METHODOLOGY
In this paper we have used various tools such as network simulator version 2.34 (NS2.34) for
getting the simulation results by writing and running the TCL script, applying the parameters in
Table1,[7] in addition we have taken the help of traffic generation tool such as cbrgen.tcl and
mobile movement scenario generation tool such as Bonmotion 1.4, after getting the results
.Finally we have used the Fuzzy Inference System tool for testing the behavior of the scenario
described in Table 1.
Table 1. SIMULATION PARAMETER
Simulation Parameters
Routing Protocol DSR
Mobility Model RPGM
Simulation Time 100
Number of Nodes 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150
,160, 170
Computer Science & Information Technology ( CS & IT ) 33
Simulation Area x=800 m, y= 800 m
Speed l=0.0 m/s, h= (5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65,
70, 75, 80, 85) m/s
Pause Time 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27 ,29, 31, 33, 35
Traffic Type CBR
Packet Size 512 bytes
Rate (5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85)
packets/sec
Number of
Connections
10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90
Seed 1.0
3. FUZZY ENGINE
A fuzzy engine, as per Figure 1, is typified by the inference system that includes the system rule
base, input membership functions that fuzzify the input variables and the output variable.
Fuzzification is a procedure where crisp input values are represented in terms of the membership
function, of the fuzzy sets. The fuzzy logic controller triangular membership functions are
defined over the range of the fuzzy input values and linguistically describe the variable’s universe
of discourse as shown in Figure 2. Following the fuzzification process the inference engine
determines the fuzzy output using fuzzy rules that are in the form of if then rules. De-
fuzzification is then used to translate the fuzzy output to a crisp value.
Figure 1. Fuzzy Engine
To compute the output of this FIS given the inputs, one must go through six steps:
1. Determining a set of fuzzy rules
2. Fuzzifying the inputs using the input membership functions,
34 Computer Science & Information Technology ( CS & IT )
3. Combining the fuzzified inputs according to the fuzzy rules to establish a rule strength,
4. Finding the consequence of the rule by combining the rule strength and the output membership
function,
5. Combining the consequences to get an output distribution, and
6. Defuzzifying the output distribution for computing the crisp output.
The Figure 2 shows the description of this process.
Figure 2. A two input, two rule Mamdani FIS with crisp inputs
4. FUZZY INFERENCE SYSTEM FOR DSR
For implementation of the proposed model We have taken some results with the help of network
simulator and consider those results as sample input and used these samples in FIS Editor
toolbox supported by MATLAB 7.0, and tuned out the DSR ,applying the fuzzy logic with the
help of Fuzzy inference System and found that in which practical situations the DSR protocol
performs poor, satisfactory and acceptable. A fuzzy inference system (FIS) is a system that uses
fuzzy set theory to map inputs (node density, pause time , node mobility number of packets
transferred , and the number of connection) to outputs (Packet Delivery Fraction, Normalized
Routing Load and Normalized MAC Load) in the case of fuzzy classification). In this paper the
Mamdani FIS is implemented for tuning the behavior of DSR.
A fuzzy inference system (FIS) is a system that uses fuzzy set theory to map inputs like Node
Density(ND), Pause Time(PT) , Node Mobility(NM), Number of Packets transferred(NP) , and
the Number of Connection(NC) to outputs Packet Delivery Fraction(PDF) , Normalized Routing
Load(NRL) and Normalized MAC Load(NML) in the case of fuzzy classification . In this paper
the Mamdani FIS is taken for tuning DSR. The proposed Inference System is given in Figure. 3,
Combining the fuzzified inputs according to the fuzzy rules which are described in Figure. 4 to
establish a rule strength and the sample crisp output is shown in Figure 5.
Computer Science & Information Technology ( CS & IT ) 35
Figure 3. Proposed Fuzzy Inference System for DSR
Figure 4. Fuzzy Rules for Fuzzyfying the given inputs
Figure 5. Sample Crisp Output of Inference System after Tuning DSR
5. OVERVIEW OF SIMULATION RESULTS
The objective of the fuzzy Inference System is to reducing the overheads to decide that in which
types of network conditions the protocol performs poor , satisfactory or acceptable , Figure 1
shows the basic Inference System for applying Fuzzy Rules, it is the road map for implementing
the model, Figure 2 shows the strength of fuzzy rules, Figure 3 represents how the input metrics
are strengthened by Fuzzy Inference System to relate the effect on output metrics. With the help
of proposed model using Fuzzy Inference System and after tuning out the behavior , MANET
environment will be able to improve the performance by using DSR, according to the model it is
observed that which parameters are to be focused to increase the performance in terms of more
packet delivery fraction with minimum routing load and delay, the fuzzy rules are described in
36 Computer Science & Information Technology ( CS & IT )
Figure 4 , after applying the rules the behavior of MANET for DSR is satisfactory, sample crisp
output is shown in Figure 5.
6. CONCLUSION
This paper proposes a fuzzy logic based decision as a scenario selection method. This facilitates
the generation of effective results that shows the necessity for performing the appropriate model,
in conjunction with this, MANET area research will be able to gain the advantages of the Fuzzy
Inference system that provides some direction that how to target the challenges to achieve higher
throughput at minimum cost and delay. By observing the model it can be found that which input
parameters influences output parameters, It is concluded that either increasing the number of
nodes or changing the speed of movement, it will degrade the performance of DSR protocol.
By using the proposed model , if number of connection, number of packets , node density node
mobility speed and pause time is increased with proper ratio then , performance of DSR can be
enhanced , if performance of DSR is increased then MANET is able to have low signal loss,
high energy nodes environment.
Acknowledgement
I would like to Thanks to Dr. A.K. Sinha for motivating and guiding me at every step in my work,
I am also thankful to ABES Engineering college management for The financial assistance
provided in the form of travelling allowance and registration..
REFERENCES
[1] E. M. Royer and S. B. Chai-Keong Toh, “A Review of Current Routing Protocols for Ad Hoc Mobile
Wireless Networks”, IEEE Personal Communications, April 1999, pp 46-55.
[2] M. Abolhasan, T. Wysocki and E. Dutkiewicz, “A review of routing protocols for mobile ad hoc
networks”, http:// www.elsevier.com/locate/adhoc, Ad Hoc Networks 2, 2004, pp 1-22.
[3] J. Broch, D.A. Maltz, D. B. Johnson, Y-C. Hu, and J. Jetcheva. A performance comparison of Multi-
hop wireless ad-hoc networking routing protocols. In Proceedings of the 4th International Conference
on Mobile Computing and Networking (ACM MOBICOM ’98), October 1998, pages 85-97.
[4] Charles Perkins, Elizabeth Royer, Samir Das, and Mahesh Marina. Performance of two on-demand
Routing Protocols for Ad-hoc Networks. IEEE Personal Communications, February 2001, pages 16-
28.
[5] Yang Cheng Hung, Saleem Bhatti, & Daryl Parker titled on “Tuning OLSR” in The 17th annual IEEE
International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC ‘ 06)[4].
[6] Thomas Staub, Computer Science Project, titled “Performance Comparison of MANET routing
Protocols in Ad-hoc and Hybrid Networks” Computer Networks and Distributed Systems (RVS),
Institute of Computer Science and Applied Mathematics (IAM), University of Berne, Switzerland, in
February 2004.[5]
[7] [RFC 2501] S. Corson, J. Macker. Mobile Ad hoc Networking (MANET): Routing Protocol
Performance Issues and Evaluation Considerations, January 1999.
Bibliography
Pankaj Sharma receivedThe BCA degree from CCS University Meerut, in 2001 Msc(IT)
from SMU Karnataka in 2003, MCA from NU Bhilai in 2003, & M.Tech.(CSE) from
GBTU Lucknow in 2010. Since 2005 I am working at ABES Engineering college
Ghaziabad as Senior Assistant Professor in Information Technology Department .

More Related Content

What's hot

Dsr aodv performance
Dsr aodv performanceDsr aodv performance
Dsr aodv performanceGilles Samba
 
N017428692
N017428692N017428692
N017428692
IOSR Journals
 
Q01742112115
Q01742112115Q01742112115
Q01742112115
IOSR Journals
 
Objective Evaluation of a Deep Neural Network Approach for Single-Channel Spe...
Objective Evaluation of a Deep Neural Network Approach for Single-Channel Spe...Objective Evaluation of a Deep Neural Network Approach for Single-Channel Spe...
Objective Evaluation of a Deep Neural Network Approach for Single-Channel Spe...
csandit
 
9517cnc03
9517cnc039517cnc03
9517cnc03
IJCNCJournal
 
BER ANALYSIS FOR DOWNLINK MIMO-NOMA SYSTEMS OVER RAYLEIGH FADING CHANNELS
BER ANALYSIS FOR DOWNLINK MIMO-NOMA SYSTEMS OVER RAYLEIGH FADING CHANNELSBER ANALYSIS FOR DOWNLINK MIMO-NOMA SYSTEMS OVER RAYLEIGH FADING CHANNELS
BER ANALYSIS FOR DOWNLINK MIMO-NOMA SYSTEMS OVER RAYLEIGH FADING CHANNELS
IJCNCJournal
 
Mobile Networking and Mobile Ad Hoc Routing Protocol Modeling
Mobile Networking and Mobile Ad Hoc Routing Protocol ModelingMobile Networking and Mobile Ad Hoc Routing Protocol Modeling
Mobile Networking and Mobile Ad Hoc Routing Protocol Modeling
IOSR Journals
 
H0261047055
H0261047055H0261047055
H0261047055
inventionjournals
 
G010334554
G010334554G010334554
G010334554
IOSR Journals
 
Implementation Of Back-Propagation Neural Network For Isolated Bangla Speech ...
Implementation Of Back-Propagation Neural Network For Isolated Bangla Speech ...Implementation Of Back-Propagation Neural Network For Isolated Bangla Speech ...
Implementation Of Back-Propagation Neural Network For Isolated Bangla Speech ...
ijistjournal
 
Abstract + Poster (MSc Thesis)
Abstract + Poster (MSc Thesis)Abstract + Poster (MSc Thesis)
Abstract + Poster (MSc Thesis)Louis Abalu
 
Investigations on Hybrid Learning in ANFIS
Investigations on Hybrid Learning in ANFISInvestigations on Hybrid Learning in ANFIS
Investigations on Hybrid Learning in ANFIS
IJERA Editor
 
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
cscpconf
 
Improved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy Logic
Improved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy LogicImproved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy Logic
Improved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy Logic
TELKOMNIKA JOURNAL
 
Ejsr 86 3
Ejsr 86 3Ejsr 86 3
Performance Evaluation of Reactive, Proactive and Hybrid Routing Protocols Ba...
Performance Evaluation of Reactive, Proactive and Hybrid Routing Protocols Ba...Performance Evaluation of Reactive, Proactive and Hybrid Routing Protocols Ba...
Performance Evaluation of Reactive, Proactive and Hybrid Routing Protocols Ba...
CSCJournals
 
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
IAEME Publication
 
A COOPERATIVE LOCALIZATION METHOD BASED ON V2I COMMUNICATION AND DISTANCE INF...
A COOPERATIVE LOCALIZATION METHOD BASED ON V2I COMMUNICATION AND DISTANCE INF...A COOPERATIVE LOCALIZATION METHOD BASED ON V2I COMMUNICATION AND DISTANCE INF...
A COOPERATIVE LOCALIZATION METHOD BASED ON V2I COMMUNICATION AND DISTANCE INF...
IJCNCJournal
 

What's hot (19)

Dsr aodv performance
Dsr aodv performanceDsr aodv performance
Dsr aodv performance
 
N017428692
N017428692N017428692
N017428692
 
Q01742112115
Q01742112115Q01742112115
Q01742112115
 
Objective Evaluation of a Deep Neural Network Approach for Single-Channel Spe...
Objective Evaluation of a Deep Neural Network Approach for Single-Channel Spe...Objective Evaluation of a Deep Neural Network Approach for Single-Channel Spe...
Objective Evaluation of a Deep Neural Network Approach for Single-Channel Spe...
 
9517cnc03
9517cnc039517cnc03
9517cnc03
 
BER ANALYSIS FOR DOWNLINK MIMO-NOMA SYSTEMS OVER RAYLEIGH FADING CHANNELS
BER ANALYSIS FOR DOWNLINK MIMO-NOMA SYSTEMS OVER RAYLEIGH FADING CHANNELSBER ANALYSIS FOR DOWNLINK MIMO-NOMA SYSTEMS OVER RAYLEIGH FADING CHANNELS
BER ANALYSIS FOR DOWNLINK MIMO-NOMA SYSTEMS OVER RAYLEIGH FADING CHANNELS
 
Mobile Networking and Mobile Ad Hoc Routing Protocol Modeling
Mobile Networking and Mobile Ad Hoc Routing Protocol ModelingMobile Networking and Mobile Ad Hoc Routing Protocol Modeling
Mobile Networking and Mobile Ad Hoc Routing Protocol Modeling
 
H0261047055
H0261047055H0261047055
H0261047055
 
G010334554
G010334554G010334554
G010334554
 
Implementation Of Back-Propagation Neural Network For Isolated Bangla Speech ...
Implementation Of Back-Propagation Neural Network For Isolated Bangla Speech ...Implementation Of Back-Propagation Neural Network For Isolated Bangla Speech ...
Implementation Of Back-Propagation Neural Network For Isolated Bangla Speech ...
 
Abstract + Poster (MSc Thesis)
Abstract + Poster (MSc Thesis)Abstract + Poster (MSc Thesis)
Abstract + Poster (MSc Thesis)
 
Investigations on Hybrid Learning in ANFIS
Investigations on Hybrid Learning in ANFISInvestigations on Hybrid Learning in ANFIS
Investigations on Hybrid Learning in ANFIS
 
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
DESIGN AND IMPLEMENTATION OF BINARY NEURAL NETWORK LEARNING WITH FUZZY CLUSTE...
 
Improved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy Logic
Improved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy LogicImproved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy Logic
Improved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy Logic
 
Ejsr 86 3
Ejsr 86 3Ejsr 86 3
Ejsr 86 3
 
Performance Evaluation of Reactive, Proactive and Hybrid Routing Protocols Ba...
Performance Evaluation of Reactive, Proactive and Hybrid Routing Protocols Ba...Performance Evaluation of Reactive, Proactive and Hybrid Routing Protocols Ba...
Performance Evaluation of Reactive, Proactive and Hybrid Routing Protocols Ba...
 
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
 
A COOPERATIVE LOCALIZATION METHOD BASED ON V2I COMMUNICATION AND DISTANCE INF...
A COOPERATIVE LOCALIZATION METHOD BASED ON V2I COMMUNICATION AND DISTANCE INF...A COOPERATIVE LOCALIZATION METHOD BASED ON V2I COMMUNICATION AND DISTANCE INF...
A COOPERATIVE LOCALIZATION METHOD BASED ON V2I COMMUNICATION AND DISTANCE INF...
 
Im2009
Im2009Im2009
Im2009
 

Similar to DSR Routing Decisions for Mobile Ad Hoc Networks using Fuzzy Inference System

DIFFERENTIATED SERVICES ENSURING QOS ON INTERNET
DIFFERENTIATED SERVICES ENSURING QOS ON INTERNETDIFFERENTIATED SERVICES ENSURING QOS ON INTERNET
DIFFERENTIATED SERVICES ENSURING QOS ON INTERNET
ijcseit
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
ijp2p
 
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIAENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
IJITE
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
ijp2p
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
ijp2p
 
IRJET- Design and Implementation of Performance Evaluation of Routing Protoco...
IRJET- Design and Implementation of Performance Evaluation of Routing Protoco...IRJET- Design and Implementation of Performance Evaluation of Routing Protoco...
IRJET- Design and Implementation of Performance Evaluation of Routing Protoco...
IRJET Journal
 
Protocol based QoS Estimation of OFDM-WIMAX Network
Protocol based QoS Estimation of OFDM-WIMAX NetworkProtocol based QoS Estimation of OFDM-WIMAX Network
Protocol based QoS Estimation of OFDM-WIMAX Network
idescitation
 
An Effective approach to control Inter-domain Traffic Engineering among Heter...
An Effective approach to control Inter-domain Traffic Engineering among Heter...An Effective approach to control Inter-domain Traffic Engineering among Heter...
An Effective approach to control Inter-domain Traffic Engineering among Heter...
ijistjournal
 
A New Bit Split and Interleaved Channel Coding for MIMO Decoder
A New Bit Split and Interleaved Channel Coding for MIMO DecoderA New Bit Split and Interleaved Channel Coding for MIMO Decoder
A New Bit Split and Interleaved Channel Coding for MIMO Decoder
IJARBEST JOURNAL
 
P01754110117
P01754110117P01754110117
P01754110117
IOSR Journals
 
Performance evaluation of MANET routing protocols based on QoS and energy p...
  Performance evaluation of MANET routing protocols based on QoS and energy p...  Performance evaluation of MANET routing protocols based on QoS and energy p...
Performance evaluation of MANET routing protocols based on QoS and energy p...
IJECEIAES
 
Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Net...
Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Net...Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Net...
Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Net...
ijsrd.com
 
FMADM SYSTEM FOR MANET ENVIRONMENT
FMADM SYSTEM FOR MANET ENVIRONMENTFMADM SYSTEM FOR MANET ENVIRONMENT
FMADM SYSTEM FOR MANET ENVIRONMENT
pijans
 
FMADM SYSTEM FOR MANET ENVIRONMENT
FMADM SYSTEM FOR MANET ENVIRONMENTFMADM SYSTEM FOR MANET ENVIRONMENT
FMADM SYSTEM FOR MANET ENVIRONMENT
pijans
 
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
 
At34278282
At34278282At34278282
At34278282
IJERA Editor
 
THE EFFECTS OF PAUSE TIME ON THE PERFORMANCE OF DSR PROTOCOL IN MOBILE ADHOC ...
THE EFFECTS OF PAUSE TIME ON THE PERFORMANCE OF DSR PROTOCOL IN MOBILE ADHOC ...THE EFFECTS OF PAUSE TIME ON THE PERFORMANCE OF DSR PROTOCOL IN MOBILE ADHOC ...
THE EFFECTS OF PAUSE TIME ON THE PERFORMANCE OF DSR PROTOCOL IN MOBILE ADHOC ...
SyafiqahMohamad84
 
PERFORMANCE OF OLSR MANET ADOPTING CROSS-LAYER APPROACH UNDER CBR AND VBR TRA...
PERFORMANCE OF OLSR MANET ADOPTING CROSS-LAYER APPROACH UNDER CBR AND VBR TRA...PERFORMANCE OF OLSR MANET ADOPTING CROSS-LAYER APPROACH UNDER CBR AND VBR TRA...
PERFORMANCE OF OLSR MANET ADOPTING CROSS-LAYER APPROACH UNDER CBR AND VBR TRA...
IJCNCJournal
 
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
Eswar Publications
 

Similar to DSR Routing Decisions for Mobile Ad Hoc Networks using Fuzzy Inference System (20)

DIFFERENTIATED SERVICES ENSURING QOS ON INTERNET
DIFFERENTIATED SERVICES ENSURING QOS ON INTERNETDIFFERENTIATED SERVICES ENSURING QOS ON INTERNET
DIFFERENTIATED SERVICES ENSURING QOS ON INTERNET
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
 
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIAENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
ENHANCING STUDENTS’ LEARNING AND SATISFACTION THROUGH THE USE OF SOCIAL MEDIA
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
 
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
PERFORMANCE ANALYSIS AND COMPARISON OF IMPROVED DSR WITH DSR, AODV AND DSDV R...
 
IRJET- Design and Implementation of Performance Evaluation of Routing Protoco...
IRJET- Design and Implementation of Performance Evaluation of Routing Protoco...IRJET- Design and Implementation of Performance Evaluation of Routing Protoco...
IRJET- Design and Implementation of Performance Evaluation of Routing Protoco...
 
Protocol based QoS Estimation of OFDM-WIMAX Network
Protocol based QoS Estimation of OFDM-WIMAX NetworkProtocol based QoS Estimation of OFDM-WIMAX Network
Protocol based QoS Estimation of OFDM-WIMAX Network
 
An Effective approach to control Inter-domain Traffic Engineering among Heter...
An Effective approach to control Inter-domain Traffic Engineering among Heter...An Effective approach to control Inter-domain Traffic Engineering among Heter...
An Effective approach to control Inter-domain Traffic Engineering among Heter...
 
A New Bit Split and Interleaved Channel Coding for MIMO Decoder
A New Bit Split and Interleaved Channel Coding for MIMO DecoderA New Bit Split and Interleaved Channel Coding for MIMO Decoder
A New Bit Split and Interleaved Channel Coding for MIMO Decoder
 
P01754110117
P01754110117P01754110117
P01754110117
 
2 sima singh-6-13
2 sima singh-6-132 sima singh-6-13
2 sima singh-6-13
 
Performance evaluation of MANET routing protocols based on QoS and energy p...
  Performance evaluation of MANET routing protocols based on QoS and energy p...  Performance evaluation of MANET routing protocols based on QoS and energy p...
Performance evaluation of MANET routing protocols based on QoS and energy p...
 
Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Net...
Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Net...Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Net...
Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Net...
 
FMADM SYSTEM FOR MANET ENVIRONMENT
FMADM SYSTEM FOR MANET ENVIRONMENTFMADM SYSTEM FOR MANET ENVIRONMENT
FMADM SYSTEM FOR MANET ENVIRONMENT
 
FMADM SYSTEM FOR MANET ENVIRONMENT
FMADM SYSTEM FOR MANET ENVIRONMENTFMADM SYSTEM FOR MANET ENVIRONMENT
FMADM SYSTEM FOR MANET ENVIRONMENT
 
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
 
At34278282
At34278282At34278282
At34278282
 
THE EFFECTS OF PAUSE TIME ON THE PERFORMANCE OF DSR PROTOCOL IN MOBILE ADHOC ...
THE EFFECTS OF PAUSE TIME ON THE PERFORMANCE OF DSR PROTOCOL IN MOBILE ADHOC ...THE EFFECTS OF PAUSE TIME ON THE PERFORMANCE OF DSR PROTOCOL IN MOBILE ADHOC ...
THE EFFECTS OF PAUSE TIME ON THE PERFORMANCE OF DSR PROTOCOL IN MOBILE ADHOC ...
 
PERFORMANCE OF OLSR MANET ADOPTING CROSS-LAYER APPROACH UNDER CBR AND VBR TRA...
PERFORMANCE OF OLSR MANET ADOPTING CROSS-LAYER APPROACH UNDER CBR AND VBR TRA...PERFORMANCE OF OLSR MANET ADOPTING CROSS-LAYER APPROACH UNDER CBR AND VBR TRA...
PERFORMANCE OF OLSR MANET ADOPTING CROSS-LAYER APPROACH UNDER CBR AND VBR TRA...
 
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
 

More from cscpconf

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
cscpconf
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
cscpconf
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
cscpconf
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
cscpconf
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
cscpconf
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
cscpconf
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
cscpconf
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
cscpconf
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
cscpconf
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
cscpconf
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
cscpconf
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
cscpconf
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEW
cscpconf
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
cscpconf
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
cscpconf
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
cscpconf
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
cscpconf
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
cscpconf
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
cscpconf
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
cscpconf
 

More from cscpconf (20)

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEW
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
 

Recently uploaded

Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 

Recently uploaded (20)

Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 

DSR Routing Decisions for Mobile Ad Hoc Networks using Fuzzy Inference System

  • 1. Sundarapandian et al. (Eds): CoNeCo,WiMo, NLP, CRYPSIS, ICAIT, ICDIP, ITCSE, CS & IT 07, pp. 31–36, 2012. © CS & IT-CSCP 2012 DOI : 10.5121/csit.2012.2404 DSR Routing Decisions for Mobile Ad Hoc Networks using Fuzzy Inference System Pankaj Sharma 1 , Shruti Kohli2 , Ashok Kumar Sinha3 1 Department of Information Technology, ABES Engineering college, Ghaziabad, UP, India 1 sharma1pk@gmail.com 2 Department of Computer Science & Engineering,BITEC,Noida,UP,India 2 shruti@bitmesra.ac.in 3 Department of Information Technology, ABES Engineering college, Ghaziabad, UP, India 3 aksinha@abes.ac,in Abstract Mobile ad-hoc network technology has gained popularity in recent years by researchers on account of its flexibility, low cost and ease of deployment. The objective of this paper is to model the behavior of MANET for DSR protocol by considering some prominent routing metrics. These metrics ( packet delivery fraction, normalized routing load , average end- to- end delay etc.) have been generated by Network Simulator NS 2.34 tools and the node movement has been generated using Bonmotion 1.4.The MANET behavior for DSR protocol is hypothesized to be dependent on fuzzy variables like node density, pause time , number of packets transferred , and the number of connection. In this paper the behavior of MANET is modeled using Fuzzy Inference System for DSR (Dynamic Source Routing) protocol , Fuzzy Inference System offers a natural way of representing and reasoning the problems with uncertainty and imprecision. Fuzzy logic is found to be a suitable way in the mobile ad hoc network routing decision. A Fuzzy inference system is implemented on MATLAB 7.0 and the model is found to be satisfactory with the fuzzy input metrics and de fuzzified output metrics . Keywords Ad hoc networks, Routing metrics, DSR, Fuzzy Logic, FIS Editor 1. INTRODUCTION In Mobile Ad Hoc Network (MANET) , A number of routing protocols have been developed and proposed [1, 2], that will help in route discovery and maintenance mechanisms for the mobile node to communicate with other nodes in MANET . The objective of all these protocols is to find the most reliable and feasible path. Since last few years, the research community has developed many routing protocols and submitted in the form of drafts to the group of Internet Engineering and Task Force Mobile Ad-hoc Networking (MANET) [7]. According to them the good protocols are the Optimized Link State Routing (OLSR), Zone Based Routing Protocol(ZRP),Temporally-Ordered Routing
  • 2. 32 Computer Science & Information Technology ( CS & IT ) Algorithm (TORA) , the Ad-Hoc On demand Distance Vector (AODV) , the Destination- Sequenced Distance Vector (DSDV), the Dynamic Source Routing (DSR) and many more. Here is the brief overview of these protocols. Many research works have been compared for the different ad hoc routing protocols (OLSR, ZRP, TORA, DSDV, DSR, AODV etc. Johansson, et. al. [3] ) under varying network scenarios. Packet Delivery Ratio (PDR) fraction, Normalized Routing Load and Average end-to-end delay are some prominent metrics used in the comparisons. Throughput and delay of the protocols Perkins,et. al. [4], focused on only comparing the two on-demand routing protocols i.e. DSR and AODV. Yang Cheng Hung, et. al. [5], focused on OLSR protocol compares only Node density versus speed. Thomas Staub, et. al. [6], focused on DSR and DSDV and find out that they did not supply any valid results in the hybrid situation. Similarly there are so many research works which have shown a number of comparisons on various routing protocols , analyze the performance of various protocols, there is still no such model or approach which can provide help in MANET area to compute the behavior of protocols using the formula or function , with the help of proposed model in this paper , DSR is the right protocol which shows satisfactory outcomes in most of the Mobile ad hoc network challenges. All these research works do not provide the methodology to find the sensitivity of performance metrics of MANET with respect to the input metrics. In this paper this issue has been resolved successfully. A lot of research have been done in MANET area, but still there is a gap to overcome the real environment challenges. The proposed model proposed in this paper will be able to shape out the behavior of MANET by using DSR protocol. 2. TOOLS & METHODOLOGY In this paper we have used various tools such as network simulator version 2.34 (NS2.34) for getting the simulation results by writing and running the TCL script, applying the parameters in Table1,[7] in addition we have taken the help of traffic generation tool such as cbrgen.tcl and mobile movement scenario generation tool such as Bonmotion 1.4, after getting the results .Finally we have used the Fuzzy Inference System tool for testing the behavior of the scenario described in Table 1. Table 1. SIMULATION PARAMETER Simulation Parameters Routing Protocol DSR Mobility Model RPGM Simulation Time 100 Number of Nodes 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150 ,160, 170
  • 3. Computer Science & Information Technology ( CS & IT ) 33 Simulation Area x=800 m, y= 800 m Speed l=0.0 m/s, h= (5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85) m/s Pause Time 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27 ,29, 31, 33, 35 Traffic Type CBR Packet Size 512 bytes Rate (5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85) packets/sec Number of Connections 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90 Seed 1.0 3. FUZZY ENGINE A fuzzy engine, as per Figure 1, is typified by the inference system that includes the system rule base, input membership functions that fuzzify the input variables and the output variable. Fuzzification is a procedure where crisp input values are represented in terms of the membership function, of the fuzzy sets. The fuzzy logic controller triangular membership functions are defined over the range of the fuzzy input values and linguistically describe the variable’s universe of discourse as shown in Figure 2. Following the fuzzification process the inference engine determines the fuzzy output using fuzzy rules that are in the form of if then rules. De- fuzzification is then used to translate the fuzzy output to a crisp value. Figure 1. Fuzzy Engine To compute the output of this FIS given the inputs, one must go through six steps: 1. Determining a set of fuzzy rules 2. Fuzzifying the inputs using the input membership functions,
  • 4. 34 Computer Science & Information Technology ( CS & IT ) 3. Combining the fuzzified inputs according to the fuzzy rules to establish a rule strength, 4. Finding the consequence of the rule by combining the rule strength and the output membership function, 5. Combining the consequences to get an output distribution, and 6. Defuzzifying the output distribution for computing the crisp output. The Figure 2 shows the description of this process. Figure 2. A two input, two rule Mamdani FIS with crisp inputs 4. FUZZY INFERENCE SYSTEM FOR DSR For implementation of the proposed model We have taken some results with the help of network simulator and consider those results as sample input and used these samples in FIS Editor toolbox supported by MATLAB 7.0, and tuned out the DSR ,applying the fuzzy logic with the help of Fuzzy inference System and found that in which practical situations the DSR protocol performs poor, satisfactory and acceptable. A fuzzy inference system (FIS) is a system that uses fuzzy set theory to map inputs (node density, pause time , node mobility number of packets transferred , and the number of connection) to outputs (Packet Delivery Fraction, Normalized Routing Load and Normalized MAC Load) in the case of fuzzy classification). In this paper the Mamdani FIS is implemented for tuning the behavior of DSR. A fuzzy inference system (FIS) is a system that uses fuzzy set theory to map inputs like Node Density(ND), Pause Time(PT) , Node Mobility(NM), Number of Packets transferred(NP) , and the Number of Connection(NC) to outputs Packet Delivery Fraction(PDF) , Normalized Routing Load(NRL) and Normalized MAC Load(NML) in the case of fuzzy classification . In this paper the Mamdani FIS is taken for tuning DSR. The proposed Inference System is given in Figure. 3, Combining the fuzzified inputs according to the fuzzy rules which are described in Figure. 4 to establish a rule strength and the sample crisp output is shown in Figure 5.
  • 5. Computer Science & Information Technology ( CS & IT ) 35 Figure 3. Proposed Fuzzy Inference System for DSR Figure 4. Fuzzy Rules for Fuzzyfying the given inputs Figure 5. Sample Crisp Output of Inference System after Tuning DSR 5. OVERVIEW OF SIMULATION RESULTS The objective of the fuzzy Inference System is to reducing the overheads to decide that in which types of network conditions the protocol performs poor , satisfactory or acceptable , Figure 1 shows the basic Inference System for applying Fuzzy Rules, it is the road map for implementing the model, Figure 2 shows the strength of fuzzy rules, Figure 3 represents how the input metrics are strengthened by Fuzzy Inference System to relate the effect on output metrics. With the help of proposed model using Fuzzy Inference System and after tuning out the behavior , MANET environment will be able to improve the performance by using DSR, according to the model it is observed that which parameters are to be focused to increase the performance in terms of more packet delivery fraction with minimum routing load and delay, the fuzzy rules are described in
  • 6. 36 Computer Science & Information Technology ( CS & IT ) Figure 4 , after applying the rules the behavior of MANET for DSR is satisfactory, sample crisp output is shown in Figure 5. 6. CONCLUSION This paper proposes a fuzzy logic based decision as a scenario selection method. This facilitates the generation of effective results that shows the necessity for performing the appropriate model, in conjunction with this, MANET area research will be able to gain the advantages of the Fuzzy Inference system that provides some direction that how to target the challenges to achieve higher throughput at minimum cost and delay. By observing the model it can be found that which input parameters influences output parameters, It is concluded that either increasing the number of nodes or changing the speed of movement, it will degrade the performance of DSR protocol. By using the proposed model , if number of connection, number of packets , node density node mobility speed and pause time is increased with proper ratio then , performance of DSR can be enhanced , if performance of DSR is increased then MANET is able to have low signal loss, high energy nodes environment. Acknowledgement I would like to Thanks to Dr. A.K. Sinha for motivating and guiding me at every step in my work, I am also thankful to ABES Engineering college management for The financial assistance provided in the form of travelling allowance and registration.. REFERENCES [1] E. M. Royer and S. B. Chai-Keong Toh, “A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks”, IEEE Personal Communications, April 1999, pp 46-55. [2] M. Abolhasan, T. Wysocki and E. Dutkiewicz, “A review of routing protocols for mobile ad hoc networks”, http:// www.elsevier.com/locate/adhoc, Ad Hoc Networks 2, 2004, pp 1-22. [3] J. Broch, D.A. Maltz, D. B. Johnson, Y-C. Hu, and J. Jetcheva. A performance comparison of Multi- hop wireless ad-hoc networking routing protocols. In Proceedings of the 4th International Conference on Mobile Computing and Networking (ACM MOBICOM ’98), October 1998, pages 85-97. [4] Charles Perkins, Elizabeth Royer, Samir Das, and Mahesh Marina. Performance of two on-demand Routing Protocols for Ad-hoc Networks. IEEE Personal Communications, February 2001, pages 16- 28. [5] Yang Cheng Hung, Saleem Bhatti, & Daryl Parker titled on “Tuning OLSR” in The 17th annual IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC ‘ 06)[4]. [6] Thomas Staub, Computer Science Project, titled “Performance Comparison of MANET routing Protocols in Ad-hoc and Hybrid Networks” Computer Networks and Distributed Systems (RVS), Institute of Computer Science and Applied Mathematics (IAM), University of Berne, Switzerland, in February 2004.[5] [7] [RFC 2501] S. Corson, J. Macker. Mobile Ad hoc Networking (MANET): Routing Protocol Performance Issues and Evaluation Considerations, January 1999. Bibliography Pankaj Sharma receivedThe BCA degree from CCS University Meerut, in 2001 Msc(IT) from SMU Karnataka in 2003, MCA from NU Bhilai in 2003, & M.Tech.(CSE) from GBTU Lucknow in 2010. Since 2005 I am working at ABES Engineering college Ghaziabad as Senior Assistant Professor in Information Technology Department .