13. Multicast Flashcards
What is Multicast?
A technology that optimizes network bandwith utilization and conserves system resources. Called one-to-many
What are the protocols for Multicast?
IGMP for layer 2
PIM for layer 3
What are the 2 disadvantages of Broadcast?
- Not enabled by default on Cisco, enabling exposes to DDoS
- Nic’s of uninterested workstations must still process the broadcast packets
How does Multicast traffic operate?
Provides a single data packet that is replicated between links as the data forks on a network device along the Multicast Distribution Tree (MDT). A network device requests to receive the stream.
What is the multicast address range?
224.0.0.0 up to 239.255.255.255. First bits always start with 1110
What is the designation of the range 224.0.0.0/24?
Local network control block
What is the designation of the range 224.0.1.0/24?
Internetwork control block
What is the designation of the range 232.0.0.0/8?
Source Specific Multicast block
What is the designation of the range 233.0.0.0/8?
GLOP block
What is the designation of the range 239.0.0.0/8?
Administratively scoped block
Where does the 24-bits Multicast MAC starts with?
01:00:5E
Which bit is always 0 and wich always 1 with Multicast?
The 25th bit is always 0
The 8th bit is always 1
How are the lowest 23 bits calculated?
Copied from the Multicast IP
How does a receiver request for a specific Multicast feed?
It sends a IGMP join using the multicast IP for that feed. The receivers reprograms the interface with the corresponding MAC address
What is IGMP?
Internet Group Management Protocol. Used by receivers to join and start receiving traffic from multicast groups.
How many versions of IGMP are there?
3 versions