Jump to content

WebNFS

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sander~enwiki (talk | contribs) at 03:49, 9 April 2007 (Created page with ''''WebNFS''' is an extension to the NFS file system for allowing clients to access a file system over the internet using a simplified, firewall-friendly protocol. ...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

WebNFS is an extension to the NFS file system for allowing clients to access a file system over the internet using a simplified, firewall-friendly protocol.

WebNFS was developed to give Java applets and other internet enabled applications a way of acessing filesystem services over the internet. While NFS provides applications on Unix with full filesystem semantics, not all of these might be needed in a distributed, read-only web environment. Conversly access restrictions - such as requiring the use of restricted ports for originating requests - normally used in closed environments are not usually applicable in public distributed environments.

WebNFS makes use of a well known port (port 2049 on both UDP and TCP) thus avoiding the overhead and unpredictability of using the PORTMAP protocol. WebNFS adds public filehandles and multicomponent lookups to the NFS protocol.