A cloud administrator has finished setting up an application that will use RDP to connect. During testing, users experience a connection timeout error. Which of the following will MOST likely solve the issue?
A cloud administrator has finished setting up an application that will use RDP to connect. During testing, users experience a connection timeout error. Which of the following will MOST likely solve the issue?
D
Reference:
https://docs.microsoft.com/en-us/troubleshoot/windows-server/remote/troubleshoot-remote-desktop-disconnected-errors
RDP is port 3389
The most likely solution to solve the connection timeout error when users are attempting to connect via RDP (Remote Desktop Protocol) is: D. Opening TCP port 3389. Explanation: RDP uses TCP port 3389 by default for communication between the client and the server. If users are experiencing connection timeout errors, it typically indicates that the port through which RDP traffic should flow is not open or accessible. By opening TCP port 3389 on the firewall or network security group (NSG) rules in the cloud environment, you allow incoming RDP connections to reach the server hosting the application.