哪个路由器端口地址应响应传输消息中超出生存时间的情况?

发布于 2024-08-27 14:21:37 字数 376 浏览 11 评论 0原文

假设以下情况:

PC --- |aa  RTR1  bb| --- |aa  RTR2  bb| --- |aa  RTR3  bb| etc  

每个 |aa rtr bb| 都是一个具有两个端口 aabb 的路由器。

当我从 PC 进行跟踪路由时,哪个路由器端口地址应响应传输消息中超出的生存时间?

我似乎记得被教导将路由器视为与端口一样多的部分,因此在我的场景中,当 aa 将数据包转发到 bb 并减少TTL为0,则为失败消息中aa端口的地址。我正在努力寻找明确的答案。

Given the following situation:

PC --- |aa  RTR1  bb| --- |aa  RTR2  bb| --- |aa  RTR3  bb| etc  

Each of the |aa rtr bb| is meant to be a router with two ports aa and bb.

When I do a trace route from my PC, which router port address should respond with time to live exceeded in transit message?

I seem to remember being taught to think of the router as being in as many parts as ports, so that in my scenario when aa is forwarding the packet to bb and decrements the TTL to 0, it will be the address of the aa port in the failure message. I am trying to find the definitive answer.

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

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

发布评论

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

评论(1

少女净妖师 2024-09-03 14:21:37

由于每个路由器使用 aa 而不是使用 bb 向您发送 ICMP 数据包,因此它发送的数据包将具有 aa 的地址,而不是 >bb 的。

路由器生成 ICMP 数据包并将其发送给您。数据包将具有的源地址是该数据包发送的源地址,aa 的地址。

Since each router sends you the ICMP packet using aa and not using bb, the packet it sends will have aa's address and not bb's.

The router generates an ICMP packet and sends it to you. The source address the packet will have is the source address that this packet is sent from, aa's address.

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