An organization has a virtual network configured with the address space . An administrator needs to create a new subnet named `snet-appdev` to deploy exactly virtual machine instances. The administrator proposes assigning the address prefix to the new subnet. Does the proposed address prefix provide a sufficient number of usable IP addresses for the virtual machine instances?
Answer: Answer
Answer
No, the proposed address prefix does not provide a sufficient number of usable IP addresses.
The correct response is false because a subnet provides total IP addresses. Azure reserves IP addresses in each subnet (the first four and the last one). This leaves usable IP addresses (). Since virtual machine instances need to be deployed, the subnet is too small.
Step-by-Step Solution
Key Concept
Azure-specific subnet constraints including the five reserved IP addresses.