DS0-001 · Question #74
DS0-001 Question #74: Real Exam Question with Answer & Explanation
The correct answer is A: WSL. WSL (Windows Subsystem for Linux) allows Windows users to run a genuine Linux environment - including command-line tools, utilities, and applications - directly on Windows without a virtual machine or dual-boot setup, making it the only native solution among the choices. Why the
Question
Which of the following tools is used for natively running a Linux system in Windows?
Options
- AWSL
- BRemote Desktop Protocol
- CSSH
- DTelnet
Explanation
WSL (Windows Subsystem for Linux) allows Windows users to run a genuine Linux environment - including command-line tools, utilities, and applications - directly on Windows without a virtual machine or dual-boot setup, making it the only native solution among the choices.
Why the distractors are wrong:
- B. Remote Desktop Protocol (RDP) is for graphically accessing a remote Windows machine, not for running Linux locally.
- C. SSH is a secure protocol for connecting to remote systems over a network - it doesn't run Linux on your Windows machine.
- D. Telnet is an older, unencrypted remote terminal protocol - also network-based, not a local virtualization or compatibility layer.
Memory tip: Think of WSL = "Windows Speaks Linux" - it's the feature built into Windows specifically to speak the Linux language natively, whereas RDP, SSH, and Telnet are all about talking to other machines over a network.
Community Discussion
No community discussion yet for this question.