CCSP · Question #427
Which of the following storage types is most closely associated with a traditional file system and tree structure?
The correct answer is A. Volume. Volume storage is the traditional block/file-based storage model that organizes data in a hierarchical tree of directories and files - exactly what you see in a Windows or Linux file system with drives, folders, and files mounted as a "volume." Why the distractors are wrong: B…
Question
Which of the following storage types is most closely associated with a traditional file system and tree structure?
Options
- AVolume
- BUnstructured
- CObject
- DStructured
How the community answered
(36 responses)- A89% (32)
- B6% (2)
- C3% (1)
- D3% (1)
Explanation
Volume storage is the traditional block/file-based storage model that organizes data in a hierarchical tree of directories and files - exactly what you see in a Windows or Linux file system with drives, folders, and files mounted as a "volume."
Why the distractors are wrong:
- B. Unstructured refers to raw data like emails, images, or videos that lacks a predefined schema - not inherently tied to a tree structure.
- C. Object storage (e.g., Amazon S3) uses flat namespaces with metadata and unique keys, explicitly abandoning the hierarchical tree in favor of scalability.
- D. Structured refers to data organized in rows/columns (databases, spreadsheets), not a file system hierarchy.
Memory tip: Think "Volume = Volume knob on a stereo - it's the classic, traditional one." Or associate Volume with the old Windows drive letters (C:\ , D:) - those are mounted volumes with classic tree-structured file systems.
Topics
Community Discussion
No community discussion yet for this question.