Distributed File System

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

1/27

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.

28 Terms

1
New cards

How can users access a server’s shares directly in a traditional approach?

Using \\servername\sharename path

2
New cards

T/F: You can access all servers at once as long as it is part of the same domain in a traditional approach?

False, each one must be individually accessed

3
New cards

Why is the traditional approach clunky for larger implementations?

Have to remember multiple paths, manual updates and scripts for name or share changes, no central view of files

4
New cards

T/F: DFS was introduced in Windows NT Server 3.0

False, Windows NT Server 4.0

5
New cards

What are the two DFS core components?

Namespaces and Replication

6
New cards

What does the Namespaces do in DFS?

Gives users a single, unified path to access file shares

7
New cards

T/F: Namespaces make multiple servers look like one?

True

8
New cards

What does Replication do?

Allows two or more servers to sync data automatically

9
New cards

What is the Namespace Server?

Server that hosts the namespace root, acts as entry point for DFS namespace

10
New cards

What is a Target

Network share on server part of the namespace

11
New cards

What is a Referral?

Process of pointing a client to a target

12
New cards

What is a DFS Folder?

A folder inside the namespace that can be virtual or redirects to a target

13
New cards

T/F: DFS allows multiple shares on multiple servers to be physically presented as shares on a single server?

False, logically presented

14
New cards

A namespace appears to the user as a ____ on a server

Share

15
New cards

What is Standalone Namespace?

Namespace is stored locally on namespace server and does not require Active Directory

16
New cards

What is Domain-based Namespace

Namespace info is stored in Active Directory and requires AD

17
New cards

How is DFS Namespace Hierarchy maintained?

By namespace server using DFS Management Tool

18
New cards

What are the folder types in DFS?

Folder with and without targets?

19
New cards

What are folders without targets?

Virtual Folders used to just organize the structure (no data)

20
New cards

What are folders with targets?

Folders that point to real network shares and hold real data

21
New cards

What are the benefits of having multiple targets for a single DFS Folder?

Redundancy, Consistency, Reliability

22
New cards

Where is a standalone namespace located?

located on a server and addressed as the server name

\\servername\namespace

only 1 namespace

23
New cards

How is the Standalone Namespaces Addressed As?

As the servername \\servername\namespace

24
New cards

For Standalone Namespaces, How many namespaces can be created?

Only 1

25
New cards

T/F:standalone namespaces be created on servers that are members of a domain?

True

26
New cards

How is replication supported in terms of the two types of DFS?

Automatic if all servers are in an Active Directory, Manual if an Active Directory is not in place.

27
New cards

How many namespaces can be created in Domain-Based DFS?

Multiple

28
New cards

T/F: In Domain-Based Namespaces, each domain-based namespace is managed together

False, each is managed independently