AZ-800 · Question #105
You have an Azure virtual machine named Server1 that runs a network management application. Server1 has the following network configuration: - Network interface.Nic1 - IP address 10.1.1.1/24…
The correct answer is B. Add a network interface to server1. First add another network interface to Server1, then connect it to Subnet2. Virtual network and subnets. A subnet is a range of IP addresses in the virtual network. You can divide a virtual network into multiple subnets for organization and security. Each NIC in a VM is…
Question
You have an Azure virtual machine named Server1 that runs a network management application. Server1 has the following network configuration:
- Network interface.Nic1
- IP address 10.1.1.1/24
- Connected to: Vnet1/Subnet1
You need connect Server1 to an additional subnet named Vnet1/Subnet2. What should you do?
Options
- ACreate a private endpoint on Subnet2
- BAdd a network interface to server1.
- CModify the IP configurations of Nic1.
- DAdd an IP configuration to Nic1.
How the community answered
(30 responses)- A3% (1)
- B80% (24)
- C3% (1)
- D13% (4)
Explanation
First add another network interface to Server1, then connect it to Subnet2. Virtual network and subnets. A subnet is a range of IP addresses in the virtual network. You can divide a virtual network into multiple subnets for organization and security. Each NIC in a VM is connected to one subnet in one virtual network. NICs connected to subnets (same or different) within a virtual network can communicate with each other without any extra configuration. https://docs.microsoft.com/en-us/azure/virtual-network/network-overview
Topics
Community Discussion
No community discussion yet for this question.