Welcome![Sign In][Sign Up]
Location:
Search - distance vector rip

Search list

[WEB Codewanlousheji

Description: 1RIP路由协议 ——RIP协议最初是为Xerox网络系统的Xeroxparc通用协议而设计的,是Internet中常用的路由协议。RIP采用距离向量算法,即路由器根据距离选择路由,所以也称为距离向量协议。路由器收集所有可到达目的地的不同路径,并且保存有关到达每个目的地的最少站点数的路径信息,除到达目的地的最佳路径外,任何其它信息均予以丢弃。同时路由器也把所收集的路由信息用RIP协议通知相邻的其它路由器。这样,正确的路由信息逐渐扩散到了全网。 ——RIP使用非常广泛,它简单、可靠,便于配置。但是RIP只适用于小型的同构网络,因为它允许的最大-1RIP routing protocol -- RIP agreement was initially for Xerox Network System Xeroxpa rc definitive agreement and the design is widely used in the Internet routing protocols. RIP application of the distance vector algorithm, routers routing choice based on distance, also known as Distance Vector agreement. Router collect all destinations can be reached by the different paths and the preservation of the arrival of each destination site for at least the path information, in addition to their destinations on the best path, Any other information is to be discarded. Router while also turning the routing information collected with neighboring RIP notify the other routers. Thus, the correct routing information gradually spread to the entire network. -- RIP is widely used, it is simple, reliable a
Platform: | Size: 344347 | Author: 李微 | Hits:

[Linux-Unixrip

Description: 实现网络层rip协议(距离矢量路由算法)-rip network layer protocol (distance vector routing algorithm)
Platform: | Size: 12137 | Author: 罗安 | Hits:

[SourceCodemrouted-3.9.6.tar.bz2

Description: README for mrouted, the DVMRP Multicast Routing Daemon ====================================================== mrouted is an implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP multicast router with tunnel support, in order to cross non-multicast-aware routers. DVMRP is a distance vector based protocol, derived from RIP, suitable for closely located multicast users in smaller networks. It simply floods all multicast streams to all routers, i.e. implicit join. This is also known as "flood and prune" since you can opt out from groups you do not want. For a detailed explanation of the protocol, consult RFC 1075.
Platform: | Size: 112713 | Author: haibbo@gmail.com | Hits:

[Linux-Unixrip

Description: 实现网络层rip协议(距离矢量路由算法)-rip network layer protocol (distance vector routing algorithm)
Platform: | Size: 12288 | Author: 罗安 | Hits:

[Documentswanlousheji

Description: 1RIP路由协议 ——RIP协议最初是为Xerox网络系统的Xeroxparc通用协议而设计的,是Internet中常用的路由协议。RIP采用距离向量算法,即路由器根据距离选择路由,所以也称为距离向量协议。路由器收集所有可到达目的地的不同路径,并且保存有关到达每个目的地的最少站点数的路径信息,除到达目的地的最佳路径外,任何其它信息均予以丢弃。同时路由器也把所收集的路由信息用RIP协议通知相邻的其它路由器。这样,正确的路由信息逐渐扩散到了全网。 ——RIP使用非常广泛,它简单、可靠,便于配置。但是RIP只适用于小型的同构网络,因为它允许的最大-1RIP routing protocol-- RIP agreement was initially for Xerox Network System Xeroxpa rc definitive agreement and the design is widely used in the Internet routing protocols. RIP application of the distance vector algorithm, routers routing choice based on distance, also known as Distance Vector agreement. Router collect all destinations can be reached by the different paths and the preservation of the arrival of each destination site for at least the path information, in addition to their destinations on the best path, Any other information is to be discarded. Router while also turning the routing information collected with neighboring RIP notify the other routers. Thus, the correct routing information gradually spread to the entire network.-- RIP is widely used, it is simple, reliable a
Platform: | Size: 344064 | Author: 李微 | Hits:

[Data structsRIPprogram

Description: a RIP distance vector implementation for a simple graph
Platform: | Size: 291840 | Author: shaz | Hits:

[Sniffer Package capturerip

Description: 基于rip协议的距离向量算法 收到相邻路由器(地址为X)的每一个rip报文 1,先修改此报文中的所有项目:将“下一跳”字段中的地址都改为X,并将所有的“距离”字段的值加1 2,对修改后的报文中的每一个项目,重复以下步骤 若项目中的目的网络不在路由表中,则将该项目添加到路由表中 否则,若下一跳字段给的路由器地址是同样的,则将收到的项目替换原路由表中的项目 否则,若收到的项目中的距离小于路由表中的距离,则进行更新 否则,设么也不做-Rip protocol based on distance vector algorithm receives the adjacent router (address X) rip each packet 1, the first to modify this message to all projects: the " next hop" address fields are replaced by X, and all of the " distance" field value plus 1 2, the modified packets of each item, repeat the following steps if the project is not the purpose of network routing table, then add the item to the routing table in or, if the field to the next hop router address is the same, you will receive the items in the routing table to replace the original item or, if the item received is less than the distance from the routing table, then the Updated Otherwise, do not set Mody
Platform: | Size: 2048 | Author: 唐栋 | Hits:

[Internet-Networkrip

Description: 关于网络中RIP协议的一个简要的距离矢量算法-RIP protocol on the network in a short distance vector algorithm
Platform: | Size: 1024 | Author: 陈威 | Hits:

[Internet-Networkmrouted-3.9.6

Description: mrouted 是支持tunnel的DVMRP多播路由协议的实现,此版本为2011-10-23的最新版 -mrouted is an implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP multicast router with tunnel support, in order to cross non-multicast-aware routers. DVMRP is a distance vector based protocol, derived from RIP, suitable for closely located multicast users in smaller networks. It simply floods all multicast streams to all routers, i.e. implicit join. This is also known as "flood and prune" since you can opt out from groups you do not want. For a detailed explanation of the protocol, consult RFC 1075.
Platform: | Size: 165888 | Author: haibbo | Hits:

[OtherRIP

Description: 基于距离向量算法的rip协议的实现,利用图存储。-Based on the distance vector algorithm rip the realization of the agreement, the use of storage.
Platform: | Size: 1650688 | Author: 吴晓波 | Hits:

[Home Personal applicationRIP

Description: 模拟距离向量路由算法的路由表交换过程,演示每轮交换后路由表的变化,动态生成网络拓扑图,从初始路由表开始,进行交换路由表,演示每轮交换后的路由表的变化。观察和讨论多少轮交换后路由表稳定。- 模拟距离向量路由算法的路由表交换过程,演示每轮交换后路由表的变化,动态生成网络拓扑图,从初始路由表开始,进行交换路由表,演示每轮交换后的路由表的变化。观察和讨论多少轮交换后路由表稳定。 The routing table exchange process is simulated by the distance vector routing algorithm, which demonstrates the changes of the routing table after each round of the switch, and dynamically generates the network topology graph, the initial routing table, and the exchange routing table. Observation and discussion of how many rounds of exchange routing table stability.
Platform: | Size: 2048 | Author: Tom | Hits:

[TCP/IP stackrip

Description: RIP协议,是一种动态路由选择协议,采用距离向量算法。代码用C++实现RIP协议-RIP protocol is a dynamic routing protocol, using distance vector algorithm. Code with C++ achieve the RIP
Platform: | Size: 2048 | Author: xuxx | Hits:

CodeBus www.codebus.net