计算以太网段 100 Mbit 中的 RTT

发布于 2024-12-21 17:52:43 字数 91 浏览 3 评论 0原文

我需要计算 100 Mbit 以太网段中的往返时间。计算是通过带有记录时间戳选项的UDP协议进行的,UDP中的数据块是64字节。 我还需要绘制通道中传输的数据的结构。

I need to calculate Round Trip Time in an Ethernet segment 100 Mbit. The calculation is made via UDP protocol with Record TimeStamp option, the block of data in UDP is 64byte.
Also I need to draw the structure of data transported in the channel.

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

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

发布评论

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

评论(1

对你的占有欲 2024-12-28 17:52:43

要计算 RTT,最好使用 tcp syn 发送段与 syn 接收段进行比较。
计算两个时间戳会给你req o/p..为了构造udp流,我们使用wireshark的FOLLW UDP STREAM OPTIN..并将其转换为ascii或原始格式....

to calculate RTT it would be proper to use tcp syn sent segment compared with syn received .
calculating boths timestamps would give you req o/p.. IN order to structure udp streams us wireshark's FOLLW UDP STREAM OPTIN.. AND convert it into ascii or raw format....

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