DFS Basic Def

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

DFS

  • distributed file system

  • system for managing files across multiple servers

  • Two parts

    • Namespaces

    • Replication

2
New cards

Namespaces

  • unified view of distributed file shares

3
New cards

Replication

two or more servers can host the same share and automatically replicate data between each other

4
New cards

Namespace Server

server that contains the namespace root

5
New cards

Target

a network share located on a server that is part of the namespace

6
New cards

Referral

the process of pointing a client to a target

7
New cards

DFS Folder

  • a folder within the namespace

  • virtual or referral to an actual target

8
New cards

DFS Namespaces

  • shares appear under the namespace share as if they were directories in the namespace root share

  • shares can be located on the namespace server or on other servers

  • two types

    • standalone

    • domain-based

9
New cards

DFS Namespace Hierarchy

  • hierarchy is maintained by the namespace server

  • folders are used to create the hierarchy within the namespace

    • folders without targets

      • virtual folders

    • folders with targets

      • actual network shares

10
New cards

How is the Namespace Redundant?

  • shares in a namespace can have multiple targets

    • lead to redundancy and load balancing

  • replication between targets ensures data consistency

    • automatic is in AD

    • manual if not

11
New cards

Standalone Namespaces

  • located on server and addressed as the server name

  • \\servername\namespace UNC

  • only one DFS namespace per server

  • Active Directory is not required

  • Replication is supported

12
New cards

Domain-Based Namespaces

  • server name is the domain name

  • \\domainname\namespace UNC

  • multiple domain-based namespaces can be created within a domain

  • each is managed independently

  • uses AD

13
New cards

DFS Replication

  • servers within Active Directory domain DFS can automatically replicate data between multiple namespace targets

  • a replication group with limits is created for the targets

14
New cards

DFS and Sites

  • DFS is Active Directory site-aware

  • namespace servers will automatically refer clients to a copy of the target in their site

  • provides faster, more reliable access to share

15
New cards

Why Use DFS?

  • consistent data appearance

  • simplifies reconfiguration

  • efficent use of server disk space

  • centralized management of distributed resources

16
New cards

Implementation of DFS

  • install DFS on servers

  • choose the namespace server

  • create new DFS root

  • add DFS folders

  • define replication

  • tune and manage