SlideShare una empresa de Scribd logo
1 de 31
TARUN VARSHNEY
varshney@live.in
Department of Information Technology
ABES Engineering College
MANET : The Art of Networking
without a Network
Wireless Networks
• Computer network that is wireless
• Infrastructure-based networks
• Less expensive to setup
IP backbone
Server
Router
Gateways
Disadvantages
• Disaster areas
• no infrastructure
• Large construction sites
• Too expensive
• Inconvenient
• Military operations
Solution???
• Mobile ad hoc network
• Mobile ad hoc network (MANET), or simply ad hoc network, comprises
nodes that freely and dynamically self-organize into arbitrary and temporary
network topology without any infrastructure support.
Mobile
Random and perhaps changing
Ad Hoc
Not engineered i.e. made or happening only for a particular purpose or
need, not planned before it happens
Network
Network, is a collection of systems and other hardware interconnected by
communication channels that allow sharing of resources and information
MANET: Mobile Ad hoc Network
 MANET is a self-configuring network of mobile nodes connected by
wireless links - the union of which form an arbitrary topology.
 Individual nodes act as routers
 Minimal configuration and quick deployment make ad hoc networks
suitable for emergency situations like natural or human-induced
disasters, military conflicts, emergency medical situations etc.
 Such a network may operate in a standalone fashion, or may be
connected to the larger Internet.
MANET: Mobile Ad hoc Network (continued)
Mobile Ad Hoc Network (MANET) is a collection of two or more
devices or nodes or terminals with wireless communication and
networking capability that communicate with each other without the
aid of any centralized administrator also the wireless nodes that can
dynamically form a network to exchange information without using any
existing fixed network infrastructure
MANET: Mobile Ad hoc Network (continued)
MANETs: Operation
A
B
C
D
E
F
Internet
E
Gateway
Stand-alone MANET
After one of the nodes is configured as a gateway, the entire network is
connected to an external network like Internet
Mobile Ad Network – HOME
A
B
C
MANET: Formation
MANET: Architecture
Collision – Hidden-Station Problem
• A wishes to communicate with B. However A cannot detect communication from C but
can detect communication from B.
• C also wishes to communicate with B. Again C cannot detect communication from A but
can detect Communication from B.
• C is hidden from A and A is hidden from C.
• Both A and C transmit and their signals collide leading to loss of both packets.
Collision – Exposed-station Problem
• Nodes A, B, and C can all detect communications from one another. However, Only C can
detect communication from D.
• Node B wishes to send to Node A and Node C wishes to send to Node D.
• So Node B begins transmitting to Node A and Node C recognizes this. The medium is in
use so Node C can not transmit to Node D.
• Even though both transmission requests could be made going in opposite directions, the
transmission does not happen. This is because Node C is exposed to Nodes A and B while D
is not.
Routing is the process of selecting paths in a network along which to send
network traffic
Routing Protocols are the set of rules and regulation that are must followed
during the communication over the network.
MANET: Routing and Routing Protocols
MANET: Classification of Routing Protocol
 Proactive Routing Protocol or Table Driven Approaches:
Maintain regular and up to date routing information about each node in the network by
propagating route updation at fixed time interval throughout the network.
 Reactive Routing Protocol:
Establish the route to a destination only when there is a demand for it.
Also called as “Demand Protocol”.
 Hybrid Routing Protocol:
Combination of proactive and reactive protocol
The route is established with the proactive routes and uses reactive flooding for new
mobile nodes.
 Reactive Routing Protocol
Ad Hoc On-Demand Distance Vector (AODV)
Dynamic Source Routing (DSR)
Associativity Based Routing (ABR)
 Proactive Routing Protocol
Destination-Sequenced Distance-Vector Routing (DSDV)
Optimized Link State Routing (OLSR)
The Wireless Routing Protocol (WRP)
MANET: Routing Protocols (continued)
 Hybrid Routing Protocol
Temporary Ordered routing Algorithm (TORA)
Zone Routing Protocol (ZPR)
Order One routing Protocol(OOPR)
 Constructs route on demand and reduce routing load.
 Uses table driven routing framework.
 Destination sequence number for routing packets to destination mobile nodes.
 Location independent algorithm.
 Bi-directional route.
 Packet send from source to destination, floods the network with the RREQ
packets. All mobile node receive RREQ from neighbor or update message then
checks routing table to find out that if it is the destination node or if it has fresh
route to the destination then unicast RREP which is routed back on a temporary
reverse route generated by RREQ from source node or else it re-broadcast RREQ.
Ad Hoc On-Demand Distance Vector (AODV)
The Internet Engineering task Force MANET working group suggests two
different types of matrices for Evaluting the performance of the protocols of the
MANETs
 Qualitative Metrics
 Quantitative Metrics
Performance and Evaluation issues of Routing Protocols
Qualitative Metrics
Qualitative metrics include the :
• Loop Freedom
• On-Demand Routing Behavior
• Proactive Behavior
• Security
• Unidirectional Link Support
• Sleep Mode
Quantitative Metrics
Quantitative metrics broadly includes the:
• End-to-end data throughput and delay
• Route Acquisition Time
• Out-of-Order Delivery
• Efficiency
Challenges in Securing MANETs
To secure an ad hoc network, the following attributes may be considered:
- Availability
- Confidentiality
- Integrity
- Authentication
Challenges in Securing MANETs
• Security exposures of ad hoc routing protocols are due to two different types of attacks:
- Active attacks through which the misbehaving node has to bear some energy costs in
order to perform some harmful operation, and
- Passive attacks that mainly consist of lack of cooperation with the purpose of energy
saving.
• Nodes that perform active attacks with the aim of damaging other nodes by causing
network outage are considered to be malicious.
• Nodes that perform passive attacks with the aim of saving battery life for their own
communications are considered to be selfish
• Selfish nodes can severely degrade network performances and eventually partition the
network
Challenges in Securing MANETs
• In a wormhole attack a malicious node can record packets (or bits) at one
location in the network and tunnel them to another location through a
private network shared with a colluding malicious node.
• Most existing ad hoc routing protocols would be unable to find consistent
routes to any destination
• When an attacker forwards only routing control messages and not data
packets, communication may be severely damaged
Challenges in Securing MANETs
- Wormhole Attacks
Initial
Routing
before attack
Challenges in Securing MANETs
- Wormhole Attacks
Initial
Routing
before attack
Challenges in Securing MANETs
- Wormhole Attacks
Tunnel packets received in one
place of the network and
replay them in another place
The attacker can have no key
material. All it requires is
two transceivers and one
high quality out-of-band
channel
Challenges in Securing MANETs
- Wormhole Attacks
Most packets will be
routed to the
wormhole
The wormhole can
drop packets or
more
subtly, selectively
forward packets
to avoid detection
MANET Applications
• Tactical Networks
• Military communication, operation
• Automated Battlefields
• Sensor Networks
• Home applications: allow users to manage home device locally and
remotely
MANET Applications (continued)
• Emergency Services
• Replacement of a fixed infrastructure in case of
earthquake, hurricanes
• Home and Enterprise Networking
• Shared whiteboard applications
• Use PDA to print anywhere
• Entertainment
• Multi-user games
• Robotic pets
• MANETs is challenging and promising system concepts
• Requires new type of architectures and protocols
• Open areas
• Secure routing protocol
• Quality of service
• Low power consumption
Conclusion
Conclusion
• Security of ad hoc networks has recently gained momentum in the
research community
• Due to the open nature of ad hoc networks and their inherent lack of
infrastructure, security exposures can be an impediment to basic
network operation
• Security solutions for MANET have to cope with a challenging
environment including scarce energy and computational resources and
lack of persistent structure
• The solutions presented in this presentation only cover a subset of all
threats and are far from providing a comprehensive answer to the security
problem in ad hoc networks
• They often address isolated issues away from a global approach to security
• As the technology for ad hoc wireless networks gains maturity,
comprehensive security solutions based on realistic trust models and
addressing all prevalent issues like routing, key management and
cooperation enforcement are expected to appear
Conclusion

Más contenido relacionado

La actualidad más candente

Wsn routing protocol
Wsn routing protocolWsn routing protocol
Wsn routing protocolSuganthiN2
 
Routing protocols for ad hoc wireless networks
Routing protocols for ad hoc wireless networks Routing protocols for ad hoc wireless networks
Routing protocols for ad hoc wireless networks Divya Tiwari
 
Sensor node hardware and network architecture
Sensor node hardware and network architectureSensor node hardware and network architecture
Sensor node hardware and network architectureVidhi603146
 
Sensor Networks Introduction and Architecture
Sensor Networks Introduction and ArchitectureSensor Networks Introduction and Architecture
Sensor Networks Introduction and ArchitecturePeriyanayagiS
 
Mobile ad hoc networks (MANET) for KTU
Mobile ad hoc networks (MANET) for KTUMobile ad hoc networks (MANET) for KTU
Mobile ad hoc networks (MANET) for KTUVinish Alikkal
 
Energy consumption of wsn
Energy consumption of wsnEnergy consumption of wsn
Energy consumption of wsnDeepaDasarathan
 
Chap 5 (small scale fading)
Chap 5 (small scale fading)Chap 5 (small scale fading)
Chap 5 (small scale fading)asadkhan1327
 
mobile ad-hoc network (MANET) and its applications
mobile ad-hoc network (MANET) and its applicationsmobile ad-hoc network (MANET) and its applications
mobile ad-hoc network (MANET) and its applicationsAman Gupta
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11Keshav Maheshwari
 
Introduction to mobile ad hoc network
Introduction to mobile ad hoc networkIntroduction to mobile ad hoc network
Introduction to mobile ad hoc networkAshish Prajapat
 
1. introduction to wireless communication
1. introduction to wireless communication1. introduction to wireless communication
1. introduction to wireless communicationJAIGANESH SEKAR
 

La actualidad más candente (20)

Mobile Ad hoc network
Mobile Ad hoc networkMobile Ad hoc network
Mobile Ad hoc network
 
Wsn routing protocol
Wsn routing protocolWsn routing protocol
Wsn routing protocol
 
Routing protocols for ad hoc wireless networks
Routing protocols for ad hoc wireless networks Routing protocols for ad hoc wireless networks
Routing protocols for ad hoc wireless networks
 
Vehicular ad hoc network
Vehicular ad hoc networkVehicular ad hoc network
Vehicular ad hoc network
 
Routing Protocols in WSN
Routing Protocols in WSNRouting Protocols in WSN
Routing Protocols in WSN
 
Sensor node hardware and network architecture
Sensor node hardware and network architectureSensor node hardware and network architecture
Sensor node hardware and network architecture
 
Layer 2 switching
Layer 2 switchingLayer 2 switching
Layer 2 switching
 
Sensor Networks Introduction and Architecture
Sensor Networks Introduction and ArchitectureSensor Networks Introduction and Architecture
Sensor Networks Introduction and Architecture
 
Mobile ad hoc networks (MANET) for KTU
Mobile ad hoc networks (MANET) for KTUMobile ad hoc networks (MANET) for KTU
Mobile ad hoc networks (MANET) for KTU
 
Umts(3g)
Umts(3g)Umts(3g)
Umts(3g)
 
Mac
MacMac
Mac
 
Energy consumption of wsn
Energy consumption of wsnEnergy consumption of wsn
Energy consumption of wsn
 
Chap 5 (small scale fading)
Chap 5 (small scale fading)Chap 5 (small scale fading)
Chap 5 (small scale fading)
 
AODV routing protocol
AODV routing protocolAODV routing protocol
AODV routing protocol
 
mobile ad-hoc network (MANET) and its applications
mobile ad-hoc network (MANET) and its applicationsmobile ad-hoc network (MANET) and its applications
mobile ad-hoc network (MANET) and its applications
 
Wimax ppt
Wimax pptWimax ppt
Wimax ppt
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
 
Medium access control unit 3-33
Medium access control  unit 3-33Medium access control  unit 3-33
Medium access control unit 3-33
 
Introduction to mobile ad hoc network
Introduction to mobile ad hoc networkIntroduction to mobile ad hoc network
Introduction to mobile ad hoc network
 
1. introduction to wireless communication
1. introduction to wireless communication1. introduction to wireless communication
1. introduction to wireless communication
 

Destacado

Mobile Ad hoc Networks
Mobile Ad hoc NetworksMobile Ad hoc Networks
Mobile Ad hoc NetworksJagdeep Singh
 
Mobile ad hoc networking: imperatives and challenges
Mobile ad hoc networking: imperatives and challengesMobile ad hoc networking: imperatives and challenges
Mobile ad hoc networking: imperatives and challengesguest1b5f71
 
Mobile ad hoc network
Mobile ad hoc networkMobile ad hoc network
Mobile ad hoc networkskobu
 
Iaetsd manet a reliable network in disaster areas
Iaetsd manet a reliable network in disaster areasIaetsd manet a reliable network in disaster areas
Iaetsd manet a reliable network in disaster areasIaetsd Iaetsd
 
My Final Project
My Final ProjectMy Final Project
My Final Projectaskkathir
 
P2P on the local network
P2P on the local networkP2P on the local network
P2P on the local networkPeter Elst
 
IEEE HARDWARE TITLES 2015-16
IEEE HARDWARE TITLES 2015-16IEEE HARDWARE TITLES 2015-16
IEEE HARDWARE TITLES 2015-16Spiro Vellore
 
Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)
Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)
Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)eSAT Journals
 
mobile computing and ad hoc network
mobile computing and ad hoc networkmobile computing and ad hoc network
mobile computing and ad hoc networkitsjadu
 
Review on design of advanced opportunistics routing in manet
Review on design of advanced opportunistics routing in manetReview on design of advanced opportunistics routing in manet
Review on design of advanced opportunistics routing in manetyatin1988
 
Adhoc technologies
Adhoc technologiesAdhoc technologies
Adhoc technologiesshashi712
 
Introduction to mobile ad hoc network (m.a.net)
Introduction to mobile ad hoc network (m.a.net)Introduction to mobile ad hoc network (m.a.net)
Introduction to mobile ad hoc network (m.a.net)Sohebuzzaman Khan
 

Destacado (20)

Mobile Ad hoc Networks
Mobile Ad hoc NetworksMobile Ad hoc Networks
Mobile Ad hoc Networks
 
Ad-Hoc Networks
Ad-Hoc NetworksAd-Hoc Networks
Ad-Hoc Networks
 
Manet ppt
Manet pptManet ppt
Manet ppt
 
Mobile ad hoc networking: imperatives and challenges
Mobile ad hoc networking: imperatives and challengesMobile ad hoc networking: imperatives and challenges
Mobile ad hoc networking: imperatives and challenges
 
Manet
ManetManet
Manet
 
Manet
ManetManet
Manet
 
Mobile ad hoc network
Mobile ad hoc networkMobile ad hoc network
Mobile ad hoc network
 
Iaetsd manet a reliable network in disaster areas
Iaetsd manet a reliable network in disaster areasIaetsd manet a reliable network in disaster areas
Iaetsd manet a reliable network in disaster areas
 
My Final Project
My Final ProjectMy Final Project
My Final Project
 
P2P on the local network
P2P on the local networkP2P on the local network
P2P on the local network
 
MANET
MANETMANET
MANET
 
IEEE HARDWARE TITLES 2015-16
IEEE HARDWARE TITLES 2015-16IEEE HARDWARE TITLES 2015-16
IEEE HARDWARE TITLES 2015-16
 
Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)
Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)
Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)
 
Mymanet
MymanetMymanet
Mymanet
 
mobile computing and ad hoc network
mobile computing and ad hoc networkmobile computing and ad hoc network
mobile computing and ad hoc network
 
Review on design of advanced opportunistics routing in manet
Review on design of advanced opportunistics routing in manetReview on design of advanced opportunistics routing in manet
Review on design of advanced opportunistics routing in manet
 
Manet
ManetManet
Manet
 
Adhoc technologies
Adhoc technologiesAdhoc technologies
Adhoc technologies
 
Ad hoc
Ad hocAd hoc
Ad hoc
 
Introduction to mobile ad hoc network (m.a.net)
Introduction to mobile ad hoc network (m.a.net)Introduction to mobile ad hoc network (m.a.net)
Introduction to mobile ad hoc network (m.a.net)
 

Similar a Manet - The Art of Networking without a Network

IT6601 Mobile Computing Unit IV
IT6601 Mobile Computing Unit IVIT6601 Mobile Computing Unit IV
IT6601 Mobile Computing Unit IVpkaviya
 
Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...
Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...
Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...Umang Singh
 
Adhoc and routing protocols
Adhoc and routing protocolsAdhoc and routing protocols
Adhoc and routing protocolsshashi712
 
MOBILE COMPUTING Unit 4.pptx
 MOBILE COMPUTING Unit 4.pptx MOBILE COMPUTING Unit 4.pptx
MOBILE COMPUTING Unit 4.pptxkarthiksmart21
 
MC Lecture 8 67875667767777775677887.pptx
MC Lecture 8 67875667767777775677887.pptxMC Lecture 8 67875667767777775677887.pptx
MC Lecture 8 67875667767777775677887.pptxBinyamBekeleMoges
 
WMN Chapter5.pptx
WMN Chapter5.pptxWMN Chapter5.pptx
WMN Chapter5.pptxdamayanti68
 
Unit 2 -1 ADHOC WIRELESS NETWORK MOBILE COMPUTING
Unit 2 -1 ADHOC WIRELESS NETWORK  MOBILE COMPUTINGUnit 2 -1 ADHOC WIRELESS NETWORK  MOBILE COMPUTING
Unit 2 -1 ADHOC WIRELESS NETWORK MOBILE COMPUTINGdevika g
 
Chapter 2.pptx
Chapter 2.pptxChapter 2.pptx
Chapter 2.pptxsameernsn1
 
MOBILE COMPUTING MANETS,ROUTING ALGORITHMS
MOBILE COMPUTING MANETS,ROUTING ALGORITHMSMOBILE COMPUTING MANETS,ROUTING ALGORITHMS
MOBILE COMPUTING MANETS,ROUTING ALGORITHMSPallepati Vasavi
 
Mobile Computing UNIT-7
Mobile Computing UNIT-7Mobile Computing UNIT-7
Mobile Computing UNIT-7Ramesh Babu
 
Mobile ad hoc networks (manet)
Mobile ad hoc networks (manet)Mobile ad hoc networks (manet)
Mobile ad hoc networks (manet)Vinish Alikkal
 
Mobile Ad Hoc Network of Simulation Framework Based on OPNET
Mobile Ad Hoc Network of Simulation Framework Based on OPNETMobile Ad Hoc Network of Simulation Framework Based on OPNET
Mobile Ad Hoc Network of Simulation Framework Based on OPNETateeq ateeq
 
Classifications of wireless adhoc networks
Classifications of wireless adhoc networksClassifications of wireless adhoc networks
Classifications of wireless adhoc networksArunChokkalingam
 
