...
/Introduction to Network File System (NFS)
Introduction to Network File System (NFS)
This lesson presents the motivation behind distributed file systems.
We'll cover the following...
We'll cover the following...
Benefits of a distributed file system
One of the first uses of distributed client/server computing was in the realm of distributed file systems. In such an environment, there are a number of client machines and one server (or a few); the server stores the data on its disks, and clients request ...