ad hoc wireless networks: manet

113
CS 80240333 CUI Yong 1 Ad Hoc Wireless Networks: MANET Instructor: CUI Yong

Upload: toki

Post on 12-Jan-2016

48 views

Category:

Documents


0 download

DESCRIPTION

Ad Hoc Wireless Networks: MANET. Instructor: CUI Yong. Outline. Introduction Routing Protocol Overview Routing Protocol Design Reactive protocols DSR and Optimization AODV Proactive protocols OLSR DSDV Hybrid protocols ZRP, LANMAR Conclusion. Introduction to Ad hoc. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 1

Ad Hoc Wireless Networks: MANET

Instructor: CUI Yong

Page 2: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 2

Outline Introduction Routing Protocol Overview Routing Protocol Design

Reactive protocols DSR and Optimization AODV

Proactive protocols OLSR DSDV

Hybrid protocols ZRP, LANMAR

Conclusion

Page 3: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 3

Introduction to Ad hoc

Infrastructure-basedNetworks PSTN GSM WLAN with AP

Infrastructureless Networks Ad Hoc

Page 4: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 4

The differences

A,C have a session B retransmit Protocol needed

B1 B2

4

Wired network

2

13

Base-station example Ad Hoc example

MN only Host and router Multi-hop

BS+MN Wireless between BS and MN Wired between BS;

Page 5: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 5

Applications

Disaster recovery

Battlefield

Smart office

Gaps in cellular

infrastructure

Etc.

Page 6: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 6

More Features

Wireless and mobile

Self-organizing

Dynamic topology

Resource limited

Fully distributed

Host and router

Page 7: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 7

Classes of Wireless Ad Hoc Networks Three distinct classes

Mobile Ad Hoc Networks (MANET) possibly highly mobile nodes power constrained

Wireless Ad Hoc Sensor/Device Networks relatively immobile severely power constrained nodes large scale

Wireless Ad Hoc Backbone Networks rapidly deployable wireless infrastructure largely immobile nodes

Common attributes Ad hoc deployment, no infrastructure Routes between S-D nodes may contain multiple hops

Page 8: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 8

Ad Hoc research

Application Layer New applications

Transport Layer congestion and flow control

Network Layer Addressing and routing

Link Layer Media access

Physical Layer Bit error and interface

Page 9: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 9

Outline Introduction MANET Routing Overview and Background MANET Routing Protocol Design

Reactive protocols DSR and Optimization AODV

Proactive protocols OLSR DSDV

Hybrid protocols ZRP, LANMAR

Conclusion

Page 10: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 10

MANET Overview

Traverse multiple links to reach a destination

Page 11: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 11

MANET

Mobility causes route changes

Page 12: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 12

Unicast Routing in MANET Host mobility

link failure/repair due to mobility may have different characteristics than those due to other causes

Instability Rate of link failure/repair may be high when nodes move fast

New performance criteria needed route stability despite mobility energy consumption

Proposed protocols Some have been invented specifically for MANET Others are adapted from older protocols for wired networks

No single protocol works well some attempts made to develop adaptive protocols

Page 13: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 13

Types of Protocols

On-demand/reactive the routes are determined when they are required by

the source using a route discovery process; Global/proactive

determine routes to all the destinations at the start up maintain by using periodic route update process;

Hybrid combine the basic properties of the first two classes

of protocols into one.

Advantage & Disadvantage?Internet router?

Page 14: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 14

Trade-off Latency of route discovery

Proactive protocols may have lower latency since routes are maintained at all times

Reactive protocols may have higher latency because a route from X to Y will be found only when X attempts to send to Y

Overhead of route discovery/maintenance Reactive protocols may have lower overhead since routes

are determined only if needed Proactive protocols can (but not necessarily) result in

higher overhead due to continuous route updating Depend on the traffic and mobility patterns

Page 15: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 15

How to send msg to destination

Routing Reactive Proactive

No routing in advance? Any simple solutions?

Page 16: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 16

Flooding for Data Delivery

B

A

S E

F

H

J

D

C

G

IK

Represents that connected nodes are within each other’s transmission range

Z

