📖 What is Remote Desktop Protocol (RDP)?
Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft that provides a user with a graphical interface to connect to another computer over a network. It allows for full remote control of the target system's desktop environment.
"RDP typically operates on port 3389. Be prepared to distinguish this from SSH, as RDP is GUI-based while SSH is CLI-based."
📚 Certification: CompTIA A+ Certification Exam Core 1 (220-1101)
🔑 What are the Key Concepts of Remote Desktop Protocol (RDP)?
- ▸ Operates by default on TCP/UDP port 3389, which must be open on firewalls to allow successful remote connections to the host.
- ▸ Provides a full Graphical User Interface (GUI), allowing users to interact with the remote system's desktop exactly as if they were physically present.
- ▸ Utilizes a client-server architecture where the client initiates the request and the server hosts the session and processes the applications.
- ▸ Supports resource redirection, enabling the remote session to access the client's local hardware, such as printers, clipboards, and mapped network drives.
- ▸ Requires specific configuration on the target Windows machine, specifically enabling 'Allow remote connections to this computer' within the System Properties menu.
🎯 How does Remote Desktop Protocol (RDP) appear on the 220-1101 Exam?
You may be asked to identify the correct port to open on a corporate firewall to allow a help desk technician to remotely manage a Windows workstation.
A scenario might describe a need for remote administrative access to a Windows server with a full visual desktop; you must distinguish RDP from CLI-based tools like SSH.
Expect questions where you must troubleshoot a failed connection by verifying if the target system is powered on and the RDP service is enabled.
❓ Frequently Asked Questions
How do I distinguish between RDP and SSH on the exam?
The key differentiator is the interface. RDP provides a graphical user interface (GUI) and is standard for Windows, while SSH provides a command-line interface (CLI) and is common for Linux/Unix.
Why is exposing RDP directly to the internet considered a security risk?
Exposing port 3389 makes the system vulnerable to brute-force attacks. Best practice is to use a VPN or a Remote Desktop Gateway to secure the connection before initiating RDP.