What is an accurate statement about the Network File System (NFS) protocol?

A.
Provides a set of remote procedure calls to access a remote file system
B.
Uses the server message block that provides file locking capability to a file system
C.
Translates block I/O requests from a file system into object-level requests
D.
Duplicates file systems on client workstations to ensure greater data scalability
“NFS is a client-server protocol for file sharing that is commonly used on UNIX systems. NFS was originally based on the connectionless User Datagram Protocol (UDP). It uses a machine-independent model to represent user data. It also uses Remote Procedure Call (RPC) as a method of inter-process communication between two computers”
0
0