45. A user recently moved a workstation to a different part of the office. The user is able to access the Internet and print but is unable to access server resources. Which of the following is the most likely cause of the issue?
Answer: B
Wrong VLAN assignment
The inability to access server resources after moving a workstation suggests that the workstation may not be configured to communicate with the correct virtual local area network (VLAN). This misconfiguration can prevent access to essential network resources.
A) Incorrect default gateway
While an incorrect default gateway can lead to issues accessing external networks, it would not typically affect access to internal server resources directly if the workstation is still on the correct VLAN. Therefore, this option is less likely the cause of the problem.
B) Wrong VLAN assignment
A wrong VLAN assignment is the most likely cause of the issue. When the workstation was moved, if it was connected to a port configured for a different VLAN, it would lose access to the server resources that are only available to the correct VLAN. This explains the user's ability to access the Internet and print but not internal servers.
C) Error-disabled port
An error-disabled port would prevent all traffic from passing through, meaning the user would not be able to access the Internet or print. Since the user can still access these services, this option does not apply to the situation at hand.
D) Duplicate IP address
A duplicate IP address would lead to network conflicts, potentially causing intermittent connectivity issues. However, it would not selectively prevent access to server resources while allowing Internet access and printing. Thus, this option is also unlikely to be the cause.
Conclusion
The most plausible explanation for the user's inability to access server resources is the wrong VLAN assignment, which directly affects the ability to communicate with specific network segments. Other options, such as an incorrect default gateway, error-disabled ports, or duplicate IP addresses, do not account for the current situation where some services remain accessible.