An administrator is creating a new virtual network named `VNet1` with an address space of to host a new application. The administrator needs to configure subnets for `VNet1`. Which two statements describe correct configurations or requirements for the subnets?
- Azure reserves the first four and the last one IP addresses of each subnet's address range.Cevap
- The address range of any subnet created within `VNet1` must be a subset of the address space.Cevap
- CTo deploy Azure Bastion, you must create a dedicated subnet named `BastionSubnet` with a prefix of at least .
- DTo resolve custom domain names for VMs in `VNet1`, a Private DNS Zone is automatically linked to all subnets as soon as the zone is created.
Cevap
The correct statements are that Azure reserves the first four and the last one IP addresses of each subnet, and the address range of any subnet must be a subset of the virtual network's address space.
The correct statements are that Azure reserves the first four and the last one IP addresses of each subnet, and the address range of any subnet must be a subset of the virtual network's address space. Azure reserves these five IP addresses within every subnet for network routing, DNS, and DHCP services. Furthermore, any subnet created within a virtual network must fall completely within the address space allocated to the virtual network.
Adım Adım Çözüm
Anahtar Kavram
Azure virtual network subnets have strict size constraints, address allocation rules, and reserve 5 IP addresses per subnet.