SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

Mobile Ad hoc Networks
Mobile Ad hoc NetworksMobile Ad hoc Networks
Mobile Ad hoc Networks
Jagdeep Singh
 
Lecture 7 8 ad hoc wireless media access protocols
Lecture 7 8 ad hoc wireless media access protocolsLecture 7 8 ad hoc wireless media access protocols
Lecture 7 8 ad hoc wireless media access protocols
Chandra Meena
 
Lecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkLecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc network
Chandra Meena
 
An introduction to Wireless Small Cell Networks
An introduction to Wireless Small Cell NetworksAn introduction to Wireless Small Cell Networks
An introduction to Wireless Small Cell Networks
Mehdi Bennis
 

What's hot (20)

Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
Adhoc wireless
Adhoc wirelessAdhoc wireless
Adhoc wireless
 
Mobile Ad hoc Networks
Mobile Ad hoc NetworksMobile Ad hoc Networks
Mobile Ad hoc Networks
 
Leach protocol
Leach protocolLeach protocol
Leach protocol
 
Mac protocols
Mac protocolsMac protocols
Mac protocols
 
Data aggregation in wireless sensor networks
Data aggregation in wireless sensor networksData aggregation in wireless sensor networks
Data aggregation in wireless sensor networks
 
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
 
Lecture 7 8 ad hoc wireless media access protocols
Lecture 7 8 ad hoc wireless media access protocolsLecture 7 8 ad hoc wireless media access protocols
Lecture 7 8 ad hoc wireless media access protocols
 
WSN NETWORK -MAC PROTOCOLS - Low Duty Cycle Protocols And Wakeup Concepts – ...
WSN NETWORK -MAC PROTOCOLS - Low Duty Cycle Protocols And Wakeup Concepts –  ...WSN NETWORK -MAC PROTOCOLS - Low Duty Cycle Protocols And Wakeup Concepts –  ...
WSN NETWORK -MAC PROTOCOLS - Low Duty Cycle Protocols And Wakeup Concepts – ...
 
Wsn state-centric programming
Wsn   state-centric programmingWsn   state-centric programming
Wsn state-centric programming
 
UMTS, Introduction.
UMTS, Introduction.UMTS, Introduction.
UMTS, Introduction.
 
MOBILE Ad-Hoc NETWORK (MANET)
MOBILE Ad-Hoc NETWORK (MANET)MOBILE Ad-Hoc NETWORK (MANET)
MOBILE Ad-Hoc NETWORK (MANET)
 
Introduction to LTE
Introduction to LTEIntroduction to LTE
Introduction to LTE
 
Millimeter Wave mobile communications for 5g cellular
Millimeter Wave mobile communications for 5g cellularMillimeter Wave mobile communications for 5g cellular
Millimeter Wave mobile communications for 5g cellular
 
Cognitive radio networks
Cognitive radio networksCognitive radio networks
Cognitive radio networks
 
Lecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkLecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc network
 
Optical networks
Optical networksOptical networks
Optical networks
 
Adhoc Wireless Network
Adhoc Wireless Network Adhoc Wireless Network
Adhoc Wireless Network
 
An introduction to Wireless Small Cell Networks
An introduction to Wireless Small Cell NetworksAn introduction to Wireless Small Cell Networks
An introduction to Wireless Small Cell Networks
 
Manet
ManetManet
Manet
 

Viewers also liked

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
guest1b5f71
 
Lecture 1 mobile and adhoc network- introduction
Lecture 1  mobile and adhoc network- introductionLecture 1  mobile and adhoc network- introduction
Lecture 1 mobile and adhoc network- introduction
Chandra Meena
 
Mobile ad hoc network
Mobile ad hoc networkMobile ad hoc network
Mobile ad hoc network
skobu
 
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
Iaetsd Iaetsd
 
My Final Project
My Final ProjectMy Final Project
My Final Project
askkathir
 
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
 
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
 

Viewers also liked (20)

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
 
Lecture 1 mobile and adhoc network- introduction
Lecture 1  mobile and adhoc network- introductionLecture 1  mobile and adhoc network- introduction
Lecture 1 mobile and adhoc network- introduction
 
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 to Manet - The Art of Networking without a Network

Mobile Computing UNIT-7
Mobile Computing UNIT-7Mobile Computing UNIT-7
Mobile Computing UNIT-7
Ramesh Babu
 

Similar to 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
 
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) for KTU
Mobile ad hoc networks (MANET) for KTUMobile ad hoc networks (MANET) for KTU
Mobile ad hoc networks (MANET) for KTU
 
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
 

Recently uploaded

Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Peter Udo Diehl
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
UXDXConf
 
Breaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdfBreaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdf
UK Journal
 

Recently uploaded (20)

Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System Strategy
 
Using IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & IrelandUsing IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & Ireland
 
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
Measures in SQL (a talk at SF Distributed Systems meetup, 2024-05-22)
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through Observability
 
Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
 
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfWhere to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101
 
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomSalesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties ReimaginedEasier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - Questionnaire
 
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
 
Breaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdfBreaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdf
 
Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджера
 

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