CV0-003 · Question #390
A database administrator is configuring an alternate site to replicate the data between the two sites. Which of the following is used to protect against eavesdropping across the network?
The correct answer is B. Data-in-transit encryption. Data-in-transit encryption protects data from eavesdropping as it travels across a network between two sites.
Question
A database administrator is configuring an alternate site to replicate the data between the two sites. Which of the following is used to protect against eavesdropping across the network?
Options
- AVirtual local area network
- BData-in-transit encryption
- CAccess control list
- DData-at-rest encryption
How the community answered
(44 responses)- A5% (2)
- B91% (40)
- C2% (1)
- D2% (1)
Why each option
Data-in-transit encryption protects data from eavesdropping as it travels across a network between two sites.
A VLAN logically segments network traffic for isolation purposes but does not encrypt data, leaving it readable to anyone with access to that segment.
Data-in-transit encryption (e.g., TLS or IPsec) wraps data in an encrypted channel so that any attacker intercepting packets on the network cannot read the payload. During replication between two geographically separate sites, data traverses potentially untrusted networks, making in-transit encryption the direct control against eavesdropping. Data-at-rest encryption, by contrast, only protects data stored on disk after it arrives.
An Access Control List (ACL) restricts which hosts or users can communicate, but does not encrypt the data flowing between permitted endpoints.
Data-at-rest encryption protects data stored on disk from unauthorized physical access, but has no effect on data being actively transmitted over the network.
Concept tested: Data-in-transit encryption against network eavesdropping
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview
Topics
Community Discussion
No community discussion yet for this question.