搜索资源列表
基于Linux 的RIP 路由器实现
- :Linux 卓越的网络系统功能和微内核设计使它在嵌入式系统的开发中也有非凡的表现,目前很多网络设备都是 基于Linux 内核的。文章主要讲述在X86硬件平台下,结合linux kernel 2.4 系统环境开发RIP 路由器的基本原理及实现 的三个主要环节——嵌入式linux 的构建,命令行接口(CLI)实现,RIP 路由协议实现,同时也给出了一些针对RIP 路由协 议的优化方法。
rip
- 实现网络层rip协议(距离矢量路由算法)-rip network layer protocol (distance vector routing algorithm)
rip
- RIP 协议实现,基于Linux上实现。是xorp的开源代码,稳定可靠,容易移值-RIP protocol, based on Linux to achieve. Xorp code is open source, stable and reliable, easy to transplant
rip
- 本系统简单模拟了网络中rip路由选择协议 对学习有一定得帮助-Simple simulation of the system rip the network routing protocol must be on learning to help
RIP
- 互联网RIP协议示例代码,实现了简单的水平分割算法-RIP Internet protocol sample code to achieve the level of a simple segmentation algorithm
RIP
- 模拟实现rip路由协议,创建新的路由表并由新发来的路由表信息对其进行更改-Rip routing protocol simulation, create a new routing table made by the new information to the routing table changes
rip
- 本实验要求充分理解RIP协议,根据RIP协议的流程设计RIP协议的报文处理和超时处理函数,并实现如下功能:RIP报文有效性检查;处理Request报文;处理Response报文;路由表项超时删除;路由表项定时发送。 -In this study, the agreement calls for the full understanding of RIP, the agreement under the RIP process desig
Rip
- 路由向量路径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..
RIP
- 清华大学计算机网络原理实验源码,RIP协议的具体实现,有一定的借鉴作用。-Tsinghua University Computer Network Engineering Experiments source, RIP concrete realization of the agreement, there is some reference.
RIp
- 实现RIP协议,具体有停等协议会回退N帧实验-RIP protocol to achieve concrete agreements to suspend such experiments will be back to back N fr a mes
rip
- 这是风河公司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
rip
- rip协议ppt 讲解,华为内部培训资料-ppt explain rip agreement, Huawei internal training materials
Rip
- rip 协议实现好消息跑的快坏消息跑的慢-rip protocol run faster good news bad news running slow
RIP
- 实现RIP协议的分组接收和发送流程,以及路由表的维护-RIP protocol to achieve packet receive and transmit processes, and maintenance of routing table
rip
- 基于rip协议的距离向量算法 收到相邻路由器(地址为X)的每一个rip报文 1,先修改此报文中的所有项目:将“下一跳”字段中的地址都改为X,并将所有的“距离”字段的值加1 2,对修改后的报文中的每一个项目,重复以下步骤 若项目中的目的网络不在路由表中,则将该项目添加到路由表中 否则,若下一跳字段给的路由器地址是同样的,则将收到的项目替换原路由表中的项目 否则,若收到的项目中的距离小于路由表中的距离,则进行更新
rip
- 关于网络中RIP协议的一个简要的距离矢量算法-RIP protocol on the network in a short distance vector algorithm
RIP
- 用C语言实现的计算机网络中的RIP路由协议,代码简单易懂-Using C language computer network RIP routing protocol is straightforward
RIP-protocol
- 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
RIP--EIGRP--and-OSPF-using-OPNET
- 本文章用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 pro
RIP协议
- 使用C语言进行RIP协议的模拟实现,对学习RIP协议有一定指导意义(Using C language to carry on the simulation realization of RIP agreement, has the certain significance to learn RIP agreement)