搜索资源列表
checksum1
- 计算校验和 命令行:check_sum infile 其中check_sum是程序名,infile是数据文件名 输出:数据文件的校验和。 目的是通过数据链路层与介质访问控制层的学习,根据数据链路层的基本原理,针对普遍应用的Ethernet帧,通过构造一个具体的帧,深入理解网络协议的基本概念与网络问题处理的一般方法。-calculated checksum command line : check_sum infile which check_sum procedures, a
PPP_md5
- 编译完了是一个基于串口PPP接入程序,用户拨号成功后,产生一个PPP服务进程,其他进程或内核可以向该进程发送数据包,在此基础上可以做数据链路加密的服务-end of a compiler based on the Serial PPP access, users dial-up after the success of PPP services have a process, or other processes to process core can send data packets, th
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
getpacket
- 截获以太网数据的源代码,面向数据链路层的编程-intercepted Ethernet data source code for the data link layer Programming
framer1
- 目的: 构造帧对于理解网络协议的概念、协议执行过程,以及网络问题处理的一般方法具有重要的意义。本次练习的目的是通过数据链路层与介质访问控制层的学习,根据数据链路层的基本原理,针对普遍应用的Ethernet帧,通过构造一个具体的帧,引导同学深入理解网络协议的基本概念与网络问题处理的一般方法。 要求: 1、编写程序,根据给出的原始数据,组装一个IEEE802.3格式的帧。题目附带的文件为二进制原始数据(文件名分别为input1和input2),要求程序为命令行程序,比如可执行文件名为fr
ARQtest
- 计算机网络课程,理想信道的数据链路层协议.-computer network courses, the ideal channel of the data link layer protocol.
computer
- 计算机网络的数据链路层协议保证通信双方在有差错的通信线路上进行无差错的数据传输,是计算机网络各层协议中通信控制功能最典型的一层协议。 为了更好地掌握“滑动窗口”技术,要求在一个数据链路层的模拟实现环境中,用C/C++语言实现“退回到N重发”的滑动窗口协议(协议5)和“选择重发”的滑动窗口协议(协议6)。
NetServer
- 通过实现网络服务器的搜索掌握Socket的使用通过实现Ping连通性掌握数据链路层的基本传输过程
shujulianlucengxieyi
- 网络数据连路层协议,数据链路层的滑动窗口协议协议.