The original intent of DFS was to make file access across multiple file servers more transparent to the end users in your organization. Let's consider a typical small network environment that contains three file servers named FS1, FS2 and FS3, containing the following file shares:
- \\FS1
- \\FS1\accounting
- \\FS1\marketing
- \\FS1\training
- \\FS2
- \\FS2\hr
- \\FS2\payroll
- \\FS3
- \\FS3\systems
- \\FS3\production
In this environment, users who required access to both the Accounting and the Payroll share (or even two shares on the same server) would need to maintain and remember two separate connections, either by manually specifying the UNC path of each share or by mapping
Requires Free Membership to View
You can improve this situation by deploying the Distributed File Service, which can create a unified logical namespace across multiple physical file servers. In our current example, by deploying DFS, you can create a single DFS root that can then reference multiple file shares underneath it. A DFS root takes the format of \\ As you can see, this greatly simplifies the view of shared folders on your network for your users; they can specify a single UNC name to access all of the shares configured beneath it, or have a single drive letter mapped within a logon script. If the Systems share needs to be moved from one physical server to another, its DFS link will remain the same regardless of its new physical location. This provides incredible flexibility in serving up shared files to your users, since you're no longer tied to a file or folder's physical location when providing access to it.
About the author: Laura E. Hunter (CISSP, MCSE: Security, MCDBA, Microsoft MVP) is a senior IT specialist with the University of Pennsylvania where she provides network planning, implementation and troubleshooting services for business units and schools within the university. Hunter is a two-time recipient of the prestigious Microsoft "Most Valuable Professional" award in the area of Windows Server-Networking. She is the author of the Active Directory Field Guide (APress Publishing).
More information on this topic:
This was first published in November 2006
Enterprise Server Strategies for the CIO
Join the conversationComment
Share
Comments
Results
Contribute to the conversation