networking.ppt
networking.pptnetworking.ppt
networking.pptsuchita74
 

Similar a Manet - The Art of Networking without a Network (20)

IT6601 Mobile Computing Unit IV
IT6601 Mobile Computing Unit IVIT6601 Mobile Computing Unit IV
IT6601 Mobile Computing Unit IV
 
Mobile computing Mobile Adhoc Networks (MANETs)
Mobile computing Mobile Adhoc Networks (MANETs)Mobile computing Mobile Adhoc Networks (MANETs)
Mobile computing Mobile Adhoc Networks (MANETs)
 
unit-4
unit-4 unit-4
unit-4
 
MOBILE Ad-Hoc NETWORK (MANET)
MOBILE Ad-Hoc NETWORK (MANET)MOBILE Ad-Hoc NETWORK (MANET)
MOBILE Ad-Hoc NETWORK (MANET)
 
Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...
Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...
Delivered Guest Talk in Faculty Development Programme held on 27th July 2017 ...
 
Adhoc and routing protocols
Adhoc and routing protocolsAdhoc and routing protocols
Adhoc and routing protocols
 
MOBILE COMPUTING Unit 4.pptx
 MOBILE COMPUTING Unit 4.pptx MOBILE COMPUTING Unit 4.pptx
MOBILE COMPUTING Unit 4.pptx
 
MC Lecture 8 67875667767777775677887.pptx
MC Lecture 8 67875667767777775677887.pptxMC Lecture 8 67875667767777775677887.pptx
MC Lecture 8 67875667767777775677887.pptx
 
WMN Chapter5.pptx
WMN Chapter5.pptxWMN Chapter5.pptx
WMN Chapter5.pptx
 
Unit 2 -1 ADHOC WIRELESS NETWORK MOBILE COMPUTING
Unit 2 -1 ADHOC WIRELESS NETWORK  MOBILE COMPUTINGUnit 2 -1 ADHOC WIRELESS NETWORK  MOBILE COMPUTING
Unit 2 -1 ADHOC WIRELESS NETWORK MOBILE COMPUTING
 
Chapter 2.pptx
Chapter 2.pptxChapter 2.pptx
Chapter 2.pptx
 
MOBILE COMPUTING MANETS,ROUTING ALGORITHMS
MOBILE COMPUTING MANETS,ROUTING ALGORITHMSMOBILE COMPUTING MANETS,ROUTING ALGORITHMS
MOBILE COMPUTING MANETS,ROUTING ALGORITHMS
 
Mobile Computing UNIT-7
Mobile Computing UNIT-7Mobile Computing UNIT-7
Mobile Computing UNIT-7
 
Mobile ad hoc networks (manet)
Mobile ad hoc networks (manet)Mobile ad hoc networks (manet)
Mobile ad hoc networks (manet)
 
Ioe module 4
Ioe module 4Ioe module 4
Ioe module 4
 
Mobile Ad Hoc Network of Simulation Framework Based on OPNET
Mobile Ad Hoc Network of Simulation Framework Based on OPNETMobile Ad Hoc Network of Simulation Framework Based on OPNET
Mobile Ad Hoc Network of Simulation Framework Based on OPNET
 
Classifications of wireless adhoc networks
Classifications of wireless adhoc networksClassifications of wireless adhoc networks
Classifications of wireless adhoc networks
 
Mane ts
Mane tsMane ts
Mane ts
 
networking.ppt
networking.pptnetworking.ppt
networking.ppt
 
It6601 mobile computing unit 4
It6601 mobile computing unit 4It6601 mobile computing unit 4
It6601 mobile computing unit 4
 

Último

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
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
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
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
 
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
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
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
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 

Último (20)

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
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
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
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
 
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
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 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
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 

