ITPEC FE Morning October 2021 Question 18

Source exam: ITPEC FE Morning October 2021Topic: Computer Systems & Hardware

ITPEC FE Morning October 2021 — Question 18 of 80

Differential vs Incremental Backup — choose the correct description of backup methods.

Differential backup:
- Saves all files modified since the last full backup

- Each differential grows larger over time

- Restore needs: full + latest differential

Incremental backup:
- Saves only files modified since the last backup of any type

- Each incremental is small (only the delta)

- Restore needs: full + entire chain of incrementals

Comparison:
- Backup speed: incremental is faster (less data each time)

- Restore speed: differential is faster (only 2 sets needed)

- Storage: incremental uses less total space

Why not others:
- (b) — reversed: incremental is harder to restore (chain of sets), not differential

- (c) — "multiplexed backup" is not a standard backup classification term

- (d) — reversed: differential copies more files over time, not incremental

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.