搜索资源列表
snmp链路层网络拓扑发现
- 搜集的链路层网络拓扑发现相关论文,有助于子网拓扑发现研究
cn3-simulator
- 链路层协议模拟的例子-link layer protocol simulation examples
thread_src_vxWorks
- 在接入服务器测试在收发链路层数据包-Access Server tests in the data link layer transceiver package
数字信道仿真
- 数字信道仿真,认真复习数据链路层内容,熟悉编程语言C、C++和WINDOWS程序设计技术(查阅参考书); 开发工具:VC6.0 或其它; 程序示例: 理想信道的《发送端程序》和《接收端程序》(含源码VC6.0); ARQ基本协议1:_引入检错和应答帧 ARQ基本协议2:_引入超时计时器 ARQ基本协议3:_引入数据帧携带发送序号0~1 ARQ基本协议4:_引入确认帧携带发送序号0~1 ARQ基本协议5:_引入应答帧含有校验码 ARQ基本
连续ARQ协议的仿真
- 用Delphi开发语言实现的对网络链路层的连续ARQ协议的仿真。-with Delphi language of the network link layer of ARQ agreement simulation.
DPRAM
- 网络控制器和链路控制器的CPU即是通过读写双端口RAM芯片完成网络层与数据链路层的原语交互。mailbox中写入的是原语的类型,而双端口RAM的其它存储空间则存放各种服务原语的参数。-network controller and the CPU controller link is through reading and writing dual-port RAM chip to complete the network layer a
GoBackN
- 我制作的数据链路层通信动画-produced by the data link layer communications animation
datalink_protocol
- 这是我珍藏的东西,很难找得到的数据链路层协议部分源代码。-This is my collection of the things that is very difficult to find the data link layer protocol source code.
getpacket
- 截获以太网数据的源代码,面向数据链路层的编程-intercepted Ethernet data source code for the data link layer Programming
ppp-2.4.0.tar
- linux下,ppp的源代码,ppp为数据链路层的点到点协议-linux, the ppp source code, ppp is the data link layer spot to an agreement
ARQtest
- 计算机网络课程,理想信道的数据链路层协议.-computer network courses, the ideal channel of the data link layer protocol.
linkprotocal
- 链路层协议,主要说明数据链路层祯结构,拥塞控制,差错控制等-link layer protocol, mainly to explain the data link layer structure Zhen, congestion control, error control, etc.
ipdump
- 网络抓包小程序,对抓到的数据链路层数据报,分解后打印输出。-Ethereal network applet on the captured data link layer data reported that after decomposition printout.
DSRCprotocoll2
- DSRC 数据链路层的开发过程和状态转移图-DSRC Data Link Layer of the development process and the state transition map
communication
- 这是一个学习WinSocket编程的程序,它由3部分组成,一是发送Sender的程序,另一个是接收Receiver的程序,还有一个是信道channel。发送方发送的数据需要经过信道才能够被接收方接收到。这个信道是一个模拟信道,可以自由设置它成为可靠或者不可靠,在不可靠时又有几种情况。这些都是为了能够更好地去理解数据链路层的编程,对学习很有帮助。-This is a learning process WinSocket programmi
netlistener
- Java局域网监听器 监听本地网段(同个路由器内的网段)指定IP的IP数据包. 原理是ARP欺骗的方法,欺骗了目标IP的机器的ARP缓存以及本地路由器内的ARP表,让路由器跟目标IP之间的数据都必须经过运行这个软件的机器。 因为涉及到数据链路层的数据包操作,需要JPCAP这个包来增加JAVA对数据链路层的支持,所以要运行这个软件除了虚拟机还需要安装winpcap(windows)/libpcap(linux)+JPCAP才能
computer
- 计算机网络的数据链路层协议保证通信双方在有差错的通信线路上进行无差错的数据传输,是计算机网络各层协议中通信控制功能最典型的一层协议。 为了更好地掌握“滑动窗口”技术,要求在一个数据链路层的模拟实现环境中,用C/C++语言实现“退回到N重发”的滑动窗口协议(协议5)和“选择重发”的滑动窗口协议(协议6)。-Computer network data link layer protocol to ensure that there ar
Datalink
- 实现TCP数据链路层的传输,有差错控制功能,在VC6下开发-The realization of TCP data link layer of the transmission, there is error control function, developed in VC6
GoBackN
- 用VC++编写数据链路层协议,gobackN,网络层和物理层已给出-With VC++ The preparation of the data link layer protocol, gobackN, network layer and physical layer has been given
MasterManagementWifi
- 代码演示了利用socket如何封装以太网报文进行链路层通信的实例以及接收报文的过滤方法(The code demonstrates how to encapsulate the Ethernet message to link layer communication and how to filter the received message by using socket)