Y

Represents a node that has received packet P

M

N

L

Sending a packet from S to D

Page 17: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 17

Flooding for Data Delivery

B

A

S E

F

H

J

D

C

G

IK

Represents transmission of packet P

Represents a node that receives packet P forthe first time

Z

YBroadcast transmission

M

N

L

Page 18: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 18

Flooding for Data Delivery

B

A

S E

F

H

J

D

C

G

IK

• Node H receives packet P from two neighbors: potential for collision

Z

Y

M

N

L

Page 19: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 19

Flooding for Data Delivery

B

A

S E

F

H

J

D

C

G

IK

• Node C receives packet P from G and H, but does not forward it again, because node C has already forwarded packet P once

Z

Y

M

N

L

Page 20: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 20

Flooding for Data Delivery

B

A

S E

F

H

J

D

C

G

IK

Z

Y

M

• Nodes J and K both broadcast packet P to node D• Since nodes J and K are hidden from each other, their transmissions may collide Packet P may not be delivered to node D at all, despite the use of flooding

N

L

Page 21: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 21

Flooding for Data Delivery

B

A

S E

F

H

J

D

C

G

IK

Z

Y

• Node D does not forward packet P, because node D is the intended destination of packet P

M

N

L

Page 22: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 22

Flooding for Data Delivery

B

A

S E

F

H

J

D

C

G

IK

• Flooding completed• Nodes unreachable from S do not receive packet P (e.g., node Z)• Nodes for which all paths from S go through the destination D also do not receive packet P (example: node N)

Z

Y

M

N

L

Page 23: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 23

Flooding for Data Delivery

B

A

S E

F

H

J

D

C

G

IK

• Flooding may deliver packets to too many nodes (in the worst case, all nodes reachable from sender may receive the packet)

Z

Y

M

N

L

Page 24: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 24

Flooding for Data Delivery: Advantages/ Disadvantages Simplicity Higher reliability of data delivery

Because packets may be delivered to the destination on multiple paths

Potentially lower reliability of data delivery Reliable broadcast (collision)?

Flooding uses broadcasting -- hard to implement reliable broadcast delivery without significantly increasing overhead

Page 25: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 25

Flooding for Data Delivery: Disadvantages High overhead

Data packets may be delivered to too many nodes who do not need to receive them

Being efficient when … Rate of information transmission is low enough the overhead of explicit route discovery/maintenance is

relatively higher Example

nodes transmit small data packets infrequently topology changes frequently

Page 26: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 26

Outline Introduction Routing Protocol Overview Routing Protocol Design

Reactive protocols DSR and Optimization AODV

Proactive protocols OLSR DSDV

Hybrid protocols ZRP, LANMAR

Conclusion

Page 27: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 27

Flooding for Data Delivery

B

A

S E

F

H

J

D

C

G

IK

•If we have continuous data to send, How to extend flooding to routing?•Append Node ID when flooding msg, Node D has path information, useful? Z

Y

M

N

L

Who should store the path? Find a path and store the path at source S, useful? Store the path on the path or packet

Page 28: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 28

Outline Introduction Routing Protocol Overview Routing Protocol Design

Reactive protocols DSR and Optimization AODV

Proactive protocols OLSR DSDV

Hybrid protocols ZRP, LANMAR

Conclusion

Page 29: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 29

Dynamic Source Routing (DSR) [Johnson96]@Mobile Computing

Three steps in DSR Route Discovery Data Delivery Route maintenance

Route Discovery When node S wants to send a packet to node D, but does

not know a route to D, node S initiates a route discovery Source node S floods Route Request (RREQ) Each node appends own identifier when forwarding RREQ

Page 30: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 30

Route Discovery in DSR

B

A

S E

F

H

J

D

C

G

IK

Z

Y

Represents a node that has received RREQ for D from S

M

N

L

Page 31: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 31

Route Discovery in DSR

B

A

S E

F

H

J

D

C

G

IK

Represents transmission of RREQ

Z

YBroadcast transmission

M

N

L

[S]

[X,Y] Represents list of identifiers appended to RREQ

Page 32: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 32

Route Discovery in DSR

B

A

S E

F

H

J

D

C

G

IK

• Node H receives packet RREQ from two neighbors: potential for collision

Z

Y

M

N

L

[S,E]

[S,C]

Page 33: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 33

Route Discovery in DSR

B

A

S E

F

H

J

D

C

G

IK

• Node C receives RREQ from G and H, but does not forward it again, because node C has already forwarded RREQ once

Z

Y

M

N

L

[S,C,G]

[S,E,F]

Page 34: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 34

Route Discovery in DSR

B

A

S E

F

H

J

D

C

G

IK

Z

Y

M

• Nodes J and K both broadcast RREQ to node D• Since nodes J and K are hidden from each other, their transmissions may collide

N

L

[S,C,G,K]

[S,E,F,J]

Page 35: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 35

Route Discovery in DSR

B

A

S E

F

H

J

D

C

G

IK

Z

Y

• Node D does not forward RREQ, because node D is the intended target of the route discovery

M

N

L

[S,E,F,J,M]

Page 36: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 36

Route Discovery in DSR

Route Reply Destination D on receiving the first RREQ, sends

a Route Reply (RREP) RREP is sent on a route obtained by reversing the

route appended to received RREQ RREP includes the route from S to D on which

RREQ was received by node D

Page 37: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 37

Route Reply in DSR

B

A

S E

F

H

J

D

C

G

IK

Z

Y

M

N

L

RREP [S,E,F,J,D]

Represents RREP control message

How to do on unidirectional (asymmetric) links?

Page 38: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 38

Dynamic Source Routing (DSR)

Three steps in DSR Route Discovery Data Delivery Route maintenance

Data delivery Node S on receiving RREP, caches the route included in

the RREP When node S sends a data packet to D, the entire route is

included in the packet header hence the name source routing

Intermediate nodes use the source route included in a packet to determine to whom a packet should be forwarded

Page 39: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 39

Data Delivery in DSR

B

A

S E

F

H

J

D

C

G

IK

Z

Y

M

N

L

DATA [S,E,F,J,D]

Any problem? Packet header size grows with route length Route failure may occur

Who should recover the failure?

Page 40: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 40

Route Maintenance

B

A

S E

F

H

J

D

C

G

IK

Z

Y

M

N

L

RERR [J-D]

J sends a route error to S along route J-F-E-S when its attempt to forward the data packet S (with route SEFJD) on J-D fails

Route Error (RERR)

Page 41: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 41

DSR Optimization: Route Caching

B

A

S E

F

H

J

D

C

G

IK

Z

Y

M

N

L

DATA [S,E,F,J,D]

What can cache? When should cache?

Page 42: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 42

DSR Optimization: Route Caching Each node caches a new route it learns by any means When?

When node S finds route [S,E,F,J,D] to node D, node S also learns route [S,E,F] to node F

When node K receives Route Request [S,C,G] destined for node, node K learns route [K,G,C,S] to node S

When node F forwards Route Reply RREP [S,E,F,J,D], node F learns route [F,J,D] to node D

When node E forwards Data [S,E,F,J,D] it learns route [E,F,J,D] to node D

A node may also learn a route when it overhears Data packets

Page 43: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 43

Use of Route Caching

B

A

S E

F

H

J

D

C

G

IK

[X,X,X] Represents cached route at a node (DSR maintains the cached routes in a tree format)

M

N

L

[S,E,F,J,D][E,F,J,D]

[C,S]

[G,C,S]

[F,J,D],[F,E,S]

[J,F,E,S]

Z

Page 44: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 44

Use of Route Caching:Can Speed up Route Discovery

B

A

S E

F

H

J

D

C

G

IK

Z

M

N

L

[S,E,F,J,D][E,F,J,D]

[C,S]

[G,C,S]

[F,J,D],[F,E,S]

[J,F,E,S]

RREQ

When node Z sends a route request for node C, node K sends back a route reply [Z,K,G,C] to node Z using a locally cached route

[K,G,C,S]RREP

Page 45: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 45

Use of Route Caching:Can Reduce Propagation of Route Requests

B

A

S E

F

