CV0-003 · Question #248
A cloud implementation engineer successfully created a new VM. However, the engineer notices the new VM is not accessible from another network. A ping test works from another VM on the same subnet…
The correct answer is A. Incorrect subnet. This question tests network troubleshooting for a VM that communicates locally but fails to reach hosts on other networks, requiring identification of the root misconfiguration.
Question
A cloud implementation engineer successfully created a new VM. However, the engineer notices the new VM is not accessible from another network. A ping test works from another VM on the same subnet. Which of the following is the MOST likely problem?
Options
- AIncorrect subnet
- BIncorrect host IP address
- CIncorrect VLAN
- DIncorrect gateway
How the community answered
(42 responses)- A74% (31)
- B7% (3)
- C14% (6)
- D5% (2)
Why each option
This question tests network troubleshooting for a VM that communicates locally but fails to reach hosts on other networks, requiring identification of the root misconfiguration.
An incorrect subnet configuration can cause a VM to appear functional within its local broadcast domain - since Layer 2 frames are delivered directly without a gateway - while preventing proper inter-network routing because the VM misidentifies which destinations require forwarding. A mismatched subnet mask explains why same-subnet pings succeed while all cross-network access fails.
An incorrect host IP address would typically cause broad connectivity failures including same-subnet pings, not a selective pattern where local communication succeeds but remote networks are unreachable.
An incorrect VLAN assignment would isolate the VM from all other hosts, including those on the same subnet, so same-subnet ping success rules out a VLAN mismatch as the primary cause.
An incorrect gateway would prevent cross-network traffic routing, but the gateway setting is only relevant after the subnet configuration is verified; a subnet error is more fundamental and would produce the same symptom pattern.
Concept tested: VM subnet misconfiguration causing cross-network connectivity failure
Source: https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-vnet-plan-design-arm
Topics
Community Discussion
No community discussion yet for this question.