A network administrator is assigning an IP address to a newly deployed web server. The default gateway interface for the server's subnet is configured with the IP address and a subnet mask of . Which of the following IPv4 addresses is a valid usable host address on the same subnet as the default gateway?
- Answer
- B
- C
- D
Answer
The IP address is a valid usable host address on the subnet.
The subnet mask (/22) establishes a block size of in the third octet (). For the default gateway IP , the subnet network address is , giving a usable host range of to and a broadcast address of . The IP address falls directly within this valid host range.
Step-by-Step Solution
Key Concept
IPv4 Subnet Masking and Usable Host Range Calculation