An administrator configures a virtual network named `VNet-Prod` with an address space of . The virtual network contains a subnet named `AzureBastionSubnet` with an address space of , and a subnet named `Subnet-App` with an address space of . `Subnet-App` must support at least 60 virtual machines. Statement: The proposed configuration is valid and provides enough usable IP addresses for the virtual machines in `Subnet-App`. Is the statement true?
Cevap: Cevap
Cevap
The statement is false because a /26 subnet in Azure only provides 59 usable IP addresses, which is insufficient to support the required 60 virtual machines.
The statement is false because a /26 prefix provides 64 total IP addresses. After subtracting Azure's 5 reserved IP addresses, only 59 usable addresses remain, which is not enough to support the 60 virtual machines required in the subnet.
Adım Adım Çözüm
Anahtar Kavram
Azure subnets reserve 5 IP addresses (the first 4 and the last 1 address), which reduces the number of usable IP addresses available for resources.