⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gobackn.htm

📁 本程序是用java编写的一些关于arq协议实现的小程序
💻 HTM
字号:
<HTML>
<HEAD>
</HEAD>
<BODY>
<STYLE type=text/css>
H1		{font-family:Arial, sans-serif; color:#8989DB; 
	 	font-size:19pt; font-weight:normal;}

P		{font-family:Arial, sans-serif; font-size:10pt;}

LI		{font-family:Arial, sans-serif; font-size:10pt;}

a:link	{color:#000066;}

a:visited	{color:#666666;}
</STYLE>

<h1>Go-Back-N ARQ</h1>
<P>
This Java applet demonstrates the go-back-n automatic repeat request (ARQ) 
mechanism of data link error control. Go-back-n ARQ is the most commonly 
used form of error control based on sliding-window flow control. In this 
method, a station may send a
series of frames sequentially numbered modulo some maximum value. While no
error occur, the destination will acknowledge incoming frames with a ACK. If the
destination station detects an error in a frame, it sends a negative
acknowledgment (NACK) for that frame. The destination station will discard that
frame and all future incoming frames until the frame in error correctly
received. When the source station receives a NACK, it must retransmit the frame
in error and all succeeding frames that were transmitted in the interim. 
</P>
<P>&nbsp;</P>

<APPLET height=400 width=470 code=goBackN.class name=goBackN VIEWASTEXT>
	<PARAM NAME="foreground" VALUE="FFFFFF">
	<PARAM NAME="background" VALUE="008080">
	<PARAM NAME="label" VALUE="This string was passed from the HTML host.">
</APPLET>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -