nerdexam
CompTIA

CAS-002 · Question #549

Which of the following should be used with caution because of its ability to provide access to block level data instead of file level data?

The correct answer is C. iSCSI. iSCSI operates at the block level over IP networks, bypassing file system abstractions and granting direct access to raw storage blocks, which creates significant security and data integrity risks.

Technical Integration of Enterprise Components

Question

Which of the following should be used with caution because of its ability to provide access to block level data instead of file level data?

Options

  • ACIFS
  • BNFS
  • CiSCSI
  • DNAS

How the community answered

(33 responses)
  • B
    6% (2)
  • C
    91% (30)
  • D
    3% (1)

Why each option

iSCSI operates at the block level over IP networks, bypassing file system abstractions and granting direct access to raw storage blocks, which creates significant security and data integrity risks.

ACIFS

CIFS (Common Internet File System) is a file-level protocol that provides access to files and directories, not raw block data.

BNFS

NFS (Network File System) is also a file-level protocol that presents data as files managed by a remote file system, not as raw blocks.

CiSCSICorrect

iSCSI (Internet Small Computer Systems Interface) encapsulates SCSI commands over TCP/IP to provide block-level storage access, meaning a client can read and write raw disk blocks without any file system mediation. This is more dangerous than file-level protocols because an unauthorized client gaining iSCSI access can overwrite partition tables, bypass file permissions, and access data from any volume on the target. Unlike file-level protocols, there is no layer of access control enforced by a file system between the client and the raw data.

DNAS

NAS (Network Attached Storage) is a storage device category that typically uses file-level protocols such as NFS or CIFS, not block-level access.

Concept tested: iSCSI block-level storage access security risks

Source: https://www.rfc-editor.org/rfc/rfc3720

Topics

#iSCSI#block-level storage#storage protocols#SAN security

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice