- A
Verify the VMkernel port configuration
Why wrong: VMkernel is for host management, not VM traffic.
- B
Check the VM's firewall settings
Why wrong: Firewall would cause consistent drop, not intermittent.
- C
Check DNS resolution for the gateway
Why wrong: Ping uses IP, not DNS.
- D
Review the NIC teaming failover order and ensure active uplinks are up.
Intermittent drops can be caused by failover events.
Quick Answer
The answer is to review the NIC teaming failover order and ensure active uplinks are up. This is correct because when troubleshooting intermittent VM connectivity on a vDS, a healthy vDS health check and clean physical switch logs often mask a teaming misconfiguration: if the failover order designates a standby or unused uplink as active, or if a primary uplink is down, traffic can silently fail over to a degraded path, causing packet loss during failover events. On the VMware Certified Professional Data Center Virtualization VCP-DCV exam, this scenario tests your ability to distinguish between Layer 1/2 errors and logical teaming issues—a common trap is chasing phantom VLAN or MTU problems when the real culprit is an incorrect active/standby assignment. Remember the memory tip: “Active uplinks must be alive—if the order is off, the packets take a dive.”
VCP-DCV Configure and Manage vSphere Networking Practice Question
This VCP-DCV practice question tests your understanding of configure and manage vsphere networking. Examine the command output carefully: the correct answer depends on what the output actually shows, not on general recall alone. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A VM on a vSphere Distributed Switch is experiencing intermittent connectivity drops. The administrator checks the vDS health check and sees no errors. The physical switch logs show no issues. The VM is on a port group with VLAN 200. The administrator runs a ping from the VM to the gateway and notices packet loss. What should the administrator investigate next?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Review the NIC teaming failover order and ensure active uplinks are up.
Option D is correct because intermittent connectivity drops on a VM connected to a vDS, despite no errors on the vDS health check or physical switch logs, often point to a NIC teaming misconfiguration. If the active uplinks are not properly set or one uplink is down, the VM traffic may fail over to a standby or unused uplink, causing packet loss. Verifying the teaming failover order and ensuring all active uplinks are operational directly addresses this common cause of intermittent drops.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Verify the VMkernel port configuration
Why it's wrong here
VMkernel is for host management, not VM traffic.
- ✗
Check the VM's firewall settings
Why it's wrong here
Firewall would cause consistent drop, not intermittent.
- ✗
Check DNS resolution for the gateway
Why it's wrong here
Ping uses IP, not DNS.
- ✓
Review the NIC teaming failover order and ensure active uplinks are up.
Why this is correct
Intermittent drops can be caused by failover events.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often assume intermittent connectivity must be a VM firewall or DNS issue, overlooking the NIC teaming failover order as a primary cause of packet loss on a vDS when physical and vDS health checks show no errors.
Detailed technical explanation
How to think about this question
In a vSphere Distributed Switch, NIC teaming policies (e.g., Route based on originating virtual port) determine how VM traffic is distributed across uplinks. If the active uplink list includes a failed or degraded physical NIC, or if the failover order is misconfigured (e.g., an uplink in standby when it should be active), the VM's traffic may be sent to a non-functional path, causing drops. The vDS health check only validates basic connectivity and configuration, not the real-time state of each uplink's link status or teaming policy, which is why it showed no errors.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A help-desk technician troubleshoots why a newly connected PC cannot reach shared printers on the same floor. The cable is good, the switch port is active, but the PC is in VLAN 20 and the printers are in VLAN 10. The uplink trunk only allows VLAN 10. A trunk being up does not mean every VLAN crosses it.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Configure and Manage vSphere Networking — study guide chapter
Learn the concepts, then practise the questions
- →
Configure and Manage vSphere Networking practice questions
Targeted practice on this topic area only
- →
All VCP-DCV questions
511 questions across all exam domains
- →
VMware Certified Professional Data Center Virtualization VCP-DCV study guide
Full concept coverage aligned to exam objectives
- →
VCP-DCV practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related VCP-DCV practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
vSphere Architecture, Products and Solutions practice questions
Practise VCP-DCV questions linked to vSphere Architecture, Products and Solutions.
Configure and Manage vSphere Networking practice questions
Practise VCP-DCV questions linked to Configure and Manage vSphere Networking.
Configure and Manage vSphere Storage practice questions
Practise VCP-DCV questions linked to Configure and Manage vSphere Storage.
vSphere Lifecycle Management practice questions
Practise VCP-DCV questions linked to vSphere Lifecycle Management.
vSphere Security practice questions
Practise VCP-DCV questions linked to vSphere Security.
vSphere Performance and Scaling practice questions
Practise VCP-DCV questions linked to vSphere Performance and Scaling.
VCP-DCV fundamentals practice questions
Practise VCP-DCV questions linked to VCP-DCV fundamentals.
VCP-DCV scenario practice questions
Practise VCP-DCV questions linked to VCP-DCV scenario.
VCP-DCV troubleshooting practice questions
Practise VCP-DCV questions linked to VCP-DCV troubleshooting.
Practice this exam
Start a free VCP-DCV practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this VCP-DCV question test?
Configure and Manage vSphere Networking — This question tests Configure and Manage vSphere Networking — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Review the NIC teaming failover order and ensure active uplinks are up. — Option D is correct because intermittent connectivity drops on a VM connected to a vDS, despite no errors on the vDS health check or physical switch logs, often point to a NIC teaming misconfiguration. If the active uplinks are not properly set or one uplink is down, the VM traffic may fail over to a standby or unused uplink, causing packet loss. Verifying the teaming failover order and ensuring all active uplinks are operational directly addresses this common cause of intermittent drops.
What should I do if I get this VCP-DCV question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more ways this is tested on VCP-DCV
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A network administrator notices that all traffic from two VMs connected to the same standard switch port group is going through the same physical uplink, causing congestion. The teaming policy is set to Route based on originating virtual port. What change should the administrator make to distribute traffic more evenly?
easy- ✓ A.Change teaming policy to Route based on IP hash.
- B.Increase the number of uplinks to 4.
- C.Enable LACP on the standard switch.
- D.Change the load balancing policy to Explicit failover order.
Why A: Option A is correct because IP hash uses source and destination IP to distribute traffic, providing better load distribution. Option B is wrong because LACP is not supported on standard vSwitches. Option C is wrong because adding uplinks without changing policy still ties port to same uplink. Option D does not distribute traffic.
Keep practising
More VCP-DCV practice questions
- A vSphere administrator is managing a cluster with vLCM and receives a notification that a new ESXi patch is available.…
- An administrator needs to apply a security patch to a vLCM-managed cluster. The patch is available as an ESXi image in t…
- An administrator sees the above JSON output from a vLCM compliance report. What should the administrator do to resolve t…
- An administrator is planning to migrate from legacy baselines to vLCM for a cluster. Which TWO statements are true about…
- A vSphere administrator is using vLCM and needs to ensure that all hosts are compliant with the desired image. Which TWO…
- Which TWO actions are recommended to secure the vCenter Server Appliance (VCSA)?
Last reviewed: Jun 11, 2026
This VCP-DCV practice question is part of Courseiva's free VMware certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the VCP-DCV exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.