nerdexam
CompTIA

SK0-004 · Question #829

An administrator is planning to purchase a new server and wants to ensure the RAM in the server will support double-bit error correction. Which of the following RAM technologies will the server…

The correct answer is B. Standard ECC memory. Double-bit error detection requires ECC (Error Correcting Code) memory, which adds check bits per memory word using the SECDED algorithm. Standard ECC is the only option listed that provides this capability.

Server hardware installation and management

Question

An administrator is planning to purchase a new server and wants to ensure the RAM in the server will support double-bit error correction. Which of the following RAM technologies will the server require to support?

Options

  • AParity memory
  • BStandard ECC memory
  • CStatic RAM memory
  • DStandard non-ECC memory

How the community answered

(59 responses)
  • A
    2% (1)
  • B
    93% (55)
  • C
    3% (2)
  • D
    2% (1)

Why each option

Double-bit error detection requires ECC (Error Correcting Code) memory, which adds check bits per memory word using the SECDED algorithm. Standard ECC is the only option listed that provides this capability.

AParity memory

Parity memory uses only one additional bit per byte to detect single-bit errors and cannot correct errors or reliably detect double-bit errors due to parity cancellation.

BStandard ECC memoryCorrect

Standard ECC memory implements the SECDED (Single Error Correction, Double Error Detection) algorithm by appending additional check bits to each memory word, enabling the memory controller to automatically correct any single-bit flip and detect the presence of a double-bit error. This hardware-level error handling is mandatory for servers running mission-critical workloads where data integrity must be guaranteed.

CStatic RAM memory

Static RAM (SRAM) refers to a transistor-based storage cell design used in caches - it does not define any error correction capability relevant to double-bit detection.

DStandard non-ECC memory

Non-ECC memory contains no error detection or correction circuitry at all, making it entirely unsuitable when error correction is required.

Concept tested: ECC memory SECDED double-bit error detection capability

Topics

#ECC memory#error correction#RAM types#double-bit error

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice