06-28-2013 09:29 AM - edited 03-07-2019 02:08 PM
Hi Everyone,
Need to know about Multicasting traffic -- in general, is not routed across LAN segments need to know what does this mean in detail?
Regards
MAhesh
Solved! Go to Solution.
06-28-2013 09:53 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Multicast packets are addressed to a "group" address, rather than an individual host address. On shared media networks (like 10Base2, 10Base5 or 10BastT [on a hub] Ethernet), sender only needs to send one packet which all (originally all in same L2 domain) hosts would see, and each host would determine, by looking at group address, whether it wanted to open the packet to "see" packet's contents.
Multicast on switches might be flooded (replicated) to all ports within the same L2 domain (pretty much like broadcasts). (This mimicked shared media behavior.)
"Modern" managed switches often support IGMP snooping where the switch will not flood (replicate) multicast packets to a port unless it "knows" a host on that port desires them.
By default, multicast, like broadcasts, isn't forwarded at L3.
Multicast can be multicast routed (i.e. L3 forwarded) across different L2 domains. Multicast routing might use a dedicated multicast routing protocol, such as DVMRP (basically RIP for multicast) or piggy back on a unicast routing protocol (i.e. PIM variants).
Multicast routing is "backwards" from unicast routing, as in rather than figuring how to deliver a packet to a specific host, multicast routing concerns itself with getting from receiver to sender.
06-28-2013 09:53 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
Multicast packets are addressed to a "group" address, rather than an individual host address. On shared media networks (like 10Base2, 10Base5 or 10BastT [on a hub] Ethernet), sender only needs to send one packet which all (originally all in same L2 domain) hosts would see, and each host would determine, by looking at group address, whether it wanted to open the packet to "see" packet's contents.
Multicast on switches might be flooded (replicated) to all ports within the same L2 domain (pretty much like broadcasts). (This mimicked shared media behavior.)
"Modern" managed switches often support IGMP snooping where the switch will not flood (replicate) multicast packets to a port unless it "knows" a host on that port desires them.
By default, multicast, like broadcasts, isn't forwarded at L3.
Multicast can be multicast routed (i.e. L3 forwarded) across different L2 domains. Multicast routing might use a dedicated multicast routing protocol, such as DVMRP (basically RIP for multicast) or piggy back on a unicast routing protocol (i.e. PIM variants).
Multicast routing is "backwards" from unicast routing, as in rather than figuring how to deliver a packet to a specific host, multicast routing concerns itself with getting from receiver to sender.
06-28-2013 11:13 AM
Hi Joseph,
Thanks for your verfy knowledge post about Multicasting.
It gave me nice platform to start working on multicasting.
Best regards
Mahesh
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide