An organization maintains a database server that undergoes a full backup every Sunday at 01:00 and daily differential backups at 01:00 from Monday through Saturday. If the database server crashes on Friday at 15:00, which sequence of backup restorations must the network administrator perform to restore the database to its most recent valid state prior to the failure?
- Restore the Sunday full backup, followed by the Thursday differential backup.Answer
- BRestore the Sunday full backup, followed sequentially by the Monday, Tuesday, Wednesday, and Thursday differential backups.
- CRestore only the Thursday differential backup.
- DRestore the Sunday full backup, followed by the Friday differential backup.
Answer
Restore the Sunday full backup, followed by the Thursday differential backup.
A differential backup records all data modified since the last full backup was taken. To recover a system using differential backups, an administrator only needs to restore the initial baseline full backup (Sunday) and the most recent differential backup created prior to the crash (Thursday at 01:00).
Step-by-Step Solution
Key Concept
Differential Backup Restoration Procedure