DS0-001 · Question #91
DS0-001 Question #91: Real Exam Question with Answer & Explanation
The correct answer is A: Implement a virtual private network.. A Virtual Private Network (VPN) creates an encrypted tunnel between the remote user and the internal network, allowing secure access to database resources without exposing them directly to the internet - exactly what's needed for remote access without compromising data security.
Question
A database administrator would like for users to be able to access resources remotely from home. Which of the following best describes how the administrator can enable this access without compromising the security of the stored data?
Options
- AImplement a virtual private network.
- BImplement strong passwords polices.
- CConfigure and deploy a firewall.
- DImplement a parameter network for internet-facing database applications.
Explanation
A Virtual Private Network (VPN) creates an encrypted tunnel between the remote user and the internal network, allowing secure access to database resources without exposing them directly to the internet - exactly what's needed for remote access without compromising data security.
Why the distractors are wrong:
- B (Strong passwords): Passwords protect accounts but don't provide a mechanism for secure remote access - a user could still connect over an unencrypted channel.
- C (Firewall): Firewalls restrict traffic but typically block remote access rather than enabling it securely; alone, they don't solve the remote access problem.
- D (Parameter/perimeter network / DMZ): A DMZ isolates internet-facing services, but placing a database in a DMZ actually increases exposure rather than protecting it - databases should stay behind the internal network boundary.
Memory tip: Think "VPN = Virtual Private Tunnel." When remote users need in to a private network securely, a VPN is the answer - it's the only option that both enables access and encrypts it simultaneously.
Community Discussion
No community discussion yet for this question.