Why Router Interfaces Cannot Use Broadcast Addresses
A network administrator configured a router interface as 10.0.0.95 255.255.255.240. The administrator discovers that the router is not routing packets to a web server with IP 10.0.0.81/28. Which of the following is the best explanation?
Community Votes
100% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Tests your ability to derive subnet ranges from CIDR notation and recognize reserved addresses, with the common trap being the assumption that similar-looking IPs automatically belong to different networks.
This CompTIA Network+ N10-009 question tests IPv4 subnet boundary calculations and host address restrictions. Community consensus confirms that assigning a broadcast address to a router interface breaks local communication because it violates fundamental IP addressing standards.
Option A is frequently selected when candidates skip the subnet math, incorrectly assuming the addresses fall into different ranges instead of recognizing they share the same /28 block.
Community Discussion (4 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
A /28 prefix corresponds to a 255.255.255.240 mask, creating blocks of 16 IP addresses. For the 10.0.0.80 subnet, the usable range is 10.0.0.81 through 10.0.0.94, making 10.0.0.95 the designated broadcast address. Router interfaces must be assigned usable host addresses within a subnet, never the network or broadcast address, which explains the routing failure.Why the Other Options Are Wrong
Option A is incorrect because both the router and server reside in the exact same /28 subnet. Option C is irrelevant since Class A/B/C boundaries are obsolete in modern CIDR routing environments. Option D is misleading because while 10.0.0.0/8 is indeed private, private addressing does not inherently block local routing or inter-subnet communication.Community Comment Notes
Multiple high-voted comments [1][2] emphasize using the magic number method (256-240=16) to quickly map the 80-95 range. Comment [4] reinforces that exam candidates should immediately flag any interface configuration ending in the final IP of a subnet block as invalid. These explanations align perfectly with standard networking certification troubleshooting methodologies.Official Reference
Exam Strategy
Always calculate subnet ranges using the block size method before evaluating IP conflict questions. Memorize that the first IP is the network identifier and the last IP is the broadcast address, neither of which can be assigned to end devices or router interfaces.
Related Analysis
Practice All N10-009 Questions
Access 100 questions with complete answers and detailed explanations.
View Full N10-009 Practice Test →