Learn when unicast, multicast, anycast, and broadcast behavior matters for design, troubleshooting, and service delivery.
Traffic-pattern questions are distribution questions. CompTIA is usually testing whether you can match the communication method to the delivery need without creating unnecessary noise, wasted bandwidth, or the wrong scope of reachability.
Anycast: A routing model where one logical address is announced from multiple locations and the network delivers traffic to the closest path.
Broadcast domain: The set of devices that can receive the same Layer 2 broadcast traffic on a local segment or VLAN.
The strongest answers usually depend on whether the traffic should go:
| Traffic type | Best mental model | Common exam use |
|---|---|---|
| unicast | one sender to one receiver | ordinary client-server communication |
| multicast | one sender to an interested group | streaming or group-distribution scenarios |
| anycast | one logical destination served by several locations | nearest-service delivery or resiliency path selection |
| broadcast | one sender to all hosts in the local broadcast domain | local discovery or address-resolution behavior |
1ARP request -> broadcast on local segment
2Video stream to subscribed receivers -> multicast
3Web request to one server -> unicast
4Request to the nearest public resolver instance -> anycast
What to notice:
CompTIA often hides the right answer inside this question:
“How many receivers should get this traffic, and how far should it travel?”
Continue with 1.6 Transmission Media, Wireless Standards & Link Types to keep the domain flow intact.