Currently in all our course content, we only specify that when JOIN messages are sent by a host:
- they are unicast to the core router
- and each intermediate router receiving that request will enable the necessary link(s) to join that new host to the tree, and forward the message to the next-hop router towards the core.
Thus, our material (at least based on my interpretation) assumes that all JOIN messages will reach the core.
However, this is inconsistent with the the original CBT paper, which says on page 91:
The join continues its journey until it either reaches
the addressed core, or reaches a CBT-capable router
that is already part of the tree, as identified by the
group-id. At this point, the join’s journey is terminated
by the receiving router, which then decidesl whether to
acknowledge the join request.
Content affected (not comprehensive):
Currently in all our course content, we only specify that when
JOINmessages are sent by a host:Thus, our material (at least based on my interpretation) assumes that all
JOINmessages will reach the core.However, this is inconsistent with the the original CBT paper, which says on page 91:
Content affected (not comprehensive):
JOINmessages are terminated before reaching core.