You are planning the deployment of a new workload in Azure. You have an Azure virtual network named `vnet-manufacturing` with an address space of . You create a subnet named `snet-assembly` with an address prefix of . You need to deploy virtual machines in `snet-assembly` that each require a dedicated private IP address.
Statement: The subnet address space is sufficient to host the virtual machines.
Answer: Answer
Answer
The statement is false. An Azure subnet with a prefix provides total IP addresses. Since Azure reserves five IP addresses in every subnet, only IP addresses are usable, which is insufficient for virtual machines.
The statement is false. In Azure, every subnet reserves five IP addresses: the first four addresses and the last address. For a subnet, the total number of IP addresses is . Subtracting the reserved addresses leaves only usable IP addresses. This is not enough to support the required virtual machines.
Step-by-Step Solution
Key Concept
Azure Virtual Network subnet size calculations and reserved IP addresses