搜索资源列表
PROFIBUS数据_数据链路层协议规范和服务定义_DL协议概述
- Profibus数据链路层的规范及概述
数据链路层协议的实现
关于数据链路层协议的实现源程序,包括停等协议等,重点是p5(退回到N重传)和p6(选择性重传),非常详细的C源码
数据链路层滑动窗口协议设计与实现
- 数据链路层滑动窗口协议设计与实现,实现选择重传。
p5p6
- 数据链路层协议的实现,重点是p5(退回到N重传)和p6(选择性重传)-data link layer protocol implemented, with a focus on p5 (back to the heavy-N) and p6 (selective Retransmission)
total
- total是最后的版本。包括的全是最新的物理层和数据链路层。另外还有pro1和pro2的打包程序和调用它们形成的各自的界面程序,以及最后调用各个界面形成的总界面程序。由于时间匆忙,对数据链路层协议的界面化工作只做到了pro2,总界面上已经留了所有6个程序的地方。PhysicalLayer包中包含了所有的物理层的程序的版本,以及它们各自的演示程序(一般为Physical)及打包程序(一般为PhyLayer)。显示了整个物理层编写及修改演化
QoSBroadcast
- 采用Winpcap从数据链路层直接发送数据的源代码,希望对大家能有点价值。-Winpcap from using the data link layer data sent directly to the source code, you will want a bit of value.
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.
Data_Link_Layer_Protocal
- 经典的数据链路层协议P1~P6的模拟器源代码和文档。最好在Linux下运行,也可以在Cygwin上面跑。-classic data link layer protocol P1 to P6 simulator source code and documentation. The best running on Linux can also run the Cygwin above.
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.
communication
- 这是一个学习WinSocket编程的程序,它由3部分组成,一是发送Sender的程序,另一个是接收Receiver的程序,还有一个是信道channel。发送方发送的数据需要经过信道才能够被接收方接收到。这个信道是一个模拟信道,可以自由设置它成为可靠或者不可靠,在不可靠时又有几种情况。这些都是为了能够更好地去理解数据链路层的编程,对学习很有帮助。-This is a learning process WinSocket programmi
ComputerNetworkTechnology
- 第1章 概述.doc 第2章 物理层.doc 第3章 数据链路层.doc 第4章 信道共享技术.doc 第5章 局域网.doc 第6章 广域网.doc 第7章 网络互连.doc 第8章 运输层.doc -Chapter 1 outlines. Doc Chapter 2 physical layer. Doc Chapter 3 Data Link Layer. Doc Chapter 4 channel
computer
- 计算机网络的数据链路层协议保证通信双方在有差错的通信线路上进行无差错的数据传输,是计算机网络各层协议中通信控制功能最典型的一层协议。 为了更好地掌握“滑动窗口”技术,要求在一个数据链路层的模拟实现环境中,用C/C++语言实现“退回到N重发”的滑动窗口协议(协议5)和“选择重发”的滑动窗口协议(协议6)。-Computer network data link layer protocol to ensure that there ar
lubo
- 基于linux下的故障录波前置程序,使用libcap完成数据链路层的采集,数据库采用mysql,录波启动算法和comtrade文件的生成-Based on pre-recorder under linux, the use of data link layer libcap complete collection, the database using mysql, recorded wave start algorithm and C
netListener
- 可以监听本地网段(同个路由器内的网段)指定IP的IP数据包. 原理是ARP欺骗的方法,欺骗了目标IP的机器的ARP缓存以及本地路由器内的ARP表,让路由器跟目标IP之间的数据都必须经过运行这个软件的机器。 因为涉及到数据链路层的数据包操作,需要JPCAP这个包来增加JAVA对数据链路层的支持,所以要运行这个软件除了虚拟机还需要安装winpcap(windows)/libpcap(linux)+JPCAP才能运行。-Can mon
shujulianlucengxieyi
- 网络数据连路层协议,数据链路层的滑动窗口协议协议.-Network Data Link Layer, Data Link Layer Protocol of the Sliding Window Protocol.
libpcap-0.9.4.tar
- 数据链路层的数据截取,主要用于各种型号网卡数据流的获取-Data link layer data interception, mainly for various models of card data stream to obtain
Datalink
- 实现TCP数据链路层的传输,有差错控制功能,在VC6下开发-The realization of TCP data link layer of the transmission, there is error control function, developed in VC6