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.
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)- A2% (1)
- B93% (55)
- C3% (2)
- D2% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.