A network administrator needs to segment the IPv4 network block to accommodate multiple remote office LANs, with the largest subnet requiring support for up to 500 usable host IP addresses. Which of the following statements regarding the subnet design and IP address allocation are correct? (Select TWO.)
- A /23 prefix (subnet mask 255.255.254.0) is the smallest subnet mask that accommodates 500 usable host IP addresses.Answer
- The first usable host IP address in the second /23 subnet carved from this block is 10.200.18.1.Answer
- CA /24 prefix (subnet mask 255.255.255.0) can be assigned to accommodate 500 usable hosts by using variable-length subnet masking.
- DThe broadcast address for the first /23 subnet allocated from this block is 10.200.16.255.
Answer
The correct statements are that a /23 prefix (255.255.254.0) is the smallest prefix capable of supporting 500 usable hosts, and the first usable host IP address in the second /23 subnet is 10.200.18.1.
To support 500 hosts, 9 host bits are necessary (), resulting in a /23 mask (). The first /23 subnet ranges from to with broadcast address . The second /23 subnet starts at , making its first usable host address.
Step-by-Step Solution
Key Concept
IPv4 Subnetting and Host Capacity Calculation