nerdexam
CompTIA

SG0-001 · Question #465

When configuring a NAS device for access from a Linux client, which of the following is the BEST protocol to use?

The correct answer is C. NFS. NFS is the optimal file-sharing protocol for NAS devices when accessed by Linux clients, offering robust, native support for network file system operations.

Storage Functionality

Question

When configuring a NAS device for access from a Linux client, which of the following is the BEST protocol to use?

Options

  • AiFCP
  • BCIFS
  • CNFS
  • DiSCSI

How the community answered

(16 responses)
  • B
    6% (1)
  • C
    88% (14)
  • D
    6% (1)

Why each option

NFS is the optimal file-sharing protocol for NAS devices when accessed by Linux clients, offering robust, native support for network file system operations.

AiFCP

iFCP (Internet Fibre Channel Protocol) is a block-level storage protocol that bridges Fibre Channel over IP, not a file-level protocol for direct NAS client access.

BCIFS

CIFS (Common Internet File System), also known as SMB, is a network file sharing protocol primarily used by Windows systems, though Linux clients can access it via Samba, it is not the best native protocol for Linux.

CNFSCorrect

Network File System (NFS) is a distributed file system protocol that allows a client computer to access files over a computer network much like local storage. It is the de-facto standard for file sharing among Unix and Linux systems, making it the best choice for a Linux client accessing a NAS device. NFS enables file-level access, allowing the Linux client to mount and interact with shared directories seamlessly.

DiSCSI

iSCSI (Internet Small Computer System Interface) is a block-level storage protocol that provides access to storage devices over a network, not a file-level protocol suitable for direct NAS client access.

Concept tested: NAS file sharing protocols for Linux clients

Source: https://www.kernel.org/doc/html/latest/filesystems/nfs/nfs.html

Topics

#NAS#File protocols#NFS#Linux client

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice