搜索资源列表
-
0下载:
基于rip协议的距离向量算法
收到相邻路由器(地址为X)的每一个rip报文 1,先修改此报文中的所有项目:将“下一跳”字段中的地址都改为X,并将所有的“距离”字段的值加1 2,对修改后的报文中的每一个项目,重复以下步骤 若项目中的目的网络不在路由表中,则将该项目添加到路由表中
否则,若下一跳字段给的路由器地址是同样的,则将收到的项目替换原路由表中的项目
否则,若收到的项目中的距离小于路由表中的距离,则进行更新
否则,设么也不做-Rip protocol b
-
-
0下载:
利用距离向量算法更新路由表。
该程序的多个实例(进程或线程)可以以运行在一台机器
一个实例代表一个路由器(结点)。
实例之间利用UDP交换路由表。
能够打印出邻居列表和输出路由表!(c语言实现),The use of distance vector algorithm to update the routing table. Multiple instances of the program (process or thread) can be run on a machine on
-
-
0下载:
ns2下dsdv实现代码。DSDV(Destination-Sequenced Distance-Vector)协议是先应式路由协议,是由传统的Bellman-Ford 路由协议改进得到的,其特点是利用目的节点序列号解决了DBF算法的路由环路和无穷计数问题。-dsdv the realization of the code under ns2. DSDV (Destination-Sequenced Distance-Vector) protocol is proactive routing p
-
-
1下载:
该算法详细的描述距离矢量路由算法的寻路过程,以及发送数据过程-Detailed descr iption of the algorithm distance vector routing algorithm routing process, as well as the process of sending data
-
-
0下载:
Destination Sequenced Distance-Vector Routing(DSDV)协议源代码-Destination Sequenced Distance-Vector Routing (DSDV) protocol source code
-
-
1下载:
距离向量路由算法的具体实现,初学者值得一看-Distance vector routing algorithm to achieve specific
-
-
0下载:
使用C语言实现了Distance-Vector 算法的路由功能模拟器,能模拟路由器之间交换DV的情况-Using the C language implementation of the Distance-Vector routing algorithm simulator can simulate the case of DV exchanged between routers
-
-
0下载:
了解路由及路由器的概念,路由器的功能,工作原理,路由表,路由算法分类等。学习使用距离矢量算法的动态路由。并附上tcl源码-Understand the concept of routing and routers, the router function, working principle, the routing table, routing algorithm classification. Learn to use dynamic routing distance vector algo
-
-
0下载:
利用距离向量算法来求解路由,利用windows网络编程实现路由间的通信。-Distance vector algorithm used to solve the routing, network programming using windows communication between the routing.
-
-
0下载:
经典的路由表协议有:DSDV(序列目的节点距离矢量路由协议),CGSR(群首信关切换路由协议),WRP(无线路由协议)等。经典的源始发的按需路由协议有:DSR(自适应源路由协议)、AODV(自组织网按需距离矢量路由协议),TORA(临时排序路由算法)等,这里实现Adhoc网络路由协议性能的比较-Classical routing table agreement: DSDV (destination sequence distance vector routing protocols), CGSR
-
-
0下载:
计算机网络的距离矢量路由算法c++源代码-Distance vector routing algorithm for computer networks c++ source code
-
-
0下载:
Destination-Sequenced Distance Vector is a table-driven routing scheme for ad hoc mobile networks based on the Bellman-Ford algorithm, Use of network simulation tool NS2, TCL coding.
-
-
0下载:
distance vector routing and link state routing algorithm implementation
-
-
0下载:
深入理解分布式路由选择算法,基于DV算法,实现最短路径查找路由器模拟-implement the distance vector routing protocol by Distance vector algorithm
-
-
1下载:
分布式异步路由算法中——距离向量算法的C语言仿真实现,非常好地模拟了网络中各节点的路由情况-Distributed asynchronous routing algorithm- distance vector algorithm C language simulation, very good simulation of the network, each node in the routing case
-
-
1下载:
这是一个模仿路由算法的java程序。
实现关于路由器的简单功能。
实现距离矢量路由算法。
所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组
实现功能简介
1) 编写一个称为“Router”的程序
2) 利用距离向量算法更新路由表
3) 该程序的多个实例(进程或线程)可以以运行在一台机器
4) 实例之间利用UDP交换路由表
5) 假设结点与其邻居结点的都为距离为1。
6) 为了指明实例及其邻居,程序启动时必须能
-
-
0下载:
距离矢量路由算法sp2的c语言实现,用VC++做的一个模拟程序,供学习交流。-Distance Vector routing algorithm sp2 c language, using VC++ to do a simulation program for learning exchanges.
-
-
0下载:
RIP协议,是一种动态路由选择协议,采用距离向量算法。代码用C++实现RIP协议-RIP protocol is a dynamic routing protocol, using distance vector algorithm. Code with C++ achieve the RIP
-