Distributed File System (Microsoft)
Encyclopedia : D : DI : DIS : Distributed File System (Microsoft)
The Microsoft Distributed File System, or DFS, is a set of client and server services that allow a large enterprise to organize many distributed 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.
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 Windows 2000 version that is part of the server family, or on Windows Server 2003. Windows 2000 can only host one DFS root per server, while Windows Server 2003 Enterprise and Datacenter Edition can host multiple DFS roots on the same server. (A Samba server can also host the root of a DFS.)
There are two ways of implementing DFS on Windows 2000 and Windows Server 2003:
- Standalone DFS roots allows 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).
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
