nerdexam
(ISC)2

CSSLP · Question #52

You have a storage media with some data and you make efforts to remove this dat . After performing this, you analyze that the data remains present on the media. Which of the following refers to the ab

The correct answer is D. Data remanence. The condition where data persists on storage media even after attempted deletion is known as data remanence. This occurs because common deletion methods often only remove pointers to data, leaving the actual data blocks intact and potentially recoverable.

Secure Software Deployment, Operations, Maintenance

Question

You have a storage media with some data and you make efforts to remove this dat . After performing this, you analyze that the data remains present on the media. Which of the following refers to the above mentioned condition?

Options

  • AObject reuse
  • BDegaussing
  • CResidual
  • DData remanence

How the community answered

(45 responses)
  • A
    4% (2)
  • B
    2% (1)
  • C
    7% (3)
  • D
    87% (39)

Why each option

The condition where data persists on storage media even after attempted deletion is known as data remanence. This occurs because common deletion methods often only remove pointers to data, leaving the actual data blocks intact and potentially recoverable.

AObject reuse

Object reuse refers to the process of allocating a storage object from the operating system to a new user without first clearing the previous data, potentially exposing sensitive information. It's a cause of data exposure, not the condition of persistent data itself.

BDegaussing

Degaussing is a method of sanitizing magnetic media by exposing it to a strong magnetic field to completely erase data, and it is a solution to data remanence, not the condition itself.

CResidual

"Residual" is a general term meaning what is left over; while data remanence is residual data, "data remanence" is the specific and correct technical term for this phenomenon in information security.

DData remanenceCorrect

Data remanence is the residual representation of data that remains on physical storage media after attempts have been made to erase or remove it by logical or physical means. This persistence can make the "deleted" data recoverable.

Concept tested: Data sanitization- data remanence

Source: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-88r1.pdf

Topics

#Data Remanence#Data Erasure#Data Disposal#Storage Security

Community Discussion

No community discussion yet for this question.

Full CSSLP Practice