CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - routing table
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - routing table - List
[
e-language
]
tianjia
DL : 0
易语言 取本机路由表 添加路由表-Easy language to take in the local routing table to add the routing table
Date
:
Size
: 11kb
User
:
11111111
[
Fax program
]
cPP-rip
DL : 0
rip仿真,可以自己设计拓扑图,经过若干次运算后输出所有路由器完整的路由表信息。-rip simulation, design topology, to output all routers in the routing table information after several operations.
Date
:
Size
: 14kb
User
:
Allan
[
CSharp
]
dsw
DL : 0
编程模拟路由器查表的过程,用(目的网络 掩码 下一跳)的IP路由表以及目的IP地址作为输入,为目的地址查找路由表,找出正确的下一跳并输出结果。 -Programming analog router lookup process, with the (destination network mask next-hop) IP routing table and the destination IP address as input, as the destination address routing table to find the correct next hop and output the results.
Date
:
Size
: 1kb
User
:
肖康
[
Other
]
RIP
DL : 0
加载RIP协议,动态更新路由表,模拟计算机网络中路由表的更新过程,采用多线程。程序比较简单,对于了解RIP协议过程还是挺有帮助的-RIP is loaded dynamically update routing tables, simulation of computer networks routing table update process, the use of multi-threading. Procedure is relatively simple, for the understanding of the RIP process is still quite helpful
Date
:
Size
: 31kb
User
:
Acheng
[
TCP/IP stack
]
Router
DL : 0
这是一个模仿路由算法的java程序。 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序启动时必须能接收以下参数: 7) router ID, myport, port1, port2, port3… 8) 程序必须能处理以下命令: a) N-打印活动的邻居列表。 b) T-输出路由表。 c) 0,1,… 9-发送分组 9) 关于时间定时 a) 每个路由器每2秒钟发出它们的路由表 b) 每个路由器根据收到的路由表更新它们自己的路由表 c) 路由器必须具备检测邻居是否活动的能力。如果路由器在6秒钟没有收到邻居发来的更新,则认为邻居不可达 10) 关于拓扑结构 a) 路由器必须具备路由器故障和恢复的能力 b) 这里假设链路不会出现故障,分组不会丢失和出错 c) 如果路由器在给定时间内未运行,表示路由器故障。如果重启运行,则认为路由器故障恢复 d)当然,假设通信是双向的 -This is a parody routing algorithm java program. Achieve a simple function on the router. Implement distance vector routing algorithm. Internet router simulation achieved the IP router. It can determine the shortest route network, and in these transmission packet utilization Achieve Features A) preparation of a group called "Router" program 2) the use of distance vector algorithm updates the routing table 3) multiple instances of the program (processes or threads) can be run on a single machine 4) between instances using UDP exchange routing table 5) Assuming that node and its neighbor nodes are distance of 1. 6) In order to specify the instance and its neighbors, the program must be able to start receiving the following parameters: 7) router ID, myport, port1, port2, port3 ... 8) program must be able to deal with the following command: a) N-printing activities neighbor list. b) T-output routing table. c) 0,1, ... 9- to send the packet 9) About Time Timing a) given eve
Date
:
Size
: 72kb
User
:
张天扬
[
Internet-Network
]
bgp
DL : 0
网络路由震荡模拟器,模拟当路由表存在回路时的网络路由震荡现象-network routing simulator shocks, simulated routing table there when the circuit network routing concussion phenomenon
Date
:
Size
: 5kb
User
:
fellpe
[
Editor
]
dsr
DL : 0
Dynamic Source Routing (DSR) is a routing protocol for wireless mesh networks. It is similar to AODV in that it forms a route on-demand when a transmitting computer requests one. However, it uses source routing instead of relying on the routing table at each intermediate device.
Date
:
Size
: 1kb
User
:
KARTHIKEYAN
[
Internet-Network
]
textDv
DL : 0
根据已知的网络拓扑图,输入信息,用DV算法更新各路由器的路由表-Network topology based on the known, enter the router s routing table information, updated with the DV algorithm
Date
:
Size
: 1kb
User
:
romMay
[
IOS
]
855756
DL : 0
对于iOS KN路径表的视图控制器,精选ios学习编程源码,很好的参考资料。-The view controller iOS KN routing table, select learning IOS programming source code, a good reference.
Date
:
Size
: 1.79mb
User
:
红烧排骨
[
Internet-Network
]
rip
DL : 0
该算法主要实现了RIP协议路由表调整过程。-The algorithm is mainly the RIP routing table tuning process.
Date
:
Size
: 2kb
User
:
毕亚辉
[
TCP/IP stack
]
rout-gui
DL : 0
能够存储和表示给定拓扑结构 2) 能够实现Dijkstra和Bellman-ford算法 3) 根据指定结点,生成路由表并演示算法每一步执行情况 4) 加分项目:GUI界面演示所有信息 -Ability to store and represent a given topology 2) to achieve Dijkstra algorithm and Bellman-ford 3) according to a specified node, the algorithm generates a routing table and demonstrates the implementation of each step 4) extra points: GUI interface demo all the information
Date
:
Size
: 377kb
User
:
詹春艳
[
Other
]
OSPFv3-base-on-VxWorks
DL : 0
OSPF路由协议是用于网际协议(IP)网络的链路状态路由协议。作种链路状态路由协议OSPF链路状态广播数据包LSA(Link State Advertisement)传送给某区域内所有路由器点与距离矢量路由协议同运行距离矢量路由协议路由器部分或全部路由表传递给与其相邻路由器-OSPF routing protocol is used for Internet Protocol (IP) network link-state routing protocol. As a kind of link-state routing protocol OSPF link state broadcast packets LSA (Link State Advertisement) sent to all routers point and distance vector routing protocols with distance vector routing protocol router running part or all of the routing table is passed to a region adjacent to the router
Date
:
Size
: 3.33mb
User
:
tongyimingzi
[
Other
]
WindNetPOSPF-on-vxWork
DL : 0
OSPF路由协议种典型链路状态(Link-state)路由协议般用于同路由域内里路由域指自治系统(Autonomous System)即AS指组通过统路由政策或路由协议互相交换路由信息网络AS所有OSPF路由器都维护相同描述AS结构数据库该数据库存放路由域相应链路状态信息OSPF路由器正通过数据库计算出其OSPF路由表-OSPF link state routing protocol typical (Link-state) routing protocol generally used in the same routing domain routing domain refers to the autonomous system (Autonomous System) that refers to the group AS AS network to exchange routing information to each other through the system all the OSPF routing protocol routing policy or Description AS router maintains the same structure of the database stored in the database field corresponding link-state routing information database OSPF routers are calculated by its OSPF routing table
Date
:
Size
: 194kb
User
:
tongyimingzi
[
e-language
]
vpn-win7
DL : 0
VPN操作模块,已经修复了WIN7下添加路由表错误,可以在你的程序中调用-VPN operation module, has been repaired under WIN7 add routing table error, you can call in your program
Date
:
Size
: 12kb
User
:
uyabiy
[
Internet-Network
]
rip
DL : 0
RIP实现源代码有基本的包文件分发重组解析,可以进行路由表更新-RIP source code to achieve a basic restructuring of the distribution package file parsing, routing table updates can be performed
Date
:
Size
: 2kb
User
:
pp
[
Internet-Network
]
rip
DL : 0
RIP实现源代码有基本的包文件分发重组解析,可以进行路由表更新-RIP source code to achieve a basic restructuring of the distribution package file parsing, routing table updates can be performed
Date
:
Size
: 29kb
User
:
pp
[
Other
]
adsl
DL : 0
ADSL拨号,自动检测和显示本机的外网IP等信息(直接读取网卡路由表),适用于需要频繁断网拨号的工作场合-adsl,Directly read the card routing table
Date
:
Size
: 125kb
User
:
liujie
[
Game Program
]
network_2_1
DL : 0
计算机网络实验上的建立路由表的程序,这个程序使用到了DJSKLA算法!-Experiments on the computer network routing table to establish the procedures, which use algorithms to DJSKLA!
Date
:
Size
: 8kb
User
:
andacce
[
Multimedia program
]
windowsrouter
DL : 0
windwos系统路由表的操作和配置说明-Windows operating system routing table and configuration
Date
:
Size
: 4kb
User
:
corkmntsa
[
Internet-Network
]
rip
DL : 0
rip实验代码,rip是目前因特网上最简单的一种路由协议。本实验代码实现了对response、request报文的处理,以及路由表项超时删除、定时发送等函数。-experimental code rip, rip on the Internet is the easiest kind of routing protocol. The experiment code for response, request packets and routing table entries timeout delete, send and other timing functions.
Date
:
Size
: 1kb
User
:
闫昊
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.