Chap 13 - Multicast (part 1) Flashcards
What 2 components does Multicast rely on?
- IGMP
- PIM
What layer does IGMP operate at?
Layer 2
What layer does PIM operate at?
Layer 3
What is the MDT?
Multicast Distribution Tree
What address range has been assigned for Multicast?
224.0.0.0/4 to 239.255.255.255
What are the first 4 bits of the multicast range?
1110
What addresses does the Local Network Control Block contain?
224.0.0.0/24
What addresses does the Local Internetwork Control Block contain?
224.0.1.0/24
What is the address range of the Local Network Control Block, what is it used for, and what are 3 examples?
- 224.0.0.0/24
- Used for protocol control traffic that is not forwarded outside of a broadcast domain
- All hosts use 224.0.0.1
- All routers use 224.0.0.2
- All PIM routers use 224.0.0.13
What is the range of the Internetwork Control Block, what is it used for, and what are 3 examples?
- 224.0.1.0/24
- Used for protocol control traffic that may be forwarded through the Internet
- NTP uses 224.0.1.1
- Cisco-RP-Announce uses 224.0.1.39
- Cisco-RP-Discovery uses 224.0.1.40
What does SSM stand for and what is it?
- Source Specific Multicast
- PIM extension
- Forwards traffic to receivers from only those sources that receivers have expressed interest
What address range is used by Source Specific Multicast Block?
232.0.0.0/8
What address range is used by the GLOP Block?
233.0.0.0 to 233.251.255.255
What is the scope of the GLOP Block, what address range is it, what does it provide for, and who can use it?
- Global in scope
- 233.0.0.0 to 233.251.255.255
- Provides for statically assigned addresses by mapping an organizations ASN number into the 2nd and 3rd octets of a multicast address.
- For domains with 16-bit ASN numbers
How are ASNs mapped into the GLOP Block?
- Maps a domains 16-bit ASN number into the middle two octets
- 233.x.y.0/24 where x and y contain 8 bits each of the 16-bit ASN.
What 2 alternatives does an organization who wants an address from the GLOP Block but their ASN is 32-bits?
- Take an assignment from the Ad hoc range
- Consider IPV6 Multicast Addresses
What address range has been assigned for the Administratively Scoped Block?
239.0.0.0/8
What address range is the Administratively Scoped Block, what is its scope, what can it be compared with, who can use it, and what is it typically used for?
- 239.0.0.0/8
- Scope is private
- Similar to private IP addressing (RFC1918)
- Network administrators are free to use this address range but only in their domain
- Typically used by SSM even though SSM has its own block
What does the first 24 bits of a Multicast MAC address start with?
01:00:5E
What are the components of a Multicast MAC address?
- bits 1 to 24 - 01:00:5E
- bit 25 is multicast bit always set to 0
- The last 23 bits are copied directly from the multicast IP address
- This leaves the possibility of 32 overlapping addresses
Where in a Multicast MAC address is the Multicast/Broadcast bit and what should it be set at?
- Low order bit of the first 8 bits
- Set to 1 for multicast (or broadcast)
What does a receiver do when a receiver wants to receive a specific multicast feed?
- Sends an Unsolicited Membership Report (aka IGMP Join) using the multicast IP address of that group.
- Reprograms its NIC to accept the multicast MAC group address that correlates to the group IP address
What protocol do receivers use when they want to join multicast groups and receive traffic from that group?
IGMP
What is IGMP, where is it enabled and how many versions are there?
- Internet Group Management Protocol
- Needs to be enabled on receiver and router
- There are 3 versions