Stop-and-Wait ARQ 协议的参数值如下所示。
Bit rate of the transmission channel = 1Mbps
Propagation delay from sender to receiver = 0.75 ms
Time to process a frame = 0.25ms
Number of bytes in the information frame = 1980
Number of bytes in the acknowledge frame = 20
Number of overhead bytes in the information frame = 20
假设没有传输错误。那么上述参数的Stop-and-Wait ARQ协议的传输效率(以百分比表示)为_________(精确到小数点后2位)。
注意:此问题显示为数字答案类型。
(A) 86.5 到 87.5 之间的数字
(B) 82.4 和 82.5 之间的数字
(C) 92.4 到 95.5 之间的数字
(D) 96.4 到 97.5 之间的数字答案:(一)
解释:给定,
信息帧中的字节数 = 1980
确认帧中的字节数 = 20
信息帧中的开销字节数 = 20
因此,有用数据 = 总数据 – 开销 = 1980 – 20 = 1960
Tt(Data) = (1960*8) / 10^6 = 15.68 毫秒
Tt(ACK) = 20*8 / 10^6 = 0.16 毫秒
双向往返时间 = 2 * Tp = 2*0.75 = 1.5 毫秒
T(precess) = 0.25(for info) + 0.25(for ack) = 0.5 毫秒
效率 = 有用时间 / (Tt(info) + + Tt(ACK) + 2* Tp + Tprocess )
= 15.68 / (15.84 + 0.16 + 2*0.75+ 0.5 )
= 0.8711111
= 87%
选项(A)是正确的。
这个问题的测验