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
0
votes
1 answer

Odd multicast messages during IPv6 autoconfiguration

So I am trying a little autoconfiguration on some virtual machines while observing what happens in wireshark and trying to understand what how it works, step by step. This is how any of those captures looks. I can see the router solicitation and…
0
votes
1 answer

Windows 7 source-specific multicast (SSM)

We are planning to stream video feeds over multicast to managed Windows 7 devices. Does Windows 7 support source-specific multicast at the OS layer (as the receiver)? It appears that Windows XP and Windows Vista both support it, but I can't find…
user184408
  • 46
  • 2
0
votes
1 answer

Cisco ASA IPSec VPN - service discovery (e.g. shared folder browser)

We have an ASA 5505 doing IPSec VPN for remote users. Client access is working almost as expected:clients can reach hosts on the internal LAN, even using DNS, and we are tunneling all client traffic through the ASA so the user appears to be coming…
Ryan
  • 81
  • 1
  • 8
0
votes
2 answers

Multicasting on server with bridged interfaces

Network: 10.1.1.2 and 10.1.1.3 in same network. 10.1.1.2 has VPN server running in bridged mode. 10.1.1.4 - ip address of VPN client. All machines have Debian 6 installed. I'm trying to test multicast using iperf. Listener: iperf -s -u -B 224.1.1.1…
ov7a
  • 113
  • 6
0
votes
2 answers

Running WDS with multicast enabled from within a Hyper-V cluster

I'm attempting to run a multicast installation with WDS over my network, where WDS is hosted in a virtual machine in a Hyper-V cluster. I believe we've paved over most of the network-related issues - I can successfully run multicast packets using…
gcode
  • 166
  • 12
0
votes
2 answers

Can heavy UDP traffic create network congestion?

I have three IP addresses using the same gateway. Two of them are configured as a cluster with multicast address setup. If there is a heavy UDP traffic between those two, can that affect the network on the third IP address ?
CBR
  • 191
  • 1
  • 6
0
votes
2 answers

unicast traffic on windows server

I have three servers with IP addresses (10.15.23.23, 10.15.23.24, 10.15.23.25). Server 1 and Server 2 have Tomcat installed and are configured as a cluster listening on a multicast IP address (237.24.2.100). I'm seeing UDP traffic between servers 1…
CBR
  • 191
  • 1
  • 6
0
votes
1 answer

diagnostic multicast issue using wireshark

I have a network that is setup for multicast traffic. My setup is the following -Machine A : a server generates multicast traffic. -Machine A : few clients subscribing to that multicast traffic -Machine B : few clients subscribing to that multicast…
0
votes
1 answer

DNS resolution on multicast IP

Edit: Looks like ns lookup on some mcast IP doesn't not get a failed answer right away. Any suggestion? I have two env, the new one we built is running BIND on linux. When running lsof or tcpdump, they stuck or become slow when they try to resolve…
Billy K
  • 99
  • 1
  • 3
  • 14
0
votes
0 answers

How to enable multicast routing in TMG 2010?

I have a TMG 2010 firewall between some office networks, which handles routing and firewalling; I need to let some application-specific multicast traffic flow between these networks; this is UDP traffic on a custom port (10234), with destination…
Massimo
  • 68,714
  • 56
  • 196
  • 319
0
votes
1 answer

Is multicast appropriate for sending a copy of a video chat to a server?

I am creating a p2p video chat app using the libjingle/WebRTC code. I would like to collect a copy of these video conversations on our server for users to watch later - but I don't want to suck up too much of the user's bandwidth. Is multicast…
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
  • 570
  • 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
  • 889
  • 2
  • 10
  • 16