什么是“优秀”?框架?

发布于 2025-01-05 06:40:31 字数 230 浏览 0 评论 0原文

杰出框架是什么意思?

我在学习 GBN 协议 时读到了这个术语。

来自维基百科:

自第一个丢失帧以来的帧杰出,并且 将返回到序列号

What is meant by outstanding frame ?

I read this term while studying GBN protocol .

From wikipedia:

frames since the first lost frame are outstanding, and
will go back to sequence number

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

似狗非友 2025-01-12 06:40:31

我认为这里的“优秀”意味着 - 仍在等待确认。

所有成功的帧均已成功传递,并且接收方为它们发送了确认,但它没有收到丢失的帧并忽略后续帧,因此这些帧仍然未完成

I think outstanding here means - still waiting for acknowledgement.

All the successful frames were passed successfully and the reciever sent an acknowledgement for them, but it didn't recieve the lost frame and ignore the following frames, so these frames are still outstanding

一梦浮鱼 2025-01-12 06:40:31

未完成的帧是那些源从窗口内发送并且尚未收到确认的帧。

假设窗口大小为 4,则源将一次发送 4 个数据包,这些数据包未得到确认且仍在窗口内,因此这些是未完成的帧。

在您的情况下,此行意味着如果源发送的第一帧丢失或未得到确认,那么它将再次从开始处发送这些未完成的帧,因为目的地尚未按顺序收到帧。

The outstanding frames are those frames which the source had sent from inside the window and their acknowledgement has not yet come.

Suppose The window size is 4 then source will send 4 packets at a time and these packets are not been acknowledged and are still inside the window so these are the outstanding frames.

In your case this line means that if the first frame sent by the source is lost or does not get an acknowledgement then It would send those outstanding frames again form the start because destination hasnt recieved the frames in sequence.

兰花执着 2025-01-12 06:40:31

来自 Windows 安全 百科全书

“未完成的数据包”是数据包调度程序已提交给网络适配器进行传输但尚未发送的数据包。

From Windows Security Encyclopedia

"Outstanding packets" are packets that the Packet Scheduler has submitted to a network adapter for transmission but which have not yet been sent.

脸赞 2025-01-12 06:40:31

在计算机网络中用于可靠数据传输的Go-Back-N(GBN)协议中,“未完成的数据包”是指发送方已发送但尚未得到接收方确认的数据包。这些数据包仍在网络中“传输”。

In the Go-Back-N (GBN) protocol, which is used for reliable data transmission in computer networks, an "outstanding packet" refers to a data packet that has been sent by the sender but has not yet been acknowledged by the receiver. These packets are still "in flight" within the network.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文