Backup and restore strategies ensure that data and configurations can be recovered after failure or disaster. CompTIA Network+ N10-009 tests backup types (full, incremental, differential), media options, and restore procedures as part of the Network Operations domain. The ability to restore quickly from backup is one of the most critical operational skills.
Practice this topic
Full backup: copies all selected data. Slowest to complete; fastest to restore (single set). Typically run weekly or monthly as the baseline. Differential backup: copies all data changed since the last full backup. Grows in size each day until the next full backup. Restore requires: most recent full + most recent differential. Incremental backup: copies only data changed since the last backup of any type. Smallest individual backup size; slowest restore (full + all incrementals). Restore requires: most recent full + all incrementals in sequence.
3-2-1 backup rule: 3 copies of data, stored on 2 different media types, with 1 copy offsite. Protects against: hardware failure (multiple copies), media failure (different types — disk and tape, or disk and cloud), site disaster (offsite copy). Network device configs should follow 3-2-1: local backup + version control repo + offsite cloud storage.
Disk-based backup (NAS, SAN, backup appliance): fast backup and restore, random access, reusable. Most common for primary backup target. Tape backup: sequential access, low cost per GB, removable for offsite transport, long shelf life. Still used for archive and compliance storage. Cloud backup: offsite by nature, scalable, pay-per-use. Slower restore due to bandwidth. Hybrid: disk for fast local restore, replicated to cloud for offsite.
Backup testing: backups that have never been restored may be corrupt or incomplete. Schedule regular restore tests — quarterly at minimum. Test restoring specific files, full system restores, and configuration restores. An untested backup is not a reliable backup.
Incremental backups are the fastest to restore
Incremental backups are the fastest to create (smallest size), but the slowest to restore — you need the full backup plus every incremental in sequence. Differential restoration is faster: just the full + one differential set
These questions are representative of what you will see on Network+ exams. The correct answer and explanation are shown immediately below each question.
A company runs a full backup every Sunday and incremental backups Monday through Saturday. A failure occurs on Friday afternoon. Which backup sets are needed for a full restore?
Explanation: With incremental backups, each backup only contains changes since the previous backup. To restore to Friday's state, you need the Sunday full backup plus every incremental since (Monday, Tuesday, Wednesday, Thursday, Friday). This is the trade-off of incremental backups — smaller daily backups but more complex restoration.
RAID (Redundant Array of Independent Disks) protects against disk failure by distributing data across multiple drives. RAID 1 (mirror): identical copy on two drives. RAID 5: parity distributed across 3+ drives. RAID does NOT replace backups — RAID protects against hardware failure only. It cannot protect against: accidental deletion, ransomware encryption, file corruption, or site disasters. Always maintain off-system backups in addition to RAID.
Try free Backup and Restore practice questions with explanations, topic links and progress tracking.