• Tidak ada hasil yang ditemukan

Ad hoc on demand distance vector aodv ro (4)

N/A
N/A
Protected

Academic year: 2018

Membagikan "Ad hoc on demand distance vector aodv ro (4)"

Copied!
29
0
0

Teks penuh

(1)

Ad-Hoc On-Demand Distance Vector

(AODV) Routing

Charles E. Perkins, Elizabeth M. Belding-Royer, and Samir Das,

Proceedings of IEEE WMCSA'99,New Orleans, LA,

February 1999

Presented by

민 병 호

(2)

Contents

ƒ

Ad-Hoc Network Routing Constraints

ƒ

Ad-Hoc On-Demand Distance Vector (AODV)

ƒ

AODV Algorithm

ƒ

Path Discovery

ƒ

Route Table Management

ƒ

Path Maintenance

ƒ

Local Connectivity Management

ƒ

Simulation and Results

ƒ

Current Status and Future Work

(3)

Ad-Hoc Network Routing Constraints

ƒ

No Infrastructure Support

ƒ

No Specialized Routers

ƒ

(Physically) No Fixed Routers

ƒ

Frequent Topology Change

ƒ

Mobility

ƒ

Problems Due to Wireless Media

ƒ

Bandwidth

ƒ

Range of Communication

(4)

Ad-Hoc On-Demand Distance Vector

(AODV)

ƒ

A Source Initiated Routing Protocol

ƒ

Premise

ƒ

Symmetric Links

ƒ

Features

ƒ

Pure On-Demand Acquisition

ƒ

Broadcast only when necessary

ƒ

Notion of

Active

Paths

ƒ

No centralized topological knowledge

ƒ

Neighborhood detection

ƒ

Topological Maintenance

(5)

AODV Algorithm

ƒ

Path Discovery

ƒ

Reverse Path Setup

ƒ

Forward Path Setup

ƒ

Route Table Management

ƒ

Path Maintenance

(6)

Path Discovery

ƒ

When?

ƒ

No Information on Some Node to Which Communication Is

Requested

ƒ

Each Node Has Two Counters

ƒ

Path Discovery Process

ƒ

Source Node

B

roadcasts a Route Request (RREQ)

Packet to

Its Neighbors

ƒ

Neighbors Forward the Request to Their Neighbors, and so

on until Either the Destination

or

an

Intermediate Node with a “Fresh Enough” Route to the

Destination

Is Located

(7)

More on RREQ

ƒ

broadcast_id

Is Incremented for New RREQ

ƒ

RREQ from Same Node with Same

broadcast_id

Will

Not Be Broadcasted More than Once

A

B

C

D

B won’t rebroadcast this RREQ

(8)

Route Requests

Represents transmission of RREQ

Z

This example is taken

from Wireless Internet

(9)

Route Requests (Cont’d)

Represents links on Reverse Path

Z

Y

M

N

(10)

Reverse Path Setup

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

(11)
(12)

Reverse Path Setup

Node D does

not forward

RREQ, because node D

is the

intended target

of the RREQ

M

N

(13)

Route Reply

Represents links on path taken by RREP

M

N

(14)

Forward Path Setup

Forward links are setup when RREP travels along

the reverse path

(15)

Data Delivery

Routing table entries used to forward data packet.

Route is

not

included in packet header

.

(16)

Path Discovery (Cont’d)

ƒ

RREQ Generates Backward Path to Source

ƒ

RREP Generates Forward Path to Destination

(17)
(18)

Route Reply (RREP)

Message Format

0 1 2 3

0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

| Type |R|A| Reserved | Prefix Sz | Hop Count |

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

| Destination IP address |

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

| Destination Sequence Number |

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

| Originator IP Address |

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

| Lifetime |

(19)

Route Table Management

ƒ

Route Request Expiration Timer

ƒ

Purges Reverse Paths That Do Not Lie on Active Route

ƒ

active_route_timeout

ƒ

Is Used to Determine If Neighboring Node Is Active i.e.

Sends at Least One Packet in This Time

ƒ

Route Cache Timer

(20)

ƒ

Each Route Table Entry Contains

ƒ

Destination

ƒ

Next Hope

ƒ

Number of Hops

ƒ

Sequence Number for the Destination

ƒ

Active Neighbors for This Route

ƒ

Expiration Time for the Route Table Entry

(21)

ƒ

When a Route Entry Is Used to Transmit Data from

Source to Destination,

Timeout

for Each Entry Is

Reset to Current Time +

active_route_timeout

ƒ

When a New Route Is Available, Route Table Will Be

Updated Only If New Route Has

ƒ

Larger

dest_sequence_#

Or

ƒ

Same

dest_sequence_#

but with Smaller

hop_cnt

to the

Destination

(22)

ƒ

If Source Node Moves during an Active Session

Æ

It Can Redo Path Discovery

ƒ

If Destination or Intermediate Nodes Move

Æ

A Special RREP Is Sent to Affected Source Nodes

ƒ

On link breakage, affected node propagates an unsolicited

RREP <

dest_sequence_#+

1,

> to all active neighbors

Æ

Source May Restart Route Discovery Process

(23)

ƒ

If Link between C and D Is Broken, a Special RREP

Will Be Sent to B and E by C

ƒ

C Will Increase Its

dest_sequence_#

by 1

and Set

hop_

count

to

)

ƒ

Then B and E Will Send This RREP to Its Active

Neighbors F and G

ƒ

At the End, All Active Source Nodes Are Notified

ƒ

When Source Finds Out a Link to Destination Is

Broken, and It Likes to Rebuild the Path to

Destination, Source Will Send a RREQ with Last

dest_squence_#

+ 1

A

B

C

D

100

100

100

100

(24)

Local Connectivity Management

ƒ

Two Ways for a Node to Find Its Neighbors

ƒ

Receiving Broadcast from Its Neighbors

ƒ

Send Its Neighbors Hello Messages Containing Its Identity

and Sequence Number

ƒ

Sequence number is not changed for hello message

ƒ

Nodes can not rebroadcast hello messages (TTL=1)

ƒ

Local Connectivity Is Changed If

ƒ

Receiving a Broadcast or a Hello from a New Node

ƒ

Failing to Receive

allowed_hello_loss

Consecutive Hello

Message from a Node Previously in the Neighborhood

ƒ

Neighbors Only Communicate When Heard Each

Other

s Hello Message

(25)
(26)
(27)

Current Status and Future Work

ƒ

Current Status

ƒ

Multicast

ƒ

RREQ, RREP, and Multicast validation message

ƒ

Future Works

ƒ

Intermediate Node Route Rebuilding

ƒ

Try

repair

before link failure notification

ƒ

Elimination of Hello Messages

ƒ

Locality of Association and QoS

(28)

Conclusion

ƒ

Storing Only the Needed Routes

ƒ

Minimized Need for Broadcast

ƒ

Reduced Memory Requirements and Needless

Duplications

ƒ

Quick Response to Link Breakage in Active Routes

ƒ

Loop-Free Routes Maintained by Use of Destination

Sequence Numbers

(29)

Referensi

Dokumen terkait

Psikologi perkembangan merupakan ilmu yang mempelajari tentang perilaku individu berkenaan dengan perkembangannya,perkembangan diperlukan terutama dalam hal penentuan isi

Lokantara dan Suardana [1] , telah meneliti tentang analisis arah serat tapis serta rasio hardener terhadap sifat fisis dan mekanis komposit tapis/ epoxy dimana mereka

gaya belajar mahasiswa Pendidikan Musik UPI dalam perkuliahan teori. Dengan gaya belajar yang berbeda dari setiap mahasiswa, maka kebutuhan. belajarnya pun berbeda-beda. Kebutuhan

Dengan demikian dapat diketahui bahwa nilai kalor dari tongkol jagung lebih tinggi dari pada nilai kalor dari blotong, sehingga semakin besar persentase tongkol jagung

[r]

Pengorganisasian pengalaman belajar baik dalam bentuk unit mata pelajaran maupun dalam bentuk program akan memberi arah bagi proses pembelajaran. Ada tiga prinsip dalam

Dari grafik Gambar 7, dapat dilihat bahwa berdasarkan Depth of cut ,feeding , dengan penigkatan Depth of cut,feeding maka terjadi peningkatan kekasaran permukaanya

[r]