nerdexam
CompTIA

SG0-001 · Question #607

Which of the following backup techniques is MOST likely to require the LEAST amount of data transfer during each backup cycle?

The correct answer is B. Block incremental. Block incremental backups typically transfer the least amount of data because they only copy the changed data blocks, not entire files.

Storage Functionality

Question

Which of the following backup techniques is MOST likely to require the LEAST amount of data transfer during each backup cycle?

Options

  • AFile incremental
  • BBlock incremental
  • CFile differential
  • DBlock differential

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    82% (31)
  • C
    5% (2)
  • D
    11% (4)

Why each option

Block incremental backups typically transfer the least amount of data because they only copy the changed data blocks, not entire files.

AFile incremental

File incremental backups copy entire files that have changed since the last backup, which can include many unchanged blocks within those files.

BBlock incrementalCorrect

Block incremental backups only copy the data blocks that have changed since the last backup (either full or incremental), resulting in the smallest amount of data transfer during each backup cycle. This method is highly efficient because it identifies and transfers only the granular block-level changes within files.

CFile differential

File differential backups copy entire files that have changed since the last full backup, typically transferring more data than incremental backups over time.

DBlock differential

Block differential backups copy all changed blocks since the last full backup, which will generally transfer more data than block incremental backups over multiple cycles.

Concept tested: Backup types and data transfer efficiency

Source: https://learn.microsoft.com/en-us/azure/backup/backup-architecture-block-level

Topics

#backup techniques#data transfer efficiency#block incremental

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice