为了使UDP组播工作,路由器必须支持它吗?

发布于 2024-08-12 07:17:43 字数 33 浏览 11 评论 0原文

我想知道要使 udp 多播工作,路由器必须支持它吗?

I am wondering for the udp multicast to work, router must support it?

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

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

发布评论

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

评论(2

如梦初醒的夏天 2024-08-19 07:17:43

多播基于动态生成的树,这些树可以(理论上)跨越整个互联网。这些多播树基于两个协议:

  • IGMP:互联网组管理协议。由像我和你这样的接收者和用户使用。
  • PIM:协议独立组播。路由器使用它来相应地复制和重新路由数据包。

客户端需要兼容 IGMP,路由器需要兼容 PIM

Multicast is based on dynamically generated trees that can (theoretically) span the entire internet. These multicast trees are based on two protocols:

  • IGMP: Internet Group Management Protocol. Used by receivers and users like me and you.
  • PIM: Protocol Independent Multicast. Used by routers to replicate and reroute the packets accordingly.

The client needs to be IGMP-compatible, and the routers need to be PIM-compatible.

岁月蹉跎了容颜 2024-08-19 07:17:43

准确地说,如果您希望流量穿越不同的子网,则需要一个组播路由器。通常,您可以期望多播在您的本地子网上正常工作。

旁注,许多 2-3 层交换机不包括多播路由功能,但是它们可以转发到外部多播路由器。组播路由可以在CISCO路由器等中启用。

To be precise, you will need a multicast router if you want the traffic to traverse different subnets. Normally you can expect multicast to work fine on your local subnet.

Side note, many layer 2-3 switches do not include multicast routing functionality, they can however forward to an external multicast router. Multicast routing can be enabled in CISCO routers, etc.

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