搜索资源列表
udptransport
- 基于UDP实现简单的可靠数据传输 由于数据是在不可靠的信道上传输的,因此数据在信道上传输时可能会发生比特错误,数据丢失。Rdt3.0及之前的版本都是停止—等待协议,它限制了网络底层硬件的能力。为克服这个问题引入了流水线技术,两个能恢复流水线中的错误的基本方法:第N个分组重发和选择性重复。综上,要实现差错编码,顺序号,计时器,分组确认,滑动窗口,拥塞控制。-simple UDP based on the reliable data transmission of data is not rel
ARQ
- 基于c++运用socket完成的三种停止等待协议的利用,可实现网络传送文件(Demo版)-Stop & Wait Go-back-N Selective repeat ARQ simulation with socket based on visual C++.
w
- 排队论学习及其算法研究-Queuing theory and arithmetic in learning ~~~~~~~~~~~~~~~~~~
selectiverepeat(2)
- Selective repeat network protocol
selectiverepeat
- This is a code for selective repeat ARQ which is used for transmission and reception of data. This is checked and tested code in MATLAB.
SRSimulator_021526983
- Selective Repeat simulator
selective-repeat
- Selective Repeat ARQ / Selective Reject ARQ is a specific instance of the Automatic Repeat-Request (ARQ) protocol used for communications.-Selective Repeat ARQ / Selective Reject ARQ is a specific instance of the Automatic Repeat-Request (ARQ) protoc
SR
- 选择重复 (Selective Repeat) 发送点连续发送数据包但对每个数据包都设有个一个计时器。 当在一定时间内没有受到某个数据包的ACK时,发送点只重新发送那个没有ACK的数据包 这个方法的缺点是接收点收到的数据包的顺序可能不是发送的数据包顺序。因此在数据包里必须含有顺序字符来帮助接受点来排序。-Select the duplicate (Selective Repeat) send data packets sent straight points but each p
protocol
- selective repeat protocol. it is used to transmit frames.
Selctive-Repeat
- A matlab source code to illustrate the Selective Repeat Protocol.
selrpt_frsz
- Computer Networking - Selective Repeat
Selective-repeat
- Selective Repeat ARQ protocol in openGL
SelectiveRepeat.java
- * This Applet was designed to be used in conjunction with * Computer Networking: A Top Down Approach * by James Kurose & Keith Ross. * Terminology and specifications are based upon their descr iption of the * Selective Repeat protocol i
ARQCode
- 可以实现ARQ的停止等待,go-back-n,选择重传的方式,并且可实现图形界面方便实时调整仿真参数,也有利于观察和可视化。-ARQ matlab code sw,gobackn,selective repeat