28 CHAPTER 3: USING MULTICAST FILTERING
A multicast packet is identified by the presence of a multicast group
address in the destination address field of the packet’s IP header.
Benefits of Multicast The benefits of using IP multicast are that it:
Enables the simultaneous delivery of information to many receivers in
the most efficient, l ogical way.
Reduces the load on the source (for example, a server) because i t does
not have to produce multiple copies of the same d ata.
Makes efficient use of network bandwidth and scales well as the
number of participants or collaborators expands.
Works with other IP protocols and services, such as Quality of Service
(QoS).
There are situations where a multicast approach is more logical and
efficient than a unicast approach. Application examples include distance
learning, transmitting stock quotes to brokers, and c ollaborative
computing.
A typical use of multicasts is in video-conferencing, where high volumes
of traffic need to be sent to several endstations simultaneously, but where
broadcasting that traffic to all endstations would seriously redu ce
network performance.
Multicast Filtering Multicast filtering is the process that ensures that endstations only receive
multicast traffic if they register to join specific multicast groups. With
multicast filterin g, network devices onl y forward multicast t raffic to the
ports that are connected to registered endstations.
Figure 4 shows how a network behaves without m ulticast filtering and
with multicast filterin g.