Return to site

Mac Addresses For Multicast

broken image


  1. Mac Address For Multicast Address
  2. Mac Address For Multicast Calculator
  3. Layer 2 Multicast Address
  4. Mac Address Multicast Bit

A multicast address is a logical identifier for a group of hosts in a computer network that are available to process datagrams or frames intended to be multicast for a designated network service. Multicast addressing can be used in the link layer (layer 2 in the OSI model), such as Ethernet multicast, and at the internet layer (layer 3 for OSI) for Internet Protocol Version 4 (IPv4) or Version 6 (IPv6) multicast.

  • The high-order 25 bits is the official reserved multicast MAC address range from 0100.5E00.0000 to 0100.5E7F.FFFF (request for Comment 1112). These bits are part of the organizational unit identifiers (OUI). The lower-order 23 bits of the destination IP multicast address are mapped to the lower-order 23 bits of the MAC address. The high-order 4.
  • The 'show mac-address-table multicast vlan' is supported on a layer 2 only switch, but the table it displays will generally be empty. A host generating lots of multicast traffic will not cause us to add entries to the layer 2 multicast table. We 'learn' multicast.
  • A media access control address (MAC address) is a unique identifier assigned to a network interface controller (NIC) for use as a network address in communications within a network segment. This use is common in most IEEE 802 networking technologies, including Ethernet, Wi-Fi, and Bluetooth.

IPv4[edit]

IPv4 multicast addresses are defined by the most-significant bit pattern of 1110. This originates from the classful network design of the early Internet when this group of addresses was designated as Class D. The CIDR notation for this group is 224.0.0.0/4. The group includes the addresses from 224.0.0.0 to 239.255.255.255. Address assignments from within this range are specified in RFC 5771, an Internet Engineering Task Force (IETF) Best Current Practice document (BCP 51).

The multicast IP addresses above all map to the same multicast MAC address (01-00-5E-01-01-01). This can cause some problems in our networks. For example, a host that listens to the 239.1.1.1 multicast IP address will configure its network card to listen to MAC address. The last 23 bits are used for Multicast MAC Address. And the remainning 5 bits in the middle can be any value. So, 2^5, you can create 32 different IP address with this changable area. For our examples, the Multicast IP addresses that share the same Multicast MAC Address is showed below. Here, with the 5th, 6th, 7th, 8th and 9th bits, 32.

The address range is divided into blocks each assigned a specific purpose or behavior.

IP multicast address rangeDescriptionRoutable
224.0.0.0 to 224.0.0.255Local subnetwork[1]No
224.0.1.0 to 224.0.1.255Internetwork controlYes
224.0.2.0 to 224.0.255.255AD-HOC block 1[2]Yes
224.3.0.0 to 224.4.255.255AD-HOC block 2[3]Yes
232.0.0.0 to 232.255.255.255Source-specific multicast[1]Yes
233.0.0.0 to 233.251.255.255GLOP addressing[4]Yes
233.252.0.0 to 233.255.255.255AD-HOC block 3[5]Yes
234.0.0.0 to 234.255.255.255[citation needed]Unicast-prefix-basedYes
239.0.0.0 to 239.255.255.255Administratively scoped[1]Yes
Local subnetwork
Addresses in the range of 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) uses 224.0.0.9, Open Shortest Path First (OSPF) uses 224.0.0.5 and 224.0.0.6, and Multicast DNS uses 224.0.0.251. Routers must not forward these messages outside the subnet from which they originate.
Internetwork control block
Addresses in the range 224.0.1.0 to 224.0.1.255 are individually assigned by IANA and designated as the internetwork control block. This block of addresses is used for traffic that must be routed through the public Internet, such as for applications of the Network Time Protocol using 224.0.1.1.
AD-HOC block
Addresses in three separate blocks are not individually assigned by IANA. These addresses are globally routed and are used for applications that don't fit either of the previously described purposes.[6]
Source-specific multicast
The 232.0.0.0/8 (IPv4) and ff3x::/32 (IPv6) blocks are reserved for use by source-specific multicast.
GLOP
The 233.0.0.0/8 range was originally assigned by RFC2770 as an experimental, public statically-assigned multicast address space for publishers and Internet service providers that wished to source content on the Internet. The allocation method is termed GLOP addressing and provides implementers a block of 255 addresses that is determined by their 16-bit autonomous system number (ASN) allocation. In a nutshell, the middle two octets of this block are formed from assigned ASNs, giving any operator assigned an ASN 256 globally unique multicast group addresses.[7] The method is not applicable to the newer 32-bit ASNs. RFC3180, superseding RFC2770, envisioned the use of the range for many-to-many multicast applications. Unfortunately, with only 256 multicast addresses available to each autonomous system, GLOP is not adequate for large-scale broadcasters.[citation needed]
Unicast-prefix-based
The 234.0.0.0/8 range is assigned by RFC6034 as a range of global IPv4 multicast address space provided to each organization that has /24 or larger globally routed unicast address space allocated; one multicast address is reserved per /24 of unicast space. A resulting advantage over GLOP is that the unicast-prefix mechanism resembles the unicast-prefix capabilities of IPv6 as defined in RFC3306.
Administratively scoped
The 239.0.0.0/8 range is assigned by RFC 2365 for private use within an organization. Per the RFC, packets destined to administratively scoped IPv4 multicast addresses do not cross administratively defined organizational boundaries, and administratively scoped IPv4 multicast addresses are locally assigned and do not have to be globally unique. The RFC also discusses structuring the 239.0.0.0/8 range to be loosely similar to the scoped IPv6 multicast address range described in RFC1884.

Notable IPv4 multicast addresses[edit]

The following table is a list of notable well-known IPv4 addresses that are reserved for IP multicasting and that are registered with the Internet Assigned Numbers Authority (IANA).[8]

IP multicast addressDescriptionRoutable
224.0.0.0Base address (reserved)No
224.0.0.1The All Hosts multicast group addresses all hosts on the same network segment.No
224.0.0.2The All Routers multicast group addresses all routers on the same network segment.No
224.0.0.4This address is used in the Distance Vector Multicast Routing Protocol (DVMRP) to address multicast routers.No
224.0.0.5The Open Shortest Path First (OSPF) All OSPF Routers address is used to send Hello packets to all OSPF routers on a network segment.No
224.0.0.6The OSPF All Designated Routers '(DR)' address is used to send OSPF routing information to designated routers on a network segment.No
224.0.0.9The Routing Information Protocol (RIP) version 2 group address is used to send routing information to all RIP2-aware routers on a network segment.No
224.0.0.10The Enhanced Interior Gateway Routing Protocol (EIGRP) group address is used to send routing information to all EIGRP routers on a network segment.No
224.0.0.13Protocol Independent Multicast (PIM) Version 2No
224.0.0.18Virtual Router Redundancy Protocol (VRRP)No
224.0.0.19–21IS-IS over IPNo
224.0.0.22Internet Group Management Protocol (IGMP) version 3[9]No
224.0.0.102Hot Standby Router Protocol version 2 (HSRPv2) / Gateway Load Balancing Protocol (GLBP)No
224.0.0.107Precision Time Protocol (PTP) version 2 peer delay measurement messagingNo
224.0.0.251Multicast DNS (mDNS) addressNo
224.0.0.252Link-local Multicast Name Resolution (LLMNR) addressNo
224.0.0.253Teredo tunneling client discovery address[10]No
224.0.1.1Network Time Protocol clients listen on this address for protocol messages when operating in multicast mode.Yes
224.0.1.22Service Location Protocol version 1 generalYes
224.0.1.35Service Location Protocol version 1 directory agentYes
224.0.1.39The Cisco multicast router AUTO-RP-ANNOUNCE address is used by RP mapping agents to listen for candidate announcements.Yes
224.0.1.40The Cisco multicast router AUTO-RP-DISCOVERY address is the destination address for messages from the RP mapping agent to discover candidates.Yes
224.0.1.41H.323 Gatekeeper discovery addressYes
224.0.1.129–132Precision Time Protocol (PTP) version 1 messages (Sync, Announce, etc.) except peer delay measurementYes
224.0.1.129Precision Time Protocol (PTP) version 2 messages (Sync, Announce, etc.) except peer delay measurementYes
239.255.255.250Simple Service Discovery Protocol addressYes
239.255.255.253Service Location Protocol version 2 addressYes

IPv6[edit]

Multicast addresses in IPv6 use the prefix ff00::/8. IPv6 multicast addresses can be structured using the old format (RFC 2373) or the new format (RFC 3306, updated by RFC 7371).

General multicast address format (old)
Bits844112
Fieldprefixflagsscopegroup ID
General multicast address format (new)
Bits8444486432
Fieldprefixff1scopeff2reservedplennetwork prefixgroup ID

The prefix holds the value ff for all multicast addresses.

Currently, 3 of the 4 flag bits in the flags field (ff1) are defined;[11] the most-significant flag bit is reserved for future use. The other three flags are known as R, P and T.

Multicast address flags[12]
Bit[note 1]Flag01
0 (MSB)Reserved(Reserved)(Reserved)
1R (Rendezvous)[13]Rendezvous point not embeddedRendezvous point embedded
2P (Prefix)[14]Without prefix informationAddress based on network prefix
3 (LSB)T (Transient)[15]Well-known multicast addressDynamically assigned multicast address

Similar to a unicast address, the prefix of an IPv6 multicast address specifies its scope, however, the set of possible scopes for a multicast address is different. The 4-bit sc (or scope) field (bits 12 to 15) is used to indicate where the address is valid and unique.

Cloud
My Cloud Home appStore it all in one place. Access and share it from anywhere.The My Cloud Home app keeps you connected to all the photos, videos and files centralized on your My Cloud Home device from wherever you are. Automatically back up all the photos and videos from your phone so that you can make room for more. Smoothly stream videos on the go.

Multicast address scope
IPv6 address[note 2]IPv4 equivalent[16]ScopePurpose
ff00::/16, ff0f::/16Reserved
ffx1::/16127.0.0.0/8Interface-localPackets with this destination address may not be sent over any network link, but must remain within the current node; this is the multicast equivalent of the unicast loopback address.
ffx2::/16224.0.0.0/24Link-localPackets with this destination address may not be routed anywhere.
ffx3::/16239.255.0.0/16IPv4 local scope
ffx4::/16Admin-localThe smallest scope that must be administratively configured.
ffx5::/16Site-localRestricted to the local physical network.
ffx8::/16239.192.0.0/14Organization-localRestricted to networks used by the organization administering the local network. (For example, these addresses might be used over VPNs; when packets for this group are routed over the public internet (where these addresses are not valid), they would have to be encapsulated in some other protocol.)
ffxe::/16224.0.1.0-238.255.255.255Global scopeEligible to be routed over the public internet.

The service is identified in the group ID field. For example, if ff02::101 refers to all Network Time Protocol (NTP) servers on the local network segment, then ff08::101 refers to all NTP servers in an organization's networks. The group ID field may be further divided for special multicast address types.

Notable IPv6 multicast addresses[edit]

The following table is a list notable IPv6 multicast addresses that are registered with IANA.[17]

AddressDescription
ff02::1All nodes on the local network segment
ff02::2All routers on the local network segment
ff02::5OSPFv3 All SPF routers
ff02::6OSPFv3 All DR routers
ff02::8IS-IS for IPv6 routers
ff02::9RIP routers
ff02::aEIGRP routers
ff02::dPIM routers
ff02::16MLDv2 reports (defined in RFC 3810)
ff02::1:2All DHCPv6 servers and relay agents on the local network segment (defined in RFC 3315)
ff02::1:3All LLMNR hosts on the local network segment (defined in RFC 4795)
ff05::1:3All DHCP servers on the local network site (defined in RFC 3315)
ff0x::cSimple Service Discovery Protocol
ff0x::fbMulticast DNS
ff0x::101Network Time Protocol
ff0x::108Network Information Service
ff0x::181Precision Time Protocol (PTP) version 2 messages (Sync, Announce, etc.) except peer delay measurement
ff02::6bPrecision Time Protocol (PTP) version 2 peer delay measurement messages
ff0x::114Used for experiments

Ethernet[edit]

Ethernet frames with a value of 1 in the least-significant bit of the first octet[note 3] of the destination MAC address are treated as multicast frames and are flooded to all points on the network. While frames with ones in all bits of the destination address (FF-FF-FF-FF-FF-FF) are sometimes referred to as broadcasts, Ethernet generally does not distinguish between multicast and broadcast frames. Modern Ethernet controllers filter received packets to reduce CPU load, by looking up the hash of a multicast destination address in a table, initialized by software, which controls whether a multicast packet is dropped or fully received.

The IEEE has allocated the address block 01-80-C2-00-00-00 to 01-80-C2-FF-FF-FF for group addresses for use by standard protocols. Of these, the MAC group addresses in the range of 01-80-C2-00-00-00 to 01-80-C2-00-00-0F are not forwarded by 802.1D-conformant MAC bridges.[18]

Some well known Ethernet multicast addresses[19]
Ethernet multicast addressEthertypeUsage
01-00-0C-CC-CC-CCCisco Discovery Protocol (CDP), VLAN Trunking Protocol (VTP), Unidirectional_Link_Detection (UDLD)
01-00-0C-CC-CC-CDCisco Shared Spanning Tree Protocol Address[citation needed]
01-80-C2-00-00-00Spanning Tree Protocol (for bridges) IEEE 802.1D
01-80-C2-00-00-00, 01-80-C2-00-00-03 or 01-80-C2-00-00-0E0x88CCLink Layer Discovery Protocol
01-80-C2-00-00-080x0802Spanning Tree Protocol (for provider bridges) IEEE 802.1ad
01-80-C2-00-00-010x8808Ethernet flow control (pause frame) IEEE 802.3x
01-80-C2-00-00-020x8809'Slow protocols' including Ethernet OAM Protocol (IEEE 802.3ah) and Link Aggregation Control Protocol (LACP)
01-80-C2-00-00-210x88f5GARP VLAN Registration Protocol (also known as IEEE 802.1q GVRP)
01-80-C2-00-00-30 through 01-80-C2-00-00-3F0x8902Ethernet CFM Protocol IEEE 802.1ag
01-00-5E-00-00-00 through 01-00-5E-7F-FF-FF0x0800IPv4 Multicast (RFC 1112), insert the low 23 bits of the multicast IPv4 address into the Ethernet address[20]
33-33-00-00-00-00 through 33-33-FF-FF-FF-FF0x86DDIPv6 Multicast (RFC 2464), insert the low 32 Bits of the multicast IPv6 Address into the Ethernet Address [21]
01-0C-CD-01-00-00 through 01-0C-CD-01-01-FF0x88B8IEC 61850-8-1 GOOSE Type 1/1A
01-0C-CD-02-00-00 through 01-0C-CD-02-01-FF0x88B9GSSE (IEC 61850 8-1)
01-0C-CD-04-00-00 through 01-0C-CD-04-01-FF0x88BAMulticast sampled values (IEC 61850 8-1)
01-1B-19-00-00-00 or 01-80-C2-00-00-0E0x88F7Precision Time Protocol (PTP) version 2 over Ethernet (native layer-2)

802.11[edit]

802.11 wireless networks use the same MAC addresses for multicast as Ethernet.

See also[edit]

Notes[edit]

  1. ^The recommended style for Request for Comments (RFC) documents is 'MSB 0' bit numbering.
  2. ^x is a place holder indicating that the value of the flags field is unimportant in the current discussion.
  3. ^On Ethernet, the least-significant bit of an octet is the first to be transmitted. A multicast is indicated by the first transmitted bit of the destination address being 1.

References[edit]

  1. ^ abcIP Multicast Routing Configuration Guide, Cisco, p. 17-19, retrieved 2017-05-27
  2. ^AD-HOC Block 1
  3. ^AD-HOC Block 2
  4. ^Fall, K.R. and Stevens, W.R. (2011). TCP/IP Illustrated. 1. Addison-Wesley. p. 55. ISBN9780321336316.CS1 maint: multiple names: authors list (link)
  5. ^AD-HOC Block 3
  6. ^RFC 5771 Section 6.
  7. ^'Frequently Asked Questions (FAQ) File for Multicasting'. Multicast Tech. Archived from the original on 2011-05-16.
  8. ^'IANA IP multicast addresses assignments'. Internet Assigned Numbers Authority.
  9. ^RFC 3376 Section 4.2.14
  10. ^RFC 4380 item 2.17
  11. ^Hinden, R.; Deering, S. (February 2006) IP Version 6 Addressing Architecture, IETF, RFC4291.
  12. ^Silvia Hagen (May 2006). IPv6 Essentials (Second ed.). O'Reilly. ISBN978-0-596-10058-2.
  13. ^RFC 3956
  14. ^RFC 3306
  15. ^RFC 4291
  16. ^RFC 2365 section 8.
  17. ^'IPv6 Multicast Address Space Registry'. Internet Assigned Numbers Authority.
  18. ^IEEE. 'Standard Group MAC Address: A Tutorial Guide'(PDF). IEEE Standards Association. pp. 2–3.
  19. ^Patton, Michael A. et. al. 'Multicast (including Broadcast) Addresses'. cavebear.com. Karl Auerbach.
  20. ^RFC 7042 2.1.1.
  21. ^RFC 7042 2.3.1.
Retrieved from 'https://en.wikipedia.org/w/index.php?title=Multicast_address&oldid=985312330'

This article describes concepts and theory related to using IGMP, IGMP snooping, and AVB to operate networks requiring multicast AV traffic.

Background

Basic network switches provide network devices the capability to communicate within a single broadcast domain. A single broadcast domain network requires little to no configuration, but lacks the scalability required to meet bandwidth demands of complex AV networks.

The solution to complex AV networks rely upon switching and routing network topologies. Switching and routing together provide scalability, bandwidth, and administrative controls over logically separated network traffic creating the means for a very robust network solution. Managed switches use VLANs to segment layer 2 broadcast domains while leveraging routers to forward packets between VLANs to physically and logically distant networks.

Networked AV devices, switches, and routers communicate using unicast, multicast, and broadcast protocols that follow the Open System Interconnection (OSI) model

The OSI helps visualize the hand-offs related to the specific jobs and protocols performed at each layer during data transfers occurring on the network.

The Institute of Electrical and Electronics Engineers (IEEE) developed IP multicasting protocols with the Internet Group Management Protocol (IGMP) to deliver single streams of information to multiple recipients, guaranteeing that all group members can receive messages, all group members can send messages, and group members can leave and join groups dynamically. These IGMP protocols operate at Layer 3 (Routing).

At Layer 2 (Switching), the Internet Engineering Task Force (IETF) developed 'IGMP Snooping' to allow switches to work with the Layer 3 (Routing) IGMP protocol.

To solve the problem of needing to traverse Layer 2 broadcasted traffic through routed networks, devices rely upon the concept of using Layer 3 broadcast overlays based on IP multicasting protocols, IGMP, and IGMP snooping.

Types of traffic

Where traditional IP communication over hubs and switches allowed a device to send packets directly to another single device (unicast transmission) or to all devices (broadcast transmission) on the network, the need for IP multicast created a third possibility for allowing hosts the ability to send packets to a subset of all hosts as a group transmission.

Unicast

Unicast traffic describes packets sent to a single destination interface using any pathway available traveling point to point on the network. This traffic type requires one sender and one receiver sending packets with session-based protocols like Transmission Control Protocol (TCP) and User Datagram Protocol (UDP).

Common transfer mode examples of TCP are http, telnet, smtp.

Mac

Common transfer mode examples of UDP are VoIP, video conferencing, streaming media, real-time services.

Broadcast

Broadcast traffic describes a single device sending communications to every other device on the network. Common examples of broadcast traffic on LANs include ARP messages querying all computers on the LAN. Remember too that broadcast traffic is not routable traffic.

Multicast

Multicast enables a single copy of data transmission from one node to multiple recipients. The transmitting device will forward UDP packets to a multicast IP address and port so all destinations that want to receive the stream can receive the transmission saving bandwidth and network overhead.

Multicast traffic is routable traffic but requires IGMP and PIM to control flooding the entire network, saturating uplinks, and potentially taking the network down.

Multicast overview

Multicast routing protocols require edge devices (i.e. PCs and AV devices) to tell routers about their desire to receive multicast streams from sending devices.

The sending devices define the 'roots' of the 'distribution tree', sending their traffic to the 'branches' of the tree (routers and switches) who then forward it to the 'leaves' of the tree (the requesting endpoint devices). Distribution trees are created via the routers using group membership protocols to learn about senders and receivers that want to talk to each other.

Multicast network requirements

Multicast mac address ipv4

Multicasting networks can be as simple as a single switch, or as complex as spanning an entire enterprise network. In all cases, the level of services required will vary needing to be configured according to the application.

At a minimum, layer 2 multicasting requires:

  • ·Managed switches from the same vendor
  • ·IGMP Snooping
  • ·IGMP Querier (Designated Querier, allowed one per subnet, typically a router unless no routers exist you can set a core switch in the network to carry out this duty)
  • ·A form of Spanning Tree Protocol (STP, RSTP, MSTP)

Networks requiring Layer 3 Multicast Routing support will require enabling their routers to support a multicast routing protocol using one of the Protocol-Independent Multicast (PIM) options and should additionally apply QoS along with storm control for broadcast and multicast.

Multicast scalability

Multicast traffic is transmitted using one of three common variations:

Canon cp800 driver for mac drivers. One to Many 1:M Concerts, TV, stock tickers, announcements, Network time

Many to Many M:MAV Conferences, whiteboards, collaboration, video gaming,

Many to 1 M:1 Video surveillance, polling

In all transmission modes, the scalability advantages of Multicast over Unicast become apparent when comparing the number of hosts relative to the amount of traffic required:

Network traffic address types

A proper IP address and/or MAC address is required for a packet to reach its intended destination. When transmitting multicast packets, special address ranges are reserved specifically for multicast groups.

The table below shows that Class D IP addresses are reserved for the sole purpose of multicast groups:

Multicast address groupings

Multicast addresses do not explicitly define a collection of individual devices, instead they define a multicast group that endpoint devices can listen to and receive traffic from, or transmit traffic to. This results in a redirection of traffic via a router or server to all members of the multicast group. Multicast groups refer to specific sets of network devices that have requested to receive specific multicast transmissions.

Multicast IP addresses differ from other IP addresses because they do not get associated with a single device, instead they provide a destination-only address which identifies a group of devices. The group of devices that is associated with a multicast IP address is dynamic and changes over time as different devices join and leave the group.

The address groupings of the Class D IP Multicast range from 224.0.0.0 to 239.255.255.255 is further divided into three multicast address groups:

Locally scoped (reserved link local) addresses

  • ·Reserved by the Internet Assigned Numbers Authority (IANA) for network protocol use.
  • ·Fall in the Address range from 224.0.0.0 through 224.0.0.255
  • Multicasts in this range are never forwarded off the local network, regardless of Time to Live (TTL). Typically, the TTL gets set to 1.

Some common examples of other network protocols in this address space include OSPF, EIGRP, RIPv2, VRRP, PIM, which are multicast protocols specific to routers.

Note that most multicast applications operating in this link-local address scope, including routing protocols, do not subscribe into their multicast groups via IGMP because it is technically not necessary for link-local multicasts to get forwarded beyond a router.

Biamp and Audinate locally scoped addresses for device communications

Globally and Administratively scoped addresses

Globally scoped addresses fall in the range of 224.0.1.0 through 238.255.255.255.

The familiar protocol falling in this range is 224.0.1.129 utilized for the Precision Time Protocol (PTP) which is used to synchronize clocks on a network.PTP packets will be sent for clocking in Dante communications.

Administratively scoped addresses 239.0.0.0 through 239.255.255.255 are reserved for use inside private domains. This address range is similar to the private IP address space used within the boundaries of a single organization. Administratively scoped addresses are constrained to a local group or organization.

Best practice setups should avoid using the reserved link local and globally scoped address ranges sticking with using the range 234.0.0.0 to 238.255.255.255 while also avoiding streaming with addressing in the (224-239).0.x.x and (224-239).128.x.x ranges due to multicast mac addressing overlap issues which can also occur within the link local block of addresses.

Multicast destination MAC Addresses

While IP addresses are reserved for multicasting at layer 3, getting multicast to work on layer 2 traffic requires MAC addresses and Ethernet frames. This raises the question, 'How does a router or a switch relate a multicast IP address with a multicast MAC address?'

Standard Network Interface Cards (NICs) on a LAN segment only receive packets destined for their burned-in MAC address relying on Address Resolution Protocol (ARP) to find out the hardware (MAC) address of a device from an IP address. However, there is no equivalent to the Address Resolution Protocol (ARP) for multicast address mapping.

As a result, multicast MAC addresses are derived from the multicast IP address that is being used. This means that multicast MAC addresses are not hard-coded to a piece of hardware like typical MAC addresses are.

All MAC addresses always begin with the organizationally unique identifier (OUI). For multicast MAC address, the OUI is always 01:00:5e. After the OUI, the multicast MAC address is padded with a binary 0. The remaining bits of the multicast MAC address are derived from the multicast IP address.

When converted to binary, a multicast IP address will always start with a fixed 4-bit header of binary 1110 (due to the restricted IP address range for multicast). This leaves 28 bits of significant ipv4 addresses remaining that are used to relate a multicast IP address with a MAC address. However, after the OUI and the binary 0, the MAC address only has 23 bits left. So, some of the bits of the IP address are shaved off to fit within the remaining space of the MAC address. The diagram below illustrates the derivation of a multicast MAC address.

Since 5 bits of the IP address are lost in this transformation, there is never a 1:1 relationship between an multicast MAC address and a multicast IP address. In fact, every multicast MAC address has 32 multicast IP addresses that map to it. This can potentially create confusion and cause multicast packets to be delivered to devices that don't want them. These unwanted packets can be filtered out at layer 3, but this filtering can consume CPU resources, especially if the bandwidth of multicast traffic is high.

Preventing this requires using known local or existing multicast broadcast addresses when working in IP multicast environments avoiding multicast over the 239.0.0.0/24 and 239.128.0.0/24 subranges.

Multicast routing protocols

'Multicast routing protocols enable a collection of multicast routing devices to build (join) distribution trees when a host on a directly attached subnet, typically a LAN, wants to receive traffic from a certain multicast group, prune branches, locate sources and groups, and prevent routing loops.'(Juniper, 2015)

Protocol Independent Multicast

Multicast routing protocols evolved over time to the most common one applied today: Protocol Independent Multicast, or PIM. The protocol gains its independence through leveraging other unicast routing protocols on the network i.e. RIP, EIGRP, OSPF, BGP, or static routes via Reverse Path Forwarding (RPF) to define its traffic patterns.

Reverse Path Forwarding (RPF) ensures traffic will always flow away from the root of the tree keeping source to destination traffic patterns intact. Routers will look at the source IP address on received packets to determine if the packet arrives on the same interface the router would use to send traffic back to the source requesting it. The packets that match make the branches of the tree leading back to the source.

The PIM router runs an RPF test seeking a match in its unicast routing table to confirm if it should drop or forward the packet. To forward the multicast traffic, passing the RPF test, the next-hop interface used to reach the source address will need to match the interface the packet was received on.

PIM Dense Mode applications fall under smaller local area network LAN topologies not worried about bandwidth constraints, i.e. IPTV or Webcasting expecting vast numbers of receivers, referred to as a 'Push model.'

PIM Sparse Mode applications fall under large WAN topologies looking to conserve bandwidth, i.e. teleconferencing applications expecting limited number of receivers of the stream, referred to as a, 'Pull model' and will rely on a Router defined Rendezvous Point RP to centralize the exchange of the known active sources and forwarding of the multicast packets to other routers participating in the PIM-SM topology and has the best scalability preventing edge-to-switch link saturation and network loops from occurring.

PIM Sparse-Dense Mode allows for both modes operating on a per-group 'either or' application. The rules for each mode will apply based on their group assignment of Sparse or Dense providing best of both worlds. Note best practice is not to run dense mode on WANs.

Mac addresses for multicast computer

PIM Dense and Sparse mode differ in that PIM Dense mode packets flood to the entire network pruning branches where there are no receivers requesting streams 'flood and prune protocol' and PIM Sparse mode packet branch distributions grow with nodes seeking to join the multicast group behaving as a 'join protocol'.

Through the PIM process, multicast distribution trees will form. Multicast trees require a root, branches and leaves. The hardware equivalent would be the source of the multicast stream (Root). The source will send its traffic into the network to a multicast address. The source does not have any knowledge of the hosts that want to listen or receive the stream it sends. The traffic will be sent to routers and switches (Branches).Every router along the path becomes a fork in the tree, if the router learns about multicast groups existing branches are formed and where interested receivers exist (Leaves) traffic gets forwarded.

IGMP

Internet Group Management Protocol introduces the concept of IP multicast groups, raising the question of 'How does a router or switch know which ports to send each multicast packet to?'

The answer is IGMP, Internet Group Management Protocol, which leverages a set of control messages that IP multicast-enabled devices send to each other to join and leave multicast groups.

Today's AV streaming began using ethernet and network technologies but has evolved by leveraging existing technologies using IGMP or multicast routing. The issue is that IGMP was designed to enable streams to operate over the internet itself. For example, a video streaming service sends one copy of a video stream to the internet as a whole. This example allows any number of listeners or consumers watching the stream sent.

Mac address multicast bit
My Cloud Home appStore it all in one place. Access and share it from anywhere.The My Cloud Home app keeps you connected to all the photos, videos and files centralized on your My Cloud Home device from wherever you are. Automatically back up all the photos and videos from your phone so that you can make room for more. Smoothly stream videos on the go.

Multicast address scope
IPv6 address[note 2]IPv4 equivalent[16]ScopePurpose
ff00::/16, ff0f::/16Reserved
ffx1::/16127.0.0.0/8Interface-localPackets with this destination address may not be sent over any network link, but must remain within the current node; this is the multicast equivalent of the unicast loopback address.
ffx2::/16224.0.0.0/24Link-localPackets with this destination address may not be routed anywhere.
ffx3::/16239.255.0.0/16IPv4 local scope
ffx4::/16Admin-localThe smallest scope that must be administratively configured.
ffx5::/16Site-localRestricted to the local physical network.
ffx8::/16239.192.0.0/14Organization-localRestricted to networks used by the organization administering the local network. (For example, these addresses might be used over VPNs; when packets for this group are routed over the public internet (where these addresses are not valid), they would have to be encapsulated in some other protocol.)
ffxe::/16224.0.1.0-238.255.255.255Global scopeEligible to be routed over the public internet.

The service is identified in the group ID field. For example, if ff02::101 refers to all Network Time Protocol (NTP) servers on the local network segment, then ff08::101 refers to all NTP servers in an organization's networks. The group ID field may be further divided for special multicast address types.

Notable IPv6 multicast addresses[edit]

The following table is a list notable IPv6 multicast addresses that are registered with IANA.[17]

AddressDescription
ff02::1All nodes on the local network segment
ff02::2All routers on the local network segment
ff02::5OSPFv3 All SPF routers
ff02::6OSPFv3 All DR routers
ff02::8IS-IS for IPv6 routers
ff02::9RIP routers
ff02::aEIGRP routers
ff02::dPIM routers
ff02::16MLDv2 reports (defined in RFC 3810)
ff02::1:2All DHCPv6 servers and relay agents on the local network segment (defined in RFC 3315)
ff02::1:3All LLMNR hosts on the local network segment (defined in RFC 4795)
ff05::1:3All DHCP servers on the local network site (defined in RFC 3315)
ff0x::cSimple Service Discovery Protocol
ff0x::fbMulticast DNS
ff0x::101Network Time Protocol
ff0x::108Network Information Service
ff0x::181Precision Time Protocol (PTP) version 2 messages (Sync, Announce, etc.) except peer delay measurement
ff02::6bPrecision Time Protocol (PTP) version 2 peer delay measurement messages
ff0x::114Used for experiments

Ethernet[edit]

Ethernet frames with a value of 1 in the least-significant bit of the first octet[note 3] of the destination MAC address are treated as multicast frames and are flooded to all points on the network. While frames with ones in all bits of the destination address (FF-FF-FF-FF-FF-FF) are sometimes referred to as broadcasts, Ethernet generally does not distinguish between multicast and broadcast frames. Modern Ethernet controllers filter received packets to reduce CPU load, by looking up the hash of a multicast destination address in a table, initialized by software, which controls whether a multicast packet is dropped or fully received.

The IEEE has allocated the address block 01-80-C2-00-00-00 to 01-80-C2-FF-FF-FF for group addresses for use by standard protocols. Of these, the MAC group addresses in the range of 01-80-C2-00-00-00 to 01-80-C2-00-00-0F are not forwarded by 802.1D-conformant MAC bridges.[18]

Some well known Ethernet multicast addresses[19]
Ethernet multicast addressEthertypeUsage
01-00-0C-CC-CC-CCCisco Discovery Protocol (CDP), VLAN Trunking Protocol (VTP), Unidirectional_Link_Detection (UDLD)
01-00-0C-CC-CC-CDCisco Shared Spanning Tree Protocol Address[citation needed]
01-80-C2-00-00-00Spanning Tree Protocol (for bridges) IEEE 802.1D
01-80-C2-00-00-00, 01-80-C2-00-00-03 or 01-80-C2-00-00-0E0x88CCLink Layer Discovery Protocol
01-80-C2-00-00-080x0802Spanning Tree Protocol (for provider bridges) IEEE 802.1ad
01-80-C2-00-00-010x8808Ethernet flow control (pause frame) IEEE 802.3x
01-80-C2-00-00-020x8809'Slow protocols' including Ethernet OAM Protocol (IEEE 802.3ah) and Link Aggregation Control Protocol (LACP)
01-80-C2-00-00-210x88f5GARP VLAN Registration Protocol (also known as IEEE 802.1q GVRP)
01-80-C2-00-00-30 through 01-80-C2-00-00-3F0x8902Ethernet CFM Protocol IEEE 802.1ag
01-00-5E-00-00-00 through 01-00-5E-7F-FF-FF0x0800IPv4 Multicast (RFC 1112), insert the low 23 bits of the multicast IPv4 address into the Ethernet address[20]
33-33-00-00-00-00 through 33-33-FF-FF-FF-FF0x86DDIPv6 Multicast (RFC 2464), insert the low 32 Bits of the multicast IPv6 Address into the Ethernet Address [21]
01-0C-CD-01-00-00 through 01-0C-CD-01-01-FF0x88B8IEC 61850-8-1 GOOSE Type 1/1A
01-0C-CD-02-00-00 through 01-0C-CD-02-01-FF0x88B9GSSE (IEC 61850 8-1)
01-0C-CD-04-00-00 through 01-0C-CD-04-01-FF0x88BAMulticast sampled values (IEC 61850 8-1)
01-1B-19-00-00-00 or 01-80-C2-00-00-0E0x88F7Precision Time Protocol (PTP) version 2 over Ethernet (native layer-2)

802.11[edit]

802.11 wireless networks use the same MAC addresses for multicast as Ethernet.

See also[edit]

Notes[edit]

  1. ^The recommended style for Request for Comments (RFC) documents is 'MSB 0' bit numbering.
  2. ^x is a place holder indicating that the value of the flags field is unimportant in the current discussion.
  3. ^On Ethernet, the least-significant bit of an octet is the first to be transmitted. A multicast is indicated by the first transmitted bit of the destination address being 1.

References[edit]

  1. ^ abcIP Multicast Routing Configuration Guide, Cisco, p. 17-19, retrieved 2017-05-27
  2. ^AD-HOC Block 1
  3. ^AD-HOC Block 2
  4. ^Fall, K.R. and Stevens, W.R. (2011). TCP/IP Illustrated. 1. Addison-Wesley. p. 55. ISBN9780321336316.CS1 maint: multiple names: authors list (link)
  5. ^AD-HOC Block 3
  6. ^RFC 5771 Section 6.
  7. ^'Frequently Asked Questions (FAQ) File for Multicasting'. Multicast Tech. Archived from the original on 2011-05-16.
  8. ^'IANA IP multicast addresses assignments'. Internet Assigned Numbers Authority.
  9. ^RFC 3376 Section 4.2.14
  10. ^RFC 4380 item 2.17
  11. ^Hinden, R.; Deering, S. (February 2006) IP Version 6 Addressing Architecture, IETF, RFC4291.
  12. ^Silvia Hagen (May 2006). IPv6 Essentials (Second ed.). O'Reilly. ISBN978-0-596-10058-2.
  13. ^RFC 3956
  14. ^RFC 3306
  15. ^RFC 4291
  16. ^RFC 2365 section 8.
  17. ^'IPv6 Multicast Address Space Registry'. Internet Assigned Numbers Authority.
  18. ^IEEE. 'Standard Group MAC Address: A Tutorial Guide'(PDF). IEEE Standards Association. pp. 2–3.
  19. ^Patton, Michael A. et. al. 'Multicast (including Broadcast) Addresses'. cavebear.com. Karl Auerbach.
  20. ^RFC 7042 2.1.1.
  21. ^RFC 7042 2.3.1.