H

J

D

C

G

IK

Z

Y

M

N

L

[S,E,F,J,D][E,F,J,D]

[C,S]

[G,C,S]

[F,J,D],[F,E,S]

[J,F,E,S]

RREQ

Assume that there is no link between D and Z.Route Reply (RREP) from node K limits flooding of RREQ.In general, the reduction may be less dramatic.

[K,G,C,S]RREP

Caching problem?Staleness!

Page 46: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 46

Dynamic Source Routing

Advantages Low overhead Reliable

Disadvantage Large Packet header size Stale cached Collisions may occur Storm problem

Page 47: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 47

Optimization of DSR

Problems in further step on flooding request Receiving useless packet Receiving same packet more than once Collision of flooding request

Two classes ? How to reduce the scope of the route request

flooding? LAR [Ko98] @ Mobicom Query localization [Castaneda99] @ Mobicom

How to reduce The Broadcast Storm Problem ? [Ni99] @ Mobicom

Page 48: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 48

Optimization 1:Location-Aided Routing (LAR) Location information is used

Exploits location information to limit scope of route request flood

Location information may be obtained using GPS Expected Zone

determined as a region that is expected to hold the current location of the destination

Expected region determined based on potentially old location information, and knowledge of the destination’s speed

Request Zone Route requests limited to a that contains the Expected

Zone and location of the sender node

Page 49: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 49

Expected Zone in LAR

X

Y

r

X = last known location of node D, at time t0

Y = location of node D at current time t1, unknown to node S

r = (t1 - t0) * estimate of D’s speed

Expected Zone

Page 50: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 50

Request Zone in LAR

X

Y

r

S

Request Zone

Network Space

BA

Request zone explicitly specified in the route request

Node A does not forward RREQ, but node B doesEach node must know its physical location to determine whether it is within the request zone

Page 51: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 51

Analysis of LAR

In case of failure with request zone ? If route discovery using the smaller request zone

fails to find a route Then the sender initiates another route discovery

(after a timeout) using a larger request zone the larger request zone may be the entire network

Advantage & further considerations? Restrictions on fixed rectangle

Page 52: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 52

LAR Variations: Adaptive Request Zone Modified zone

Each node may modify the request zone included in the forwarded request

Modified request zone may be determined using more recent/accurate information, and may be smaller than the original request zone

S

B

Request zone adapted by B

Request zone defined by sender S

Page 53: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 53

Distance Routing Effect Algorithm for Mobility (DREAM) [Basagni98] @ Mobicom

Similarity to LAR Uses location and speed information

Characteristics DREAM uses flooding of data packets as the

routing mechanism (unlike LAR) DREAM uses location information to limit the flood

of data packets to a small region

Page 54: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 54

Distance Routing Effect Algorithm for Mobility (DREAM)

S

D

Expected zone(in the LAR jargon)

A

Node A, on receiving thedata packet, forwards it toits neighbors within the cone rooted at node A

S sends data packet to all neighbors in the cone rootedat node S

Page 55: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 55

Distance Routing Effect Algorithm for Mobility (DREAM) Location broadcast

Nodes periodically broadcast their physical location Nearby nodes are updated more frequently, far away

nodes less frequently Distance effect

Far away nodes seem to move at a lower angular speed as compared to nearby nodes

TTL Location update’s time-to-live field used to control how far

the information is propagated

Any other solution than rectangle, adaptation, cone?

Page 56: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 56

LAR Variations: Implicit Request Zone In the previous scheme, a route request

explicitly specified a request zone Alternative approach

A node X forwards a route request received from Y if node X is deemed to be closer to the expected zone as compared to Y

The motivation is to attempt to bring the route request physically closer to the destination node after each forwarding

Further optimizations? Closer, much closer, closest?

Page 57: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 57

Geographic Distance Routing (GEDIR) [Lin98]

Location of the destination node is assumed known Each node knows location of its neighbors Each node forwards a packet to only one neighbor

closest to the destination Route taken from S to D shown below

S

A

B

D

C FE

obstruction

H

G

Page 58: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 58

Geographic Distance Routing (GEDIR) [Stojmenovic99]

Algorithm fails to route from S to E Node G is the neighbor of C who is closest from

destination E, but C does not have a route to E Improved algorithms that route around obstacles

[Bose99] @ DIALM, [Karp00] @ Mobicom

S

A

B

D

C FE

obstruction

H

G

Page 59: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 59

Location Aided Routing (LAR)

Advantages reduces the scope of route request flood reduces overhead of route discovery

Disadvantages Nodes need to know their physical locations Does not take into account possible existence of

obstructions for radio transmissions Reachability

Further optimizations?

Page 60: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 60

Optimization 2: Query Localization[Castaneda99] @ Mobicom

Main difference Limits route request flood without using physical information Route requests are propagated only along paths that are close to the

previously known route The closeness property is defined without using physical location

information Path locality heuristic

Look for a new path that contains at most k different nodes that were not present in the previously known route

Old route is piggybacked on a Route Request Route Request is forwarded only if the accumulated route in the

Route Request contains at most k new nodes that were absent in the old route

Page 61: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 61

Query Localization: Example

B

E

A

S

D

C

G

F

Initial routefrom S to D

B

E

A

S

D

C

G

F

Permitted route changeswith k = 2

Node F does not forward the routerequest since it is not on any routefrom S to D that contains at most2 new nodes

Node D moved

Page 62: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 62

Query Localization

Advantages Reduces overhead of route discovery without

using physical location information Can perform better in presence of obstructions by

searching for new routes in the vicinity of old routes

Disadvantage May yield routes longer than LAR

(Shortest route may contain more than k new nodes)

Page 63: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 63

B

D

C

A

Optimization 3: Broadcast Storm Problem [Ni99] @ Mobicom

High probability of collisions When node A broadcasts a route query, nodes B and C both

receive it B and C both forward to their neighbors B and C transmit at about the same time since they are

reacting to receipt of the same message from A Redundancy

A given node may receive the same route request from too many nodes

Node D may receive from nodes B and C both

Choose only one

?

Page 64: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 64

Solutions for Broadcast Storm

Collision avoidance technique

Re-broadcasts by different nodes should wait a random

delay when channel is idle

this would reduce the probability that nodes B and C would

forward a packet simultaneously in the previous example

Probabilistic scheme for Redundancy

On receiving a route request for the first time, a node will

re-broadcast (forward) the request with probability p

Page 65: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 65

B

D

C

A

F

E

Solutions for Broadcast Storms Counter-Based Scheme

If node E hears more than k neighbors broadcasting a given route request, before it can itself forward it, then node E will not forward the request

Intuition k neighbors together have

probably already forwarded the request to all of E’s neighbors

Page 66: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 66

Solutions for Broadcast Storms Distance-Based Scheme

If node E hears RREQ broadcasted by some node Z within physical distance d, then E will not re-broadcast the request

Intuition Z and E are too close, so

transmission areas covered by Z and E are not very different

E

Z<d

Combine:counter & distance & probability

Page 67: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 67

Summary: Broadcast Storm Problem Where is the problem?

Flooding, e.g. in Dynamic Source Routing (DSR) What is the problems?

flooding with redundancy flooding with collisions

Potential solutions Random waiting

Collisions may be reduced by “jittering” (waiting for a random interval before propagating the flood)

Position/distance-aware Redundancy may be reduced by selectively re-

broadcasting packets from only a subset of the nodes

Page 68: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 68

Outline Introduction Routing Protocol Overview Routing Protocol Design

Reactive protocols DSR and Optimization AODV Others protocols

Proactive protocols OLSR DSDV

Hybrid protocols ZRP, LANMAR

Conclusion

Page 69: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 69

Ad Hoc On-Demand Distance Vector Routing (AODV) [Perkins99] @ WMCSA

Disadvantage of DSR and its variations DSR includes source routes in packet headers Resulting large headers can sometimes degrade

performance particularly when data contents of a packet are small

How to improve DSR AODV maintains routing tables at the nodes, so that data

packets do not have to contain routes AODV retains the desirable feature of DSR that routes are

maintained only between nodes which need to communicate

