An administrator is configuring a new virtual network named `VNet1` in an Azure subscription. The virtual network is assigned an address space of .
The administrator has the following requirements:
- Deploy Azure Bastion to secure access to virtual machines.
- Create a subnet named `Subnet-Web` that must support at least virtual machines.
Which two of the following subnet configurations should the administrator implement to meet the requirements? (Select two.)
- A subnet named `AzureBastionSubnet` with the address range Cevap
- A subnet named `Subnet-Web` with the address range Cevap
- CA subnet named `Subnet-Web` with the address range
- DA subnet named `AzureBastionSubnet` with the address range
- EA subnet named `BastionSubnet` with the address range
Cevap
A subnet named AzureBastionSubnet with the address range 10.200.2.0/26 and a subnet named Subnet-Web with the address range 10.200.1.0/27
To deploy Azure Bastion, the subnet must be named exactly AzureBastionSubnet and have a subnet prefix of /26 or larger. Therefore, the subnet named AzureBastionSubnet with the range 10.200.2.0/26 is correct. To host 12 virtual machines in Subnet-Web, the subnet must support at least 17 IP addresses because Azure reserves 5 IP addresses in every subnet (the first four and the last one). A /28 subnet only provides 11 usable IP addresses (16 - 5), whereas a /27 subnet provides 27 usable IP addresses (32 - 5), making the range 10.200.1.0/27 the minimum size that meets this requirement.
Adım Adım Çözüm
Anahtar Kavram
Azure virtual network subnet sizing including the 5 reserved IP addresses and Azure Bastion configuration requirements.