SlideShare ist ein Scribd-Unternehmen logo
1 von 23
Ship Ad-hoc Network (SANET)
Student : Benyamin Moadab
An undergradute Student of Computer Engineering (IT),
At Islamic Azad University, Rasht Branch
IN THE NAME OF GOD
Professor : D r . A r e f S a f a r i
PhD in Artificial Intelligence
November - December 2019
Faculty of Engineering
N e x t P a g e
Table
of
Contents
1. Introduction (Wireless sensor network - Multi-hop)
2. Wireless ad-hoc network (Diagram & Tabels)
3. Ship ad-hoc network (SANET)
4. Challenge
5. Evolution Algorithm
6. Optimization issues (Diagram & Tabels)
7. Compare methods
8. Evaluation of algorithms
9. Improve Suggestions
10. Conclusion
11. Reference
Types of Communication Networks
What is Wireless Sensor Network?
A Wireless Sensor Network (WSN) is a collection of compact size
low power computational nodes capable of detecting local
environmental conditions, and forward such information to a
central base station (sink) for appropriate processing.
“
1) Infrastructure
networks
Ad-Hoc
Network2)
1
Ad-Hoc Network Applications
MANETs - VANETs - SANETs - FANETs - SPANs - Air Force UAV
1- Lack of infrastructure 2- Use wireless link 3- Multiple jumps 4- Autonomy of nodes in relocation
Three security methods in wireless networks
1- WPA / WPA2 / WPA3 / WEP 2- SSID 3- MAC
Routing protocols
1- Table Driven Protocols 2-On Demand Protocols 3-Hybrid Protocols (or Hierarchical)
4-Multi Way Routing
Routing Algorithms
1-Flooding Method 2-The Rumor spread method 3-Spin Method 4- Guided Release Method
5-Hierarchical Method
Wireless ad hoc network
Feature Of Ad-Hoc Network
Ad-Hoc Network Problems
1-Routing 2- Optimal energy consumption 3- Quality of Service (QoS) 4- Multicast service delivery
5-Security
D
i
f
f
e
r
e
n
c
e
?
2
Ad-Hoc Routing Porotocol
Flat Routing
Proactive
(Table Driven)
FSR WRP
OLSR DSDV
Reactive
(On Demand)
AODV DSR
Geographical Position
Supported Routing
GeoCast
GPSRDREAM
LAR
Hierarchical Routing
HSR CGSR
ZRP LANMAR
3
Type Of Routing Protocol Algorithm used Advantages and Disadvantages
Tabel Driven
DSDV Bellman-Ford (Dijkstra's) Requires time parameters
(Update information and number)
WRP Path-Finding The counting problem was resolved to infinity
CSGR Bellman-Ford (Dijkstra's) Computational overhead
Star - Can't find the optimal path and doesn't have
the update required
On- Demand
SSR By power and signal Weak signal loss
DSR - Have cache memory
TORA Distributed Routing Algorithm
(eg: Ant Colony and Digestra, etc.)
Requires synchronous clock
AOPV Bellman-Ford (Dijkstra's) -
RDMAR Spacing algorithm
(eg: distance-vector, LS, etc.)
No need for positioning technology like GPS,
Reduces network traffic
4
Method Of
Routing
Algorithm
used The method how to worked ?!
Hierarchical
Method
K-Means
LBG
ACO-MRP
Single-Link
LEACH Protocol
PEGASIS
HEED Protocol
TEEN Protocol
5
This algorithm always produces k clusters with at least one node in them.
This algorithm only optimizes the center of the clusters but does not optimize their boundaries.
The K-Means algorithm depends on the initial selection of the clusters and
this causes the clustering results to differ from the replication algorithm to solve this problem.
In this algorithm a multi-routing protocol based on dynamic clustering and ant colony algorithm is
proposed.
This method is one of the oldest and simplest clustering methods and is one of the hierarchical and
proprietary clustering methods.
This method of clustering is also called the Nearest Neighbor technique.
In this protocol the time is divided into parts called round. Each round is divided into two phases.
The first phase is the cluster formation phase and the second phase is related to normal network
performance.
This method is essentially the advanced state of the LEACH protocol.
In this protocol, instead of forming different clusters, a chain of interconnection is
established between all the sensors in the network.
The HEED clustering method is a distributed clustering method that considers both the energy and
the cost of communication.
This protocol is designed for situations where sudden changes in the parameter being measured are
to be reported quickly
Vanet Ad-hoc Network
There are two types of nodes in Vanet networks:
1) OBU (On-Board Unit) processing and
communication equipment
2) Fixed Road-Side Unit (RSU) equipment
As a result, these architectures form
two types of communication:
1) Vehicle to Vehicle (V2V)
2) Vehicle to Infrastructure /
Vehicle to Infrastructure (I2V / V2I)
6
Ship Ad-hoc Network
Packet data networks at sea offer the potential for increased safety, connectivity and meteorological data acquisition. Existing
solutions including satellite communication are expensive and prohibitive to most small vessels.
( Service Radio Regularization (RR) defined marine band VHF radio to operate on internationally agreed frequencies in the band from 156MHz to 163MHz. )
7
Challenge
Important Challenges As we mentioned earlier, there are
various problems and challenges in ad-hoc networks,
the most important of which :
Read More
Security Routing
8
Evolution Algorithm
In clustering, the main focus is on cluster head selection, but by
adding the evolutionary methods described below, the clustering
algorithm in the network selects the optimal set and optimal path.
particle swarm optimization
Differential evolution
Genetic Algorithm
01
02
03
9
FUNCTION OPTIMIZATION
1.
Single-Point and multi-Point
optimization2.
Dynamic and static optimization
Continuous or discrete
optimization
Optimization issues
3.
4.
10
Optimization
Method
Discrete
Exact Approximate
Heuristic Metaheuristic
Classical
(Gradient)
Continuous
Non Linear
Global Local
Gradient
Based
Not Using
Gradiend
Linear
Difficult To Optimize
Optimization Diagram
11
Optimization Diagram
Singel-point Multi-point
Derivative-based
Derivative-free
(direct search)
Steepest descent
conjugate gradient
Quasi-Newton
Random Walk
Hooke-Jeeves
(Pattern search algorithm)
Multi-Start and
Clustering techniques
Nelder-Mead
Differential evolution
* multi-point optimizers that operate on many points in parallel
* multi-start algorithms that visit many points in sequence.
12
01
02
03
04
Differential Evolution (DE)
(Evolution Algorithm)
Population initialization
Selection
Crossover
Mutation
15
Mutation / Crossover / Selection
(Differential Evolution)
16
GA DEPSO
1)To solve small and big issues
2) Based on probability laws
3) Escape from the local optimal
4) Easy implementation
5) Lack evolutionary operator
LEARN MODE LEARN MODE LEARN MODE
Compare methods
1)To solve just big issues
2) No mathematical proof
3) Easy implementation
4) High cost of information retention
5) Low speed calculation
1) Strong mathematical proof
2) High speed calculation
3) Easy implementation
4) Having memory
5) Discard less than GA
17
Assessment
PSO GA DE
18
Improve Suggestions
 Fuzzy Particle Swarm Optimization :
(in order to cluster suppliers in fuzzy environments)
 Integrating Fuzzy K-Means, Particle Swarm Optimization:
(These algorithms help the FKM to escape from local Optima
and improve the quality of solutions obtained by FKM)
 Other evolutionary hybrid methods
 ....
19
Conclusion
According to surveys, satellite communications were expensive in communications
between ships, For this reason they used networks called "case networks" to
communicate between them over long distances.
There were some methods already,
but it was decided to use
evolutionary algorithms in the field.
4Suggested methods
As you can see, they had
good results and helped
us optimize this
3
2The main focus of the
presentation was on routing
algorithms
1
20
Reference
 Al-Zaidi, Rabab, et al. "Next generation marine data networks in an iot environment.“
2017 Second International Conference on Fog and Mobile Edge Computing (FMEC). IEEE, 2017.
 Taher, Hadeel Mohammed. "Sea Ad hoc Network (SANET) Challenges and Development [J]."
International Journal of Applied Engineering Research 13.8 (2018): 6257-6261.
 Kong, Peng-Yong, Ming-Tuo Zhou, and Jaya Shankar Pathmasuntharam.
"A routing approach for inter-ship communications in wireless multi-hop networks."
2008 8th International Conference on ITS Telecommunications. IEEE, 2008.
 Verma, Rajesh, et al. "A hybrid wireless Ad-hoc network model for critical services."
2010 Sixth International conference on Wireless Communication and Sensor
Networks. IEEE, 2010.
 Course file "Differential Evolution Algorithm" by Dr. Rahil Hosseini
21
09116997485
CALL US
Beny.modab@gmail.com
EMAIL
Islamic Azad University Of Rasht
ADDRESS
Many thanks to the students of Computer Engineering at Azad islamic university Branch Rasht
Presented at : Azad islamic University Branch Rasht
FINISH
Any Question??

Weitere ähnliche Inhalte

Was ist angesagt?

Sumo, Simulation of Urban Mobility, (DLR, Open Source) tutorial
Sumo, Simulation of Urban Mobility, (DLR, Open Source) tutorial Sumo, Simulation of Urban Mobility, (DLR, Open Source) tutorial
Sumo, Simulation of Urban Mobility, (DLR, Open Source) tutorial Rodrigue Tchamna
 
Adaptation of tcp window
Adaptation of tcp windowAdaptation of tcp window
Adaptation of tcp windowpriya Nithya
 
Distributed dbms architectures
Distributed dbms architecturesDistributed dbms architectures
Distributed dbms architecturesPooja Dixit
 
Vehicle tracking system,be computer android report,android project report,gps...
Vehicle tracking system,be computer android report,android project report,gps...Vehicle tracking system,be computer android report,android project report,gps...
Vehicle tracking system,be computer android report,android project report,gps...Sujit9561
 
IoT Meets the Cloud: The Origins of Edge Computing
IoT Meets the Cloud:  The Origins of Edge ComputingIoT Meets the Cloud:  The Origins of Edge Computing
IoT Meets the Cloud: The Origins of Edge ComputingMaria Gorlatova
 
6lowpan
6lowpan 6lowpan
6lowpan Wi6Labs
 
Cognitive radio wireless sensor networks applications, challenges and researc...
Cognitive radio wireless sensor networks applications, challenges and researc...Cognitive radio wireless sensor networks applications, challenges and researc...
Cognitive radio wireless sensor networks applications, challenges and researc...Ameer Sameer
 
Design Issues In Adhoc Wireless MAC Protocol
Design Issues In Adhoc Wireless MAC ProtocolDesign Issues In Adhoc Wireless MAC Protocol
Design Issues In Adhoc Wireless MAC ProtocolDushhyant Kumar
 
Grid protocol architecture
Grid protocol architectureGrid protocol architecture
Grid protocol architecturePooja Dixit
 
Topology control protocols for WSNs challenges and research opportunities, 14...
Topology control protocols for WSNs challenges and research opportunities, 14...Topology control protocols for WSNs challenges and research opportunities, 14...
Topology control protocols for WSNs challenges and research opportunities, 14...Mohamed Mostafa
 

Was ist angesagt? (20)

Sumo, Simulation of Urban Mobility, (DLR, Open Source) tutorial
Sumo, Simulation of Urban Mobility, (DLR, Open Source) tutorial Sumo, Simulation of Urban Mobility, (DLR, Open Source) tutorial
Sumo, Simulation of Urban Mobility, (DLR, Open Source) tutorial
 
Routing Protocols in WSN
Routing Protocols in WSNRouting Protocols in WSN
Routing Protocols in WSN
 
Mobile data networks
Mobile data networksMobile data networks
Mobile data networks
 
Adaptation of tcp window
Adaptation of tcp windowAdaptation of tcp window
Adaptation of tcp window
 
AODV routing protocol
AODV routing protocolAODV routing protocol
AODV routing protocol
 
Distributed dbms architectures
Distributed dbms architecturesDistributed dbms architectures
Distributed dbms architectures
 
Vanet ppt
Vanet pptVanet ppt
Vanet ppt
 
Energy efficient routing protocol
Energy efficient routing protocolEnergy efficient routing protocol
Energy efficient routing protocol
 
Vehicle tracking system,be computer android report,android project report,gps...
Vehicle tracking system,be computer android report,android project report,gps...Vehicle tracking system,be computer android report,android project report,gps...
Vehicle tracking system,be computer android report,android project report,gps...
 
IoT Meets the Cloud: The Origins of Edge Computing
IoT Meets the Cloud:  The Origins of Edge ComputingIoT Meets the Cloud:  The Origins of Edge Computing
IoT Meets the Cloud: The Origins of Edge Computing
 
DSDV VS AODV
DSDV VS AODV DSDV VS AODV
DSDV VS AODV
 
Hadoop HDFS.ppt
Hadoop HDFS.pptHadoop HDFS.ppt
Hadoop HDFS.ppt
 
3G System
3G System3G System
3G System
 
6lowpan
6lowpan 6lowpan
6lowpan
 
Cognitive radio wireless sensor networks applications, challenges and researc...
Cognitive radio wireless sensor networks applications, challenges and researc...Cognitive radio wireless sensor networks applications, challenges and researc...
Cognitive radio wireless sensor networks applications, challenges and researc...
 
Design Issues In Adhoc Wireless MAC Protocol
Design Issues In Adhoc Wireless MAC ProtocolDesign Issues In Adhoc Wireless MAC Protocol
Design Issues In Adhoc Wireless MAC Protocol
 
Grid protocol architecture
Grid protocol architectureGrid protocol architecture
Grid protocol architecture
 
Topology control protocols for WSNs challenges and research opportunities, 14...
Topology control protocols for WSNs challenges and research opportunities, 14...Topology control protocols for WSNs challenges and research opportunities, 14...
Topology control protocols for WSNs challenges and research opportunities, 14...
 
Distributed DBMS - Unit 5 - Semantic Data Control
Distributed DBMS - Unit 5 - Semantic Data ControlDistributed DBMS - Unit 5 - Semantic Data Control
Distributed DBMS - Unit 5 - Semantic Data Control
 
Routing protocols in ad hoc network
Routing protocols in ad hoc networkRouting protocols in ad hoc network
Routing protocols in ad hoc network
 

Ähnlich wie Ship Ad-hoc Network (SANET)

APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...
APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...
APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...cscpconf
 
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD CodeIRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD CodeIRJET Journal
 
Multimedia traffic routing in multilayer wdm networks
Multimedia traffic routing in multilayer wdm networksMultimedia traffic routing in multilayer wdm networks
Multimedia traffic routing in multilayer wdm networksAlexander Decker
 
Performance Analysis of Mesh-based NoC’s on Routing Algorithms
Performance Analysis of Mesh-based NoC’s on Routing Algorithms Performance Analysis of Mesh-based NoC’s on Routing Algorithms
Performance Analysis of Mesh-based NoC’s on Routing Algorithms IJECEIAES
 
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...IRJET Journal
 
14 12 may17 18nov16 13396 m f hashmi
14 12 may17 18nov16 13396 m f hashmi14 12 may17 18nov16 13396 m f hashmi
14 12 may17 18nov16 13396 m f hashmiIAESIJEECS
 
VANETS Vehicular Adhoc NETworkS
VANETS Vehicular Adhoc NETworkSVANETS Vehicular Adhoc NETworkS
VANETS Vehicular Adhoc NETworkSSridhar Raghavan
 
Comparative Analysis of Green Algorithm within Active Queue Management for Mo...
Comparative Analysis of Green Algorithm within Active Queue Management for Mo...Comparative Analysis of Green Algorithm within Active Queue Management for Mo...
Comparative Analysis of Green Algorithm within Active Queue Management for Mo...ijtsrd
 
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...AIRCC Publishing Corporation
 
Adhoc Sensor Networks1.pptx
Adhoc Sensor Networks1.pptxAdhoc Sensor Networks1.pptx
Adhoc Sensor Networks1.pptxkapss043
 
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...IOSRJECE
 
IRJET-Spectrum Allocation Policies for Flex Grid Network with Data Rate Limit...
IRJET-Spectrum Allocation Policies for Flex Grid Network with Data Rate Limit...IRJET-Spectrum Allocation Policies for Flex Grid Network with Data Rate Limit...
IRJET-Spectrum Allocation Policies for Flex Grid Network with Data Rate Limit...IRJET Journal
 
A041203010014
A041203010014A041203010014
A041203010014IOSR-JEN
 
Hybrid networking and distribution
Hybrid networking and distribution Hybrid networking and distribution
Hybrid networking and distribution vivek pratap singh
 
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATIONRASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATIONAIRCC Publishing Corporation
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...AIRCC Publishing Corporation
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...AIRCC Publishing Corporation
 

Ähnlich wie Ship Ad-hoc Network (SANET) (20)

APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...
APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...
APPLICATION OF GENETIC ALGORITHM IN DESIGNING A SECURITY MODEL FOR MOBILE ADH...
 
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD CodeIRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
IRJET- Performance Analysis of IP Over Optical CDMA System based on RD Code
 
Multimedia traffic routing in multilayer wdm networks
Multimedia traffic routing in multilayer wdm networksMultimedia traffic routing in multilayer wdm networks
Multimedia traffic routing in multilayer wdm networks
 
Performance Analysis of Mesh-based NoC’s on Routing Algorithms
Performance Analysis of Mesh-based NoC’s on Routing Algorithms Performance Analysis of Mesh-based NoC’s on Routing Algorithms
Performance Analysis of Mesh-based NoC’s on Routing Algorithms
 
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
 
14 12 may17 18nov16 13396 m f hashmi
14 12 may17 18nov16 13396 m f hashmi14 12 may17 18nov16 13396 m f hashmi
14 12 may17 18nov16 13396 m f hashmi
 
VANETS Vehicular Adhoc NETworkS
VANETS Vehicular Adhoc NETworkSVANETS Vehicular Adhoc NETworkS
VANETS Vehicular Adhoc NETworkS
 
Comparative Analysis of Green Algorithm within Active Queue Management for Mo...
Comparative Analysis of Green Algorithm within Active Queue Management for Mo...Comparative Analysis of Green Algorithm within Active Queue Management for Mo...
Comparative Analysis of Green Algorithm within Active Queue Management for Mo...
 
Wiki2010 Unit 4
Wiki2010 Unit 4Wiki2010 Unit 4
Wiki2010 Unit 4
 
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
 
SDSFLF: fault localization framework for optical communication using softwar...
SDSFLF: fault localization framework for optical  communication using softwar...SDSFLF: fault localization framework for optical  communication using softwar...
SDSFLF: fault localization framework for optical communication using softwar...
 
Adhoc Sensor Networks1.pptx
Adhoc Sensor Networks1.pptxAdhoc Sensor Networks1.pptx
Adhoc Sensor Networks1.pptx
 
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
 
A02100108
A02100108A02100108
A02100108
 
IRJET-Spectrum Allocation Policies for Flex Grid Network with Data Rate Limit...
IRJET-Spectrum Allocation Policies for Flex Grid Network with Data Rate Limit...IRJET-Spectrum Allocation Policies for Flex Grid Network with Data Rate Limit...
IRJET-Spectrum Allocation Policies for Flex Grid Network with Data Rate Limit...
 
A041203010014
A041203010014A041203010014
A041203010014
 
Hybrid networking and distribution
Hybrid networking and distribution Hybrid networking and distribution
Hybrid networking and distribution
 
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATIONRASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
 

Kürzlich hochgeladen

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptJasonTagapanGulla
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 

Kürzlich hochgeladen (20)

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.ppt
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 

Ship Ad-hoc Network (SANET)

  • 1. Ship Ad-hoc Network (SANET) Student : Benyamin Moadab An undergradute Student of Computer Engineering (IT), At Islamic Azad University, Rasht Branch IN THE NAME OF GOD Professor : D r . A r e f S a f a r i PhD in Artificial Intelligence November - December 2019 Faculty of Engineering
  • 2. N e x t P a g e Table of Contents 1. Introduction (Wireless sensor network - Multi-hop) 2. Wireless ad-hoc network (Diagram & Tabels) 3. Ship ad-hoc network (SANET) 4. Challenge 5. Evolution Algorithm 6. Optimization issues (Diagram & Tabels) 7. Compare methods 8. Evaluation of algorithms 9. Improve Suggestions 10. Conclusion 11. Reference
  • 3. Types of Communication Networks What is Wireless Sensor Network? A Wireless Sensor Network (WSN) is a collection of compact size low power computational nodes capable of detecting local environmental conditions, and forward such information to a central base station (sink) for appropriate processing. “ 1) Infrastructure networks Ad-Hoc Network2) 1
  • 4. Ad-Hoc Network Applications MANETs - VANETs - SANETs - FANETs - SPANs - Air Force UAV 1- Lack of infrastructure 2- Use wireless link 3- Multiple jumps 4- Autonomy of nodes in relocation Three security methods in wireless networks 1- WPA / WPA2 / WPA3 / WEP 2- SSID 3- MAC Routing protocols 1- Table Driven Protocols 2-On Demand Protocols 3-Hybrid Protocols (or Hierarchical) 4-Multi Way Routing Routing Algorithms 1-Flooding Method 2-The Rumor spread method 3-Spin Method 4- Guided Release Method 5-Hierarchical Method Wireless ad hoc network Feature Of Ad-Hoc Network Ad-Hoc Network Problems 1-Routing 2- Optimal energy consumption 3- Quality of Service (QoS) 4- Multicast service delivery 5-Security D i f f e r e n c e ? 2
  • 5. Ad-Hoc Routing Porotocol Flat Routing Proactive (Table Driven) FSR WRP OLSR DSDV Reactive (On Demand) AODV DSR Geographical Position Supported Routing GeoCast GPSRDREAM LAR Hierarchical Routing HSR CGSR ZRP LANMAR 3
  • 6. Type Of Routing Protocol Algorithm used Advantages and Disadvantages Tabel Driven DSDV Bellman-Ford (Dijkstra's) Requires time parameters (Update information and number) WRP Path-Finding The counting problem was resolved to infinity CSGR Bellman-Ford (Dijkstra's) Computational overhead Star - Can't find the optimal path and doesn't have the update required On- Demand SSR By power and signal Weak signal loss DSR - Have cache memory TORA Distributed Routing Algorithm (eg: Ant Colony and Digestra, etc.) Requires synchronous clock AOPV Bellman-Ford (Dijkstra's) - RDMAR Spacing algorithm (eg: distance-vector, LS, etc.) No need for positioning technology like GPS, Reduces network traffic 4
  • 7. Method Of Routing Algorithm used The method how to worked ?! Hierarchical Method K-Means LBG ACO-MRP Single-Link LEACH Protocol PEGASIS HEED Protocol TEEN Protocol 5 This algorithm always produces k clusters with at least one node in them. This algorithm only optimizes the center of the clusters but does not optimize their boundaries. The K-Means algorithm depends on the initial selection of the clusters and this causes the clustering results to differ from the replication algorithm to solve this problem. In this algorithm a multi-routing protocol based on dynamic clustering and ant colony algorithm is proposed. This method is one of the oldest and simplest clustering methods and is one of the hierarchical and proprietary clustering methods. This method of clustering is also called the Nearest Neighbor technique. In this protocol the time is divided into parts called round. Each round is divided into two phases. The first phase is the cluster formation phase and the second phase is related to normal network performance. This method is essentially the advanced state of the LEACH protocol. In this protocol, instead of forming different clusters, a chain of interconnection is established between all the sensors in the network. The HEED clustering method is a distributed clustering method that considers both the energy and the cost of communication. This protocol is designed for situations where sudden changes in the parameter being measured are to be reported quickly
  • 8. Vanet Ad-hoc Network There are two types of nodes in Vanet networks: 1) OBU (On-Board Unit) processing and communication equipment 2) Fixed Road-Side Unit (RSU) equipment As a result, these architectures form two types of communication: 1) Vehicle to Vehicle (V2V) 2) Vehicle to Infrastructure / Vehicle to Infrastructure (I2V / V2I) 6
  • 9. Ship Ad-hoc Network Packet data networks at sea offer the potential for increased safety, connectivity and meteorological data acquisition. Existing solutions including satellite communication are expensive and prohibitive to most small vessels. ( Service Radio Regularization (RR) defined marine band VHF radio to operate on internationally agreed frequencies in the band from 156MHz to 163MHz. ) 7
  • 10. Challenge Important Challenges As we mentioned earlier, there are various problems and challenges in ad-hoc networks, the most important of which : Read More Security Routing 8
  • 11. Evolution Algorithm In clustering, the main focus is on cluster head selection, but by adding the evolutionary methods described below, the clustering algorithm in the network selects the optimal set and optimal path. particle swarm optimization Differential evolution Genetic Algorithm 01 02 03 9
  • 12. FUNCTION OPTIMIZATION 1. Single-Point and multi-Point optimization2. Dynamic and static optimization Continuous or discrete optimization Optimization issues 3. 4. 10
  • 13. Optimization Method Discrete Exact Approximate Heuristic Metaheuristic Classical (Gradient) Continuous Non Linear Global Local Gradient Based Not Using Gradiend Linear Difficult To Optimize Optimization Diagram 11
  • 14. Optimization Diagram Singel-point Multi-point Derivative-based Derivative-free (direct search) Steepest descent conjugate gradient Quasi-Newton Random Walk Hooke-Jeeves (Pattern search algorithm) Multi-Start and Clustering techniques Nelder-Mead Differential evolution * multi-point optimizers that operate on many points in parallel * multi-start algorithms that visit many points in sequence. 12
  • 15. 01 02 03 04 Differential Evolution (DE) (Evolution Algorithm) Population initialization Selection Crossover Mutation 15
  • 16. Mutation / Crossover / Selection (Differential Evolution) 16
  • 17. GA DEPSO 1)To solve small and big issues 2) Based on probability laws 3) Escape from the local optimal 4) Easy implementation 5) Lack evolutionary operator LEARN MODE LEARN MODE LEARN MODE Compare methods 1)To solve just big issues 2) No mathematical proof 3) Easy implementation 4) High cost of information retention 5) Low speed calculation 1) Strong mathematical proof 2) High speed calculation 3) Easy implementation 4) Having memory 5) Discard less than GA 17
  • 19. Improve Suggestions  Fuzzy Particle Swarm Optimization : (in order to cluster suppliers in fuzzy environments)  Integrating Fuzzy K-Means, Particle Swarm Optimization: (These algorithms help the FKM to escape from local Optima and improve the quality of solutions obtained by FKM)  Other evolutionary hybrid methods  .... 19
  • 20. Conclusion According to surveys, satellite communications were expensive in communications between ships, For this reason they used networks called "case networks" to communicate between them over long distances. There were some methods already, but it was decided to use evolutionary algorithms in the field. 4Suggested methods As you can see, they had good results and helped us optimize this 3 2The main focus of the presentation was on routing algorithms 1 20
  • 21. Reference  Al-Zaidi, Rabab, et al. "Next generation marine data networks in an iot environment.“ 2017 Second International Conference on Fog and Mobile Edge Computing (FMEC). IEEE, 2017.  Taher, Hadeel Mohammed. "Sea Ad hoc Network (SANET) Challenges and Development [J]." International Journal of Applied Engineering Research 13.8 (2018): 6257-6261.  Kong, Peng-Yong, Ming-Tuo Zhou, and Jaya Shankar Pathmasuntharam. "A routing approach for inter-ship communications in wireless multi-hop networks." 2008 8th International Conference on ITS Telecommunications. IEEE, 2008.  Verma, Rajesh, et al. "A hybrid wireless Ad-hoc network model for critical services." 2010 Sixth International conference on Wireless Communication and Sensor Networks. IEEE, 2010.  Course file "Differential Evolution Algorithm" by Dr. Rahil Hosseini 21
  • 22. 09116997485 CALL US Beny.modab@gmail.com EMAIL Islamic Azad University Of Rasht ADDRESS Many thanks to the students of Computer Engineering at Azad islamic university Branch Rasht Presented at : Azad islamic University Branch Rasht FINISH