nerdexam
CompTIA

SK0-004 · Question #200

In an effort to reduce recovery time during hardware failures, a server administrator needs to implement a backup method that will allow for complete OS and service/application recovery as long as…

The correct answer is B. Bare metal. Bare metal backup captures the entire system state - including the OS, drivers, applications, and data - enabling full recovery onto compatible hardware without reinstalling anything.

Security and disaster recovery

Question

In an effort to reduce recovery time during hardware failures, a server administrator needs to implement a backup method that will allow for complete OS and service/application recovery as long as compatible hardware is available. Which of the following backup types meets this requirement?

Options

  • AIncremental
  • BBare metal
  • CSnapshot
  • DFull

How the community answered

(56 responses)
  • A
    2% (1)
  • B
    91% (51)
  • C
    2% (1)
  • D
    5% (3)

Why each option

Bare metal backup captures the entire system state - including the OS, drivers, applications, and data - enabling full recovery onto compatible hardware without reinstalling anything.

AIncremental

Incremental backup only captures data changed since the last backup, so it cannot independently restore an OS or applications without first applying a full backup and all subsequent incremental sets.

BBare metalCorrect

A bare metal backup records a complete image of the physical disk including the boot sector, OS files, installed services, and application data. During recovery, this image is written directly to new compatible hardware, restoring the system to its exact pre-failure state. No OS reinstallation or application configuration is required, making it the fastest path to full operational recovery after hardware failure.

CSnapshot

Snapshots capture a point-in-time state of a volume or VM but are typically tied to the source storage platform and do not inherently provide bootable, hardware-independent recovery.

DFull

A full backup copies all selected files and data but does not capture OS boot records and system configuration in a way that allows direct restoration onto bare hardware without a separate OS installation.

Concept tested: Bare metal backup for complete OS and application recovery

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin-start-backup

Topics

#bare metal backup#OS recovery#backup types#hardware-level restore

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice