will UtpClient.JoinMulticastGroup() work in LAN without router?

  • Thread starter Thread starter Ryan Liu
  • Start date Start date
R

Ryan Liu

So for a UtpClient to JoinMulticastGroup, there must be a router in the
network and with multicast enabled?

That is, for a small LAN with a few computers connected by a hub or siwtch,
it won't work, right?

Regards,
Ryan
 
It will work but you have to be concerned with flooding the network.
A multicast enabled switch will only send the multicast data to the
clients which joined the specific multicast group. A standard switch
or hub will send the data to every device on the network.

So if the network really is small and you're sending a small amount of
multicast data, then it should work without major problems, but I
wouldn't really recommend it.

HTH,

Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top