A network engineer is provisioning subnets from the allocated summary block to expand an enterprise corporate network. The design specification requires Subnet A to accommodate at least 1,000 usable host endpoints and to be allocated starting from the very first available boundary of the block. Additionally, all assigned addresses must strictly comply with RFC 1918 private IPv4 space. What is the last usable IPv4 host address on Subnet A?
- 172.25.195.254Answer
- B172.25.195.255
- C172.25.193.254
- D172.32.195.254
Answer
172.25.195.254
To support at least 1,000 usable hosts, a subnet requires 10 host bits because usable addresses ( is insufficient). Subtracting 10 host bits from 32 total bits yields a subnet mask (). Allocating a subnet from the start of the block results in a subnet spanning to . The last usable IPv4 address is one less than the broadcast address, which is . Furthermore, is fully within the RFC 1918 private IP range ().
Step-by-Step Solution
Key Concept
VLSM host calculation and RFC 1918 private IPv4 address boundaries