Retrieved from 'https://en.wikipedia.org/w/index.php?title=Multicast_address&oldid=985312330'

This article describes concepts and theory related to using IGMP, IGMP snooping, and AVB to operate networks requiring multicast AV traffic.

Background

Basic network switches provide network devices the capability to communicate within a single broadcast domain. A single broadcast domain network requires little to no configuration, but lacks the scalability required to meet bandwidth demands of complex AV networks.

The solution to complex AV networks rely upon switching and routing network topologies. Switching and routing together provide scalability, bandwidth, and administrative controls over logically separated network traffic creating the means for a very robust network solution. Managed switches use VLANs to segment layer 2 broadcast domains while leveraging routers to forward packets between VLANs to physically and logically distant networks.

Networked AV devices, switches, and routers communicate using unicast, multicast, and broadcast protocols that follow the Open System Interconnection (OSI) model

The OSI helps visualize the hand-offs related to the specific jobs and protocols performed at each layer during data transfers occurring on the network.

The Institute of Electrical and Electronics Engineers (IEEE) developed IP multicasting protocols with the Internet Group Management Protocol (IGMP) to deliver single streams of information to multiple recipients, guaranteeing that all group members can receive messages, all group members can send messages, and group members can leave and join groups dynamically. These IGMP protocols operate at Layer 3 (Routing).

At Layer 2 (Switching), the Internet Engineering Task Force (IETF) developed 'IGMP Snooping' to allow switches to work with the Layer 3 (Routing) IGMP protocol.

To solve the problem of needing to traverse Layer 2 broadcasted traffic through routed networks, devices rely upon the concept of using Layer 3 broadcast overlays based on IP multicasting protocols, IGMP, and IGMP snooping.

Types of traffic

Where traditional IP communication over hubs and switches allowed a device to send packets directly to another single device (unicast transmission) or to all devices (broadcast transmission) on the network, the need for IP multicast created a third possibility for allowing hosts the ability to send packets to a subset of all hosts as a group transmission.

Unicast

Unicast traffic describes packets sent to a single destination interface using any pathway available traveling point to point on the network. This traffic type requires one sender and one receiver sending packets with session-based protocols like Transmission Control Protocol (TCP) and User Datagram Protocol (UDP).

Common transfer mode examples of TCP are http, telnet, smtp.

Common transfer mode examples of UDP are VoIP, video conferencing, streaming media, real-time services.

Broadcast

Broadcast traffic describes a single device sending communications to every other device on the network. Common examples of broadcast traffic on LANs include ARP messages querying all computers on the LAN. Remember too that broadcast traffic is not routable traffic.

Multicast

Multicast enables a single copy of data transmission from one node to multiple recipients. The transmitting device will forward UDP packets to a multicast IP address and port so all destinations that want to receive the stream can receive the transmission saving bandwidth and network overhead.

Multicast traffic is routable traffic but requires IGMP and PIM to control flooding the entire network, saturating uplinks, and potentially taking the network down.

Multicast overview

Multicast routing protocols require edge devices (i.e. PCs and AV devices) to tell routers about their desire to receive multicast streams from sending devices.

The sending devices define the 'roots' of the 'distribution tree', sending their traffic to the 'branches' of the tree (routers and switches) who then forward it to the 'leaves' of the tree (the requesting endpoint devices). Distribution trees are created via the routers using group membership protocols to learn about senders and receivers that want to talk to each other.

Multicast network requirements

Multicasting networks can be as simple as a single switch, or as complex as spanning an entire enterprise network. In all cases, the level of services required will vary needing to be configured according to the application.

At a minimum, layer 2 multicasting requires:

  • ·Managed switches from the same vendor
  • ·IGMP Snooping
  • ·IGMP Querier (Designated Querier, allowed one per subnet, typically a router unless no routers exist you can set a core switch in the network to carry out this duty)
  • ·A form of Spanning Tree Protocol (STP, RSTP, MSTP)

Networks requiring Layer 3 Multicast Routing support will require enabling their routers to support a multicast routing protocol using one of the Protocol-Independent Multicast (PIM) options and should additionally apply QoS along with storm control for broadcast and multicast.

Multicast scalability

Multicast traffic is transmitted using one of three common variations:

Canon cp800 driver for mac drivers. One to Many 1:M Concerts, TV, stock tickers, announcements, Network time

Many to Many M:MAV Conferences, whiteboards, collaboration, video gaming,

Many to 1 M:1 Video surveillance, polling

In all transmission modes, the scalability advantages of Multicast over Unicast become apparent when comparing the number of hosts relative to the amount of traffic required:

Network traffic address types

A proper IP address and/or MAC address is required for a packet to reach its intended destination. When transmitting multicast packets, special address ranges are reserved specifically for multicast groups.

The table below shows that Class D IP addresses are reserved for the sole purpose of multicast groups:

Multicast address groupings

Multicast addresses do not explicitly define a collection of individual devices, instead they define a multicast group that endpoint devices can listen to and receive traffic from, or transmit traffic to. This results in a redirection of traffic via a router or server to all members of the multicast group. Multicast groups refer to specific sets of network devices that have requested to receive specific multicast transmissions.

Multicast IP addresses differ from other IP addresses because they do not get associated with a single device, instead they provide a destination-only address which identifies a group of devices. The group of devices that is associated with a multicast IP address is dynamic and changes over time as different devices join and leave the group.

The address groupings of the Class D IP Multicast range from 224.0.0.0 to 239.255.255.255 is further divided into three multicast address groups:

Locally scoped (reserved link local) addresses

  • ·Reserved by the Internet Assigned Numbers Authority (IANA) for network protocol use.
  • ·Fall in the Address range from 224.0.0.0 through 224.0.0.255
  • Multicasts in this range are never forwarded off the local network, regardless of Time to Live (TTL). Typically, the TTL gets set to 1.

Some common examples of other network protocols in this address space include OSPF, EIGRP, RIPv2, VRRP, PIM, which are multicast protocols specific to routers.

Note that most multicast applications operating in this link-local address scope, including routing protocols, do not subscribe into their multicast groups via IGMP because it is technically not necessary for link-local multicasts to get forwarded beyond a router.

Biamp and Audinate locally scoped addresses for device communications

Globally and Administratively scoped addresses

Globally scoped addresses fall in the range of 224.0.1.0 through 238.255.255.255.

The familiar protocol falling in this range is 224.0.1.129 utilized for the Precision Time Protocol (PTP) which is used to synchronize clocks on a network.PTP packets will be sent for clocking in Dante communications.

Administratively scoped addresses 239.0.0.0 through 239.255.255.255 are reserved for use inside private domains. This address range is similar to the private IP address space used within the boundaries of a single organization. Administratively scoped addresses are constrained to a local group or organization.

Best practice setups should avoid using the reserved link local and globally scoped address ranges sticking with using the range 234.0.0.0 to 238.255.255.255 while also avoiding streaming with addressing in the (224-239).0.x.x and (224-239).128.x.x ranges due to multicast mac addressing overlap issues which can also occur within the link local block of addresses.

Multicast destination MAC Addresses

While IP addresses are reserved for multicasting at layer 3, getting multicast to work on layer 2 traffic requires MAC addresses and Ethernet frames. This raises the question, 'How does a router or a switch relate a multicast IP address with a multicast MAC address?'

Standard Network Interface Cards (NICs) on a LAN segment only receive packets destined for their burned-in MAC address relying on Address Resolution Protocol (ARP) to find out the hardware (MAC) address of a device from an IP address. However, there is no equivalent to the Address Resolution Protocol (ARP) for multicast address mapping.

As a result, multicast MAC addresses are derived from the multicast IP address that is being used. This means that multicast MAC addresses are not hard-coded to a piece of hardware like typical MAC addresses are.

All MAC addresses always begin with the organizationally unique identifier (OUI). For multicast MAC address, the OUI is always 01:00:5e. After the OUI, the multicast MAC address is padded with a binary 0. The remaining bits of the multicast MAC address are derived from the multicast IP address.

When converted to binary, a multicast IP address will always start with a fixed 4-bit header of binary 1110 (due to the restricted IP address range for multicast). This leaves 28 bits of significant ipv4 addresses remaining that are used to relate a multicast IP address with a MAC address. However, after the OUI and the binary 0, the MAC address only has 23 bits left. So, some of the bits of the IP address are shaved off to fit within the remaining space of the MAC address. The diagram below illustrates the derivation of a multicast MAC address.

Since 5 bits of the IP address are lost in this transformation, there is never a 1:1 relationship between an multicast MAC address and a multicast IP address. In fact, every multicast MAC address has 32 multicast IP addresses that map to it. This can potentially create confusion and cause multicast packets to be delivered to devices that don't want them. These unwanted packets can be filtered out at layer 3, but this filtering can consume CPU resources, especially if the bandwidth of multicast traffic is high.

Preventing this requires using known local or existing multicast broadcast addresses when working in IP multicast environments avoiding multicast over the 239.0.0.0/24 and 239.128.0.0/24 subranges.

Multicast routing protocols

'Multicast routing protocols enable a collection of multicast routing devices to build (join) distribution trees when a host on a directly attached subnet, typically a LAN, wants to receive traffic from a certain multicast group, prune branches, locate sources and groups, and prevent routing loops.'(Juniper, 2015)

Protocol Independent Multicast

Multicast routing protocols evolved over time to the most common one applied today: Protocol Independent Multicast, or PIM. The protocol gains its independence through leveraging other unicast routing protocols on the network i.e. RIP, EIGRP, OSPF, BGP, or static routes via Reverse Path Forwarding (RPF) to define its traffic patterns.

Reverse Path Forwarding (RPF) ensures traffic will always flow away from the root of the tree keeping source to destination traffic patterns intact. Routers will look at the source IP address on received packets to determine if the packet arrives on the same interface the router would use to send traffic back to the source requesting it. The packets that match make the branches of the tree leading back to the source.

The PIM router runs an RPF test seeking a match in its unicast routing table to confirm if it should drop or forward the packet. To forward the multicast traffic, passing the RPF test, the next-hop interface used to reach the source address will need to match the interface the packet was received on.

PIM Dense Mode applications fall under smaller local area network LAN topologies not worried about bandwidth constraints, i.e. IPTV or Webcasting expecting vast numbers of receivers, referred to as a 'Push model.'

PIM Sparse Mode applications fall under large WAN topologies looking to conserve bandwidth, i.e. teleconferencing applications expecting limited number of receivers of the stream, referred to as a, 'Pull model' and will rely on a Router defined Rendezvous Point RP to centralize the exchange of the known active sources and forwarding of the multicast packets to other routers participating in the PIM-SM topology and has the best scalability preventing edge-to-switch link saturation and network loops from occurring.

PIM Sparse-Dense Mode allows for both modes operating on a per-group 'either or' application. The rules for each mode will apply based on their group assignment of Sparse or Dense providing best of both worlds. Note best practice is not to run dense mode on WANs.

PIM Dense and Sparse mode differ in that PIM Dense mode packets flood to the entire network pruning branches where there are no receivers requesting streams 'flood and prune protocol' and PIM Sparse mode packet branch distributions grow with nodes seeking to join the multicast group behaving as a 'join protocol'.

Through the PIM process, multicast distribution trees will form. Multicast trees require a root, branches and leaves. The hardware equivalent would be the source of the multicast stream (Root). The source will send its traffic into the network to a multicast address. The source does not have any knowledge of the hosts that want to listen or receive the stream it sends. The traffic will be sent to routers and switches (Branches).Every router along the path becomes a fork in the tree, if the router learns about multicast groups existing branches are formed and where interested receivers exist (Leaves) traffic gets forwarded.

IGMP

Internet Group Management Protocol introduces the concept of IP multicast groups, raising the question of 'How does a router or switch know which ports to send each multicast packet to?'

The answer is IGMP, Internet Group Management Protocol, which leverages a set of control messages that IP multicast-enabled devices send to each other to join and leave multicast groups.

Today's AV streaming began using ethernet and network technologies but has evolved by leveraging existing technologies using IGMP or multicast routing. The issue is that IGMP was designed to enable streams to operate over the internet itself. For example, a video streaming service sends one copy of a video stream to the internet as a whole. This example allows any number of listeners or consumers watching the stream sent.

This could scale up to multiple streams being sent allowing the streaming service to operate similarly to the way CATV infrastructure behaves, offering multiple channels of live content allowing users to select channels to watch. In the CATV scenario, users select which channels they wanted to watch however in a network scenario channel selection adds latency when switching channels or streams.

To accomplish the equivalent of changing CATV channels on the network, users would leverage IGMP as the mechanism to select specific channels and control where those multicast streams go. Additionally, this is what allows the internet to support multicasting. IGMP provides the control over the multicast traffic administrating that it does not go anywhere until its explicitly asked. IGMP's importance here is that the internet would not be able to scale to the implementation we have today if we did not have this.

Remember that the I in IGMP is for internet, so what we are talking about here is a layer 3 technology focused on routed infrastructure, not switched infrastructure. IGMP behavior was designed for the internet where latencies are highly variable, and latencies are significantly longer than what you see in a local area network or switched infrastructure.

Download maya for mac free. Routers also use IGMP to advertise multicast group memberships to neighboring switches and routers.

To function, Layer 3 aware devices listen to join and leave messages from clients wanting to join and leave multicast groups through use of an IGMP Querier, common setups rely on a Designated Querier (DQ) per VLAN. The IGMP Querier sends periodic IGMP Query messages to all multicast-capable hosts at the multicast IP address 224.0.0.1

The creation of multicast groups via the IGMP process begins with host devices sending their packets to a Class D multicast IP address destination identifying their intent for creation of a multicast group. The transmitting host also begins to send IGMP membership reports to 224.0.0.2 in the direction of all multicast routers specifying the multicast group address. Connected switches will add the multicast group into their multicast routing table, marking their receiving ports as members of a multicast group, and begin to forward that traffic to connected multicast routers. Connected routers will add those hosts to their multicast routing tables.

To maintain their participation as members of the group, hosts will begin sending join messages, adding them into the created groups and their traffic will only forward out of participating ports. Hosts that do not reply to the IGMP Querier in a specific period will be removed from the address group tables. Once all members have left a multicast group the switch will remove the multicast address from its table.

IGMP Snooping

IGMP is a layer 3 protocol, which means that switches (operating at layer 2) should be unaware of it. However, if switches are unaware of IGMP, how can they know what ports to send a multicast packet to? The answer is: they don't. By default, a switch will treat a multicast packet like a broadcast packet, and send it to all ports, unless that switch supports IGMP snooping.

IGMP snooping is a switch feature designed to reduce multicast flooding, effectively preventing the switch from broadcasting everything that comes into the switch to all nodes on the switch. Instead IGMP snooping lets the switch listen to the IGMP joining messages to build a map of what ports actually want to be members of which multicast groups.

To fix the multicast flooding problem created by IGMP, IGMP snooping was implemented as a feature on switches allowing them ability to act the way an IGMP router operates, using IGMP messages to determine what switch ports will forward and receive multicast traffic. Through the snooping mechanism, the receivers' IGMP join and leave messages exist so the switch can process how many copies to make of the multicast transmissions and decide on which ports to forward those packets.

The IGMP version used by the switch must match the sending host in order to be functional, IGMP v3 is backwards compatible to 2, and 2 to 1. It is best to match the versions so similar versions but should defer to manufacturer for appropriate version.

IGMP is the protocol that devices use to send a message to tell the switch they want to receive a stream; the join request gets sent to the switch and the IGMP snooping table gets populated and mapped to their respective port identifiers.

Multicast AVB

So far the scope of this article primarily covered IP multicast using layer 3 solutions with a layer 2 overlay. There also exists a dedicated layer 2 multicast solution for AV devices relying on Audio Video Bridging (AVB/TSN).

AVB works using a suite of network standards published/designed by IEEE (Layer 2) which allow digital audio and video signals to be transmitted over a standard Ethernet network. AVB protocols were designed to deliver low latency, multi-channel, uncompressed audio/video transmissions, using AVB-compatible network switches. AVB provides a solution outside of using IGMP and IGMP snooping to deliver multicast streams on the network working within Layer 2 on your LAN.

AVB-TSN networks provide robust network scalability with the least amount of configuration required to the network. This form of multicast creates a true plug and play multicasting solution removing many of the pitfalls and configuration requirements of traditional layer 3 multicast solutions. Once ports on the switch requiring AVB are enabled, the automation of AVB protocols handles the remaining configuration within the AVB network. This reduces misconfigurations and saves time in configuring and troubleshooting your multicast network.

Mac Address For Multicast Address

Conclusion

Mac Address For Multicast Calculator

Multicast networks will vary. They might only occur in a single switch, hop multiple switches, or connect to routers across your customer's enterprise network. The intent of this article seeks to provide the conceptual understanding to describe the main components required for AV network functionality using multicast.

Remember that when implementing IGMP snooping, the burden does not fall on the switch or switch manufacturer, IGMP snooping functionality relies on many non-automated modifications to the network. This approach places administrative burden on configuring of the endpoints ingress to support IGMP Snooping (for multicasting) along with applying proper QoS at a minimum.

IGMP and IGMP snooping deployments also rely on endpoints to take the full burden of clock synchronization over a network with indeterminate latency and higher jitter potential which might find drawbacks in terms of the maximum network bandwidth (imposed by IGMP Snooping), source switching time (IGMP Snooping again), clock accuracy, and the amount of configuration and IT skills required of the integrator.

Layer 2 Multicast Address

Lastly, IEEE AVB based multicast removes IGMP and IGMP snooping complexities preventing many issues that arise in traditional multicast networks, ultimately providing a layer 2 IEEE designed solution that automates and protects the entire network from AV traffic issues creating a truly plug and play AV network solution.

Mac Address Multicast Bit

References

  • AMX. (2020). Multicast for Enterprise Video Streaming. Retrieved from https://www.amx.com: https://www.amx.com/en/premium-conte..ideo-streaming
  • Beal, V. (2020). The 7 Layers of the OSI Model. Retrieved from https://www.webopedia.com: https://www.webopedia.com/quick_ref/OSI_Layers.asp
  • Cisco Systems. (2020). Internet Protocol IP Multicast Technology. Retrieved from https://www.cisco.com: https://www.cisco.com/en/US/tech/tk8..0800a4415.html
  • Cisco Systems. (2020). IP Mutlicast. Retrieved from https://www.cisco.com: https://www.cisco.com/c/en/us/tech/i..ast/index.html
  • Dell. (2018). What is IGMP and how does it work? - Technical Tip - 132521. Retrieved from https://www.dell.com/: https://www.dell.com/support/article..132521?lang=en
  • Etutorials.org. (2020, March 26). The Central Multicast Problem. Retrieved from http://etutorials.org: http://etutorials.org/cert/ccnp+bsci..dation+Topics/
  • Extreme Networks. (2019, October 11). How To Pass Multicast Traffic on an Extreme Switch. Retrieved from https://gtacknowledge.extremenetworks.com: https://gtacknowledge.extremenetwork..fs=Search&pn=1
  • Fairhurst, G. (2009, October 03). EG3557. Retrieved from https://erg.abdn.ac.uk: https://erg.abdn.ac.uk/users/gorry/c..i-b-mcast.html
  • Network Lessons (2020). Introduction to Multicast. Retrieved from https://networklessons.com: https://networklessons.com/multicast..n-to-multicast
  • IETF. (2006, May). Considerations for Internet Group Management Protocol (IGMP). Retrieved from https://tools.ietf.org: https://tools.ietf.org/html/rfc4541
  • Indresøvde, E. (2019, April 18). IGMP and the Quirky Querier. Retrieved from https://www.ravepubs.com: https://www.ravepubs.com/igmp-quirky-querier/
  • Ionos. (2020, March 26). Multicast: Point-to-multipoint connection for efficient data transfer. Retrieved from https://www.ionos.com/: https://www.ionos.com/digitalguide/s..how/multicast/
  • Johnson, V. J. (2020). How IP Multicast Works. Retrieved from https://www.csie.ntu.edu.tw: https://www.csie.ntu.edu.tw/~course/..ipmcworks.html
  • Juniper. (2015, Januray 19). Multicast Overview. Retrieved from https://www.juniper.net: https://www.juniper.net/documentatio..-overview.html
  • Schluting, C. (2020). Networking 101: Understanding Multicast Routing. Retrieved from http://www.enterprisenetworkingplanet.com: http://www.enterprisenetworkingplane..st-Routing.htm
  • Various. (2020). Understanding TCP, UDP and videoconferencing protocols. Retrieved from https://www.reddit.com/: https://www.reddit.com/r/networking/..oconferencing/
  • wikimedia.org. (2020). File:Difference unicast multicast broadcast.jpg. Retrieved from https://commons.wikimedia.org: https://commons.wikimedia.org/wiki/F.._broadcast.jpg
  • wikimedia.org. (2020). File:IGMP Snooping Example - en.png. Retrieved from https://commons.wikimedia.org: https://commons.wikimedia.org/wiki/F..ample_-_en.png
  • wikimedia.org. (2020). File:Multicast Protocols - en.png. Retrieved from wikimedia.org: https://commons.wikimedia.org/wiki/F..ocols_-_en.png
  • wikimedia.org. (2020). File:Protocol Independent Multicast. Retrieved from https://en.wikipedia.org: https://en.wikipedia.org/wiki/Protoc..dent_Multicast
  • wikimedia.org. (2020). File:Osi-model.png. Retrieved from https://commons.wikimedia.org: https://commons.wikimedia.org/wiki/File:Osi-model.png
  • wikimedia.org. (2020). File:IGMP LAN.svg. (2020). Retrieved from https://commons.wikimedia.org/wiki/File:IGMP_LAN.svg: https://commons.wikimedia.org/wiki/File:IGMP_LAN.svg
  • wikimedia.org. (2020). File:IPv4 Multicast to Mac Address Swedish.svg. (2020). Retrieved from wikimedia.org: https://commons.wikimedia.org/wiki/F..ss_Swedish.svg




broken image