nerdexam
CompTIA

SG0-001 · Question #103

Which of the following supports commands such as open, close, append, and delete, and is commonly accessed via a drive letter, mount point, or UNC semantic?

The correct answer is D. File Level Architecture. File Level Architecture directly supports standard file operations like open, close, append, and delete, and is accessed through familiar file system constructs such as drive letters, mount points, or Universal Naming Convention (UNC) paths.

Storage Functionality

Question

Which of the following supports commands such as open, close, append, and delete, and is commonly accessed via a drive letter, mount point, or UNC semantic?

Options

  • AObject Based/Content Addressable Storage
  • BBlock Level Architecture
  • CCloud Based Storage
  • DFile Level Architecture

How the community answered

(41 responses)
  • A
    5% (2)
  • C
    2% (1)
  • D
    93% (38)

Why each option

File Level Architecture directly supports standard file operations like open, close, append, and delete, and is accessed through familiar file system constructs such as drive letters, mount points, or Universal Naming Convention (UNC) paths.

AObject Based/Content Addressable Storage

Object Based/Content Addressable Storage stores data as immutable objects with metadata, accessed programmatically via APIs using unique identifiers, not through traditional file system commands or drive letters.

BBlock Level Architecture

Block Level Architecture provides raw storage blocks to an operating system, which then formats them with a file system; the block storage itself does not directly handle file-level commands like open, close, or delete.

CCloud Based Storage

Cloud Based Storage is a general deployment model that can include various storage types (block, file, object); it is not an architecture type specifically defined by the listed file operations and access methods.

DFile Level ArchitectureCorrect

File Level Architecture, typically found in Network Attached Storage (NAS), organizes and presents data as files and directories, allowing clients to directly perform operations like open, close, append, and delete. This type of storage is commonly accessed by mapping network shares to drive letters, mounting network file systems, or using UNC paths (e.g., \\server\share).

Concept tested: File-level storage characteristics

Source: https://www.ibm.com/topics/file-storage

Topics

#File-level architecture#Storage access methods#UNC semantic

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice