Distributed File System (Microsoft)

From Wikipedia, the free encyclopedia

Jump to: navigation, search

Distributed File System, or DFS, is a set of client and server services that allow a large enterprise to organize many distributed SMB file shares into a distributed file system. DFS provides location transparency and redundancy to improve data availability in the face of failure or heavy load by allowing shares in multiple different locations to be logically grouped under one folder, or DFS root.

Microsoft's DFS is referred to interchangeably as 'DFS' and 'Dfs' by Microsoft and is incompatible with the DCE Distributed File System, which held the 'DFS' trademark[1] but was discontinued in 2005.[2]

Contents

[edit] Details

When users try to access a share that exists off the DFS root, the user is really looking at a DFS link and the DFS server transparently redirects them to the correct file server and share.

A DFS root can only exist on a server version of Windows, from Windows NT 4.0 server and up, or on a computer running Samba, the Enterprise and Datacenter Editions of Windows can host multiple DFS roots on the same server.

There are two ways of implementing DFS on Windows 2000 and Windows Server 2003:

  • Standalone DFS roots allow for a DFS root that exists only on the local computer, and thus does not use Active Directory. A Standalone DFS can only be accessed on the computer which it is created. It doesn't offer any fault tolerance and cannot be linked to any other DFS.
  • Domain-based DFS roots exist within Active Directory and can have their information distributed to other domain controllers within the domain — this provides fault tolerance to DFS. DFS roots that exist on a domain must be hosted on a domain controller. This is to ensure that links with the same target get all their information replicated over the network. The file and root information is replicated via the Microsoft File Replication Service (FRS).

Windows NT 4.0 only provided Standalone DFS roots, and DFS had to be installed manually, which was available as a free download.

Enhanced DFS management and RDC (Remote differential compression) are part of the "branch office server management" features added to Windows Server 2003 in the R2 release in 2006.[3]

Versions 2.6 and later of the Linux kernel come with an SMB client VFS called "cifs" that supports DFS.

[edit] External links

[edit] References

[edit] See also

Personal tools