N10-005 · Question #1950
Which of the following protocols is used by Windows to securely access a remote computer?
The correct answer is D. RDP. RDP (Remote Desktop Protocol) is the Windows-native protocol that provides encrypted graphical remote desktop access to a remote computer.
Question
Options
- ARAS
- BTelnet
- CPPP
- DRDP
How the community answered
(59 responses)- A2% (1)
- C3% (2)
- D95% (56)
Why each option
RDP (Remote Desktop Protocol) is the Windows-native protocol that provides encrypted graphical remote desktop access to a remote computer.
RAS (Remote Access Service) is a Windows feature for establishing dial-up or VPN network connections, not a protocol for graphical remote desktop sessions.
Telnet transmits all data including credentials in plaintext over the network, making it fundamentally insecure and unsuitable for secure remote access.
PPP (Point-to-Point Protocol) is a data link layer encapsulation protocol used for serial and dial-up connections, not for remote desktop or terminal access to a computer.
RDP (Remote Desktop Protocol) operates on TCP port 3389 and is built into Windows to deliver encrypted, full graphical remote desktop sessions. It supports Network Level Authentication (NLA) and TLS encryption, making it the standard secure method for remotely accessing and controlling a Windows computer. No third-party software is required on the server side, as Windows includes the RDP server component natively.
Concept tested: Windows Remote Desktop Protocol for secure remote access
Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/remote/understanding-remote-desktop-protocol
Topics
Community Discussion
No community discussion yet for this question.