vote up 3 vote down star
1

I'm a newbie at networking. I understand the concept of multicast, but was wondering if it's reliable on the open/public internet?

It seems like sort of an edge case that different backbones or ISPs might intentionally break to reduce router load or generally segment the network for practical high-use applications.

Is my fear reasonable?

P.S. Follow-up question here: http://stackoverflow.com/questions/256125/best-tutorial-for-application-multicasting

flag

50% accept rate
IMHO, you are misusing the term WAN. WAN does not mean "over the Internet". Typically, a WAN is a private network connected via Point-to-Point connections and usually requires a router on each end. – ceretullis Nov 1 '08 at 16:47
OK, I was trying to distinguish between private network and internet, but some people confuse ethernet (or TCP/IP) with the Internet. – Jeremy Dunck Nov 1 '08 at 21:11

4 Answers

vote up 2 vote down check

IP multicast in the internet doesn't really work. From the Wikipedia article:

For both these reasons, and also reasons of economics, IP Multicast is not in general use in the commercial Internet.

People who desire to participate in the global IP multicast need to attach themselves to the MBONE. The Wikipedia article points out that application-level multicast infrastructures do work, e.g. IRC.

link|flag
vote up 0 vote down

It's as useful or reliable as UDP broadcast ( meaning useful on networks you have control of and as reliable as standard UDP ), but uses less resources on your network. If you're going to write a new broadcasting app use multicast instead.

link|flag
vote up 1 vote down

Yeah, internet-scale multicast routing isn't really a solved problem, nor is there much progress from what I can tell.

link|flag
vote up 1 vote down

Typically multicast refers to UDP multicast, which is not reliable.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.