nerdexam
GIAC

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.

Advanced Mac & Linux Forensics

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)
  • A
    14% (6)
  • B
    7% (3)
  • C
    5% (2)
  • D
    74% (31)

Why each option

NFS is the native remote file sharing protocol for UNIX and Linux environments, designed specifically for those operating systems.

ANetWare Core Protocol (NCP)

NetWare Core Protocol (NCP) is proprietary to Novell NetWare environments and is not used by UNIX/Linux systems for remote file access.

BCommon Internet File System (CIFS)

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.

CServer Message Block (SMB)

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.

DNetwork File System (NFS)Correct

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

#NFS#remote file access#Linux networking#Unix file sharing

Community Discussion

No community discussion yet for this question.

Full GCFA Practice