DSDV Destination-Sequenced Distance-Vector Routing Protocol - PowerPoint PPT Presentation

DSDV Destination-Sequenced Distance-Vector Routing Protocol

Description:

DSDV Destination-Sequenced Distance-Vector Routing Protocol Outline Introduction Distance-Vector DSDV Protocol Summary Introduction The property of ad-hoc networks . – PowerPoint PPT presentation

Number of Views:149 Avg rating: 3.0/5.0 Slides: 32 Provided by: TobiasSc4 Category: Tags: dsdv | destination | distance | even | numbers | protocol | routing | sequenced | vector Transcript and Presenter's Notes

Title: DSDV Destination-Sequenced Distance-Vector Routing Protocol

D C 2
Dest. Next Metric

D B 3
Dest. Next Metric

D B 1
Dest. Next Metric

D D ?
13
Distance Vector (Loops)
(D, 2)
(D, 2)
1
1
1
D
C
B
A
Dest. Next Metric

D B 3
Dest. Next Metric

D C 2
Dest. Next Metric

D B 3, 5,
Dest. Next Metric

D B 3, 5,
Dest.c Next Metric

Dest. Next Metric Seq.
A A 1 A-550
B B 0 B-104
C C 1 C-590

Dest. Next Metric Seq.
A B 2 A-550
B B 1 B-104
C C 0 C-590
D D 1 D-000
26
DSDV (New Node cont.)
3. C increases its sequence number to C-592 then
broadcasts its new table.
4. B gets this new information and updates its
table.
(A, 2, A-550) (B, 1, B-102) (C, 0, C-592) (D, 1,
D-000)
(A, 2, A-550) (B, 1, B-102) (C, 0, C-592) (D, 1,
D-000)

C
B
A
D
Dest. Next Metric Seq.
A A 1 A-550
B B 0 B-102
C C 1 C-592
D C 2 D-000
Dest. Next Metric Seq.
A A 0 A-550
B B 1 B-104
C B 2 C-590

Dest. Next Metric Seq.
A B 2 A-550
B B 1 B-102
C C 0 C-592
D D 1 D-000
27
DSDV (no loops, no count to infinity)
2. B does its broadcast-gt no affect on C (C
knows that B has stale information because C has
higher seq. number for destination D) -gt no loop
-gt no count to infinity
1. Node C detects broken Link-gt Increase Seq.
Nr. by 1(only case where not the destination
sets the sequence number -gt odd number)
(D, 2, D-100)
(D, 2, D-100)
D
C
B
A
Dest.c Next Metric Seq.

D C 2 D-100
Dest. Next Metric Seq.

D B 3 D-100
Dest. Next Metric Seq.

D D ? D-101
28
DSDV (Immediate Advertisement)
3. Immediate propagation B to A(update
information has higher Seq. Nr. -gt replace table
entry)
2. Immediate propagationC to B(update
information has higher Seq. Nr. -gt replace table
entry)
1. Node C detects broken Link-gt Increase Seq.
Nr. by 1(only case where not the destination
sets the sequence number -gt odd number)
(D, ?, D-101)
(D, ?, D-101)
D
C
B
A
Dest.c Next Metric Seq.

D C 3 D-100
Dest. Next Metric Seq.

D B 4 D-100
Dest. Next Metric Seq.

D B 1 D-100
Dest. Next Metric Seq.