搜索资源列表
Stop and Wait ARQ
- 停止等待协议,网络课程最重要的一个协议。-stop waiting for the agreement, network programs one of the most important agreements.
JAVAdeARQ
- 一个JAVA的滑动窗口协议,可以很方便的实现ARQ滑动窗口协议-a sliding window protocols, it is quite easy to achieve ARQ sliding window protocols
arq_protocols
- ARQ三个基本算法,算法实现,大家可以修改使用-ARQ three basic algorithms, Algorithm, we can use changes
UDPTrsmtFile
- 用UDP实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了。本文就说说如果保证可靠传输。 要实现无差错的传输数据,我们可以采用重发请求(ARQ)协议,它又可分为连续ARQ协议、选择重发ARQ协议、滑动窗口协议。本文重点介绍滑动窗口协议,其它的两种有兴趣的可参考相关的网络通信之类的书。 采用滑动窗
ARQ
- 实现滑动窗口协议-achieve sliding window protocols