A cloud network engineer is provisioning a subnetwork for a microservices cluster within a virtual private cloud (VPC). The subnetwork is assigned the IPv4 block . Which of the following IPv4 addresses represents the last usable host IP address that can be assigned to a container instance in this subnet?
- 10.240.12.254Answer
- B10.240.12.255
- C10.240.12.128
- D10.240.12.253
Answer
10.240.12.254 is the last usable host IPv4 address in the 10.240.12.128/25 subnet.
With a /25 network mask, 7 host bits are available, creating a subnet size of 128 total IP addresses (). The subnet range spans from 10.240.12.128 to 10.240.12.255. The network address is 10.240.12.128 and the broadcast address is 10.240.12.255. The usable host IP range is 10.240.12.129 through 10.240.12.254, making 10.240.12.254 the last usable host address.
Step-by-Step Solution
Key Concept
IPv4 Subnet Boundaries and Usable Host Range Calculation
Estimated Time:1m 30s