- Self-certifying File System
In computing, Self-certifying File System (SFS) is a global and decentralized,
distributed file system forUnix-like operating systems, while also providing transparentencryption of communications as well asauthentication . It aims to be the universal distributed file system by providing uniform access to any available server, however, the usefulness of SFS is limited by the low deployment of SFS clients.Implementation
The SFS client daemon implements the Sun's Network File System (NFS) protocol for communicating with the
operating system , and thus can work on any operating system that supports NFS, including Windows.cite paper |author=David Euresti |date=2002-08 |title=Self-Certifying File System Implementation for Windows |publisher=MIT |url=http://pdos.csail.mit.edu/papers/sfs:euresti-meng.ps |format=PostScript |accessdate=2006-12-23 ] The client manages connections to remote file systems as necessary, acting as a kind of protocol translation layer. The SFS server works similarly to other distributed file system servers, by exposing an existingdisk file system over the network, over the specific SFS protocol. OnUnix-like systems, SFS file systems can usually be found at /sfs/hostname:hostID. When an SFS file system is first accessed through this path, a connection to the server is made and the directory is created ("automounted").Differences
The primary motivation behind the file system is to address the shortcomings of
hardwired , administratively configured distributed file systems in larger organizations, and various remote file transfer protocols. It is designed to operate securely between separateadministrative realm s. For example, with SFS, one could store all their files on a single remote server, and access the same files securely and transparently from any location as if they were stored locally, without any special privileges or administrative cooperation (other than running the SFS client daemon). Available file systems will be found at the same path regardless of physical location, and are implicitly authenticated by their path names — as they include thepublic-key fingerprint of the server (hence why it is called "self-certifying").cite conference |author=David Mazières, M. Frans Kaashoek |date=1998-09 |title=Escaping the Evils of Centralized Control with self-certifying pathnames |booktitle=Proceedings of the 8th ACM SIGOPS European workshop: Support for composing distributed applications |location=Sintra, Portugal |publisher=MIT |url=ftp://cag.lcs.mit.edu/pub/dm/papers/mazieres:thesis.ps.gz |format=PostScript |accessdate=2006-12-23 ]In addition to the new perspective, SFS also addresses some commonly raised limitations of other distributed file systems. For example, NFS and SMB clients have to rely on the server for file system security policies, and NFS servers have to rely on the client computer for authentication. This often complicates security, as one compromised computer could breach the security of the entire organization. The NFS and SMB protocols also do not by themselves provide
confidentiality (encryption) ortamper resistance from other computers on the network, without encapsulation layers such asIPsec .Unlike Coda and AFS, SFS does not provide local
caching of remote files and thus is more dependent on network reliability, latency and bandwidth.See also
*
Network file system
*Network File System (protocol)
*Coda (file system)
*Andrew File System References
*
*External links
* [http://www.fs.net/sfswww SFS official web site]
Wikimedia Foundation. 2010.