Manet - The Art of Networking without a Network

  • 1. TARUN VARSHNEY varshney@live.in Department of Information Technology ABES Engineering College MANET : The Art of Networking without a Network
  • 2. Wireless Networks • Computer network that is wireless • Infrastructure-based networks • Less expensive to setup IP backbone Server Router Gateways
  • 3. Disadvantages • Disaster areas • no infrastructure • Large construction sites • Too expensive • Inconvenient • Military operations
  • 4. Solution??? • Mobile ad hoc network • Mobile ad hoc network (MANET), or simply ad hoc network, comprises nodes that freely and dynamically self-organize into arbitrary and temporary network topology without any infrastructure support.
  • 5. Mobile Random and perhaps changing Ad Hoc Not engineered i.e. made or happening only for a particular purpose or need, not planned before it happens Network Network, is a collection of systems and other hardware interconnected by communication channels that allow sharing of resources and information MANET: Mobile Ad hoc Network
  • 6.  MANET is a self-configuring network of mobile nodes connected by wireless links - the union of which form an arbitrary topology.  Individual nodes act as routers  Minimal configuration and quick deployment make ad hoc networks suitable for emergency situations like natural or human-induced disasters, military conflicts, emergency medical situations etc.  Such a network may operate in a standalone fashion, or may be connected to the larger Internet. MANET: Mobile Ad hoc Network (continued)
  • 7. Mobile Ad Hoc Network (MANET) is a collection of two or more devices or nodes or terminals with wireless communication and networking capability that communicate with each other without the aid of any centralized administrator also the wireless nodes that can dynamically form a network to exchange information without using any existing fixed network infrastructure MANET: Mobile Ad hoc Network (continued)
  • 8. MANETs: Operation A B C D E F Internet E Gateway Stand-alone MANET After one of the nodes is configured as a gateway, the entire network is connected to an external network like Internet
  • 9. Mobile Ad Network – HOME A B C MANET: Formation
  • 11. Collision – Hidden-Station Problem • A wishes to communicate with B. However A cannot detect communication from C but can detect communication from B. • C also wishes to communicate with B. Again C cannot detect communication from A but can detect Communication from B. • C is hidden from A and A is hidden from C. • Both A and C transmit and their signals collide leading to loss of both packets.
  • 12. Collision – Exposed-station Problem • Nodes A, B, and C can all detect communications from one another. However, Only C can detect communication from D. • Node B wishes to send to Node A and Node C wishes to send to Node D. • So Node B begins transmitting to Node A and Node C recognizes this. The medium is in use so Node C can not transmit to Node D. • Even though both transmission requests could be made going in opposite directions, the transmission does not happen. This is because Node C is exposed to Nodes A and B while D is not.
  • 13. Routing is the process of selecting paths in a network along which to send network traffic Routing Protocols are the set of rules and regulation that are must followed during the communication over the network. MANET: Routing and Routing Protocols
  • 14. MANET: Classification of Routing Protocol  Proactive Routing Protocol or Table Driven Approaches: Maintain regular and up to date routing information about each node in the network by propagating route updation at fixed time interval throughout the network.  Reactive Routing Protocol: Establish the route to a destination only when there is a demand for it. Also called as “Demand Protocol”.  Hybrid Routing Protocol: Combination of proactive and reactive protocol The route is established with the proactive routes and uses reactive flooding for new mobile nodes.
  • 15.  Reactive Routing Protocol Ad Hoc On-Demand Distance Vector (AODV) Dynamic Source Routing (DSR) Associativity Based Routing (ABR)  Proactive Routing Protocol Destination-Sequenced Distance-Vector Routing (DSDV) Optimized Link State Routing (OLSR) The Wireless Routing Protocol (WRP) MANET: Routing Protocols (continued)  Hybrid Routing Protocol Temporary Ordered routing Algorithm (TORA) Zone Routing Protocol (ZPR) Order One routing Protocol(OOPR)
  • 16.  Constructs route on demand and reduce routing load.  Uses table driven routing framework.  Destination sequence number for routing packets to destination mobile nodes.  Location independent algorithm.  Bi-directional route.  Packet send from source to destination, floods the network with the RREQ packets. All mobile node receive RREQ from neighbor or update message then checks routing table to find out that if it is the destination node or if it has fresh route to the destination then unicast RREP which is routed back on a temporary reverse route generated by RREQ from source node or else it re-broadcast RREQ. Ad Hoc On-Demand Distance Vector (AODV)
  • 17. The Internet Engineering task Force MANET working group suggests two different types of matrices for Evaluting the performance of the protocols of the MANETs  Qualitative Metrics  Quantitative Metrics Performance and Evaluation issues of Routing Protocols
  • 18. Qualitative Metrics Qualitative metrics include the : • Loop Freedom • On-Demand Routing Behavior • Proactive Behavior • Security • Unidirectional Link Support • Sleep Mode
  • 19. Quantitative Metrics Quantitative metrics broadly includes the: • End-to-end data throughput and delay • Route Acquisition Time • Out-of-Order Delivery • Efficiency
  • 20. Challenges in Securing MANETs To secure an ad hoc network, the following attributes may be considered: - Availability - Confidentiality - Integrity - Authentication
  • 21. Challenges in Securing MANETs • Security exposures of ad hoc routing protocols are due to two different types of attacks: - Active attacks through which the misbehaving node has to bear some energy costs in order to perform some harmful operation, and - Passive attacks that mainly consist of lack of cooperation with the purpose of energy saving. • Nodes that perform active attacks with the aim of damaging other nodes by causing network outage are considered to be malicious. • Nodes that perform passive attacks with the aim of saving battery life for their own communications are considered to be selfish • Selfish nodes can severely degrade network performances and eventually partition the network
  • 22. Challenges in Securing MANETs • In a wormhole attack a malicious node can record packets (or bits) at one location in the network and tunnel them to another location through a private network shared with a colluding malicious node. • Most existing ad hoc routing protocols would be unable to find consistent routes to any destination • When an attacker forwards only routing control messages and not data packets, communication may be severely damaged
  • 23. Challenges in Securing MANETs - Wormhole Attacks Initial Routing before attack
  • 24. Challenges in Securing MANETs - Wormhole Attacks Initial Routing before attack
  • 25. Challenges in Securing MANETs - Wormhole Attacks Tunnel packets received in one place of the network and replay them in another place The attacker can have no key material. All it requires is two transceivers and one high quality out-of-band channel
  • 26. Challenges in Securing MANETs - Wormhole Attacks Most packets will be routed to the wormhole The wormhole can drop packets or more subtly, selectively forward packets to avoid detection
  • 27. MANET Applications • Tactical Networks • Military communication, operation • Automated Battlefields • Sensor Networks • Home applications: allow users to manage home device locally and remotely
  • 28. MANET Applications (continued) • Emergency Services • Replacement of a fixed infrastructure in case of earthquake, hurricanes • Home and Enterprise Networking • Shared whiteboard applications • Use PDA to print anywhere • Entertainment • Multi-user games • Robotic pets
  • 29. • MANETs is challenging and promising system concepts • Requires new type of architectures and protocols • Open areas • Secure routing protocol • Quality of service • Low power consumption Conclusion
  • 30. Conclusion • Security of ad hoc networks has recently gained momentum in the research community • Due to the open nature of ad hoc networks and their inherent lack of infrastructure, security exposures can be an impediment to basic network operation • Security solutions for MANET have to cope with a challenging environment including scarce energy and computational resources and lack of persistent structure
  • 31. • The solutions presented in this presentation only cover a subset of all threats and are far from providing a comprehensive answer to the security problem in ad hoc networks • They often address isolated issues away from a global approach to security • As the technology for ad hoc wireless networks gains maturity, comprehensive security solutions based on realistic trust models and addressing all prevalent issues like routing, key management and cooperation enforcement are expected to appear Conclusion