搜索资源列表

  1. 基于Linux 的RIP 路由器实现

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

    • 发布日期:2011-04-23
    • 文件大小:1323662
    • 提供者:zjtec@163.com
  1. rip

    0下载:
  2. 实现网络层rip协议(距离矢量路由算法)-rip network layer protocol (distance vector routing algorithm)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:12288
    • 提供者:罗安
  1. rip

    0下载:
  2. RIP 协议实现,基于Linux上实现。是xorp的开源代码,稳定可靠,容易移值-RIP protocol, based on Linux to achieve. Xorp code is open source, stable and reliable, easy to transplant
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:186368
    • 提供者:chris
  1. rip

    0下载:
  2. 本系统简单模拟了网络中rip路由选择协议 对学习有一定得帮助-Simple simulation of the system rip the network routing protocol must be on learning to help
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:110592
    • 提供者:倪好
  1. RIP

    0下载:
  2. 互联网RIP协议示例代码,实现了简单的水平分割算法-RIP Internet protocol sample code to achieve the level of a simple segmentation algorithm
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:张晨光
  1. RIP

    0下载:
  2. 模拟实现rip路由协议,创建新的路由表并由新发来的路由表信息对其进行更改-Rip routing protocol simulation, create a new routing table made by the new information to the routing table changes
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:王琛
  1. rip

    0下载:
  2. 本实验要求充分理解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
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:fukker
  1. Rip

    0下载:
  2. 路由向量路径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..
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:30720
    • 提供者:周正乐
  1. RIP

    0下载:
  2. 清华大学计算机网络原理实验源码,RIP协议的具体实现,有一定的借鉴作用。-Tsinghua University Computer Network Engineering Experiments source, RIP concrete realization of the agreement, there is some reference.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:wqs07
  1. RIp

    0下载:
  2. 实现RIP协议,具体有停等协议会回退N帧实验-RIP protocol to achieve concrete agreements to suspend such experiments will be back to back N fr a mes
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:闫雪飞
  1. rip

    0下载:
  2. 这是风河公司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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:94208
    • 提供者:Colin
  1. rip

    0下载:
  2. rip协议ppt 讲解,华为内部培训资料-ppt explain rip agreement, Huawei internal training materials
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:719872
    • 提供者:chenzhuo
  1. Rip

    0下载:
  2. rip 协议实现好消息跑的快坏消息跑的慢-rip protocol run faster good news bad news running slow
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:方法
  1. RIP

    0下载:
  2. 实现RIP协议的分组接收和发送流程,以及路由表的维护-RIP protocol to achieve packet receive and transmit processes, and maintenance of routing table
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:张栋
  1. rip

    0下载:
  2. 基于rip协议的距离向量算法 收到相邻路由器(地址为X)的每一个rip报文 1,先修改此报文中的所有项目:将“下一跳”字段中的地址都改为X,并将所有的“距离”字段的值加1 2,对修改后的报文中的每一个项目,重复以下步骤 若项目中的目的网络不在路由表中,则将该项目添加到路由表中 否则,若下一跳字段给的路由器地址是同样的,则将收到的项目替换原路由表中的项目 否则,若收到的项目中的距离小于路由表中的距离,则进行更新
  3. 所属分类:网络截获/分析

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:唐栋
  1. rip

    0下载:
  2. 关于网络中RIP协议的一个简要的距离矢量算法-RIP protocol on the network in a short distance vector algorithm
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:陈威
  1. RIP

    0下载:
  2. 用C语言实现的计算机网络中的RIP路由协议,代码简单易懂-Using C language computer network RIP routing protocol is straightforward
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-15
    • 文件大小:164864
    • 提供者:luyihui
  1. RIP-protocol

    0下载:
  2. 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
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:1418240
    • 提供者:月寒
  1. RIP--EIGRP--and-OSPF-using-OPNET

    0下载:
  2. 本文章用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
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:326656
    • 提供者:fafan
  1. RIP协议

    0下载:
  2. 使用C语言进行RIP协议的模拟实现,对学习RIP协议有一定指导意义(Using C language to carry on the simulation realization of RIP agreement, has the certain significance to learn RIP agreement)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:14336
    • 提供者:hahahehe123
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org