101 · Question #594
Which of the following is a valid IP address and prefix length?
The correct answer is B. 192.168:0.129/25. A valid assignable host IP address must use correct dot-decimal notation and must not be the subnet's network or broadcast address. For a /25 subnet, the network address ends in .128 and the broadcast ends in .255, making those values unassignable.
Question
Which of the following is a valid IP address and prefix length?
Options
- A192.168.0.177/25
- B192.168:0.129/25
- C192.168:0.128/25
- D192.168.0.255/25
How the community answered
(46 responses)- A7% (3)
- B74% (34)
- C4% (2)
- D15% (7)
Why each option
A valid assignable host IP address must use correct dot-decimal notation and must not be the subnet's network or broadcast address. For a /25 subnet, the network address ends in .128 and the broadcast ends in .255, making those values unassignable.
While 192.168.0.177 is syntactically correct, the question as printed marks it wrong - likely because the exam intends .129 as the canonical first-host answer; note this choice may reflect an authoring error in the question.
Choice B (192.168.0.129/25, with the colon in the printed choice appearing to be a typographical error) represents the first usable host address in the 192.168.0.128/25 subnet, where valid hosts range from .129 to .254, making it a valid host IP and prefix combination.
192.168.0.128 is the network address of the 192.168.0.128/25 subnet and cannot be assigned to a host, regardless of the colon formatting error present in the printed choice.
192.168.0.255 is the broadcast address of the 192.168.0.128/25 subnet and cannot be assigned to any host on that subnet.
Concept tested: IPv4 valid host address within a /25 subnet
Source: https://learn.microsoft.com/en-us/troubleshoot/windows-client/networking/tcpip-addressing-and-subnetting
Topics
Community Discussion
No community discussion yet for this question.