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

How multicasting grouping address works ? How can I add nodes to the existing group of multicasting group?

I am a newbie to the networking and working on the 6LoWPAN protocol and I am trying to get the multicasting to work on the network. But I don't know how to create group for multicasting and how to provide a group ID to the device which wants to join…
Jimit
  • 101
-1
votes
2 answers

how to receive MAC multicast packets based on VLAN interface?

can any one pls help me in the following question. Background : Two PC's(PC1 n PC2) with two VLAN interfaces in each (eth0.2 and eth0.3) respectively.The PC's are connected by WRT54GL router in between. My aim is to send multicast(by MAC not IP)…
arr
  • 19
  • 4
-1
votes
1 answer

NLB Node Participating in Cluster But Not Listed in Manager

I have a NLB cluster that has been setup for several months and everything is working as expected. After a reboot of one of the nodes I no longer see that node in the NLB manager. It says it's "Loading information from host "hostname" for cluster…
Steve Evans
  • 260
  • 1
  • 5
  • 16
-2
votes
1 answer

why does a multicast server endlessly transmitting packets even no client require

i used to setup a multicast server using windows server 2003 OS, i can see a lot of packets transimitted from the server once it was started. Does it make sense when no one is requiring the multicast stream? Isn't the network bandwidth wasted ?
-2
votes
1 answer

Motorolla TeamBadge Issue

I have A setup of Motorolla EBW100 Team Badges (typical Walkie Talkie). My wifi is configured as Such that it has Multiple SSIDs For different Badges. Like in Floor A I want 10 Team Badges to work with SSID ABC and for floor B another 10 with SSID…
Khz
  • 1
1 2 3
19
20