exam questions

Exam CV1-003 All Questions

View all questions & answers for the CV1-003 exam

Exam CV1-003 topic 1 question 11 discussion

Actual exam question from CompTIA's CV1-003
Question #: 11
Topic #: 1
[All CV1-003 Questions]

A systems administrator is informed that a database server containing PHI and PII is unencrypted. The environment does not support VM encryption, nor does it have a key management system. The server needs to be able to be rebooted for patching without manual intervention.
Which of the following will BEST resolve this issue?

  • A. Ensure all database queries are encrypted
  • B. Create an IPSec tunnel between the database server and its clients
  • C. Enable protocol encryption between the storage and the hypervisor
  • D. Enable volume encryption on the storage
  • E. Enable OS encryption
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
MeisAdriano
1 year, 4 months ago
Selected Answer: D
x) A. Ensure all database queries are encrypted -> you can encrypt databases, not "queries" because you need data in clear. Only password should be encrypted via hashing(it is a one way solution, just for integrity!), but any other type of data just need physical encryption X) B. Create an IPSec tunnel between the database server and its clients -> ipsec it is for site-to-site, you can't use it with "clients" X) C. Enable protocol encryption between the storage and the hypervisor -> "hypervisor encryption" is different from "VM encryption". But doesn't exist an encryption protocol between "storage" and "hypervisor" V) D. Enable volume encryption on the storage X) E. Enable OS encryption -> can be a solution, but maybe data are saved on different storage, so if you encrypt "OS" you didn't match the solution. Then: you can't encrypt "OS", i.g. bitlocker on windows encrypts disks not OS
upvoted 1 times
...
TheGinjaNinja
2 years, 5 months ago
Selected Answer: D
D. Enable volume encryption on the storage. This will encrypt the data at rest, protecting it in case the physical storage is lost or stolen, and also meet the requirement of the server being able to be rebooted for patching without manual intervention
upvoted 1 times
...
CHinesed
4 years ago
Correct: A database server can use Transport Layer Security (TLS) to encrypt data that is transmitted across a network between an instance of database and a client application. TLS is performed within the protocol layer and is available to all supported Server Clients. https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/enable-encrypted-connections-to-the-database-engine?view=sql-server-ver15
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...