Lesson 4: Distributed File Systems Flashcards
DFS
Distributed File Systems set of technologies that enable a Windows server to organize multiple distributed SMB file shares into a distributed file system. Although the shares can be on different servers, the location is transparent to the users.
Two technologies in DFS
DFS Namespaces
DFS Replication
DFS Namespace
enables you to group shared folders into a single logical structure. In other words, a DFS Namespace is a shared folder of shared folders (which can be on multiple servers).
Two types of DFS namespaces
Domain-based namespace
Stand-alone namespace
DFS Replication
enables you to replicate folders between multiple servers. To allow efficient use of the network, it propagates only the changes, uses compression, and uses scheduling to replicate the data between the servers.
Domain-based namespaces
configuration is stored in Active Directory, which means that you don’t have to rely on a single server to provide the namespace information to your clients. By using a domain-based namespace, if you change the name of the server that runs the DFS Namespace service and the name of the server changes, you will not have to change the namespace
Stand-alone DFS
configuration is stored on the server and the server name becomes part of the main path to the namespace.
referral
ordered list of servers or targets that a client computer receives from a domain controller or namespace server when the user accesses a namespace root or a DFS folder with targets.
replication group
a collection of servers, each of which holds a target of a DFS folder. You need a minimum of two targets to perform DFS Replication.
When you create a DFS replication group, you designate one server as the _______ of the replication group. Files then copy from the ________ to the other target servers. If any of the files in the target folders are different, DFS Replication _______ the other files.
When you create a DFS replication group, you designate one server as the primary member of the replication group. Files then copy from the primary member to the other target servers. If any of the files in the target folders are different, DFS Replication overwrites the other files.
By default, replication groups use _________, which means that all members replicate to all other members
By default, replication groups use a full mesh topology, which means that all members replicate to all other members
hub/spoke topology
ne server is used to replicate to the other members, which limit the replication traffic to specific pairs of members.
Best used when you have more than 2 members of a replication group
DFS Replication repalces _____, which is depreciated as of Server 2012
FRS
File Replication Service
RDC
remote differential compression
Comrpession algorithm used by DFS.
detects changes to the data in a file and replicates only those file blocks that changed instead of the entire file.
If you disable RDC, you can conserve _____ and ____. Of course, you will consume much more _______.
If you disable RDC, you can conserve processor and disk input/output (I/O). Of course, you will consume much more bandwidth.