Design and Implementation of a Distributed NFS Server on Cluster Of Workstations

wei,liu,wei liu,weimin zheng,meiming shen,xinming ou,min wu
2000-01-01
Abstract:The paper presents the design and implementation of a distributed NFS server which consists of multiple computers. The distributed NFS server provides the identical NFS file service as the traditional NFS server. No modification of client software is needed to use the distributed NFS service. The purpose of the distributed NFS server is to replace large collections of NFS servers. In addition, the distributed server affords many functions which are not available in traditional NFS to users: transparently migrating and replicating files across multiple servers, effective metadata cache and distributed metadata and real data storage. We evaluate the performance of the distributed NFS server. We observe that it has comparable performance with NFS which is designed in kernel level in the case of one client and it is more scalable than traditional NFS services.
What problem does this paper attempt to address?