Перейти до основного вмісту
Answer confirmed
Question

You have an Azure subscription that contains a virtual network named VNet1 and a subnet named Subnet1. Subnet1 is configured to use an IP address range of 192.168.0.0/24.

You plan to deploy a virtual machine named VM1 to Subnet1 and assign VM1 a static IP address.

You need to identify the first IP address that you can assign to VM1 on Subnet1.

Which IP address should you identify?

Proposed answer
  • 192.168.0.1
  • 192.168.0.2
  • 192.168.0.3
  • 192.168.0.4
Comments

192.168.0.4

Azure reserves the first four addresses in each subnet address range. You cannot assign these four addresses to resources. Effectively, the first IP address that can be assigned to a network interface of an Azure virtual machine connected to the subnet with an IP address range of 192.168.0.0/24 is 192.168.0.4.

Implement IaaS VM IP addressing - Training | Microsoft Learn