搜索资源列表
提供对滑动窗口协议的实验演示
- 教学实验源代码,提供对滑动窗口协议的实验演示,协议分层和协议软件的设计与实现有基本的认识利用所学数据链路层原理,自己设计一个滑动窗口协议并在仿真环境下编程实现有噪音信道环境下的 可靠的双工通信。信道模型为 8000bps 全双工卫星信道,信道传播时延 270 毫秒,信道误码率为 10-5,信道提供字节流传输服务,网络层分组长度在240~256字节范围,Teaching experiment source code, on the Sliding Window Protocol provides
datalink.rar
- 用c编写的滑动窗口协议(GBackN)源代码,计算机网络的编程题,C prepared with Sliding Window Protocol (GBackN) source code, computer network programming question
cyuyahuadongchuangkou
- c语言模仿滑动窗口协议,源代码。(1) 编写滑动窗口协议的发送程序,令序号长度N=3,窗口最大尺寸=4; (2) 发送程序需要处理的三个事件:网络层分组到达、计时器超时、确认到达可以通过外部输入来模拟;而发送程序应送往对等方的帧直接输出,便于检查程序的正确性。 -c language to imitate the sliding window protocol, the source code. (1) the preparation of the sliding window prot
GoBackN
- 教学实验源代码:实验对滑动窗口控制协议(GO-BACK-N)的工作原理有进一步的了解 SOCKET(UDP) 通信平台实现点对点数据链路控制规程,基本要求: ※ 建立数据链路 ※ 断开数据链路 ※ 收发数据 ※ 差错控制 ※ 与其他人的程序通信 ※ 键盘会话 -Teaching Experiment source code: The experiment of sliding window control protocol (GO-BACK-N) of the w
DataLinkLayerUDP(1)
- 这是一款教学实验的源代码,数据链路控制规程的演示,用SOCKET(UDP) 通信平台实现点对点数据链路控制规程,演示了滑动窗口控制协议(GO-BACK-N)的工作原理的理解。-This is a teaching experiment
protocol
- 滑动窗口网络协议源代码,包括源代码中的.cpp文件和.h文件-protocol
jj
- 滑动窗口协议的实现 c++的实现 源代码的实现和运用-Sliding window protocol implementation c++ source code to achieve the implementation and use of
yaun-cmpp3-1[1].2.0
- 使用滑动窗口技术实现的cmpp3协议源代码-Using the sliding window technology cmpp3 protocol source code
ff
- C语言实验题目,退回N帧滑动窗口协议的源代码-Return N frames sliding window protocol