Difficulty: Easy
Correct Answer: broadcast
Explanation:
Introduction:
Network transmission scopes include unicast (one-to-one), multicast (one-to-many, group-scoped), and broadcast (one-to-all on a local domain). Recognizing these terms is essential for configuring switches, routers, and wireless networks, and for understanding traffic behavior and security implications.
Given Data / Assumptions:
Concept / Approach:
Broadcast means sending a frame or signal such that all nodes in the broadcast domain receive it (e.g., Ethernet FF:FF:FF:FF:FF:FF, IPv4 255.255.255.255 or subnet broadcast). This differs from multicast (group-scoped) and from protocol names like ALOHA (a random access method). “Bandwidth” is a capacity metric, not a transmission scope. “Analog transmission” indicates signal form, not audience scope.
Step-by-Step Solution:
1) Map “one sender → many/all receivers” to broadcast.2) Exclude unrelated terms: bandwidth (capacity), ALOHA (MAC protocol), analog (signal type).3) Select “broadcast.”4) Note that on routed networks, broadcasts are confined to a local domain for scalability.
Verification / Alternative check:
Switch behavior (flooding unknown unicast and propagating broadcasts) illustrates how broadcast reaches all ports within a VLAN unless filtered.
Why Other Options Are Wrong:
Common Pitfalls:
Using “broadcast” when “multicast” is intended; multicast targets subscribed members, not every station.
Final Answer:
broadcast
Discussion & Comments