The reason the close operation does not have a a corresponding nfs rpc is
A) NFS relies on the client to manage file closure locally.
B) Close operations in NFS are handled asynchronously.
C) NFS employs a stateless protocol, eliminating the need for explicit close RPC.
D) Close operations are reserved for server-side processing in NFS architecture.