What causes identical IP addresses with two SLAAC-configured computers?
A new computer that was connected to the network reported an error of an Identical IP address with another computer. Both computers were configured for SLAAC. Which of the following is causing the error?
Community Votes
71% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This question tests how SLAAC builds IPv6 host addresses from MAC addresses; the trap is confusing router advertisements with DHCP-style address assignment, when RA only supplies the network prefix.
In the CompTIA Network+ N10-008 exam, a duplicate IPv6 address error between two SLAAC computers is best explained by duplicate MAC addresses. Community discussion supports that SLAAC derives its EUI-64 interface identifier from the MAC address, making an incorrect router advertisement a common but incorrect choice.
The most common wrong answer is C, Incorrect router advertisement. Many learners assume a bad RA can assign identical IPv6 addresses, but SLAAC host bits come from the MAC address, so two devices with the same MAC will generate the same IPv6 address.
Community Discussion (6 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
B is correct because SLAAC uses the interface identifier generated from the device's MAC address (EUI-64) to complete the IPv6 address. If two computers have identical MAC addresses, they will compute the same interface identifier and, when combined with the same advertised prefix, create the same IPv6 address, causing a conflict as described in the question.Why the Other Options Are Wrong
A rogue DHCP server is not relevant because SLAAC is stateless and does not use DHCP for address assignment. An incorrect router advertisement may provide a wrong prefix or gateway, but it does not assign full host addresses—the host portion comes from the MAC. A wrong VLAN assignment would isolate traffic rather than create two identical addresses on the same network segment.Community Comment Notes
Comments supporting C incorrectly state that a router advertisement can make multiple devices receive the same IP address, but RA only advertises network parameters. More useful comments note that SLAAC creates addresses from MAC addresses, so duplicate MACs cause duplicate IPv6 addresses, as correctly described by several respondents.Official Reference
Exam Strategy
Remember that SLAAC is a host-autoconfiguration mechanism, not a server-allocation one. If the question reports identical IPv6 addresses, think about what is identical on the two hosts—their MAC addresses—not router-side configuration.