SlideShare a Scribd company logo
1 of 18
ZONE ROUTING PROTOCOL IN MOBILE AD HOC NETWORK
USING ESTIMATION OF DISTRIBUTION ALGORITHM
Presented By
Mst. Farhana Rahman
050203
Iqbal Hossain Shuvo
050214
Presentation Overview
 Introduction
 Motivation
 Objectives
 Literature survey
 Existing System
 Drawbacks of Existing System
 Proposed Method
 Conclusion
Introduction
 Mobile Ad hoc Network (MANET)
An ad hoc network is a collection of mobile nodes that dynamically form
a temporary network.
 Zone routing protocol
Zone Routing Protocol or ZRP was the first hybrid routing protocol with
both a proactive and a reactive routing component[1].
 Estimation of distribution Algorithm
Estimation of Distribution Algorithms (EDA) , sometimes called Probabilistic Model-
Building Genetic Algorithms (PMBGA), are an outgrowth of genetic algorithms[3].
[1] H J Haas, “A new routing protocol for the reconfigurable wireless networks”, in proceeding. of IEEE 6th International
Conference on Universal Personal Communications 97, 1997.
[3] M Pelikan , D Goldberg, F Lobo,” A Survey of Optimization by Building and Using Probabilistic Models”, Illinois: Illinois Genetic
Algorithms Laboratory (IlliGAL), University of Illinois at Urbana-Champaign
+
Motivation
 The unwanted delay and lack of reliability of existing network[6].
 Cost & complexity of linear search for large number of nodes[5].
 The unnecessary wastage of network resources and of time[5].
 Find multiple shortest or near shortest paths instead of rediscovering the path
to the destination every time on failure of the existing path.
 In case where there is no feasible solution EDA converges faster.
 The benefit of random search over linear search.
[5] C S R Marthy , B S Manoj, ”Ad Hoc Wireless Networks Architecture & Protocols, ISBN 81-297-0945-7, Pearson Education
Pte. Ltd, Singapore”
[6] M Frank, M Gerome, P Don, S Steve, ”The Performance of Ad hoc Networking Protocols in Highly Mobile Environments”,
Spring 2000, Washington.
Objectives
 To implement the traditional Zone Routing Protocol.
 To implement and compare the Genetic Zone Routing Protocol with the
traditional Zone Routing Protocol.
 To survey the scope of using Estimation of Distribution Algorithms as an
alternative of Genetic algorithm.
 To compare and analyze the performance of EDA and GA in ZRP.
 To find the reasonable solution that stands for the comparison result of GA and
EDA.
Literature survey
 Zone Routing Protocol
Based on the concept of zones.
First introduced by Haas in 1997 [1].
Routing zone is defined for each node separately.
Proactive routing protocol Intra-zone Routing Protocol (IARP)
used inside routing zones.
Reactive routing protocol Inter-zone Routing Protocol (IERP )
used between routing zones[5].
Figure 1: The routing zone of node S
[1] H J Haas, “A new routing protocol for the reconfigurable wireless networks”, in proceeding. of IEEE 6th International
Conference on Universal Personal Communications 97, 1997.
[5] C S R Marthy , B S Manoj, ”Ad Hoc Wireless Networks Architecture & Protocols, ISBN 81-297-0945-7, Pearson
Education Pte. Ltd, Singapore”
Literature survey (cont….)
 Genetic Algorithm (GA)
GA is a type of searching algorithm[2][4].
Creates a "population" of possible solutions.
Two individuals are selected at random .
Cross-over the two individuals to produce two new individuals .
Each individual have a random chance to mutate .
Select individual with highest fitness as the solution to the problem.
Figure 2: Example of crossover
[2] J M Kin, T H Cho, “Genetic Algorithm Based Routing Method for Efficient Data Transmission in Sensor
Networks”, in proceeding of ICIC 2007.
[4] P S Kumar, S Ramachandram , C R Rao, “Effect of Transmission Range on the Performance of Zone
Routing Protocol in MANETs”, In Proceedings of ICACC, 2007.
Chromosome 1 10010 | 00100110110
Chromosome 2 11011 | 11000011110
Offspring 1 10010 | 11000011110
Offspring 2 11011 | 00100110110
Literature survey (cont….)
 Estimation of Distribution Algorithm (EDA)
