NetworkingNetwork+

Backup and Restore for CompTIA Network+ N10-009

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.

6 min
2 sections · 7 exam key points
1 practice questions

Backup Types and Strategies

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.

Backup Media and 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.

Key exam facts — Network+

  • Full: all data, slow backup, fast restore; Differential: since last full, medium; Incremental: since last backup, fastest backup, slowest restore
  • 3-2-1: 3 copies, 2 media types, 1 offsite
  • Always test backups with actual restore verification
  • Differential restore: full + latest differential; Incremental restore: full + all incrementals
  • Cloud backup is offsite by definition — satisfies the '1 offsite' in 3-2-1
  • Tape: low cost/GB, offsite transport, sequential access, long shelf life
  • Network device config backups should be versioned and stored offsite

Common exam traps

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

Practice questions — Backup and Restore

These questions are representative of what you will see on Network+ exams. The correct answer and explanation are shown immediately below each question.

Q1.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?

A.Sunday full + Friday incremental only
B.Sunday full + Monday, Tuesday, Wednesday, Thursday, and Friday incrementals
C.Friday incremental only
D.Sunday full + Thursday differential

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.

Frequently asked questions — Backup and Restore

What is RAID and does it replace backups?

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.

Practice this topic

Test yourself on Backup and Restore

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics