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

285 questions
1
vote
1 answer

IP-Multicast difference between 224.0.0.1-255 and 239.0.0.0/8 block

Whats the difference between: Local subnetwork Addresses in the range 224.0.0.0 to 224.0.0.255 are individually assigned by IANA and designated for multicasting on the local subnetwork only. For example, the Routing Information Protocol (RIPv2)…
Gobliins
  • 201
  • 4
  • 11
1
vote
1 answer

Multicast in private LAN with different subnets

after i read Multicast IP Addresses and Multicast accross the subnets I am confused. Configuration: I have two devices in the same network. They may not be in the same Subnet, but always in the same physical network (beyond the same router…
Gobliins
  • 201
  • 4
  • 11
1
vote
1 answer

Multicast File copy with Unicast responses

I'm trying to do some multicast big file copies over to remote clients on the other side of a satellite link. The idea is to minimize the amount of traffic going up to the satellite. I tried using uftp without luck. The problem is that, even though…
kirbuchi
  • 161
  • 3
1
vote
0 answers

wdsmcast useage and deployment

I'm trying to use WDS multicasting to deploy an image. For some reason I can't get it to connect. Anyone know any guides on how to do this because I followed and few and none are working. I setup a multicast session from the WDS server. Then i boot…
Matt
  • 175
  • 2
  • 10
1
vote
0 answers

Can multiple VLANs be provided with multicast addresses by a single MADCAP server?

Can a single DHCP server provide dynamic multicast addresses for hosts in many VLANs using MADCAP, just like it can provide hosts with unicast addresses via ip-helper? Or from a Cisco perspective, does ip-helper automatically proxy MADCAP as well as…
Nic
  • 13,025
  • 16
  • 59
  • 102
1
vote
0 answers

Debugging multicast connection over VPN

I'm running Ubuntu 11.10. I have a local application that is trying to receive multicast UDP streams via an OpenVPN tunnel. I have network connectivity to the remote host that is generating the multicast data and can access that host properly. In…
Jason R
  • 398
  • 1
  • 3
  • 10
1
vote
1 answer

Multicasting Windows 7 Image

I am trying to deploy some new machines with windows 7 for the first time in our computer labs. We used to use third party imaging software and then run sysprep after the image was copied(XP), but it seems you can't go that route with windows 7. We…
1
vote
1 answer

Reliable Multicast Programming (PGM) on Windows

I want to use the Reliable Multicast Programming (PGM) protocol on Windows. http://msdn.microsoft.com/en-us/library/windows/desktop/ms740125%28v=vs.85%29.aspx I know Windows support it. However, it seems that I need network devices (routers and…
Coder
  • 111
  • 1
1
vote
1 answer

VMware ESX 5.0 blocking DHCPv6 solicitations in vSwitches?

We have a network on which we're setting up a test IPv6 deployment. Here's the layout: Win2008R2 DHCP VM and Debian Squeeze radvd VM -> vSphere 5.0 vSwitch -(Trunk)-> Catalyst 2960G -(Trunk)-> Catalyst 2960G -> Win7 Laptop SLAAC works fine, but…
bab
  • 443
  • 1
  • 5
  • 12
1
vote
0 answers

Can I Override Multicast Address for One Specific Destination IP?

I have a Windows XP machine that is fitted with two Network cards. One card is used to access the company network and internet and its IP is assigned by DHCP whilst the second has a fixed IP and is used to program a specific type of hardware (let me…
D-Dᴙum
  • 153
  • 1
  • 1
  • 9
1
vote
2 answers

multicast routing - CentOS 5

I'm trying to pass mulitcast stream from interface eth1 (192.168.20.41) to interface tun0 (192.168.100.40) on CentOS 5. I can see incoming multicast stream on eth1: tcpdump -n -i eth1 type=1700 audit(1324681169.542:52): dev=eth1 prom=256 old_prom=0…
Dima
  • 485
  • 3
  • 7
  • 15
1
vote
1 answer

Catalyst 3560G SPAN session not mirroring IGMP packets

I am developing a device which acts as a multicast host, and want to observe it as it responds to IGMP Queries. My Catalyst 3560G is set up as follows (full config below): Port 0/1 is a TFTP server allowing the device under test to boot. Port 0/3…
deemer
  • 111
  • 1
1
vote
1 answer

multicast and iptables : troubleshooting?

I have secured a linux box, starting with iptables -P INPUT DROP iptables -P OUTPUT DROP iptables -P FORWARD DROP and after adding rules to enable specific protocols and streams. Which are the correct rules to add multicast support ? I am trying…
Massimo
  • 260
  • 3
  • 13
1
vote
1 answer

How to send multicast traffic from one vlan to 100-500 other

In addition to prev question How to share multicast traffic to many vlans I recieve answer that solution for my task is mrouted on my freebsd router. But for now i see this problems: mrouted accept only 32 interfaces, but i have 500 vlan…
Korjavin Ivan
  • 2,230
  • 2
  • 25
  • 39
1
vote
1 answer

Multicast with wifi access points

Using 2 consumer grade access points what is the behavior of when multicast packets are sent between them. Consider -> AP1 -> AP2 (Note that AP1 & AP2 are connected over the LAN ports to the network. WAN connections are not used and everything can…
Callum
  • 11
  • 1
  • 3