You are designing a new Azure virtual network named `vnet-finance-prod` with an address space of . You need to create a subnet named `snet-app` that must support at least 60 concurrent virtual machine instances. What is the smallest subnet size, represented by the largest CIDR prefix length, that you can assign to `snet-app` to satisfy this requirement?
- /25Cevap
- B/26
- C/27
- D/24
Cevap
The correct subnet size prefix is /25.
The correct prefix is /25 because a /25 subnet provides 128 total IP addresses. Subtracting the 5 IP addresses reserved by Azure yields 123 usable IP addresses, which is the smallest standard prefix that can accommodate the required 60 hosts.
Adım Adım Çözüm
Anahtar Kavram
Azure virtual networks reserve 5 IP addresses per subnet, which must be factored into subnet sizing calculations.
Tahmini Süre:1m 30s