400-007 · Question #153
Which architecture does not require an explicit multicast signaling protocol, such as PIM or P2MP, to signal the multicast state hop-by-hop, but instead uses a link state protocol to advertise the…
The correct answer is C. Bit indexed explicit replication. BIER (Bit Indexed Explicit Replication) encodes egress nodes as a bit string in the packet header and distributes forwarding state via link state protocol extensions, removing the need for hop-by-hop multicast signaling protocols like PIM or P2MP RSVP-TE.
Question
Which architecture does not require an explicit multicast signaling protocol, such as PIM or P2MP, to signal the multicast state hop-by-hop, but instead uses a link state protocol to advertise the multicast forwarding state?
Options
- ABinary indexed explicit routing
- BBinary intermediate enhanced routing
- CBit indexed explicit replication
- DBi-directional implicit replication
How the community answered
(35 responses)- A3% (1)
- B3% (1)
- C86% (30)
- D9% (3)
Why each option
BIER (Bit Indexed Explicit Replication) encodes egress nodes as a bit string in the packet header and distributes forwarding state via link state protocol extensions, removing the need for hop-by-hop multicast signaling protocols like PIM or P2MP RSVP-TE.
Binary indexed explicit routing is not a defined networking architecture or standard; it is a fabricated distractor.
Binary intermediate enhanced routing is not a defined networking architecture or standard; it is a fabricated distractor.
Bit Indexed Explicit Replication (BIER) uses IS-IS or OSPF extensions to advertise BIER forwarding information across the network, so each router knows how to forward multicast packets based on the bit string in the header. This design eliminates the need for PIM or P2MP RSVP-TE to signal multicast state hop-by-hop, as the link state protocol handles state distribution. The bit string in each packet identifies the exact set of egress nodes that need to receive the packet.
Bi-directional implicit replication is not a defined networking architecture or standard; it is a fabricated distractor.
Concept tested: BIER multicast forwarding without PIM signaling
Source: https://www.rfc-editor.org/rfc/rfc8279
Topics
Community Discussion
No community discussion yet for this question.