【WLAN】DSDV introduce&&simulation

DSDV algorithm simulating

get the UDP simulation IDEA from :https://github.com/DeividasZilinskas/DSDV

Create by liudongdong,Major in IOT,JLU.

DSDV Protocol briefly introduce

  • DSDV is Proactive (Table Driven)

  • Each node maintains routing information for all known destinations

  • Routing information must be updated periodically

  • Traffic overhead even if there is no change in network topology

  • Maintains routes which are never used

features

  • Keep the simplicity of Distance Vector

  • Guarantee Loop Freeness

​ New Table Entry for Destination Sequence Number

  • Allow fast reaction to topology changes Make immediate route advertisement on significant changes in routing table but wait with advertising of unstable routes(damping fluctuations)

RouteTableStructure

DestinationNextMetricSeq. NrInstall TimeStable Data
AA0A-550001000Ptr_A
BB1B-102001200Ptr_B
CB3C-588001200Ptr_C
DB4D-312001200Ptr_D
  • Sequence number originated from destination. Ensures loop freeness.

  • Install Time when entry was made (used to delete stale entries from table)

  • Stable Data Pointer to a table holding information on how stable a route is. Used to damp fluctuations in network.

RouteTableItemUpdateRules

  • Route Advertisements

    1. Advertise to each neighbor own routing information Destination Address Metric = Number of Hops to Destination Destination Sequence Number

    2. Rules to set sequence number information On each advertisement increase own destination sequence number (use only even numbers) If a node is no more reachable (timeout) increase sequence number of this node by 1 (odd sequence number) and set metric =æ— ç©·

  • Route Selection

    Update information is compared to own routing table

    1. Select route with higher destination sequence number (This ensure to use always newest information from destination)

    2. Select the route with better metric when sequence numbers are equal.

For detail:   https://github.com/liudongdong1/DSDV

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

路途…

点滴记录

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值