GCFA · Question #161
Which of the following is used for remote file access by UNIX/Linux systems?
The correct answer is D. Network File System (NFS). NFS is the native remote file sharing protocol for UNIX and Linux environments, designed specifically for those operating systems.
Question
Which of the following is used for remote file access by UNIX/Linux systems?
Options
- ANetWare Core Protocol (NCP)
- BCommon Internet File System (CIFS)
- CServer Message Block (SMB)
- DNetwork File System (NFS)
How the community answered
(42 responses)- A14% (6)
- B7% (3)
- C5% (2)
- D74% (31)
Why each option
NFS is the native remote file sharing protocol for UNIX and Linux environments, designed specifically for those operating systems.
NetWare Core Protocol (NCP) is proprietary to Novell NetWare environments and is not used by UNIX/Linux systems for remote file access.
Common Internet File System (CIFS) is a dialect of SMB developed by Microsoft and is primarily associated with Windows file sharing, not UNIX/Linux native access.
Server Message Block (SMB) is a Windows-centric protocol; while Samba implements SMB on Linux for interoperability with Windows, SMB itself is not the native remote file access method for UNIX/Linux systems.
Network File System (NFS) was developed by Sun Microsystems and is the standard protocol for remote file access in UNIX and Linux systems. It allows a client to mount remote directories over a network and interact with them as if they were local. It operates at the application layer and is deeply integrated into UNIX/Linux networking stacks.
Concept tested: UNIX/Linux native remote file sharing protocol
Source: https://linux.die.net/man/5/nfs
Topics
Community Discussion
No community discussion yet for this question.