Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Distributed File System (Microsoft)

From Wikipedia, the free encyclopedia
Set of client and server services by Microsoft
This article is about Microsoft's implementation of DFS. For general discussion of the concept and other implementations, seeDistributed file system.

Distributed File System (DFS) is a set of client and server services that allow an organization usingMicrosoft Windows servers to organize many distributedSMB file shares into adistributed file system. DFS has two components to its service: Location transparency (via the namespace component) and Redundancy (via the file replication component). Together, these components enable data availability in the case of failure or heavy load by allowing shares in multiple different locations to be logically grouped under one folder, the "DFS root".

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

It is also called "MS-DFS" or "MSDFS" in some contexts, e.g. in theSambauser space project.[2]

Overview

[edit]

There is no requirement to use the two components of DFS together; it is perfectly possible to use the logical namespace component without using DFS file replication, and it is perfectly possible to use file replication between servers without combining them into one namespace.

A DFS root can only exist on a server version of Windows (fromWindows NT 4.0 and up) andSolaris[3] (inkernel space) or a computer runningSamba (inuser space.) The Enterprise and Datacenter Editions of Windows Server can host multiple DFS roots on the same server. OpenSolaris intends on supporting multiple DFS roots in "a future project based on Active Directory (AD) domain-based DFS namespaces".[4]

There are two ways of implementing DFS on a server:

  • Standalone DFS namespace - allows for a DFS root that exists only on the local computer, and thus does not useActive Directory. A Standalone DFS can only be accessed on the computer on which it is created. It does not offer anyfault tolerance and cannot be linked to any other DFS. This is the only option available on Windows NT 4.0 Server systems. Standalone DFS roots are rarely encountered because of their limited utility.
  • Domain-based DFS namespace - stores the DFS configuration in Active Directory, making the DFS namespace root accessible at
    \\<domainname>\<dfsroot>
    or
    \\<FQDN>\<dfsroot>
    The namespace roots can reside on adomain controller or a domain member server. If domain controllers are not used as the namespace root servers, multiple member servers should be used to provide fullfault tolerance.

DFS namespaces

[edit]

Traditional file shares, associated with a single server, haveSMB paths of the form

\\<SERVER>\<path>\<subpath>

Domain-based DFS file share paths are distinguished by using the domain name in place of the server name, in the form

\\<DOMAIN.NAME>\<dfsroot>\<path>

When a user accesses such a share, either directly or bymapping a drive, their computer will access one of the available servers associated with that share, following rules which can be configured by the network administrator. For example, the default behaviour is that users will access the closest server to them; but this can be overridden to prefer a particular server.

If a server fails, the client can select a different server transparently to the user. One major caveat regarding this flexibility is that currently-open files will potentially become unusable, as open files cannot befailed-over.

DFS replication

[edit]

Early versions of DFS used Microsoft'sFile Replication Service (FRS) which provides basic file replication capability between servers. FRS identifies changed or new files, and copies the latest version of the entire file to all servers.

Windows Server 2003 R2 introduced "DFS Replication" (DFSR) which improves on FRS by only copying those parts of files which have changed (remote differential compression), by using data compression to reduce network traffic, and by allowing administrators flexible configuration options for limiting network traffic with a customizable schedule.

History

[edit]

The server component of Distributed File System was first introduced as an add-on toWindows NT 4.0 Server, called "DFS 4.1",[5] and was later included as a standard component of all editions ofWindows 2000 Server. Client-side support is included in Windows NT 4.0 and later versions of Windows.

Linux kernels 2.6.14 and later[6] come with an SMB clientVFS called "cifs" that supports DFS.

On Mac OS X DFS is supported natively inMac OS X 10.7 ("Lion") onward.[7]

Specifications

[edit]

There are a number of specifications that are relevant to DFS, they are available through the Microsoft Open Specifications program:[8]

  • [MS-DFSC]: Distributed File System (DFS): Referral Protocol
    • Specifies the Distributed File System (DFS): Referral Protocol, which enables file system clients to resolve names from a namespace distributed across many servers and geographies into local names on specific file servers.
  • [MS-DFSNM]: Distributed File System (DFS): Namespace Management Protocol
    • Specifies the Distributed File System (DFS): Namespace Management Protocol, which provides an RPC interface for administering DFS configurations. The client is an application that issues method calls on the RPC interface to administer DFS. The server is a DFS service that implements support for this RPC interface for administering DFS.
  • [MS-DFSRH]: DFS Replication Helper Protocol
    • Specifies the DFS Replication Helper Protocol, which is made up of a set of distributed component object model (DCOM) interfaces for configuring and monitoring DFS Replication Helper Protocols on a server.

See also

[edit]

References

[edit]
  1. ^"Dfs vs. DFS". Archived fromthe original on 2016-03-03. Retrieved2014-02-02.
  2. ^"smb.conf man page, section host msdfs". Retrieved2018-03-07.
  3. ^"PSARC/2009/534 SMB/CIFS Standalone DFS". Archived fromthe original on 2010-06-15. Retrieved2010-03-27.
  4. ^Template Version: @(#)onepager.txt 1.35 07/11/07 SMIArchived 2010-04-06 at theWayback Machine Copyright 2007 Sun Micro-systems
  5. ^"DFS: When, Why, and How". Archived fromthe original on August 25, 2005.
  6. ^"LinuxCIFS utils - SambaWiki". Wiki.samba.org. Retrieved2013-07-08.
  7. ^"OS X Lion: Guidelines for connecting to a DFS namespace via SMB". 2014-07-15. Retrieved2016-12-06.
  8. ^"[MS-OPENSPECLP]: Open Specifications | Microsoft Docs". Microsoft. Retrieved2020-10-22.

External links

[edit]
Disk and
non-rotating
Optical disc
Flash memory andSSD
host-sidewear leveling
Distributed parallel
NAS
Specialized
Pseudo
Encrypted
Types
Features
Access control
Interfaces
Lists
Layouts
Management
tools
Apps
Shell
Services
File systems
Server
Architecture
Security
Compatibility
API
Games
Discontinued
Games
Apps
Others
Spun off to
Microsoft Store
Retrieved from "https://en.wikipedia.org/w/index.php?title=Distributed_File_System_(Microsoft)&oldid=1297298616"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp