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.
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)- A3% (1)
- B82% (31)
- C5% (2)
- D11% (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.
File incremental backups copy entire files that have changed since the last backup, which can include many unchanged blocks within those files.
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.
File differential backups copy entire files that have changed since the last full backup, typically transferring more data than incremental backups over time.
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
Community Discussion
No community discussion yet for this question.