VCP-VMC 2024 Question 205
Select 3A company is running a critical workload on VMware Cloud on AWS. The workload has recently started experiencing performance issues, including high latency and slower response times. As a VMware administrator, you are tasked with troubleshooting the issue. Upon reviewing the environment, you notice the following:
- CPU and memory utilization on the workload's VM are within normal limits.
- Network latency for the VM is higher than expected.
- The workload's VM is configured with a single vNIC connected to a distributed port group.
- The distributed port group is reporting dropped packets.
Based on this information, what steps should you take to resolve the performance issue?
- A
Verify the MTU settings on the distributed port group and ensure they match across the network path.
- B
Increase the number of vNICs assigned to the VM to distribute the network traffic load.
- C
Check if the VM's network adapter type is set to VMXNET3 and migrate to VMXNET3 if not.
- D
Migrate the VM to a different host to redistribute the load across the cluster.
- E
Review VMware Cloud on AWS network throughput limits and compare them to the workload requirements.
Show answer and explanation
Correct answers: A, C, E
Explanation
The performance issue is primarily related to network latency and packet drops. Verifying MTU settings ensures there are no misconfigurations causing fragmentation or drops. Ensuring the VM is using the optimal VMXNET3 network adapter can improve network performance. Additionally, reviewing VMware Cloud on AWS throughput limits helps confirm the platform's ability to meet the workload's network demands. These steps address the root cause of the issue, while other options such as adding vNICs or migrating the VM do not directly tackle the network performance problem.
- A. Correct.
Verifying MTU settings is a critical step as mismatched MTU settings can cause packet fragmentation and drops, leading to high network latency.
- B. Incorrect.
Adding additional vNICs is not always a recommended solution, as it does not address the root cause of the issue and may create unnecessary complexity.
- C. Correct.
The VMXNET3 adapter is optimized for performance in VMware environments. If the workload is not already using VMXNET3, switching to it may improve network performance.
- D. Incorrect.
Migrating the VM to a different host is unlikely to resolve the issue since the problem is related to network latency, not host resource utilization.
- E. Correct.
Understanding VMware Cloud on AWS network throughput limits is important to ensure the workload's requirements do not exceed the platform's capabilities.