E20-020 · Question #46
What needs to be considered when designing a distributed storage solution?
The correct answer is B. Fault domain detection and isolation to ensure data availability. A distributed data store is a computer network where information is stored on more than one node, often in a replicated fashion. Distributed data stores typically use an error detection and correction technique. Some distributed data stores (such as Parchive over NNTP) use…
Question
What needs to be considered when designing a distributed storage solution?
Options
- AMultiple management tools
- BFault domain detection and isolation to ensure data availability
- CRAID configuration to ensure a drive failure is avoided
- DAutomated storage tiering to enable efficient use of drive
How the community answered
(43 responses)- A14% (6)
- B77% (33)
- C7% (3)
- D2% (1)
Explanation
A distributed data store is a computer network where information is stored on more than one node, often in a replicated fashion. Distributed data stores typically use an error detection and correction technique. Some distributed data stores (such as Parchive over NNTP) use forward error correction techniques to recover the original file when parts of that file are damaged or unavailable. Others try again to download that file from a different mirror. https://en.wikipedia.org/wiki/Distributed_data_store
Topics
Community Discussion
No community discussion yet for this question.