搜索资源列表
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
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
ARQCode
- 可以实现ARQ的停止等待,go-back-n,选择重传的方式,并且可实现图形界面方便实时调整仿真参数,也有利于观察和可视化。-ARQ matlab code sw,gobackn,selective repeat