Welcome![Sign In][Sign Up]
Location:
Search - RIP

Search list

[Server基于Linux 的RIP 路由器实现

Description: :Linux 卓越的网络系统功能和微内核设计使它在嵌入式系统的开发中也有非凡的表现,目前很多网络设备都是 基于Linux 内核的。文章主要讲述在X86硬件平台下,结合linux kernel 2.4 系统环境开发RIP 路由器的基本原理及实现 的三个主要环节——嵌入式linux 的构建,命令行接口(CLI)实现,RIP 路由协议实现,同时也给出了一些针对RIP 路由协 议的优化方法。
Platform: | Size: 1323662 | Author: zjtec@163.com | Hits:

[Linux-Unixrip

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

[Internet-Networkrip

Description: RIP 协议实现,基于Linux上实现。是xorp的开源代码,稳定可靠,容易移值-RIP protocol, based on Linux to achieve. Xorp code is open source, stable and reliable, easy to transplant
Platform: | Size: 186368 | Author: chris | Hits:

[Internet-Networkrip

Description: 本系统简单模拟了网络中rip路由选择协议 对学习有一定得帮助-Simple simulation of the system rip the network routing protocol must be on learning to help
Platform: | Size: 110592 | Author: 倪好 | Hits:

[Internet-NetworkRIP

Description: 互联网RIP协议示例代码,实现了简单的水平分割算法-RIP Internet protocol sample code to achieve the level of a simple segmentation algorithm
Platform: | Size: 1024 | Author: 张晨光 | Hits:

[Internet-NetworkRIP

Description: 模拟实现rip路由协议,创建新的路由表并由新发来的路由表信息对其进行更改-Rip routing protocol simulation, create a new routing table made by the new information to the routing table changes
Platform: | Size: 1024 | Author: 王琛 | Hits:

[Internet-Networkrip

Description: 本实验要求充分理解RIP协议,根据RIP协议的流程设计RIP协议的报文处理和超时处理函数,并实现如下功能:RIP报文有效性检查;处理Request报文;处理Response报文;路由表项超时删除;路由表项定时发送。 -In this study, the agreement calls for the full understanding of RIP, the agreement under the RIP process design RIP protocol packet processing and time-out processing functions, and to achieve the following functions: RIP packet validity checks processing Request packet processing Response message routing table entry timeout deleted routing table entry from time to time to send.
Platform: | Size: 7168 | Author: fukker | Hits:

[Windows DevelopRip

Description: 路由向量路径Rip算法.rip算法在路由选择中是比较重要的一种算法-it is good code and perfect.you can use these code to see how rip works.rip is very important in route choosing..
Platform: | Size: 30720 | Author: 周正乐 | Hits:

[OtherRIP

Description: 清华大学计算机网络原理实验源码,RIP协议的具体实现,有一定的借鉴作用。-Tsinghua University Computer Network Engineering Experiments source, RIP concrete realization of the agreement, there is some reference.
Platform: | Size: 1024 | Author: wqs07 | Hits:

[Internet-NetworkRIp

Description: 实现RIP协议,具体有停等协议会回退N帧实验-RIP protocol to achieve concrete agreements to suspend such experiments will be back to back N frames
Platform: | Size: 1024 | Author: 闫雪飞 | Hits:

[Windows Developrip

Description: 这是风河公司Tornado2.2里面可用的rip路由协议的源代码,但是需要配合Tornado2.2下的一些头文件才能使用,希望对研究路由协议的有所帮助-This is the Wind River Tornado2.2 the rip routing protocol used inside the source code, but need to meet Tornado2.2 at some of the header files to use, I hope the study will help the routing protocol
Platform: | Size: 94208 | Author: Colin | Hits:

[Linux-Unixrip

Description: rip协议ppt 讲解,华为内部培训资料-ppt explain rip agreement, Huawei internal training materials
Platform: | Size: 719872 | Author: chenzhuo | Hits:

[JSP/JavaRip

Description: rip 协议实现好消息跑的快坏消息跑的慢-rip protocol run faster good news bad news running slow
Platform: | Size: 3072 | Author: 方法 | Hits:

[TCP/IP stackRIP

Description: 实现RIP协议的分组接收和发送流程,以及路由表的维护-RIP protocol to achieve packet receive and transmit processes, and maintenance of routing table
Platform: | Size: 1024 | Author: 张栋 | 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:

[TCP/IP stackRIP

Description: 用C语言实现的计算机网络中的RIP路由协议,代码简单易懂-Using C language computer network RIP routing protocol is straightforward
Platform: | Size: 164864 | Author: luyihui | Hits:

[Internet-NetworkRIP-protocol

Description: c语言实现RIP协议算法,自动生成路由表,网络拓扑图可自行设置-MSP430F5438 achieve the SD card reader, teach you to use document management system, created in the sd card read all types of files
Platform: | Size: 1418240 | Author: 月寒 | Hits:

[Internet-NetworkRIP--EIGRP--and-OSPF-using-OPNET

Description: 本文章用OPNET作为工具,建设不同的模拟场景和参数,分析RIP,EIGRP和OSPF这三种路由协议的优缺点。-Performance Analysis of RIP, EIGRP, and OSPF using OPNET.Routing protocols are key elements of modern communication networks. Currently deployed dynamic routing protocols that are used to propagate network topology information to the neighboring routers are Routing Information Protocol (RIP), Enhanced Interior Gateway Routing Protocol (EIGRP), and the Open Shortest Path First (OSPF) protocol. The choice of the right routing protocol depends on a number of parameters. In this paper, we use OPNET Modeler to analyze the performance of RIP, EIGRP, and the OSPF protocols, which are commonly deployed in Internet Protocol (IP) networks. We designed various simulation scenarios to compare their performance.
Platform: | Size: 326656 | Author: fafan | Hits:

[Windows DevelopRIP协议

Description: 使用C语言进行RIP协议的模拟实现,对学习RIP协议有一定指导意义(Using C language to carry on the simulation realization of RIP agreement, has the certain significance to learn RIP agreement)
Platform: | Size: 14336 | Author: hahahehe123 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net