当前位置:
首页
资源下载

搜索资源 - go back N Protocol
搜索资源列表
-
0下载:
用JAVA实现GBN(go back N)协议。UDP滑动窗口协议是建立在UDP上的应用层协议之上的。传输层使用的仍是UDP,但在应用层使用滑动窗口技术,并通过模拟TCP的一些机制以保证UDP的低协议处理开销和获得高通信可靠性。-JAVA implementation by GBN (go back N) protocol. UDP sliding window protocol is based on UDP protocol on the application layer above. T
-
-
0下载:
教学实验源代码:实验对滑动窗口控制协议(GO-BACK-N)的工作原理有进一步的了解
SOCKET(UDP) 通信平台实现点对点数据链路控制规程,基本要求:
※ 建立数据链路
※ 断开数据链路
※ 收发数据
※ 差错控制
※ 与其他人的程序通信
※ 键盘会话
-Teaching Experiment source code: The experiment of sliding window control protocol (GO-BACK-N) of the w
-
-
1下载:
模拟数据链路层的实现
采用 go back n 的方案,进行差错控制
vc6.0-implement the data link protocol
of "go back n"
-
-
0下载:
implementation of go back n protocol
-
-
0下载:
// PROGRAM IMPLEMENTIN GO BACK TO N PROTOCOL
-
-
0下载:
Go back n protocol with hamming code implementation. this is made in java 5.
-
-
0下载:
go back n 原理 简单可靠的数据传输协议GBN的发送和接收代码-go back n is simple and reliable data transfer protocol to send and receive code GBN
-
-
0下载:
go back n arq is a simulation of go back n protocol
-
-
1下载:
数据链路层滑动窗口协议5,go back n-Data link layer sliding window protocol 5, go back n
-
-
0下载:
it will implement go back to N sliding window protocol
-
-
0下载:
Go-Back-N ARQ is a specific instance of the automatic repeat request (ARQ) protocol, in which the sending process continues to send a number of frames specified by a window size even without receiving an acknowledgement (ACK) packet from the receiver
-
-
0下载:
这个程序模拟了Go-Back-N协议,在该程序中,窗口限制了发送端最多为5个分组而不需等待确认。多次点击“发送新分组”六次至多次。-This program simulates the Go-Back-N protocol in the program, the window limits the sender group of up to 5 without waiting for confirmation. Repeatedly click the " Send a new grou
-
-
0下载:
计算机网络 依go-back-n实现的滑动窗口协议 运行稳定 成功传输率超90-Computer network by go-back-n sliding window protocol to achieve stable operation successfully pass
Transmission rate of over 90
-
-
0下载:
滑动窗口传输协议 go back n && Selective-The sliding window Transfer Protocol, go back n & & Selective
-
-
0下载:
实现go back n算法,模仿数据链路层的gobackn协议-To implement the Go-Back-N (GBN) protocol on top of UDP on both nodes to guarantee that all packets can
be successfully delivered to the higher layers in the correct order. To emulate an unreliable channel, the recei
-
-
0下载:
A matlab source code to simulate the Go Back N protocol.
-
-
0下载:
Go-Back-N ARQ is a specific instance of the automatic repeat request (ARQ) protocol, in which the sending process continues to send a number of frames specified by a window size even without receiving an acknowledgement (ACK) packet the receiver. It
-
-
0下载:
matlab coding for go back N protocol
-
-
0下载:
回退N步协议(GBN)的实现
使用一个服务器和一个客户端,来模拟GBN协议的执行过程-Achieve of Go Back N protocol (GBN)
using a server and a client, to simulate the GBN protocol implementation
-
-
0下载:
这个程序模拟了Go-Back-N协议,在该程序中,窗口限制了发送端最多为5个分组而不需等待确认(The program simulates the Go-Back-N protocol. In the program, the window restricts the sending end to 5 packets without waiting for confirmation)
-