nerdexam
CompTIA

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.

Security

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)
  • A
    5% (2)
  • B
    91% (40)
  • C
    2% (1)
  • D
    2% (1)

Why each option

Data-in-transit encryption protects data from eavesdropping as it travels across a network between two sites.

AVirtual local area network

A VLAN logically segments network traffic for isolation purposes but does not encrypt data, leaving it readable to anyone with access to that segment.

BData-in-transit encryptionCorrect

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.

CAccess control list

An Access Control List (ACL) restricts which hosts or users can communicate, but does not encrypt the data flowing between permitted endpoints.

DData-at-rest encryption

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

#data-in-transit encryption#replication security#eavesdropping#encryption types

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice