An administrator is designing a new virtual network named in an Azure subscription. The address space for is configured as . The administrator must configure the following subnets within to meet specific workload requirements:
* `Subnet-DB` must support at least database servers.
* `Subnet-App` must support at least application servers.
* A dedicated subnet for Azure Bastion to enable secure browser-based management.
* A dedicated subnet for an Azure VPN Gateway.
To minimize IP address waste, each subnet must use the smallest possible CIDR block (largest prefix size) that meets its requirements. All subnets must be non-overlapping.
Which subnet configuration meets the requirements?
- Subnet-DB: , Subnet-App: , AzureBastionSubnet: , GatewaySubnet: Cevap
- BSubnet-DB: , Subnet-App: , AzureBastionSubnet: , GatewaySubnet:
- CSubnet-DB: , Subnet-App: , AzureBastionSubnet: , GatewaySubnet:
- DSubnet-DB: , Subnet-App: , BastionSubnet: , GatewaySubnet:
Cevap
The correct subnet configuration is Subnet-DB: , Subnet-App: , AzureBastionSubnet: , GatewaySubnet: .
The correct configuration uses Subnet-DB as , Subnet-App as , AzureBastionSubnet as , and GatewaySubnet as . It satisfies all of Azure's sizing and naming constraints: Subnet-DB requires a block to support database servers (since a only has usable IPs due to the reserved IPs); Subnet-App requires a block to support application servers (since a only has usable IPs); AzureBastionSubnet has the correct name and satisfies the minimum prefix size of ; GatewaySubnet has the correct name and satisfies the minimum prefix size of ; and none of the subnets overlap.
Adım Adım Çözüm
Anahtar Kavram
Azure Virtual Network subnetting requires accounting for 5 reserved IP addresses per subnet and adhering to system naming and prefix requirements for special subnets such as AzureBastionSubnet (minimum /26) and GatewaySubnet (minimum /29).
Tahmini Süre:3m 0s