Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - routing table
Search - routing table - List
中国路由表整理工具源代码,能从APNIC上获取ip注册信息,以分离出中国电信、中国联通等运营商ip地址段-Chinese routing table finishing tool source code to get ip from the APNIC registration information on to isolate China Telecom, China Unicom and other operators ip addresses
Date : Size : 25kb User : 顺口溜

此代码实现了网络结点之中最短路径的计算,并输出了各个网络结点的路由表 ,路由表包括:目的网络,下一跳,代价,详细地址。此代码的原理是Dijstra算法。在代码的注释中有测试用例,用户测试时只需将程序运行后再将测试用例复制到DOS黑框中即可。测试用例中有详细的用例解释。-This code implements the network nodes being the shortest path calculation, and output of each network node routing table, routing table, including: the destination network, the next hop, the cost, full address. The principle of this code is Dijstra algorithm. There are comments in the code test cases, users only need to run test after test cases can be copied to the DOS black borders. Test use cases in detail to explain.
Date : Size : 1kb User : 刘伟强

该程序模拟路由器中路由查找的过程。对每一个IP包,路由器都必须在路由表中进行一次最长前缀匹配查找,继而将IP包逐跳转发到其目的地址。该程序集中模拟最长前缀匹配(Longest Prefix Matching)这个过程。-The program simulated router routing lookup process. For each IP packet, the router must be conducted in the routing table to find the longest prefix match, then the IP packet-by-hop to its destination address. The program focused on modeling the longest prefix match (Longest Prefix Matching) in this process.
Date : Size : 2.12mb User : 张峰

实现了RIP动态路由协议 1. 对客户端收到的RIP报文进行合法性检查,丢弃错误报文并指出错误原因 2. 处理Request报文,根据报文内容及本地路由表信息组成Response报文,实现水平分割 3. 处理Response报文,正确解析其中信息,更新本地路由表 4. 路由表项超时删除 5. 路由表项定时发送,实现水平分割,与2相似。-Implementation of the RIP dynamic routing protocol 1 on the client receives the RIP message for validity check, discarding the error message and pointed out that the causes of error The 2 processing Request message according to the message content, and the local routing table information consists of Response message, to achieve the level of segmentation The 3 processing Response message, the correct analysis of the information, to update the local routing table 4 routing table entry timeout remove 5 routing table entry timing transmission, to achieve the level of segmentation, and 2 similar.
Date : Size : 2kb User : 潘春雨

NS2环境下,添加路由表打印以及邻居列表选择的AODV路由协议源代码。-NS2 environment, add the routing table and neighbor list, select the print AODV routing protocol source code.
Date : Size : 44kb User : CheeWii

windows 获取 电信联通路由表批处理-windows batch routing table for Telecom
Date : Size : 364kb User : zdgs

1、 对地址为X的相邻的路由器发来的RIP报文,先修改此报文中的所有项目;把“下一跳”字段中地址都改为X,并把所有距离都加1。 2、 对修改后的报文的每一个项目,进行以下步骤:若原路由器没有该目的网络,就直接加在路由表中;不然,再看下一跳路由器地址,若是X,则用收到的项目替换原来的;若下一跳地址不同,,收到的项目的距离小于原来的距离,则替换,否则什么都不用做。 3、 若3分钟没有收到相邻路由器的更新路由表,则把此相邻路由器记为不可达的路由器,即把距离设为16 4、 返回 -In 1, the address for the X neighbor routers send RIP message, to modify this message in all project " the next hop address" field is changed to X, and put all distances are plus 1. 2, on the modified message to every project, the following steps: if the router is not the destination network, just add in the routing table otherwise, go on to the next hop router address, if X, using the received the item to replace the original if the next-hop address different,, received project a distance less than the original distance, it is replaced, or do nothing. 3, if 3 minutes received no neighboring routers to update the routing table, while the adjacent router recorded as unreachable router, namely the distance was set to 16 4, return
Date : Size : 1kb User : 独家记忆

Use openet network simulation. Function: initialize the entire network release path Dijkstra algorithm implementation query node routing table creation route selection order routing updates to establish a connection.-Use openet network simulation. Function: initialize the entire network release path Dijkstra algorithm implementation query node routing table creation route selection order routing updates to establish a connection.
Date : Size : 1.69mb User : lcl

DL : 0
运行sc-RO.bat后 1.程序会按照系统时间,将"copyfile" 复制一份并重命名为当前日期格式的文件夹,日期格式为"YYYYMMDD"。 2.如果新文件夹已复制,程序会监测是否存在"finish"的文件,如果不存在,则进行路由表获取,(获取完成后,获取窗口会停留在当前状态,点击一下便可消失)获取完成后生成"finish"文件。 3.返还sc-RO.bat窗口,会提示"请按任意键继续. . ." 程序后台运行文件对比程序,完成后弹出对比结果文件"fccheck.log"。-Run sc-RO.bat Program in accordance with the system time "copyfile a copy and rename the folder for the current date format, date format in YYYYMMDD. If the new folder has been copied, the program will monitor whether there is "finish" the file, if it does not exist, then the routing table to obtain (access is completed, get the window will stay in the current state, one click can disappear) to obtain generate the "finish" finished file. . Return sc-RO.bat window will be prompted to "Press any key to continue ..." pop-up comparative results file "fccheck.log," the program running in the background file comparison program, completed.
Date : Size : 1kb User : caiweicheng

本文在阐述网络发展的现状和趋势的基础上,着重分析了两种内 部网关路由选择协议砒P和OSPF协议的实现机制和性能特点。对P 协议是基于距离矢量算法的。OSPF协议是基于链路状态算法的。本 文的工作重点是对上述两种协议分别从类型,封装,路径特征,邻居 发现和支持,路由选择数据的分发,对变化的响应,路由表计算,健 壮性/可靠性以及安全性等方面进行了对比分析,并对它们存在的安 全漏洞进行了初步的分析说明。根据以上的分析,通过On忸T软件, 本文设计了一个10km×10km规模大小的网络仿真模型,配置了相应 的流量和IP地址,并选取了路由协议网络收敛性,协议开销,网络 延时以及链路修复四个仿真性能参数进行仿真,最后通过对仿真结果 的分析得出以下结论:对P协议适合于网络规模较小、拓扑结构比较 简单、性能要求不严格和易用性要求较高的环境,而OSPF则适合于 网络规模大、拓扑结构复杂和性能要求高的环境,因此要根据网络特 点合理的选择路由协议。-This paper described the status and trends of network development on the basis of analyzes of two Ministry gateway routing select the protocol arsenic P and OSPF protocol implementation mechanism and performance characteristics. P The protocol is based on the distance vector algorithm. The OSPF protocol is based on link-state algorithms. This The text s focus is on these two agreements, respectively, from the type of package, the path characteristics, neighbors Discovery and route choice of data distribution, changes in response, the routing table calculation, and health Zhuang/reliability, and security aspects of a comparative analysis, and they are safety The full loopholes in the preliminary analysis shows. According to the above analysis, On to blush T software Designed a 10km x 10km scale the size of the network simulation model, configuration, corresponding Traffic and IP address, and select the routing protocol convergence, protocol overhead, network Delay and link repa
Date : Size : 8.76mb User :

DL : 0
eigrp模拟器。实现了发包构建拓扑图的功能。有邻居表,路由表,拓扑表。spf算法-The eigrp simulator. Contract to build a topology map. Neighbor table, routing table, topology table. spf algorithm
Date : Size : 571kb User : 王伟超

DL : 0
用java语言采集路由表信息,并对采集得到的路由信息进行分析,和模板比对,找出有故障的路由器。-Routing table using java language acquisition, and acquisition of routing information is analyzed, and template matching to identify the faulty router.
Date : Size : 777kb User : feng

利用WinPcap编制简单的路由程序,实现路由功能。简单单的路由程序分为静态路由表的维护和IP数据报的处理两大部分。 -Use WinPcap to prepare a simple routing procedures to achieve the routing functions. Simple single routing process is divided into two parts of the static routing table maintenance and processing of the IP datagram.
Date : Size : 51kb User : 分界线

libdnet 为若干个低层的网络例程提供了一个简单易懂的可移植的接口,包含网络地址处理,内核arp 缓冲与路由表查找与管理,网络防火墙(IP filter, ipfw, ipchains,, pf, PkktFilter, ...),网络接口查找与管理,IP 隧道(BSD/Linux tun, Universal TUN/TAP device),未加工的IP 包与以太网帧的传输。 -the libdnet as a number of low-level network routines provide an easy-to-understand interface portable, contains the network address processing, the kernel arp buffer the routing table lookup and management, network firewall (IP filter, ipfw, ipchains, pf, PkktFilter , ...), network interface lookup and management, IP tunneling (BSD/Linux tun, Universal TUN/TAP device), raw IP packet and Ethernet frame transmission.
Date : Size : 390kb User : 明白的

实现路由器的基本功能,掌握路由器的工作原理,进而深入了解网络互联层的工作原理。要求实现一个简单的路由处理程序,应该包括的功能如下:静态路由表的维护,IP数据报的处理,处理IP数据报TTL域中的数值,重重新计算IP数据报的头部校验和,生成和处理ICMP报文,显示本机的网络接口、IP数据报的接收情况、IP数据报的选路情况、IP数据报的发送情况。程序学要和Winpcap3.1一起使用,具体说明见"程序说明 -The basic functionality of the router, the the master router works, works-depth understanding of network interconnection layer. To implement a simple routing handler function that should be included are as follows: static routing table maintenance, the IP datagram processing, processing IP datagrams TTL domain numerical weight to recalculate the IP datagram header checksum generation and processing of ICMP packets, and display the network interface, the IP datagram receiver, IP datagram routing, IP datagram sent situation. Program learn and Winpcap3.1 details, see the description of the procedures
Date : Size : 400kb User : 兴奋

WINCE下路由查询及修改路由表,多网卡时有用-Query and Modify routing table in Windows CE
Date : Size : 14kb User : Guobg

根据已知的网络拓扑图,输入信息,用DV算法更新各路由器的路由表-Network topology based on the known, enter the router s routing table information, updated with the DV algorithm
Date : Size : 1kb User : 胡淼

利用弗洛伊德算法实现的路由之间最短路径的计算,适合想学习算法的同学,同时可以操作文件,把初始状态的路由表记录下来作为对照-Calculation of the shortest path between the routing algorithm Freud, for students learning algorithm, can be operated at the same time file, the initial state of the routing table is recorded as a control
Date : Size : 36kb User : haochen

DL : 0
LPC2129的时间触发方式系统设计,该系统运用静态路由表原理对TASK进行调度,相比于事件触发方式的系统更为可靠。-The LPC2129 time trigger mode system design, the system uses the principle of static routing table of TASK scheduling, the system is more reliable compared to the event trigger mode.
Date : Size : 249kb User : batty

以前在游戏工作室上班时写的一个小工具,功能:在虚拟机上同时拨10条adsl获得10个不同的IP,同时设置路由表,然后把10个IP发送到指定的数据库中。每个IP的跃点数设置成一样,这样就是10个不同的IP出口,然后做成s5代理给挂机的电脑使用。-A small tool, written in the previous game studio to work function: on the same virtual machine to allocate 10 adsl 10 different IP, set the routing table at the same time 10 IP, and then sent to the specified database. Each IP metric set to the same, so that 10 different IP exports, then made the s5 agent to hang up the computer use.
Date : Size : 56kb User : 王俊
« 1 2 3 4 5 67 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.