Questions tagged [multicast]

In computer networking, multicast is the delivery of a message or information to a group of destination computers simultaneously in a single transmission from the source. Copies are automatically created in other network elements, such as routers, but only when the topology of the network requires it.

IP multicast is a technique for one-to-many communication over an IP infrastructure in a network. It scales to a larger receiver population by not requiring prior knowledge of who or how many receivers there are. Multicast uses network infrastructure efficiently by requiring the source to send a packet only once, even if it needs to be delivered to a large number of receivers. The nodes in the network take care of replicating the packet to reach multiple receivers only when necessary.

The most common transport layer protocol to use multicast addressing is User Datagram Protocol (UDP). By its nature, UDP is not reliable—messages may be lost or delivered out of order. Reliable multicast protocols such as Pragmatic General Multicast (PGM) have been developed to add loss detection and retransmission on top of IP multicast.

IP multicast is widely deployed in enterprises, commercial stock exchanges, and multimedia content delivery networks. A common enterprise use of IP multicast is for IPTV applications such as distance learning and televised company meetings.

Source: wikipedia

Related tags

Related sites

290 questions
0
votes
2 answers

Problems with multicasts in "iptables"

My question is related to multicasts and iptables. I want to allow ICMP and IGMP multicasts from the local VLAN 192.168.1.0/24 as well as from 0.0.0.0 on my CentOS machine, so I added the following rules to my inbound chain: # ACCEPT - Multicast…
lgsit
  • 1
  • 1
  • 1
  • 2
0
votes
1 answer

Icecast2 and multicast

Does anyone know if Icecast2 supports multicast? I've been searching for a while and I found nothing on neither docs or FAQ Thanks
0
votes
2 answers

How to disable multicast on a single port

We just finished deploying 2 cisco SG300-28 switches in our network. We're building a voLANte video distribution network, so all ports were enabled to have multicasting support. The problem we face is that our Crestron AV2 doesn't support…
Chase Florell
  • 580
  • 3
  • 14
  • 29
0
votes
1 answer

multicast streaming, too much network traffic?

I am thinking of switching our streaming servers to use multicasting instead of registering multiple clients and duplicating the streams manually on the server. It seems to work very well. However, I did notice that on the packet capture, when a…
Jonathan Henson
  • 979
  • 2
  • 10
  • 16
0
votes
3 answers

Is there Muticast routing support on a Cisco 3750?

We have a switch (Cisco WS-C3750G-48TS) with only a C3750-IPBASE-M image (not a 'C3750-IPSERVICES-M' license). Is there any kind of multicast support here? All I need it to do is route multicast packets to an RP (ip pim sparse-mode). Do we really…
mrtechalot
  • 67
  • 4
0
votes
1 answer

multicast network based on bridges between two hardware servers

+------------------------+ Internet +----------------------+ | Server_1 | | | Server_2 | | VPS1 ---- br0 __ | (router) | __ VPS4| | \ IP1 | | | IP2 …
Jeff
  • 1
0
votes
1 answer

Can I use routes to influence which interface address multicast listeners use?

I have a server with multiple NICs on it. Each NIC is plugged into a different, isolated network that is serving multicast traffic. I have a program that listens to the multicast traffic on each of these networks. Right now I have to specify in my…
0
votes
2 answers

looking for multicast traffic

We have a j2ee webapp on tomcat which is using ehcache with multicast discovery. Except it's not discovering anything. There appears to to be no multicast traffic visible on the network but we're a little unclear how to really troubleshoot it. We…
Chris Phillips
  • 254
  • 4
  • 15
0
votes
1 answer

SNMP OID to get multicast bytes

Right now I can only find oid for ifInMulticastPkts and ifOutMulticastPkts, but there is no bytes information. Can anyone know about this? thanks in advance.
Brad
  • 21
  • 1
  • 2
0
votes
1 answer

Cisco 3560+ipservices -- IGMP snooping issue with TTL=1

I've got a C3560 with Enhanced (IPSERVICES) image, routing multicast between its VLANs with no external multicast router. It's serving a test environment where developers may generate multicast traffic on arbitrary addresses. Everything is working…
Jander
  • 321
  • 1
  • 5
0
votes
1 answer

Multiple network interfaces and UDP packets distribution

I have a Linux server with 2 1Gb network interfaces eth1 and eth2. If I start 2 clients listening to the same multicast address and each client connects through a different NIC (say client 1 listens to the multicast through eth1 and client 2 through…
Robert Kubrick
  • 143
  • 1
  • 7
0
votes
1 answer

Multicast NAT on Juniper router

I am trying to do source NAT on a J-series router (junos 9.2). I have two separate NAT rules setup (using security policies + source-nat interface). One is for regular unicast TCP connections and the other is for UDP multicasat. The two rules are…
John
  • 11
  • 2
0
votes
2 answers

Unicast through Multicast

Suppose I have Multicast group with a group ID and I want to send packet to only one of the group members(as we are doing in anycasting). Is it possible? If yes then how?
shefali
  • 1
  • 3
0
votes
2 answers

How to restore with multicast 3 systems: Windows 7, Windows 2008 and Linux?

We have used an old version of Norton Ghost to do backups and restores of computers. There are few groups of computers with the same hardware and we have used multicast. We have had Windows XP, Windows 2003 and Fedora Linux on each computer.…
0
votes
1 answer

JBoss without multicast?

Does anyone know if it is possible to run JBoss as a cluster using only unicast, no multicast? More importantly, does anyone have experience actually getting this to work?
Shewfig
  • 471
  • 1
  • 3
  • 8