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.
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)- B6% (1)
- C88% (14)
- D6% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.