CV0-003 · Question #127
The helpdesk starts receiving calls from a number of users that are suddenly having issues accessing one of the project management shared drives. When Joe, an administrator, logs onto the guest…
The correct answer is A. NIC failure. A NIC failure on the guest VM blocks all network-based access to the shared drive while leaving local console access intact, which matches the symptom of remote users being locked out while the admin can still reach the data via console.
Question
The helpdesk starts receiving calls from a number of users that are suddenly having issues accessing one of the project management shared drives. When Joe, an administrator, logs onto the guest hosting the drive via the console he is able to get to the information. Which of the following failures could have caused this issue?
Options
- ANIC failure
- BDisk failure
- CMemory failure
- DCPU failure
How the community answered
(63 responses)- A81% (51)
- B3% (2)
- C10% (6)
- D6% (4)
Why each option
A NIC failure on the guest VM blocks all network-based access to the shared drive while leaving local console access intact, which matches the symptom of remote users being locked out while the admin can still reach the data via console.
The network interface card (NIC) is the component that enables network communication between the VM and its clients. If the NIC or virtual network adapter fails, all users relying on network protocols such as SMB for shared drive access lose connectivity. However, the administrator logging in through the hypervisor console bypasses the network stack entirely, allowing direct access to the guest OS and its data without going through the NIC.
A disk failure would prevent the data from being read at all, so even the administrator accessing the guest via console would be unable to retrieve the information stored on the drive.
A memory failure would typically cause system instability or crashes affecting all access methods including the local console session, not exclusively network-based access.
A CPU failure would render the virtual machine unresponsive or force it to shut down entirely, preventing both network and console access to the guest.
Concept tested: Virtual machine NIC failure impact on network share access
Source: https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-vm-administration/GUID-3B5F3CBC-5B8A-4F0D-8B5C-17B3B72D5D62.html
Topics
Community Discussion
No community discussion yet for this question.