In order for Udp multicast to work, router must support it?

蓝咒 提交于 2019-12-12 09:22:44

问题


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


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/1801621/in-order-for-udp-multicast-to-work-router-must-support-it

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!