Page 70: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 70

AODV Mechanism

Route Requests (RREQ) are forwarded in a manner similar to DSR

Route discovery and reverse path When a node re-broadcasts a Route Request, it sets up a

reverse path pointing towards the source AODV assumes symmetric (bi-directional) links

When the intended destination receives a Route Request, it replies by sending a Route Reply

Route Reply travels along the reverse path set-up when Route Request is forwarded

Page 71: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 71

Route Requests in AODV

B

A

S E

F

H

J

D

C

G

IK

Z

Y

Represents a node that has received RREQ for D from S

M

N

L

Page 72: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 72

Route Requests in AODV

B

A

S E

F

H

J

D

C

G

IK

Represents transmission of RREQ

Z

YBroadcast transmission

M

N

L

Page 73: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 73

Route Requests in AODV

B

A

S E

F

H

J

D

C

G

IK

Represents links on Reverse Path

Z

Y

M

N

L

Page 74: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 74

Reverse Path Setup in AODV

B

A

S E

F

H

J

D

C

G

IK

• Node C receives RREQ from G and H, but does not forward it again, because node C has already forwarded RREQ once

Z

Y

M

N

L

Page 75: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 75

Reverse Path Setup in AODV

B

A

S E

F

H

J

D

C

G

IK

Z

Y

M

N

L

Page 76: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 76

Reverse Path Setup in AODV

B

A

S E

F

H

J

D

C

G

IK

Z

Y

• Node D does not forward RREQ, because node D is the intended target of the RREQ

M

N

L

Page 77: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 77

Route Reply in AODV

B

A

S E

F

H

J

D

C

G

IK

Z

Y

Represents links on path taken by RREP

M

N

L

Page 78: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 78

Forward Path Setup in AODV

B

A

S E

F

H

J

D

C

G

IK

Z

Y

M

N

L

Forward links are setup when RREP travels alongthe reverse path

Represents a link on the forward path

Page 79: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 79

Data Delivery in AODV

B

A

S E

F

H

J

D

C

G

IK

Z

Y

M

N

L

Routing table entries used to forward data packet.Route is not included in packet header.

DATA

Page 80: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 80

Timeouts

Timer for reverse path A routing table entry maintaining a reverse path is purged

after a timeout interval timeout should be long enough to allow RREP to come

back Timer of Forward path

A routing table entry maintaining a forward path is purged if not used for a active_route_timeout interval

if no data is being sent using a particular routing table entry, that entry will be deleted from the routing table (even if the route may actually still be valid)

Page 81: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 81

Link Failure Detection

Hello Hello messages: Neighboring nodes periodically

exchange hello message Absence of hello message is used as an

indication of link failure MAC ACK

Alternatively, failure to receive several MAC-level acknowledgement may be used as an indication of link failure

Page 82: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 82

Sequence numbers in AODV

Destination sequence numbers To determine whether the path known to an

intermediate node is more recent, destination sequence numbers are used

A new Route Request by node S for a destination is assigned a higher destination sequence number.

An intermediate node which knows a route, but with a smaller sequence number, cannot send Route Reply

The likelihood that an intermediate node will send a Route Reply when using AODV is not as high as DSR

Page 83: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 83

About Route Error Process when route error

Error finding When node X is unable to forward packet P (from node S to

node D) on link (X,Y), it generates a RERR message Error report

Node X increments the destination sequence number for D cached at node X

The incremented sequence number N is included in the RERR Route recovery

When node S receives the RERR, it initiates a new route discovery for D using destination sequence number at least as large as N

When node D receives the route request with destination sequence number N, node D will set its sequence number to N, unless it is already larger than N

Page 84: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 84

Why Sequence Numbers in AODV Why need sequence number?

To avoid using old/broken routes To determine which route is newer

To prevent routing loops

Assume that A does not know about failure of link C-D because RERR sent by C is lost

Now C performs a route discovery for D. Node A receives the RREQ (say, via path C-E-A)

Node A will reply since A knows a route to D via node B Results in a loop (for instance, C-E-A-B-C )

A B C D

E

Page 85: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 85

Optimization: Expanding Ring Search

