...
/From Protocol to Distributed File System
From Protocol to Distributed File System
In this lesson, we see how NFSv2's protocol functions in a distributed file system.
We'll cover the following...
Hopefully, you are now getting some sense of how this protocol is turned into a file system across the client-side file system and the file server. The client-side file system tracks open files and generally translates application requests into the relevant set of protocol messages. The server simply responds to protocol messages, each of which contains all information needed to ...