⚠ Common exam trap
Candidates often confuse multicast and anycast: multicast delivers to all members of a group, while anycast delivers to only the closest member. Also, broadcast is often mistakenly thought to be one-to-closest, but it is one-to-all.
Correct answer & explanation
✓Unicast: one-to-one communication
Unicast communication involves one-to-one transmission between a single sender and a single receiver. Broadcast is one-to-all communication, where a packet is sent to every device on the local subnet. Multicast is one-to-many communication, where a single sender transmits to a specific group of interested receivers. Anycast is one-to-one-of-many, where a packet is delivered to the nearest node among a group of potential receivers, typically used for services like DNS. The other options are incorrectly defined: Broadcast is not one-to-closest (that is anycast), Multicast is not one-to-all (that is broadcast), and Anycast is not one-to-group (that is multicast). Therefore, only option A is correctly matched.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.
✓Unicast: one-to-one communicationCorrect answer▾
Why this is correct
Unicast delivers a single packet stream from one source host to one specific destination host, addressed by a unique IPv4 address. It is the fundamental model for client-server and peer-to-peer exchanges such as HTTP requests, where each receiver gets its own copy. Because the destination is a single interface, routers forward using the longest-prefix match to that precise address.
✗Broadcast: one-to-closest communicationWrong answer — click to see why▾
Why this is wrong here
Broadcast is one-to-all communication within a network, not one-to-closest. The 'closest' concept applies to anycast, not broadcast.
★ When this WOULD be the correct answer
In a question asking to match 'Broadcast' to its role in IPv4 addressing, where the correct role is 'one-to-all communication within a broadcast domain'.
Why candidates choose this
Candidates may confuse broadcast with anycast, thinking broadcast delivers to the nearest node, or they misinterpret 'closest' as all nodes in the local segment.
✗Multicast: one-to-all communicationWrong answer — click to see why▾
Why this is wrong here
Multicast is one-to-group communication, not one-to-all. One-to-all is broadcast, which sends data to every host on the network segment.
★ When this WOULD be the correct answer
In a question asking 'Which communication method sends data from one source to all hosts on the network?', multicast would be wrong, but if the question were 'Which method sends data to a specific subset of hosts that have joined a group?', multicast would be correct.
Why candidates choose this
Candidates confuse multicast with broadcast because both involve multiple recipients, but multicast targets a specific group, not all hosts.
✗Anycast: one-to-group communicationWrong answer — click to see why▾
Why this is wrong here
Anycast is one-to-nearest communication (multiple hosts share the same IP, traffic goes to the closest), not one-to-group. The question asks for 'one-to-group', which describes multicast.
★ When this WOULD be the correct answer
A question that asks: 'Which communication type sends packets to the nearest member of a group, often used for DNS or CDN services?' Then anycast (one-to-nearest) would be correct.
Why candidates choose this
Candidates confuse 'any' with 'group' because the term 'any' suggests multiple possible destinations, leading them to incorrectly associate it with group communication instead of nearest-member delivery.
Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
About these practice questions
This 200-301 question is part of Courseiva's 1,389-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
How Courseiva writes practice questions · Editorial policy