Route Requests are initially sent with small Time-to-Live (TTL) field, to limit their propagation DSR also includes a similar optimization

If no Route Reply is received, then larger TTL tried

Page 86: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 86

Summary: AODV Routes not in packet headers Nodes maintain routing tables containing

entries only for routes that are in active use At most one next-hop per destination

maintained at each node DSR may maintain several routes for a single

destination Routes expire even if topology does not

change

Page 87: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 87

Many Other Protocols

Many variations on the basic approach with control packet flooding for route discovery

Page 88: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 88

Power-Aware Routing[Singh98] @ Mobicom, [Chang00] @ Infocom

Define optimization criteria as a function of energy consumption

Examples Minimize energy consumed per packet Maximize duration before a node fails due to

energy depletion Maximize duration before network partition due to

energy depletion ...

Writing papers?

Page 89: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 89

Power-Aware Routing[Singh98] @ Mobicom]

Assign a weight to each link Weight function

Energy consumption Residual energy level

Low residual energy level may correspond to a high cost

Prefer a route with the smallest aggregated weight

Writing papers?

Page 90: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 90

Signal Stability Based Adaptive Routing (SSA) [Dube97]

Similar to DSR Signal stability

A node X re-broadcasts a Route Request received from Y only if the (X,Y) link is deemed to have a strong signal stability

How to evaluate ? Signal stability is evaluated as a moving average of the

signal strength of packets received on the link in recent past

Writing papers?

Page 91: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 91

Outline Introduction MANET Routing Overview MANET Routing Protocol Design

Reactive protocols DSR and Optimization AODV

Proactive protocols OLSR DSDV

Hybrid protocols ZRP, LANMAR

Conclusion

Page 92: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 92

Proactive Protocols

Most of the schemes discussed so far are reactive

Proactive schemes based on distance-vector and link-state mechanisms have also been proposed

Page 93: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 93

Link State Routing [Huitema95]

Basic solution Each node periodically floods status of its links Each node re-broadcasts link state information

received from its neighbor Each node keeps track of link state information

received from other nodes Each node uses above information to determine

next hop to each destination What’s the problem?

Can we reduce the overload of flooding?

Page 94: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 94

Optimized Link State Routing (OLSR) [Jacquet00] @ IETF, [Jacquet99] @ INRIA

Reduce overhead The overhead of flooding link state information is reduced

by requiring fewer nodes to forward the information A broadcast from node X is only forwarded by its

multipoint relays Multipoint relays of node X are its neighbors such

that each two-hop neighbor of X is a one-hop neighbor of at least one multipoint relay of X Each node transmits its neighbor list in periodic beacons,

so that all nodes can know their 2-hop neighbors, in order to choose the multipoint relays

Page 95: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 95

Optimized Link State Routing (OLSR) Nodes C and E are multipoint relays of node

A

A

B F

C

D

E H

GK

J

Node that has broadcast state information from A

Page 96: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 96

Optimized Link State Routing (OLSR) Nodes C and E forward information received

from A

A

B F

C

D

E H

GK

J

Node that has broadcast state information from A

Page 97: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 97

Optimized Link State Routing (OLSR)

A

B F

C

D

E H

GK

J

Node that has broadcast state information from A

Page 98: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 98

Outline Introduction MANET Routing Overview MANET Routing Protocol Design

Reactive protocols DSR and Optimization AODV

Proactive protocols OLSR DSDV

Hybrid protocols ZRP, LANMAR

Conclusion

Page 99: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 99

Destination-Sequenced Distance-Vector (DSDV) [Perkins94] @ Sigcomm

Each node maintains a routing table which stores Next hop towards each destination A cost metric for the path to each destination A destination sequence number that is created by the

destination itself Sequence numbers used to avoid formation of loops

Each node periodically forwards the routing table to its neighbors Each node increments and appends its sequence number

when sending its local routing table This sequence number will be attached to route entries

created for this node

Page 100: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 100

Destination-Sequenced Distance-Vector (DSDV) Assume that node X receives routing

information from Y about a route to node Z

Let S(X) and S(Y) denote the destination sequence number for node Z as stored at node X, and as sent by node Y with its routing table to node X, respectively

X Y Z

Page 101: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 101

Destination-Sequenced Distance-Vector (DSDV) Node X takes the following steps:

If S(X) > S(Y), then X ignores the routing information received from Y

If S(X) = S(Y), and cost of going through Y is smaller than the route known to X, then X sets Y as the next hop to Z

If S(X) < S(Y), then X sets Y as the next hop to Z, and S(X) is updated to equal S(Y)

X Y Z

Page 102: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 102

Outline Introduction MANET Routing Overview MANET Routing Protocol Design

Reactive protocols DSR and Optimization AODV

Proactive protocols OLSR DSDV

Hybrid protocols ZRP, LANMAR

Conclusion

Page 103: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 103

Hybrid Protocol: Zone Routing Protocol (ZRP) [Haas98]

Zone routing protocol Proactive protocol: which pro-actively updates network

state and maintains route regardless of whether any data traffic exists or not

Reactive protocol: which only determines route to a destination if there is some data to be sent to the destination

How to construct Zone All nodes within hop distance at most d from a node X are

said to be in the routing zone of node X All nodes at hop distance exactly d are said to be

peripheral nodes of node X’s routing zone

Page 104: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 104

ZRP

Intra-zone routing Pro-actively maintain state information for links

within a short distance from any given node using link state or distance vector protocol

Inter-zone routing Use a route discovery protocol for determining

routes to far away nodes. Route discovery is similar to DSR with the

exception that route requests are propagated via peripheral nodes.

Page 105: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 105

ZRP: Example withZone Radius = d = 2

SCA

EF

B

D

S performs route discovery for D

Denotes route request

Page 106: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 106

ZRP: Example with d = 2

SCA

EF

B

D

S performs routediscovery for D

Denotes route reply

E knows route from E to D, so route request need not beforwarded to D from E

Page 107: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 107

ZRP: Example with d = 2

SCA

EF

B

D

S performs routediscovery for D

Denotes route taken by Data

Page 108: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 108

Landmark Routing (LANMAR) [Pei00] @ Mobihoc

Mobility and landmark A landmark node is elected for a group of nodes that

are likely to move together A scope is defined such that each node would typically

be within the scope of its landmark node Routing propagation

Combination of link-state and distance-vector Link state for nodes within it scope Distance-vector used for landmark nodes outside the

scope

Page 109: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 109

LANMAR Routing to Nodes Within Scope Assume that node C is within scope of node A

Routing from A to C: Node A can determine next hop to node C using the available link state information

A B

C

F

H

G

E

D

Page 110: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 110

LANMAR Routing to Nodes Outside Scope

Routing from node A to F which is outside A’s scope

Let H be the landmark node for node F

Two steps Node A somehow knows that H is the landmark for C Node A determine next hop to H by distance vector

A B

C

F

H

G

E

D

Page 111: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 111

LANMAR Routing to Nodes Outside Scope

Node D is within scope of node F

Node D can determine next hop to node F using link state information

The packet for F may never reach the landmark node H, even though initially node A sends it towards H

A B

C

F

H

G

E

D

Page 112: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 112

Outline Introduction MANET Routing Overview MANET Routing Protocol Design

Reactive protocols DSR and Optimization AODV

Proactive protocols OLSR DSDV

Hybrid protocols ZRP, LANMAR

Conclusion

Page 113: Ad Hoc Wireless Networks: MANET

CS 80240333 CUI Yong 113

Conclusion Basic solution: Data flooding without routing ahead Reactive protocols

DSR (flooding request), optimization (caching) LAR: location, zone, adaptive variations

DREAM (data packet), GEDIR (Implicit), DIALM (obstruction) Query Localization: Relatively close to old path Broadcast Storm: random delay, probability, counter/distance-based

AODV (Power-Aware Routing) RT table, Timer, Destination sequence numbers, weight function

Proactive protocols OLSR: link state, relays to reduce routing packets DSDV: destination sequence number, distance vector

Hybrid protocols ZRP: hierarchical zone with LS and DV LANMAR: mobility group with representative landmark