What Is the Correct Subnet Mask for an ISP-Assigned /28 Range?
An ISP provided a company with an IP range of 98.174.235.142/28. A network technician configured a router with a subnet mask of 255.255.255.224 and default gateway of 98.174.235.129. After the configuration was set up. the company is unable to connect to the ISP. Which of the following would resolve this issue?
Community Votes
83% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The question tests whether you understand slash notation, subnet masks, and usable host addresses—the key trap is confusing the network address with an assignable host IP.
Learn why the correct fix for an ISP /28 address configuration is changing the router's subnet mask from 255.255.255.224 (/27) to 255.255.255.240 (/28). Community experts agree that option A resolves the connectivity failure while options like changing the IP to .128 are invalid.
The most common wrong answer is D, choosing to change the static IP to 98.174.235.128/28. Many test takers mistakenly believe this aligns with the /28 block, but .128 is the network address and cannot be assigned to a host; the original .142 is a valid usable address in the .128/28 range.
Community Discussion (3 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Option A fixes the router's subnet mask to 255.255.255.240, which is the dotted-decimal form of a /28 prefix. The ISP assigned 98.174.235.142/28, so the router must be configured with a /28 mask to match the assigned subnet boundary. The default gateway 98.174.235.129 is the first usable host in the .128/28 network, and .142 is the last usable host, so both are valid. Using /27 (255.255.255.224) makes the local subnet too large and can cause routing or reachability problems. Thus, changing the mask to .240 directly resolves the mismatch.Why the Other Options Are Wrong
Option B is unrelated because replacing the Ethernet cable does not affect IP addressing or subnetting. Option C, changing the CIDR to /29, would shrink the subnet to only 8 addresses and does not match the ISP-provided /28 range. Option D, changing the static IP to 98.174.235.128/28, is invalid because .128 is the network address, not a usable host address. The current IP .142 is within the /28 block and does not need to be changed; the only missing piece is the correct subnet mask.Community Comment Notes
Comment [1] correctly summarizes that you simply need to change the subnet mask. Comment [2] reinforces that .240 equals /28, which aligns with the ISP-provided range. Some users who voted for D may have confused the network address with a usable IP, but the network address .128 cannot be configured as a host. The community consensus, supported by subnetting fundamentals, is that option A is the correct fix.Official Reference
Exam Strategy
On exam day, when you see an IP with a prefix like /28, immediately convert it to its dotted-decimal mask: /28 = 255.255.255.240. Check that both the assigned IP and the gateway fall inside the same subnet, and never choose a network or broadcast address as a host IP.
Related Analysis
Practice All N10-009 Questions
Access 100 questions with complete answers and detailed explanations.
View Full N10-009 Practice Test →