数据报方式,转发表存储在哪里?(在要发送的数据包中或交换机中)?

发布于 2024-10-03 02:51:16 字数 53 浏览 5 评论 0原文

在计算机网络、交换和转发、数据报方法中,转发表存储在哪里?(在要发送的数据包中或交换机中)?

In computer networks, Switching and Forwarding, Datagrams approach, where is the forwarding table is stored?(in the packet to be sent or the switches)?

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

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

发布评论

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

评论(1

梦里的微风 2024-10-10 02:51:16

它通常位于交换机内部的路由表中。

某些协议允许数据包本身通过 源路由 指定路由。IP 数据报为此提供了支持,在这种情况下,数据报携带有关将 IP 数据包路由到何处的信息。 IP路由器将使用数据包中携带的信息来转发数据包,但它会使用内部表在较低层(例如以太网)上进行传输

It's usually in a routing table internal to the switch.

Some protocols allow the packets itself to specify the routing via source routing .IP datagrams provides support this, in which case the datagrams carries information on where to route the IP packet. An IP router would use that information carried in the packet to forward the packet, but it'd use internal tables for doing the transmissions on a lower layer (e.g. ethernet)

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