SlideShare une entreprise Scribd logo
1  sur  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.

Contenu connexe

Tendances

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
rahulmonikasharma
 
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
 
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
Ayman El-Kilany
 
Mohamad Aziz Resume
Mohamad Aziz ResumeMohamad Aziz Resume
Mohamad Aziz Resume
Mohamad Aziz
 

Tendances (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
 

En vedette (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
 

Similaire à Presentation2 2000

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
 
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
 
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
 

Similaire à 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
 

Dernier

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Dernier (20)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 

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.