nerdexam
CompTIA

SG0-001 · Question #429

The process of replacing a file with a pointer when an identical file is found in more than one location on the host, is which of the following?

The correct answer is A. Single instance storage. Single instance storage (SIS) is a data optimization technique that replaces multiple identical copies of a file with a single stored copy and pointers to it, significantly reducing storage consumption.

Storage Management

Question

The process of replacing a file with a pointer when an identical file is found in more than one location on the host, is which of the following?

Options

  • ASingle instance storage
  • BPost-process deduplication
  • CInline deduplication
  • DAppliance based deduplication

How the community answered

(42 responses)
  • A
    86% (36)
  • B
    7% (3)
  • C
    5% (2)
  • D
    2% (1)

Why each option

Single instance storage (SIS) is a data optimization technique that replaces multiple identical copies of a file with a single stored copy and pointers to it, significantly reducing storage consumption.

ASingle instance storageCorrect

Single instance storage (SIS) identifies identical files across a volume and replaces redundant copies with pointers to a single, authoritative copy, thereby saving storage space. This method is often used in backup and archiving systems to reduce storage consumption by eliminating duplicate data blocks or files.

BPost-process deduplication

Post-process deduplication performs data deduplication after the data has been written to storage, which describes the timing of the process, not the specific mechanism of replacing files with pointers.

CInline deduplication

Inline deduplication performs data deduplication as data is being written to storage, which, like post-process deduplication, describes the timing and not the specific method of file replacement with pointers.

DAppliance based deduplication

Appliance based deduplication refers to the implementation method (using a dedicated hardware appliance) rather than the specific technical process of how duplicate files are handled and replaced with pointers.

Concept tested: Data deduplication - Single Instance Storage

Topics

#single instance storage#data deduplication#storage optimization

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice