IPv4 Multicast Flashcards
What is multicast?
Multicast is a type of group communication where data transmission is addressed to a group of destination computers simultaneously. Multicast can be one-to-many or many-to-many distribution.
In other words, a single packet can be forwarded on to multiple other endpoints or networks.
What is the IPv4 address range for multicast addresses?
Class D addresses from 224.0.0.0 - 239.255.255.255. (224.0.0.0/4)
Note there are some exceptions in that range for special purposes.
What is IGMP?
Internet Group Management Protocol - the protocol a host endpoint will use to join a Multicast group. This occurs within a given VLAN/network for hosts to tell their routers they want to listen for Multicast traffic.
What is a multicast group?
An IP address that will specify a one-to-many relationship for data transfer. Endpoint hosts will request to join a multicast group via IGMP.
In multicast, what is a receiver?
A host that is looking to subscribe to a multicast group.
In multicast, what is a stream?
The data packets that are being sent to a multicast group.
What is an MDT?
Multicast Distribution Tree
In a Multicast Distribution Shared Tree, what is an RP?
Rendezvous Point - the starting point or Trunk of the tree.
In Multicast, what is PIM?
Protocol Independent Multicast - this is the router-to-router communication to negotiate multicast neighbors.
In Multicast distribution, what is a SPT?
Shortest Path Tree - when routers negotiate a multicast path that is a more direct path than traversing the shared tree.
What are the three types of Multicast Modes?
Dense Mode
Sparse Mode
Source Specific Multicast (SSM)
How does Multicast Dense Mode function?
The router just sends multicast messages to all of its PIM neighbors. When a network or neighbor doesn’t want the traffic, it will send back “Prune” messages to stop it.
This is the least popular type of Multicast mode
How does Sparse Mode function?
It uses a Rendezvous Point, IGMP, and PIM to negotiate multicast distribution trees (shared or shortest path)
In multicast, what are the FHR and the LHR?
First Hop Router - attached to the source LAN
Last Hop Router - attached to the receiver LAN
What is the formal name of a “Join” message?
IGMP Membership Report
How does SSM (Source Specific Multicast) function?
When a client knows the source of a multicast and wants to subscribe to that multicast group via IGMP.
In multicast, what is RPF?
Reverse Path Forwarding - an algorithm used to prevent loops and ensure that multicast traffic is arriving on the correct interface.
What are the commands to enable multicast sparse mode on a router and enable IGMPv3?
Router(config)# ip multicast-routing distributed
Router(config)# int gi0/1
Router(config-if)# ip pim sparse-mode
Router(config-if)# ip igmp version 3
Router(config)# ip pim rp-address <ip></ip>
What feature does IGMPv3 contain that makes it the desired protocol to configure on an interface?
Multicast source filtering