Challenges of Routing in Ad-hoc Networks Chandra D Yarlagadda.

Slides:



Advertisements
Similar presentations
Routing protocols in Mobile Ad Hoc Network
Advertisements

1 A Review of Current Routing Protocols for Ad-Hoc Mobile Wireless Networks By Lei Chen.
1 Routing in Mobile Ad Hoc Networks CS 598HL, 2006.
Network Layer Routing Issues (I). Infrastructure vs. multi-hop Infrastructure networks: Infrastructure networks: ◦ One or several Access-Points (AP) connected.
Prepared by: Suman Chakraborty CSE, 4 th year Roll Sensor Networks(CS-704D)
Overview of Ad Hoc Routing Protocols. Overview 1.
Routing Protocol.
Mobile and Wireless Computing Institute for Computer Science, University of Freiburg Western Australian Interactive Virtual Environments Centre (IVEC)
A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols By Josh Broch, David A. Maltz, David B. Johnson, Yih- Chun Hu, Jorjeta.
1 LINK STATE PROTOCOLS (contents) Disadvantages of the distance vector protocols Link state protocols Why is a link state protocol better?
1 Spring Semester 2007, Dept. of Computer Science, Technion Internet Networking recitation #4 Mobile Ad-Hoc Networks AODV Routing.
Mobile Ad-hoc Networks (manets)
ITIS 6010/8010 Wireless Network Security Dr. Weichao Wang.
ITIS 6010/8010 Wireless Network Security Dr. Weichao Wang.
Security & Efficiency in Ad- Hoc Routing Protocol with emphasis on Distance Vector and Link State. Ayo Fakolujo Wichita State University.
Secure Routing in Ad Hoc Wireless Networks
CS541 Advanced Networking 1 Mobile Ad Hoc Networks (MANETs) Neil Tang 02/02/2009.
RD-CSY /09 Distance Vector Routing Protocols.
A Review of Current Routing Potocols for Ad-Hoc Mobile Wireless Networks Yibo Sun
Mobile and Wireless Computing Institute for Computer Science, University of Freiburg Western Australian Interactive Virtual Environments Centre (IVEC)
Routing.
Sensor Network Routing Romit Roy Choudhury and Pradeep Kyasanur (Some slides are based on Dr. Nitin Vaidya’s tutorial)
1 Spring Semester 2007, Dept. of Computer Science, Technion Internet Networking recitation #5 Mobile Ad-Hoc Networks TBRPF.
1 Internet Networking Spring 2006 Tutorial 3 Ad-hoc networks TBRPF (based on IETF tutorials on TBRPF)
Computer Networks: Wireless Networks Ivan Marsic Rutgers University Chapter 6 – Wireless Networks.
Ad Hoc Wireless Routing COS 461: Computer Networks
INTRA- AND INTERDOMAIN ROUTING Routing inside an autonomous system is referred to as intradomain routing. Routing between autonomous systems is.
Analysis of RIP, OSPF, and EIGRP Routing Protocols using OPNET Group 5: Kiavash Mirzahossein Michael Nguyen Sarah Elmasry
ENHANCING AND EVALUATION OF AD-HOC ROUTING PROTOCOLS IN VANET.
C.O.B.R.A. Kyle Morse Matthew Denker Mark Srebro Derrick Chiu.
Mobile IP Performance Issues in Practice. Introduction What is Mobile IP? –Mobile IP is a technology that allows a "mobile node" (MN) to change its point.
Itrat Rasool Quadri ST ID COE-543 Wireless and Mobile Networks
Routing in mobile ad-hoc networks (MANETs). 1. WHAT IS A MANET ? A MANET can be defined as a system of autonomous mobile nodes A MANET can be defined.
Dynamic Routing Protocols  Function(s) of Dynamic Routing Protocols: – Dynamically share information between routers (Discover remote networks). – Automatically.
1 Introducing Routing 1. Dynamic routing - information is learned from other routers, and routing protocols adjust routes automatically. 2. Static routing.
Mobile Ad-Hoc Networking By Jared Roberts. Overview What is a MANET? What is a MANET? Problems with routing in a MANET Problems with routing in a MANET.
1 Spring Semester 2009, Dept. of Computer Science, Technion Internet Networking recitation #3 Mobile Ad-Hoc Networks AODV Routing.
Mobile Adhoc Network: Routing Protocol:AODV
Ad-hoc On-Demand Distance Vector Routing (AODV) and simulation in network simulator.
RFC 3561 AODV Routing Protocol Mobile Ad Hoc Networking Working Group Charles E. Perkins INTERNET DRAFT Nokia Research Center 19 June 2002 Elizabeth M.
Routing Protocols of On- Demand Dynamic Source Routing (DSR) Ad-Hoc On-Demand Distance Vector (AODV)
Routing Protocols for Mobile Ad-Hoc Networks By : Neha Durwas For: Professor U.T. Nguyen COSC 6590.
The Destination Sequenced Distance Vector (DSDV) protocol
WIRELESS AD-HOC NETWORKS Dr. Razi Iqbal Lecture 6.
#1 EETS 8316/NTU CC725-N/TC/ Routing - Circuit Switching  Telephone switching was hierarchical with only one route possible —Added redundant routes.
Traditional Routing A routing protocol sets up a routing table in routers A node makes a local choice depending on global topology.
Distance Vector Routing Protocols Dynamic Routing.
Ad Hoc Network.
DSDV Destination-Sequenced Distance-Vector Routing Protocol
November 4, 2003Applied Research Laboratory, Washington University in St. Louis APOC 2003 Wuhan, China Cost Efficient Routing in Ad Hoc Mobile Wireless.
Ad Hoc On-Demand Distance Vector Routing (AODV) ietf
Mobile Ad Hoc Networks. What is a MANET (Mobile Ad Hoc Networks)? Formed by wireless hosts which may be mobile No pre-existing infrastructure Routes between.
Routing Metrics for Wireless Mesh Networks
Author:Zarei.M.;Faez.K. ;Nya.J.M.
Instructor Materials Chapter 5: Dynamic Routing
A comparison of Ad-Hoc Routing Protocols
Sensor Network Routing
IS3120 Network Communications Infrastructure
任課教授:陳朝鈞 教授 學生:王志嘉、馬敏修
Chapter 5: Dynamic Routing
by Saltanat Mashirova & Afshin Mahini
Routing Metrics for Wireless Mesh Networks
Subject Name: Computer Networks - II Subject Code: 10CS64
RFC 1058 & RFC 2453 Routing Information Protocol
Proactive vs. Reactive Routing
Routing.
Vinay Singh Graduate school of Software Dongseo University
DSDV Destination-Sequenced Distance-Vector Routing Protocol
Routing protocols in Mobile Ad Hoc Network
CCNA 2 JEOPARDY Module 6.
Presentation transcript:

Challenges of Routing in Ad-hoc Networks Chandra D Yarlagadda

Ad-hoc Networks No infrastructure No infrastructure Wireless Wireless Node acts as router Node acts as router Used in meetings, emergency situations Used in meetings, emergency situations No home agent or foreign agent No home agent or foreign agent

Conventional Routing Solutions Distance vector routing Distance vector routing 1. Distance in hops 2. Periodic broadcasts 3. Router sends to next hop 4. Fast convergence but bandwidth wasted 5. RIP Link State Link State 1. State of link 2. Topology of entire network 3. Periodic updates 4. Shortest path based on metric 5. More accurate but much more bandwidth wasted 6. OSPF

Problems of Using Conventional Routing protocols Uplink and Downlink Uplink and Downlink Link Redundancy Link Redundancy Routing updates Routing updates Nature of routers Nature of routers

New Approach Route Discovery Route Discovery 1. Simple Method is ARP 2. Flooding 3. Transmissions are broadcast 4. Id’s for duplicate packets 5. Caching of routes for future use

New Approach Route Maintenance Route Maintenance 1. Use of Caching prevents nodes to know change of state 2. Deals with accuracy of the route 3. Hop by Hop acknowledgement 4. Bit in the packet to request acknowledgement

Types of Ad-Hoc routing protocols Table Driven Table Driven Source Initiated Source Initiated

Table Driven Maintain up-to-date information from one node to all other nodes Maintain up-to-date information from one node to all other nodes Information stored in tables Information stored in tables Updates are used to maintain the tables Updates are used to maintain the tables Differ from conventional routing protocols on the basis of tables maintained and updates sent Differ from conventional routing protocols on the basis of tables maintained and updates sent

Destination-Sequenced Distance-Vector Routing (DSDV) Every node contains a table containing all other nodes and the hops required Every node contains a table containing all other nodes and the hops required Sequence numbers to maintain new routes Sequence numbers to maintain new routes Periodic updates are required Periodic updates are required Network traffic is decreased by Network traffic is decreased by Full Dump & Incremental packets Loop Free network Loop Free network Settling Time Settling Time

Wireless Routing Protocol Distance Table Distance Table Routing Table Routing Table Link-Cost Table Link-Cost Table Message Re- transmission List Table Message Re- transmission List Table

Source-Initiated On-Demand Routing Source starts a discovery process Source starts a discovery process Path found only when required Path found only when required Multiple paths are found Multiple paths are found Paths maintained till node is active or is accessible Paths maintained till node is active or is accessible

Ad Hoc On-Demand Distance Vector Routing

Dynamic Source Routing

Comparisions ParametersOn-demandTable-driven Availability of routing informationAvailable when neededAlways available regardless of need Periodic route updatesNot requiredRequired Coping with mobilityLocalized route discoveryInform other nodes to achieve a consistent routing table Traffic generatedGrows with increasing mobility of active routes Greater than that of on-demand routing QoSFew can support QoS, although most support shortest path Mainly shortest path as the QoS metric

Questions ??