Proactive vs. Reactive Routing

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.
Tseng:1 Introduction to Ad Hoc Networking Perkin’s book: Ch 1 and Ch 2. Some data collected from the Internet by Prof. Yu-Chee Tseng.
1 Ad Hoc Networks Cholatip Yawut Faculty of Information Technology King Mongkut's University of Technology North Bangkok.
Routing Protocols Lecture # 6 Obaid Khan.
Overview of Ad Hoc Routing Protocols. Overview 1.
Advanced Topics in Next-Generation Wireless Networks
1 CWCCWC Oulu Determining the Optimal Configuration for the Zone Routing Protocol By M. R. Pearlman and Z. J. Haas Presentation by Martti Huttunen
1 Spring Semester 2007, Dept. of Computer Science, Technion Internet Networking recitation #4 Mobile Ad-Hoc Networks AODV Routing.
Introduction to Wireless Ad-Hoc Networks Routing Michalis Faloutsos Some slides borrowed From Guor-Huar Lu.
Routing in Mobile Ad Hoc Networks Marc Heissenbüttel University of Berne Bern,
ITIS 6010/8010 Wireless Network Security Dr. Weichao Wang.
1 Introduction to Wireless Ad-Hoc Networks Routing Michalis Faloutsos Some slides borrowed From Guor-Huar Lu.
CS541 Advanced Networking 1 Mobile Ad Hoc Networks (MANETs) Neil Tang 02/02/2009.
A Review of Current Routing Potocols for Ad-Hoc Mobile Wireless Networks Yibo Sun
Sensor Network Routing Romit Roy Choudhury and Pradeep Kyasanur (Some slides are based on Dr. Nitin Vaidya’s tutorial)
Mobile and Wireless Computing Institute for Computer Science, University of Freiburg Western Australian Interactive Virtual Environments Centre (IVEC)
Paper Reviews Written reviews for each paper to be discussed in class are due by noon on Fridays of the previous week The soft copy of the reviews should.
Ad Hoc Wireless Routing COS 461: Computer Networks
Routing Two papers: Location-Aided Routing (LAR) in mobile ad hoc networks (2000) Ad-hoc On-Demand Distance Vector Routing (1999)
The Zone Routing Protocol (ZRP)
Itrat Rasool Quadri ST ID COE-543 Wireless and Mobile Networks
DYMO: Dynamic MANET On-Demand  IETF Draft submitted by MANET WG  Work in progress  Descendant of DSR and AODV  A rewrite of AODV, using different terminology.
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.
Scalable Routing Protocols for Mobile Ad Hoc Networks Xiaoyan Hong, Kaixin Xu, and Mario Gerla at UCLA.
Mobile Adhoc Network: Routing Protocol:AODV
Routing in Ad Hoc Networks Audun Søberg Henriksen Truls Becken.
Ad-hoc On-Demand Distance Vector Routing (AODV) and simulation in network simulator.
ROUTING ALGORITHMS IN AD HOC NETWORKS
Routing Protocols of On- Demand Dynamic Source Routing (DSR) Ad-Hoc On-Demand Distance Vector (AODV)
The Performance of Query Control Schemes for the Zone Routing Protocol Zygmunt J. Haas Marc R. Pearlman.
Traditional Routing A routing protocol sets up a routing table in routers A node makes a local choice depending on global topology.
Ad-hoc On Demand Distance Vector Protocol Hassan Gobjuka.
Intro DSR AODV OLSR TRBPF Comp Concl 4/12/03 Jon KolstadAndreas Lundin CS Ad-Hoc Routing in Wireless Mobile Networks DSR AODV OLSR TBRPF.
Ad Hoc On-Demand Distance Vector Routing (AODV) ietf
Mobile Ad Hoc Networking By Shaena Price. What is it? Autonomous system of routers and hosts connected by wireless links Can work flawlessly in a standalone.
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.
Author:Zarei.M.;Faez.K. ;Nya.J.M.
Mobile and wireless networking
Zone Routing Protocol (ZRP)
AODV-OLSR Scalable Ad hoc Routing
Lecture 28 Mobile Ad hoc Network Dr. Ghalib A. Shah
DSDV Highly Dynamic Destination-Sequenced Distance-Vector Routing
UNIT-IV ROUTING PROTOCOLS Contents:
Kyle Fitzpatrick Konstantin Zak
Routing design goals, challenges,
Mobicom ‘99 Per Johansson, Tony Larsson, Nicklas Hedman
Ad-Hoc Networks.
Outline Introduction Routing in Mobile Ad Hoc Networks
Internet Networking recitation #4
Zone Routing Protocol (ZRP) Update
A comparison of Ad-Hoc Routing Protocols
Routing Protocols in MANETs
Sensor Network Routing
Project Overview Comparing the performance of selected different Routing protocols for mobile ad-hoc networks.
Routing Protocols for Ad Hoc Wireless Networks
任課教授:陳朝鈞 教授 學生:王志嘉、馬敏修
ROUTING IN MOBILE AD-HOC NETWORKS
Mobile and Wireless Networking
Ad hoc Routing Protocols
Mobile Computing CSE 40814/60814 Spring 2018.
by Saltanat Mashirova & Afshin Mahini
Subject Name: Computer Networks - II Subject Code: 10CS64
Routing.
Routing in Mobile Ad hoc Networks.
Vinay Singh Graduate school of Software Dongseo University
DSDV Destination-Sequenced Distance-Vector Routing Protocol
Routing protocols in Mobile Ad Hoc Network
Routing in Mobile Wireless Networks Neil Tang 11/14/2008
A Talk on Mobile Ad hoc Networks (Manets)
Presentation transcript:

Proactive vs. Reactive Routing Proactive Routing Protocol: continuously evaluate the routes attempt to maintain consistent, up-to-date routing information when a route is needed, one may be ready immediately when the network topology changes the protocol responds by propagating updates throughout the network to maintain a consistent view Reactive Routing Protocol: on-demand Ex: DSR, AODV

Ad hoc routing protocols AD-HOC MOBILE ROUTING PROTOCOLS ON-DEMAND-DRIVEN REACTIVE HYBRID DSDV CGSR TABLE DRIVEN/ PROACTIVE DSR AODV ZRP

DSDV Destination Sequenced Distance Vector Table-driven Based on the distributed Bellman-Ford routing algorithm Each node maintains a routing table Routing hops to each destination Sequence number

DSDV Problem Solution two types of route update packets A lot of control traffic in the network Solution two types of route update packets Full dump All available routing information Incremental Only information changed since the last full dump

Clustering Protocol Cluster Gateway Switch Routing (CGSR) Table-driven for inter-cluster routing Uses DSDV for intra-cluster routing C3 M2 C2 C1

AODV Ad hoc On-demand Distance Vector On-demand driven Nodes that are not on the selected path do not maintain routing information Route discovery The source node broadcasts a route request packet (RREQ) The destination or an intermediate node with “fresh enough” route to the destination replies a route reply packet (RREP)

AODV Destination Source Destination (a) RREQ Source (b) RREP N2 N4 N1

AODV Problem Solution A node along the route moves Upstream neighbor notices the move Propagates a link failure notification message to each of its active upstream neighbors The source node receives the message and re-initiate route discovery

DSR Dynamic Source Routing On-demand driven Based on the concept of source routing Required to maintain route caches Two major phases Route discovery Route maintenance A route error packet

DSR N2 N4 N1 N3 N5 N6 N7 N8 N2 N4 N1 N3 N5 N6 N7 N8 N1-N2 N1-N2-N5-N8

ZRP Zone Routing Protocol Hybrid protocol ZRP has three sub-protocols On-demand Proactive ZRP has three sub-protocols Intrazone Routing Protocol (IARP) Interzone Routing Protocol (IERP) Bordercast Resolution Protocol (BRP)

Bordercasting Zone of Node Y Border Node Node X Node Z Zone of Node X Zone Radius = r Hops Zone of Node Y Node X Zone of Node X Node Z Zone of Node Z Border Node Bordercasting

LAR Location-Aided Routing Location information via GPS Shortcoming GPS availability is not yet worldwide Position information come with deviation

LAR (Xs,Ys) SRC Request Zone Expected Zone DEST R (Xd+R, Yd+R) (Xd,Yd)

DREAM Distance Routing effect Algorithm for mobility Position-based Each node maintains a position database Regularly floods packets to update the position Temporal resolution Spatial resolution

PAR Power-Aware Routing + – SRC N1 N2 DEST N4 N3