Interrelations are expressed through the joint probability distribution
Neither crossover nor mutation has been applied in EDA.
In UMDA , There is no interrelation among the variables of the problems[3].
n-dimensional joint probability distribution of n univariate and independent variable
is:
Each univariate marginal distribution is estimated from marginal frequencies:
If in the jth case of , Xi=xi
[3] M Pelikan , D Goldberg, F Lobo,” A Survey of Optimization by Building and Using Probabilistic Models”, Illinois: Illinois
Genetic Algorithms Laboratory (IlliGAL), University of Illinois at Urbana-Champaign
∏=
− ==
n
i
il
se
ll xpDpp
1
1 )()|()( xx
with
N
DxX
xp
N
j
se
liij
il
∑ = −=
= 1 1)|(
)(
δ
1)|( 1 == −
se
liij DxXδ
Literature survey (cont….)
Figure 3: Flow chart of EDA
Existing System
 Proactive or table-driven protocols-
-Open Shortest Path First (OSPF) protocol
-Distance-Vector routing (DSDV) protocol
 Reactive or on-demand protocols
-On-demand Distance Vector (AODV) protocol
-Dynamic Source Routing (DSR) protocol
 The Zone Routing Protocol (ZRP)
-Intra-zone Routing Protocol (IARP)
-Inter-zone Routing Protocol (IERP)
-Border cast Resolution Protocol (BRP)
Drawbacks of Existing System
Drawbacks of Ad hoc network
 Unwanted delay and lack of reliability[6].
 For large number of nodes linear search will become costly.
Drawbacks of proactive routing protocol
 High requirement on the resource.
 Cannot easily adapt for dynamic updates[5].
 They cannot scale to large network.
Drawbacks of reactive routing protocol
 Sometimes causes unnecessary wastage of network resources and also wastage of time[5].
 A node has to wait until a route is discovered and a route discovery is expensive .
Drawbacks of zone routing protocol
 Decision on the zone radius has significant impact on the performance [1].
 linear searching on the nodes is time consuming and searching complexity arises as number of node
involves increases.
[1] H J Haas, “A new routing protocol for the reconfigurable wireless networks”, in proceeding. of IEEE 6th International Conference
on Universal Personal Communications 97, 1997.
[5] C S R Marthy , B S Manoj, ”Ad Hoc Wireless Networks Architecture & Protocols, ISBN 81-297-0945-7, Pearson Education Pte.
Ltd, Singapore”
[6] M Frank, M Gerome, P Don, S Steve, ”The Performance of Ad hoc Networking Protocols in Highly Mobile Environments”, Spring
2000, Washington.
Proposed Method
 There are various types of EDA both in discrete and
continuous domain. We will consider the discrete domain
in our case.
- For GA one-point crossover and mutation,
- For EDA, it will be the probability model.
Proposed Method (cont….)
 Research Approach
Encoding of Chromosome
Crossover and Mutation &Probabilistic Model
Initial Population
Fitness Function
Selection
Comparison parameters
Proposed Method (cont….)
 Research Focus
Find a good encoding strategy that will represent the chromosome as the
contents of source to destination routing.
To solve the increasing complexity of time, delay and congestion for large
number of nodes in ZRP.
To solve the source to destination routing where the destination is outside
the zone.
To compare the performance of EDA and GA and traditional ZRP for large
number of nodes.
Proposed Method (cont….)
 Our proposed method can be summarized as follows:
To find a good encoding strategy that will represent the ad hoc network.
To randomly generate the initial population.
To calculate the fitness value for each chromosome. Use the same fitness
function for both GA and EDA.
To perform crossover and mutation for GA to generate new population.
To perform Probabilistic model for EDA to generate new population.
Select the subpopulation with elitism and without elitism.
Continue until the result converges.
Conclusion
We did not calculate the cost analysis and computation difficulties so
far. These things are to be solved before implementation. We need to
find a good selection mechanism that will cope with ad hoc network.
With the help of our supervisor, we will be able to solve the problems of
the research area.
Reference
[1] H J Haas, “A new routing protocol for the reconfigurable wireless networks”, in proceeding. of
IEEE 6th International Conference on Universal Personal Communications 97, 1997.
[2] J M Kin, T H Cho, “Genetic Algorithm Based Routing Method for Efficient Data Transmission in
Sensor Networks”, in proceeding of ICIC 2007.
[3] M Pelikan , D Goldberg, F Lobo,” A Survey of Optimization by Building and Using Probabilistic
Models”, Illinois: Illinois Genetic Algorithms Laboratory (IlliGAL), University of Illinois at Urbana-
Champaign
[4] P S Kumar, S Ramachandram , C R Rao, “Effect of Transmission Range on the Performance of
Zone Routing Protocol in MANETs”, In Proceedings of ICACC, 2007.
[5] C S R Marthy , B S Manoj, ”Ad Hoc Wireless Networks Architecture & Protocols, ISBN 81-297-
0945-7, Pearson Education Pte. Ltd, Singapore”.
[6] M Frank, M Gerome, P Don, S Steve, ”The Performance of Ad hoc Networking Protocols in
Highly Mobile Environments”, Spring 2000, Washington.
Thanks To All.

More Related Content

What's hot

Bit Error Rate Analysis in Multicast Multiple Input Multiple Output Systems
Bit Error Rate Analysis in Multicast Multiple Input Multiple Output SystemsBit Error Rate Analysis in Multicast Multiple Input Multiple Output Systems
Bit Error Rate Analysis in Multicast Multiple Input Multiple Output Systemsrahulmonikasharma
 
New Heuristic Model for Optimal CRC Polynomial
New Heuristic Model for Optimal CRC Polynomial New Heuristic Model for Optimal CRC Polynomial
New Heuristic Model for Optimal CRC Polynomial IJECEIAES
 
Optimized Neural Network for Classification of Multispectral Images
Optimized Neural Network for Classification of Multispectral ImagesOptimized Neural Network for Classification of Multispectral Images
Optimized Neural Network for Classification of Multispectral ImagesIDES Editor
 
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...ijwmn
 
Using Cisco Network Components to Improve NIDPS Performance
Using Cisco Network Components to Improve NIDPS Performance Using Cisco Network Components to Improve NIDPS Performance
Using Cisco Network Components to Improve NIDPS Performance csandit
 
Towards Seamless TCP Congestion Avoidance in Multiprotocol Environments
Towards Seamless TCP Congestion Avoidance in Multiprotocol EnvironmentsTowards Seamless TCP Congestion Avoidance in Multiprotocol Environments
Towards Seamless TCP Congestion Avoidance in Multiprotocol EnvironmentsIDES Editor
 
Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...
Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...
Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...Diego Armando
 
Random Neural Network (Erol) by Engr. Edgar Carrillo II
Random Neural Network (Erol) by Engr. Edgar Carrillo IIRandom Neural Network (Erol) by Engr. Edgar Carrillo II
Random Neural Network (Erol) by Engr. Edgar Carrillo IIEdgar Carrillo
 
Performance analysis of ml and mmse decoding using
Performance analysis of ml and mmse decoding usingPerformance analysis of ml and mmse decoding using
Performance analysis of ml and mmse decoding usingeSAT Publishing House
 
UTILIZING XAI TECHNIQUE TO IMPROVE AUTOENCODER BASED MODEL FOR COMPUTER NETWO...
UTILIZING XAI TECHNIQUE TO IMPROVE AUTOENCODER BASED MODEL FOR COMPUTER NETWO...UTILIZING XAI TECHNIQUE TO IMPROVE AUTOENCODER BASED MODEL FOR COMPUTER NETWO...
UTILIZING XAI TECHNIQUE TO IMPROVE AUTOENCODER BASED MODEL FOR COMPUTER NETWO...IJCNCJournal
 
A technical paper presentation on Evaluation of Deep Learning techniques in S...
A technical paper presentation on Evaluation of Deep Learning techniques in S...A technical paper presentation on Evaluation of Deep Learning techniques in S...
A technical paper presentation on Evaluation of Deep Learning techniques in S...VarshaR19
 
Sentence compression via clustering of dependency graph nodes - NLP-KE 2012
Sentence compression via clustering of dependency graph nodes - NLP-KE 2012Sentence compression via clustering of dependency graph nodes - NLP-KE 2012
Sentence compression via clustering of dependency graph nodes - NLP-KE 2012Ayman El-Kilany
 
A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...
A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...
A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...IDES Editor
 
SURVEY PAPER ON PRIVACY IN LOCATION BASED SEARCH QUERIES.
SURVEY PAPER ON PRIVACY IN LOCATION BASED SEARCH QUERIES.SURVEY PAPER ON PRIVACY IN LOCATION BASED SEARCH QUERIES.
SURVEY PAPER ON PRIVACY IN LOCATION BASED SEARCH QUERIES.ijiert bestjournal
 
New approaches with chord in efficient p2p grid resource discovery
New approaches with chord in efficient p2p grid resource discoveryNew approaches with chord in efficient p2p grid resource discovery
New approaches with chord in efficient p2p grid resource discoveryijgca
 
Mohamad Aziz Resume
Mohamad Aziz ResumeMohamad Aziz Resume
Mohamad Aziz ResumeMohamad Aziz
 

What's hot (20)

Bit Error Rate Analysis in Multicast Multiple Input Multiple Output Systems
Bit Error Rate Analysis in Multicast Multiple Input Multiple Output SystemsBit Error Rate Analysis in Multicast Multiple Input Multiple Output Systems
Bit Error Rate Analysis in Multicast Multiple Input Multiple Output Systems
 
New Heuristic Model for Optimal CRC Polynomial
New Heuristic Model for Optimal CRC Polynomial New Heuristic Model for Optimal CRC Polynomial
New Heuristic Model for Optimal CRC Polynomial
 
Optimized Neural Network for Classification of Multispectral Images
Optimized Neural Network for Classification of Multispectral ImagesOptimized Neural Network for Classification of Multispectral Images
Optimized Neural Network for Classification of Multispectral Images
 
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
 
Using Cisco Network Components to Improve NIDPS Performance
Using Cisco Network Components to Improve NIDPS Performance Using Cisco Network Components to Improve NIDPS Performance
Using Cisco Network Components to Improve NIDPS Performance
 
Towards Seamless TCP Congestion Avoidance in Multiprotocol Environments
Towards Seamless TCP Congestion Avoidance in Multiprotocol EnvironmentsTowards Seamless TCP Congestion Avoidance in Multiprotocol Environments
Towards Seamless TCP Congestion Avoidance in Multiprotocol Environments
 
Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...
Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...
Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...
 
Random Neural Network (Erol) by Engr. Edgar Carrillo II
Random Neural Network (Erol) by Engr. Edgar Carrillo IIRandom Neural Network (Erol) by Engr. Edgar Carrillo II
Random Neural Network (Erol) by Engr. Edgar Carrillo II
 
Performance analysis of ml and mmse decoding using
Performance analysis of ml and mmse decoding usingPerformance analysis of ml and mmse decoding using
Performance analysis of ml and mmse decoding using
 
2009 spie hmm
2009 spie hmm2009 spie hmm
2009 spie hmm
 
UTILIZING XAI TECHNIQUE TO IMPROVE AUTOENCODER BASED MODEL FOR COMPUTER NETWO...
UTILIZING XAI TECHNIQUE TO IMPROVE AUTOENCODER BASED MODEL FOR COMPUTER NETWO...UTILIZING XAI TECHNIQUE TO IMPROVE AUTOENCODER BASED MODEL FOR COMPUTER NETWO...
UTILIZING XAI TECHNIQUE TO IMPROVE AUTOENCODER BASED MODEL FOR COMPUTER NETWO...
 
A technical paper presentation on Evaluation of Deep Learning techniques in S...
A technical paper presentation on Evaluation of Deep Learning techniques in S...A technical paper presentation on Evaluation of Deep Learning techniques in S...
A technical paper presentation on Evaluation of Deep Learning techniques in S...
 
Poster
PosterPoster
Poster
 
V4101134138
V4101134138V4101134138
V4101134138
 
STTP_POSTER
STTP_POSTERSTTP_POSTER
STTP_POSTER
 
Sentence compression via clustering of dependency graph nodes - NLP-KE 2012
Sentence compression via clustering of dependency graph nodes - NLP-KE 2012Sentence compression via clustering of dependency graph nodes - NLP-KE 2012
Sentence compression via clustering of dependency graph nodes - NLP-KE 2012
 
A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...
A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...
A Real Time Framework of Multiobjective Genetic Algorithm for Routing in Mobi...
 
SURVEY PAPER ON PRIVACY IN LOCATION BASED SEARCH QUERIES.
SURVEY PAPER ON PRIVACY IN LOCATION BASED SEARCH QUERIES.SURVEY PAPER ON PRIVACY IN LOCATION BASED SEARCH QUERIES.
SURVEY PAPER ON PRIVACY IN LOCATION BASED SEARCH QUERIES.
 
New approaches with chord in efficient p2p grid resource discovery
New approaches with chord in efficient p2p grid resource discoveryNew approaches with chord in efficient p2p grid resource discovery
New approaches with chord in efficient p2p grid resource discovery
 
Mohamad Aziz Resume
Mohamad Aziz ResumeMohamad Aziz Resume
Mohamad Aziz Resume
 

Viewers also liked

Larutan Elektrolit by : Grace
Larutan Elektrolit by : GraceLarutan Elektrolit by : Grace
Larutan Elektrolit by : GraceSuwandi Sibarani
 
Power point udazkena
Power point udazkenaPower point udazkena
Power point udazkena18haizetxu
 
Variaciones Tarifarias De Gas Ban
Variaciones Tarifarias De Gas BanVariaciones Tarifarias De Gas Ban
Variaciones Tarifarias De Gas Banguest902b51
 
June Henriksen: Når liv og helse skal reddes
June Henriksen: Når liv og helse skal reddesJune Henriksen: Når liv og helse skal reddes
June Henriksen: Når liv og helse skal reddesFriprogsenteret
 
Llistat solicituds Proteccions TOV 2009 1
Llistat solicituds Proteccions TOV 2009 1Llistat solicituds Proteccions TOV 2009 1
Llistat solicituds Proteccions TOV 2009 1Carles Folch Castell
 
Informe Nro. 5. Noviembre 7-2013-DDHH
Informe Nro. 5. Noviembre 7-2013-DDHHInforme Nro. 5. Noviembre 7-2013-DDHH
Informe Nro. 5. Noviembre 7-2013-DDHHOver Dorado Cardona
 

Viewers also liked (8)

Larutan Elektrolit by : Grace
Larutan Elektrolit by : GraceLarutan Elektrolit by : Grace
Larutan Elektrolit by : Grace
 
Fotos 15.09
Fotos 15.09Fotos 15.09
Fotos 15.09
 
Power point udazkena
Power point udazkenaPower point udazkena
Power point udazkena
 
Variaciones Tarifarias De Gas Ban
Variaciones Tarifarias De Gas BanVariaciones Tarifarias De Gas Ban
Variaciones Tarifarias De Gas Ban
 
June Henriksen: Når liv og helse skal reddes
June Henriksen: Når liv og helse skal reddesJune Henriksen: Når liv og helse skal reddes
June Henriksen: Når liv og helse skal reddes
 
Llistat solicituds Proteccions TOV 2009 1
Llistat solicituds Proteccions TOV 2009 1Llistat solicituds Proteccions TOV 2009 1
Llistat solicituds Proteccions TOV 2009 1
 
Meio ambiente 1
Meio ambiente 1Meio ambiente 1
Meio ambiente 1
 
Informe Nro. 5. Noviembre 7-2013-DDHH
Informe Nro. 5. Noviembre 7-2013-DDHHInforme Nro. 5. Noviembre 7-2013-DDHH
Informe Nro. 5. Noviembre 7-2013-DDHH
 

Similar to Presentation2 2000

TOP 10 AD HOC NETWORKS PAPERS: RECOMMENDED READING – NETWORK RESEARCH
TOP 10 AD HOC NETWORKS PAPERS: RECOMMENDED READING – NETWORK RESEARCHTOP 10 AD HOC NETWORKS PAPERS: RECOMMENDED READING – NETWORK RESEARCH
TOP 10 AD HOC NETWORKS PAPERS: RECOMMENDED READING – NETWORK RESEARCHIJCNCJournal
 
Exploring the dynamic nature of mobile nodes for predicting route lifetime in...
Exploring the dynamic nature of mobile nodes for predicting route lifetime in...Exploring the dynamic nature of mobile nodes for predicting route lifetime in...
Exploring the dynamic nature of mobile nodes for predicting route lifetime in...ambitlick
 
Improve MANET network performance using ESPS approach
Improve MANET network performance using ESPS approachImprove MANET network performance using ESPS approach
Improve MANET network performance using ESPS approachSurbhi Sharma
 
Minimizing routing overhead using signal strength in multi-hop wireless network
Minimizing routing overhead using signal strength in multi-hop  wireless networkMinimizing routing overhead using signal strength in multi-hop  wireless network
Minimizing routing overhead using signal strength in multi-hop wireless networkIJECEIAES
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...ijwmn
 
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...ijngnjournal
 
Hybrid multi objectives genetic algorithms and immigrants scheme for dynamic ...
Hybrid multi objectives genetic algorithms and immigrants scheme for dynamic ...Hybrid multi objectives genetic algorithms and immigrants scheme for dynamic ...
Hybrid multi objectives genetic algorithms and immigrants scheme for dynamic ...khalil IBRAHIM
 
Medical diagnosis classification
Medical diagnosis classificationMedical diagnosis classification
Medical diagnosis classificationcsandit
 
MEDICAL DIAGNOSIS CLASSIFICATION USING MIGRATION BASED DIFFERENTIAL EVOLUTION...
MEDICAL DIAGNOSIS CLASSIFICATION USING MIGRATION BASED DIFFERENTIAL EVOLUTION...MEDICAL DIAGNOSIS CLASSIFICATION USING MIGRATION BASED DIFFERENTIAL EVOLUTION...
MEDICAL DIAGNOSIS CLASSIFICATION USING MIGRATION BASED DIFFERENTIAL EVOLUTION...cscpconf
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Surveyrahulmonikasharma
 
Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...
Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...
Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...IOSR Journals
 
Knowledge Discovery Through Data Visualization Of Drive Test Data
Knowledge Discovery Through Data Visualization Of Drive Test DataKnowledge Discovery Through Data Visualization Of Drive Test Data
Knowledge Discovery Through Data Visualization Of Drive Test DataCSCJournals
 
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...dbpublications
 
An Intelligent Approach for Handover Decision in Heterogeneous Wireless Envir...
An Intelligent Approach for Handover Decision in Heterogeneous Wireless Envir...An Intelligent Approach for Handover Decision in Heterogeneous Wireless Envir...
An Intelligent Approach for Handover Decision in Heterogeneous Wireless Envir...CSCJournals
 
Impact of mobility on the generalized fading channels
Impact of mobility on the generalized  fading channelsImpact of mobility on the generalized  fading channels
Impact of mobility on the generalized fading channelssahar148
 
Advancement in VANET Routing by Optimize the Centrality with ANT Colony Approach
Advancement in VANET Routing by Optimize the Centrality with ANT Colony ApproachAdvancement in VANET Routing by Optimize the Centrality with ANT Colony Approach
Advancement in VANET Routing by Optimize the Centrality with ANT Colony Approachijceronline
 
=Acs07 tania experim= copy
=Acs07 tania experim= copy=Acs07 tania experim= copy
=Acs07 tania experim= copyLaura Cruz Reyes
 

Similar to Presentation2 2000 (20)

TOP 10 AD HOC NETWORKS PAPERS: RECOMMENDED READING – NETWORK RESEARCH
TOP 10 AD HOC NETWORKS PAPERS: RECOMMENDED READING – NETWORK RESEARCHTOP 10 AD HOC NETWORKS PAPERS: RECOMMENDED READING – NETWORK RESEARCH
TOP 10 AD HOC NETWORKS PAPERS: RECOMMENDED READING – NETWORK RESEARCH
 
Exploring the dynamic nature of mobile nodes for predicting route lifetime in...
Exploring the dynamic nature of mobile nodes for predicting route lifetime in...Exploring the dynamic nature of mobile nodes for predicting route lifetime in...
Exploring the dynamic nature of mobile nodes for predicting route lifetime in...
 
Improve MANET network performance using ESPS approach
Improve MANET network performance using ESPS approachImprove MANET network performance using ESPS approach
Improve MANET network performance using ESPS approach
 
Minimizing routing overhead using signal strength in multi-hop wireless network
Minimizing routing overhead using signal strength in multi-hop  wireless networkMinimizing routing overhead using signal strength in multi-hop  wireless network
Minimizing routing overhead using signal strength in multi-hop wireless network
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...
PERFORMANCE STUDY AND SIMULATION OF AN ANYCAST PROTOCOL FOR WIRELESS MOBILE A...
 
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
OPTIMIZATION OF QOS PARAMETERS IN COGNITIVE RADIO USING ADAPTIVE GENETIC ALGO...
 
Hybrid multi objectives genetic algorithms and immigrants scheme for dynamic ...
Hybrid multi objectives genetic algorithms and immigrants scheme for dynamic ...Hybrid multi objectives genetic algorithms and immigrants scheme for dynamic ...
Hybrid multi objectives genetic algorithms and immigrants scheme for dynamic ...
 
Robustness Analysis of Buffer Based Routing Algorithms in Wireless Mesh Network
Robustness Analysis of Buffer Based Routing Algorithms in Wireless Mesh NetworkRobustness Analysis of Buffer Based Routing Algorithms in Wireless Mesh Network
Robustness Analysis of Buffer Based Routing Algorithms in Wireless Mesh Network
 
Medical diagnosis classification
Medical diagnosis classificationMedical diagnosis classification
Medical diagnosis classification
 
MEDICAL DIAGNOSIS CLASSIFICATION USING MIGRATION BASED DIFFERENTIAL EVOLUTION...
MEDICAL DIAGNOSIS CLASSIFICATION USING MIGRATION BASED DIFFERENTIAL EVOLUTION...MEDICAL DIAGNOSIS CLASSIFICATION USING MIGRATION BASED DIFFERENTIAL EVOLUTION...
MEDICAL DIAGNOSIS CLASSIFICATION USING MIGRATION BASED DIFFERENTIAL EVOLUTION...
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Survey
 
Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...
Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...
Network Lifespan Maximization For Wireless Sensor Networks Using Nature-Inspi...
 
Knowledge Discovery Through Data Visualization Of Drive Test Data
Knowledge Discovery Through Data Visualization Of Drive Test DataKnowledge Discovery Through Data Visualization Of Drive Test Data
Knowledge Discovery Through Data Visualization Of Drive Test Data
 
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
 
An Intelligent Approach for Handover Decision in Heterogeneous Wireless Envir...
An Intelligent Approach for Handover Decision in Heterogeneous Wireless Envir...An Intelligent Approach for Handover Decision in Heterogeneous Wireless Envir...
An Intelligent Approach for Handover Decision in Heterogeneous Wireless Envir...
 
Impact of mobility on the generalized fading channels
Impact of mobility on the generalized  fading channelsImpact of mobility on the generalized  fading channels
Impact of mobility on the generalized fading channels
 
Advancement in VANET Routing by Optimize the Centrality with ANT Colony Approach
Advancement in VANET Routing by Optimize the Centrality with ANT Colony ApproachAdvancement in VANET Routing by Optimize the Centrality with ANT Colony Approach
Advancement in VANET Routing by Optimize the Centrality with ANT Colony Approach
 
PPT.pptx
PPT.pptxPPT.pptx
PPT.pptx
 
=Acs07 tania experim= copy
=Acs07 tania experim= copy=Acs07 tania experim= copy
=Acs07 tania experim= copy
 

Recently uploaded

"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 

Recently uploaded (20)

"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 

Presentation2 2000

  • 1. ZONE ROUTING PROTOCOL IN MOBILE AD HOC NETWORK USING ESTIMATION OF DISTRIBUTION ALGORITHM Presented By Mst. Farhana Rahman 050203 Iqbal Hossain Shuvo 050214
  • 2. Presentation Overview  Introduction  Motivation  Objectives  Literature survey  Existing System  Drawbacks of Existing System  Proposed Method  Conclusion
  • 3. Introduction  Mobile Ad hoc Network (MANET) An ad hoc network is a collection of mobile nodes that dynamically form a temporary network.  Zone routing protocol Zone Routing Protocol or ZRP was the first hybrid routing protocol with both a proactive and a reactive routing component[1].  Estimation of distribution Algorithm Estimation of Distribution Algorithms (EDA) , sometimes called Probabilistic Model- Building Genetic Algorithms (PMBGA), are an outgrowth of genetic algorithms[3]. [1] H J Haas, “A new routing protocol for the reconfigurable wireless networks”, in proceeding. of IEEE 6th International Conference on Universal Personal Communications 97, 1997. [3] M Pelikan , D Goldberg, F Lobo,” A Survey of Optimization by Building and Using Probabilistic Models”, Illinois: Illinois Genetic Algorithms Laboratory (IlliGAL), University of Illinois at Urbana-Champaign +
  • 4. Motivation  The unwanted delay and lack of reliability of existing network[6].  Cost & complexity of linear search for large number of nodes[5].  The unnecessary wastage of network resources and of time[5].  Find multiple shortest or near shortest paths instead of rediscovering the path to the destination every time on failure of the existing path.  In case where there is no feasible solution EDA converges faster.  The benefit of random search over linear search. [5] C S R Marthy , B S Manoj, ”Ad Hoc Wireless Networks Architecture & Protocols, ISBN 81-297-0945-7, Pearson Education Pte. Ltd, Singapore” [6] M Frank, M Gerome, P Don, S Steve, ”The Performance of Ad hoc Networking Protocols in Highly Mobile Environments”, Spring 2000, Washington.
  • 5. Objectives  To implement the traditional Zone Routing Protocol.  To implement and compare the Genetic Zone Routing Protocol with the traditional Zone Routing Protocol.  To survey the scope of using Estimation of Distribution Algorithms as an alternative of Genetic algorithm.  To compare and analyze the performance of EDA and GA in ZRP.  To find the reasonable solution that stands for the comparison result of GA and EDA.
  • 6. Literature survey  Zone Routing Protocol Based on the concept of zones. First introduced by Haas in 1997 [1]. Routing zone is defined for each node separately. Proactive routing protocol Intra-zone Routing Protocol (IARP) used inside routing zones. Reactive routing protocol Inter-zone Routing Protocol (IERP ) used between routing zones[5]. Figure 1: The routing zone of node S [1] H J Haas, “A new routing protocol for the reconfigurable wireless networks”, in proceeding. of IEEE 6th International Conference on Universal Personal Communications 97, 1997. [5] C S R Marthy , B S Manoj, ”Ad Hoc Wireless Networks Architecture & Protocols, ISBN 81-297-0945-7, Pearson Education Pte. Ltd, Singapore”
  • 7. Literature survey (cont….)  Genetic Algorithm (GA) GA is a type of searching algorithm[2][4]. Creates a "population" of possible solutions. Two individuals are selected at random . Cross-over the two individuals to produce two new individuals . Each individual have a random chance to mutate . Select individual with highest fitness as the solution to the problem. Figure 2: Example of crossover [2] J M Kin, T H Cho, “Genetic Algorithm Based Routing Method for Efficient Data Transmission in Sensor Networks”, in proceeding of ICIC 2007. [4] P S Kumar, S Ramachandram , C R Rao, “Effect of Transmission Range on the Performance of Zone Routing Protocol in MANETs”, In Proceedings of ICACC, 2007. Chromosome 1 10010 | 00100110110 Chromosome 2 11011 | 11000011110 Offspring 1 10010 | 11000011110 Offspring 2 11011 | 00100110110
  • 8. Literature survey (cont….)  Estimation of Distribution Algorithm (EDA) Interrelations are expressed through the joint probability distribution Neither crossover nor mutation has been applied in EDA. In UMDA , There is no interrelation among the variables of the problems[3]. n-dimensional joint probability distribution of n univariate and independent variable is: Each univariate marginal distribution is estimated from marginal frequencies: If in the jth case of , Xi=xi [3] M Pelikan , D Goldberg, F Lobo,” A Survey of Optimization by Building and Using Probabilistic Models”, Illinois: Illinois Genetic Algorithms Laboratory (IlliGAL), University of Illinois at Urbana-Champaign ∏= − == n i il se ll xpDpp 1 1 )()|()( xx with N DxX xp N j se liij il ∑ = −= = 1 1)|( )( δ 1)|( 1 == − se liij DxXδ
  • 9. Literature survey (cont….) Figure 3: Flow chart of EDA
  • 10. Existing System  Proactive or table-driven protocols- -Open Shortest Path First (OSPF) protocol -Distance-Vector routing (DSDV) protocol  Reactive or on-demand protocols -On-demand Distance Vector (AODV) protocol -Dynamic Source Routing (DSR) protocol  The Zone Routing Protocol (ZRP) -Intra-zone Routing Protocol (IARP) -Inter-zone Routing Protocol (IERP) -Border cast Resolution Protocol (BRP)
  • 11. Drawbacks of Existing System Drawbacks of Ad hoc network  Unwanted delay and lack of reliability[6].  For large number of nodes linear search will become costly. Drawbacks of proactive routing protocol  High requirement on the resource.  Cannot easily adapt for dynamic updates[5].  They cannot scale to large network. Drawbacks of reactive routing protocol  Sometimes causes unnecessary wastage of network resources and also wastage of time[5].  A node has to wait until a route is discovered and a route discovery is expensive . Drawbacks of zone routing protocol  Decision on the zone radius has significant impact on the performance [1].  linear searching on the nodes is time consuming and searching complexity arises as number of node involves increases. [1] H J Haas, “A new routing protocol for the reconfigurable wireless networks”, in proceeding. of IEEE 6th International Conference on Universal Personal Communications 97, 1997. [5] C S R Marthy , B S Manoj, ”Ad Hoc Wireless Networks Architecture & Protocols, ISBN 81-297-0945-7, Pearson Education Pte. Ltd, Singapore” [6] M Frank, M Gerome, P Don, S Steve, ”The Performance of Ad hoc Networking Protocols in Highly Mobile Environments”, Spring 2000, Washington.
  • 12. Proposed Method  There are various types of EDA both in discrete and continuous domain. We will consider the discrete domain in our case. - For GA one-point crossover and mutation, - For EDA, it will be the probability model.
  • 13. Proposed Method (cont….)  Research Approach Encoding of Chromosome Crossover and Mutation &Probabilistic Model Initial Population Fitness Function Selection Comparison parameters
  • 14. Proposed Method (cont….)  Research Focus Find a good encoding strategy that will represent the chromosome as the contents of source to destination routing. To solve the increasing complexity of time, delay and congestion for large number of nodes in ZRP. To solve the source to destination routing where the destination is outside the zone. To compare the performance of EDA and GA and traditional ZRP for large number of nodes.
  • 15. Proposed Method (cont….)  Our proposed method can be summarized as follows: To find a good encoding strategy that will represent the ad hoc network. To randomly generate the initial population. To calculate the fitness value for each chromosome. Use the same fitness function for both GA and EDA. To perform crossover and mutation for GA to generate new population. To perform Probabilistic model for EDA to generate new population. Select the subpopulation with elitism and without elitism. Continue until the result converges.
  • 16. Conclusion We did not calculate the cost analysis and computation difficulties so far. These things are to be solved before implementation. We need to find a good selection mechanism that will cope with ad hoc network. With the help of our supervisor, we will be able to solve the problems of the research area.
  • 17. Reference [1] H J Haas, “A new routing protocol for the reconfigurable wireless networks”, in proceeding. of IEEE 6th International Conference on Universal Personal Communications 97, 1997. [2] J M Kin, T H Cho, “Genetic Algorithm Based Routing Method for Efficient Data Transmission in Sensor Networks”, in proceeding of ICIC 2007. [3] M Pelikan , D Goldberg, F Lobo,” A Survey of Optimization by Building and Using Probabilistic Models”, Illinois: Illinois Genetic Algorithms Laboratory (IlliGAL), University of Illinois at Urbana- Champaign [4] P S Kumar, S Ramachandram , C R Rao, “Effect of Transmission Range on the Performance of Zone Routing Protocol in MANETs”, In Proceedings of ICACC, 2007. [5] C S R Marthy , B S Manoj, ”Ad Hoc Wireless Networks Architecture & Protocols, ISBN 81-297- 0945-7, Pearson Education Pte. Ltd, Singapore”. [6] M Frank, M Gerome, P Don, S Steve, ”The Performance of Ad hoc Networking Protocols in Highly Mobile Environments”, Spring 2000, Washington.