2V0-622D · Question #113
An administrator is in the process of deploying a new ESXi host. - The host is able to be added to the vCenter Server's inventory, but after a short period of time it shows as disconnected. - The admi
The correct answer is A. Port 902 UDP from the host to the vCenter Server is blocked. ESXi hosts use port 902 UDP to send continuous heartbeats to vCenter Server. Blocking this port allows initial connection but causes repeated disconnections as heartbeats fail.
Question
An administrator is in the process of deploying a new ESXi host.
- The host is able to be added to the vCenter Server's inventory, but
after a short period of time it shows as disconnected.
- The administrator is able to reconnect the host but it then
disconnects again after a short period of time. Which is the problem?
Options
- APort 902 UDP from the host to the vCenter Server is blocked
- BPort 443 TCP from the host to the vCenter Server is blocked
- CPort 902 TCP from the host to the vCenter Server is blocked
- DPort 443 TCP from the vCenter Server to the host is blocked
How the community answered
(25 responses)- A72% (18)
- B4% (1)
- C8% (2)
- D16% (4)
Why each option
ESXi hosts use port 902 UDP to send continuous heartbeats to vCenter Server. Blocking this port allows initial connection but causes repeated disconnections as heartbeats fail.
Port 902 UDP is used by ESXi hosts to send heartbeat signals to vCenter Server. When this port is blocked outbound from the host, vCenter receives no heartbeats and marks the host as disconnected after the timeout period expires, producing the exact repeat-disconnect symptom described.
Port 443 TCP is used for vCenter management API communication; if blocked from the host, the host could not be added to inventory at all, not just periodically disconnected.
Port 902 TCP is used for VM provisioning traffic such as file copies and console access, not for the continuous heartbeat mechanism that maintains host connectivity status.
Port 443 TCP from vCenter to the host handles management operations, but the periodic disconnect symptom specifically points to failed outbound heartbeats from the host, not inbound management traffic.
Concept tested: ESXi to vCenter heartbeat port 902 UDP
Source: https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-security/GUID-171C59B2-A5A8-4E5D-B4FF-77FBA7A2F7BD.html
Topics
Community Discussion
No community discussion yet for this question.