📄 stopnwait.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>Stop-and-Wait ARQ</h1>
<P>
This Java applet demonstrates the stop-and-wait automatic repeat request (ARQ)
mechanism of data link error control. Stop-and-wait ARQ is based on the
stop-and-wait flow control technique. The source station
transmits a single frame and then must await an acknowledgment (ACK). No other
data frames can be sent until the destination抯 reply arrives at the source
station. Two sorts of error could occur. First the frame that arrives at the
destination could be damaged. The second sort of error is a damaged
acknowledgment.
</P>
<P> </P>
<applet
code=stopnWait.class
name=stopnWait
width=470
height=400 VIEWASTEXT>
<param name=label value="This string was passed from the HTML host.">
<param name=background value="008080">
<param name=foreground value="FFFFFF">
</applet>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -