This visual execution shows how messages are sent and received using topics and topic hierarchy in IoT protocols. A client publishes a message to a topic like home/kitchen/temperature. The broker checks all subscribers to see whose subscriptions match this topic. Subscribers can use wildcards like '#' to match multiple subtopics or '+' to match exactly one level. Subscribers with matching subscriptions receive the message. The execution table tracks each step, showing which subscribers get the message and why. The variable tracker shows how topics, messages, and subscriptions change during the process. Key moments clarify why wildcards work and how exact matches differ. The quiz tests understanding of subscriber message delivery and topic matching. The snapshot summarizes the main ideas about topic hierarchy and wildcards for quick recall.