exam questions

Exam 2V0-21.19 All Questions

View all questions & answers for the 2V0-21.19 exam

Exam 2V0-21.19 topic 1 question 70 discussion

Actual exam question from VMware's 2V0-21.19
Question #: 70
Topic #: 1
[All 2V0-21.19 Questions]

A customer is experiencing a network performance problem and is using the esxtop utility to determine the cause. Esxtop reveals no dropped packets.
Which two conditions should the customer check? (Choose two.)

  • A. packet size
  • B. data receive rate
  • C. IPv6 support
  • D. CPU contention
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Abdulaziz
Highly Voted 5 years, 5 months ago
with no doubt the correct answer is A & B as per VMware docs it CLEARLY says "If packets are not being dropped, check the size of the network packets and the data receive and transfer rates." You can confirm this from the below link under CHART ANALYSIS, the second paragraph. https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.monitoring.doc/GUID-07EBECDB-7242-4C50-95CB-C672D939019C.html D is an answer if it says in the questions that the packet sizes are small, which means more transfer will occur which will consume more CPU.
upvoted 35 times
...
studyexam603
Highly Voted 5 years, 4 months ago
I think the keyword in the question is what you'd need to check from WITHIN esxtop. You can't check packet size in esxtop. You CAN however, check CPU contention on the host and network received rate.
upvoted 11 times
ksandbergfl
5 years, 4 months ago
Yes, I believe you are correct. Thus, the answer would be "B" and "D" http://buildvirtual.net/analyzing-esxtop-data/
upvoted 1 times
...
Slawister
5 years, 3 months ago
esxtop show average packet size: https://www.virten.net/vmware/esxtop/ I PSZTX Average Packet Size Transmitted (Bytes) Average size of transmitted packets in bytes.
upvoted 1 times
...
...
jojoseph
Most Recent 4 years, 3 months ago
A, B should be right
upvoted 1 times
...
Forky
4 years, 5 months ago
It is A and B for sure. Performance issue on the network, obviously nothing related with IPV6 support. Then we have A B and D. D can be but it can be because of A or/& B. And with esxtop you can see the Size of the packets and the Receibe rate by packets or bytes. Check this video: https://www.youtube.com/watch?v=__TbrDwMGss
upvoted 1 times
...
Forky
4 years, 5 months ago
It is A and B for sure. Performance issue on the network, obviously nothing related with IPV6 support. Then we have A B and D. D can be but it can be because of A or/& B. And with esxtop you can see the Size of the packets and the Receibe rate by packets or bytes. Check this video: https://www.youtube.com/watch?v=__TbrDwMGss
upvoted 1 times
...
vkum
4 years, 8 months ago
Here we needs to focus on troubleshoot using ESXTOP utility and the utility reveals no dropped packets. For network related paramater in esxtop, you can see transfer rate (Tx/Rx) and PKT Drop details. I don't think you can see the packet size there. So the answer can be B and D.
upvoted 1 times
...
sdus
4 years, 8 months ago
i think the answer is A and B, The first answer be dropped since there is no any relevant with IPV6 support will impact network performance. the rest is A,B and D. Esxtop can reveal network performance use dropped receive packages, is there is no dropped packets, means, CPU resources is enough, no contention so D is dropped.
upvoted 1 times
...
HuseinHasan
4 years, 10 months ago
I believe the Answers are : A , B They have not mentioned that data receive rate is slow, so C it can be chosen only after checking the data received rate. Notes: If packets are being dropped, adjust the virtual machine shares. If packets are not being dropped, check the size of the network packets and the data receive and transfer rates. If packets are not being dropped and the data receive rate is slow, the host is probably lacking the CPU resources required to handle the load. https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.monitoring.doc/GUID-41B7E742-B387-4638-A150-CB58E2ADD89F.html
upvoted 1 times
...
sdus
4 years, 10 months ago
No packet be dropped but still experiencing network performance problem. choose two conditions, Bigger packet size will result in network latency, and data receive rate or transfer rate will also impact on network performance. So A&B is right answer.
upvoted 1 times
...
osbutt
4 years, 11 months ago
B&D seems to correct as DATA receive & transmit rate will itself indicate packet size i think.As transfer rate is faster means big pkt size means less CPU needed. transfer rate is slow means more pkts to process means less pkt size and more CPU needed for that. Its a tricky Question
upvoted 2 times
...
tristansantiago
5 years, 3 months ago
On VMWARE 6.7 Networking Guide https://docs.vmware.com/en/VMware-vSphere/6.7/vsphere-esxi-vcenter-server-671-networking-guide.pdf Answer Should be A and B When a Windows virtual machine transmits UDP packets larger than 1024 bytes, you experience lower than expected or oscillating throughput even when other traffic is negligible. In case of a video streaming server, video playback pauses
upvoted 3 times
...
s8y
5 years, 3 months ago
A =! packets bigger then 1500MTU are reffered as jumbo frames. if receiving host MTU is lower than sender MTU it will either drop package (we are told it is not the case) or it will fragment it into multiple packages. C != not relevant B = correct. In ethernet if sender is sending more data then receiver can process it will start filling up receiver stack. Once receiving stack overflow it will start discarding packages. You can either enable data flow or use fibre channel over ethernet to mitigate it. D = correct. if network card is not using TOE offloading (tcp offload engine) all package assembling (network iso model) in is relying on cpu resources.
upvoted 11 times
...
tb101
5 years, 4 months ago
https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.monitoring.doc/GUID-41B7E742-B387-4638-A150-CB58E2ADD89F.html "If packets are not being dropped, check the size of the network packets and the data receive and transfer rates."
upvoted 1 times
...
sandprb
5 years, 4 months ago
Answer : A & B Network performance depends on the application workload and network configuration. Dropped network packets indicate a bottleneck in the network. To determine whether packets are being dropped, use esxtop or the advanced performance charts to examine the droppedTx and droppedRx network counter values. If packets are being dropped, adjust the virtual machine shares. If packets are not being dropped, check the size of the network packets and the data receive and transfer rates. https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.monitoring.doc/GUID-41B7E742-B387-4638-A150-CB58E2ADD89F.html
upvoted 8 times
...
keninitin
5 years, 5 months ago
If packets are not being dropped and the data receive rate is slow, the host is probably lacking the CPU resources required to handle the load. reference : https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.monitoring.doc/GUID-07EBECDB-7242-4C50-95CB-C672D939019C.html ANS: BD
upvoted 2 times
reeeba
5 years, 1 month ago
If it is lacking CPU resources, that does not necessarily imply CPU contention. If they mentioned a resource pool or some possible way they could have contention, I would agree. However they do not imply that there is any possibility for contention. From the paragraph above the one you quoted: "If packets are not being dropped, check the size of the NETWORK PACKETS and the DATA RECEIVE AND TRANSFER RATES." https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.monitoring.doc/GUID-07EBECDB-7242-4C50-95CB-C672D939019C.html
upvoted 3 times
reeeba
5 years, 1 month ago
To add further to my comment. They ask "which two conditions should the customer CHECK?" A & B make sense because in the reference they say; "If packets are not being dropped, CHECK the size of the network packets and the data receive and transfer rates."
upvoted 1 times
...
...
...
sugisho
5 years, 5 months ago
If packets are being dropped, adjust the virtual machine shares. If packets are not being dropped, check the size of the network packets and the data receive and transfer rates. In general, the larger the network packets, the faster the network speed. When the packet size is large, fewer packets are transferred, which reduces the amount of CPU required to process the data. When network packets are small, more packets are transferred but the network speed is slower because more CPU is required to process the data. https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.monitoring.doc/GUID-41B7E742-B387-4638-A150-CB58E2ADD89F.html
upvoted 3 times
...
vmwarelive
5 years, 6 months ago
I think A , D https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.monitoring.doc/GUID-41B7E742-B387-4638-A150-CB58E2ADD89F.html
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...