nerdexam
EC-Council

312-50V11 · Question #700

Which of the following can the administrator do to verify that a tape backup can be recovered in its entirety?

The correct answer is B. Perform a full restore. Only a full restore can confirm that a tape backup is recoverable in its entirety, as partial checks cannot validate the integrity of the complete dataset.

Information Security and Ethical Hacking Fundamentals

Question

Which of the following can the administrator do to verify that a tape backup can be recovered in its entirety?

Options

  • ARead the first 512 bytes of the tape
  • BPerform a full restore
  • CRead the last 512 bytes of the tape
  • DRestore a random file

How the community answered

(21 responses)
  • B
    86% (18)
  • C
    10% (2)
  • D
    5% (1)

Why each option

Only a full restore can confirm that a tape backup is recoverable in its entirety, as partial checks cannot validate the integrity of the complete dataset.

ARead the first 512 bytes of the tape

Reading only the first 512 bytes verifies the tape label or header at most, providing no assurance that any of the actual backup data is intact or recoverable.

BPerform a full restoreCorrect

A full restore exercises the entire backup set - reading every block from the tape, validating checksums or error-correction data, and reconstructing all files through the backup software - making it the definitive test of complete recoverability. Partial checks leave large portions of the tape unverified and may miss corruption in unread segments. This practice is a core component of backup validation in disaster recovery planning.

CRead the last 512 bytes of the tape

Reading the last 512 bytes checks the tape trailer but cannot confirm the integrity of all data written between the beginning and end of the backup stream.

DRestore a random file

Restoring a single random file confirms that isolated file recovery works but leaves the vast majority of the backup unverified and does not confirm full recoverability.

Concept tested: Tape backup full restore verification procedure

Source: https://csrc.nist.gov/publications/detail/sp/800-34/rev-1/final

Topics

#backup verification#full restore#disaster recovery#data integrity

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice