Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

In exercise 4.2, what technology was used to create a shared folder of shared folders?

06/11/2020 Client: arwaabdullah Deadline: 3 days

70-411 Administering Windows Server 2012 R2

Lab 4

Configuring Distributed File System (DFS)

This lab contains the following exercises and activities:

Exercise 4.1

Installing DFS

Exercise 4.2

Configuring DFS Namespace

Exercise 4.3

Configuring DFS Replication

Lab Challenge

Creating a Fault-Tolerant Shared Folder

BEFORE YOU BEGIN

The lab environment consists of student workstations connected to a local area network, along with a server that functions as the domain controller for a domain called contoso.com. The computers required for this lab are listed in Table 4-1.

Table 4-1

Computers Required for Lab 4

Computer

Operating System

Computer Name

Server (VM 1)

Windows Server 2012 R2

RWDC01

Server (VM 2)

Windows Server 2012 R2

Server01

Server (VM 3)

Windows Server 2012 R2

Server02

In addition to the computers, you also require the software listed in Table 4-2 to complete Lab 4.

Table 4-2

Software Required for Lab 4

Software

Location

Lab 4 student worksheet

Lab04_worksheet.docx (provided by instructor)

Working with Lab Worksheets

Each lab in this manual requires that you answer questions, take screen shots, and perform other activities that you will document in a worksheet named for the lab, such as Lab04_worksheet.docx. You will find these worksheets on the book companion site. It is recommended that you use a USB flash drive to store your worksheets so you can submit them to your instructor for review. As you perform the exercises in each lab, open the appropriate worksheet file using Word, fill in the required information, and save the file to your flash drive.

After completing this lab, you will be able to:

Install DFS

Implement and configure DFS namespace

Implement and configure DFS replication

Use DFS for fault tolerant shared folders

Estimated lab time: 80 minutes

Exercise 4.1

Installing DFS

Overview

In this exercise, you will install DFS (namespace and replication) on Server01 and Server02. In Exercise 4.2 and Exercise 4.3, you will configure DFS.

Mindset

Distributed File System improves on the use of the shared folders by enabling you to organize your shared folders and enabling you to distribute shares on multiple servers.

Completion time

10 minutes

1. Log into Server01 as contoso\administrator with the password Pa$$w0rd. The Server Manager console opens.

2. Click Manage > Add Roles and Features. The Add Roles and Feature Wizard opens.

3. On the Before you begin page, click Next.

4. Select Role-based or feature-based installation and then click Next.

5. When you are prompted to select a server, click Next.

6. Scroll down and expand File and Storage Services and then expand File and iSCSI Services. Select File Server (if not already installed), DFS Namespaces, and DFS Replication. When you are prompted to add features to DFS Namespaces, click Add Features.

Question 1

What does the File Server role do?

7. When you are back on the Select server roles page, click Next.

8. On the Select features page, click Next.

9. On the Confirm installation selections page, click Install.

10. When the installation is complete, take a screen shot of the Add Roles and Features Wizard page by pressing Alt+Prt Scr and then paste it into your Lab04_worksheet file in the page provided by pressing Ctrl+V.

11. Click Close.

12. Repeat the process to install File Server, DFS Namespaces, and DFS replication on Server02.

End of exercise.

Exercise 4.2

Configuring DFS Namespace

Overview

In this exercise, you will create several shared folders and then link them together with DFS Namespace.

Mindset

You work for a corporation that has several file servers with multiple shared folders. You want to make it easier for users to access the shared folders. What can you do?

Completion time

25 minutes

1. On Server01, open File Explorer and create folders named C:\Share1 and C:\Share2.

2. Right-click Share1 and choose Properties. The Properties dialog box opens.

3. Click the Sharing tab and then click Advanced Sharing.

4. Select the Share this folder check box.

5. Click Permissions. Click Allow Full Control for Everyone. Click OK to close the Permissions dialog box.

Question 2

Because we allow everyone full control, how do you make sure that the shared files are secure?

6. Click OK to close Advanced Sharing dialog box and click Close to close the Share1 Properties dialog box.

7. On Server01, repeat the process to share Share2.

8. On Server02, unlock the screen, if needed, then open File Explorer and create folders named C:\Share1 and C:\Share2.

9. Similar to what was done on Server01, share the Share1 and Share2 on Server02.

10. On Server01, with Server Manager, click Tools > DFS Management to open the DFS Management console.

11. In the left-pane, right-click Namespaces and choose New Namespace. The New Namespace Wizard starts.

12. On the Namespace Server page, in the Server text box, type Server01 and then click Next.

13. On the Namespace Name and Settings page, in the Name text box, type Shares.

14. Click Edit Settings. The Edit Settings dialog box opens (see Figure 4-1).

Figure 4-1

Specifying Share permissions for a DFS namespace

Question 3

What is the default location for the shares folder?

15. Click All users have read and write permissions. Click OK to close the Edit Settings dialog box.

16. On the Namespace Name and Settings page, click Next.

Question 4

What is the name of the domain-based namespace?

17. On the Namespace Type page, with Domain-based namespace already selected and Enable Windows Server 2008 mode selected, click Next.

Question 5

What is the advantage of Windows Server 2008 mode?

18. On the Review Settings and Create Namespace page, click Create.

19. Take a screen shot of the New Namespace Wizard page by pressing Alt+Prt Scr and then paste it into your Lab04_worksheet file in the page provided by pressing Ctrl+V.

20. When the name space is created, click Close.

21. On the DFS Management console, in the left pane, expand the Namespaces node and then click \\contoso.com\Shares.

22. Under Actions, click New Folder. The New Folder dialog box opens.

23. In the Name text box, type Server01 Share1.

24. To specify the shared folder, click Add.

25. In the Add Folder Target dialog box, in the Path to folder target text box, type \\Server01\Share1. Click OK to close the Add Folder Target dialog box.

26. Click OK to close the New Folder dialog box.

27. Click New Folder. Create a new folder named Server01 Share2 that points to \\Server01\Share2. Click OK and then click OK again.

28. Click New Folder. Create a new folder named Server02 Share1 that points to \\Server02\Share1. Click OK and then click OK again.

29. Click New Folder. Create a new folder named Server02 Share2 that points to \\Server02\Share2. Click OK and then click OK again.

30. On Server01, open File Explorer. In the Location text box, type \\contoso.com\shares and then press Enter.

31. Take a screen shot of the Shares folder by pressing Alt+Prt Scr and then paste it into your Lab04_worksheet file in the page provided by pressing Ctrl+V.

32. Close File Explorer.

33. On the DFS Management console, right-click the \\Contoso.com\Shares namespace and choose Properties. The Properties dialog box opens.

34. Click the Advanced tab.

35. Select the Enable access-based enumeration for this namespace checkbox.

36. Take a screen shot of the \\contoso.com\Shares Properties dialog box by pressing Alt+Prt Scr and then paste it into your Lab04_worksheet file in the page provided by pressing Ctrl+V.

Question 6

What does the Enable access-based enumeration for this namespace option do?

37. Click OK to close the Properties dialog box.

End of exercise. Leave the DFS Management console open for the next exercise.

Exercise 4.3

Configuring DFS Replication

Overview

In this exercise, you will configure two folders, each on a different server. You will then configure DFS to replicate the content of one folder to the other server.

Mindset

You have a project folder that must be available in New York and Paris. Some of these files are large, so they take some time to open over a slow WAN link. You can use DFS Replication to create a replicate of the file share at both offices.

Completion time

30 minutes

1. On Server01, create a folder named C:\Share3. Share the folder as Share3. Assign Allow Full Control Share permissions to Everyone.

2. On Server02, unlock the screen, if needed, then create a folder named C:\Share3. Share the folder as Share3. Assign Allow Full Control Share permissions to Everyone.

3. On Server01, in the DFS Management console, right-click Replication and choose New Replication Group.

4. On the Replication Group Type page, click Next.

5. On the Name and Domain page, in the Name of replication group text box, type Rep1 and then click Next.

6. On the Replication Group Members page, click Add.

7. In the Select Computers dialog box, in the Enter the object names to select text box, type Server01 and then click OK. If you are prompted to enter a network password, use contoso\administrator and a password of Pa$$w0rd.

8. Click Add and then add Server02.

9. Take a screen shot of the New Replication Group Wizard page by pressing Alt+Prt Scr and then paste it into your Lab04_worksheet file in the page provided by pressing Ctrl+V.

10. Back on the Replication Group Members page, click Next.

11. On the Topology Selection page, click Next.

12. On the Replication Group Schedule and Bandwidth page, click Next.

Question 7

If you have limited available bandwidth between two sites, what can you do to make better use of the available bandwidth so that users are not hampered when accessing remote resources?

13. On the Primary Member page, select Server01 as the Primary member and then click Next.

14. On the Folders to Replicate page, click Add.

15. In the Add Folder to Replicate dialog box, in the Local path of folder to replicate text box, type C:\Share3 and then click OK.

16. Back on the Folders to Replicate page (see Figure 4-2), click Next.

Figure 4-2

Adding folders to replicate

17. On the Local Path of Share3 on Other Members page, with Server02 selected, click Edit.

18. Click Enabled and in the Local path of folder text box, type C:\Share3. Click OK to close the Edit dialog box. Click Yes to continue.

19. Back on the Local Path of Share3 on Other Members page, click Next.

20. On the Review Settings and Create Replication Group page, click Create.

21. When the replication group has been created, click Close.

22. If a Replication Delay message is displayed, click OK.

23. Expand the Replication node and then click the Repl node.

24. Take a screen shot of the DFS Management console by pressing Alt+Prt Scr and then paste it into your Lab04_worksheet worksheet file in the page provided by pressing Ctrl+V.

25. On Server01, open the C:\Share3 folder with File Explorer.

26. Right-click the opened folder and choose New > Text Document. Name the document Doc1.txt.

27. Open the Doc1.txt file and type your name. Save and then close the document.

28. On Server02, open the C:\Share3 folder and verify that the Doc1 text file has replicated to Server02. It may take a minute or two to replicate.

29. Using the DFS Management console, on the Memberships tab, right-click the SERVER01 Share3 and choose Properties.

30. In the SERVER01 (Share3) Properties dialog box, click the Staging tab.

Question 8

What is the default quota for the staging path?

31. Change the quota to 8192 MB.

32. Click the Advanced tab.

Question 9

What is the default quota for the Conflict and Deleted path?

33. Click OK to close the SERVER01 (Share3) Properties dialog box.

34. Right-click the SERVER02 Share3 and choose Properties.

35. Click the Staging tab.

36. Change the Quota to 8192 MB.

37. Click OK to close the SERVER02 (Share3) Properties dialog box.

38. Take a screen shot of the DFS Management console by pressing Alt+Prt Scr and then paste it into your Lab04_worksheet worksheet file in the page provided by pressing Ctrl+V.

End of exercise. Close any windows that are open on Server01 and Server02.

Lab REview Questions

Completion time

5 minutes

1. In Exercise 4.2, what technology was used to create a shared folder of shared folders?

2. In Exercise 4.2, where is the configuration for domain-based namespaces stored?

3. In Exercise 4.3, what technology is used to automatically copy files from one server to another?

4. In Exercise 4.3, what topology is used to have files replicate from one member to all other DFS members?

Lab Challenge

Creating a Fault-Tolerant Shared Folder

Overview

To complete this challenge, you will create a high-level list that describes how to create a fault-tolerant shared folder.

Mindset

You have content that is contained in a folder that you want to make available, even if a file server becomes unavailable. What do you need to do in order to accomplish this?

Completion time

10 minutes

Write out the steps you performed to complete the challenge.

End of lab. You can log off or start a different lab. If you want to restart this lab, you’ll need to click the End Lab button in order for the lab to be reset.

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Peter O.
Innovative Writer
A+GRADE HELPER
Helping Hand
Essay & Assignment Help
Coursework Help Online
Writer Writer Name Offer Chat
Peter O.

ONLINE

Peter O.

Hello, I can assist you in writing attractive and compelling content on ganja and its movement globally. I will provide with valuable, informative content that you will appreciate. The content will surely hit your target audience. I will provide you with the work that will be according to the needs of the targeted audience and Google’s requirement.

$55 Chat With Writer
Innovative Writer

ONLINE

Innovative Writer

I have read and understood all your initial requirements, and I am very professional in this task, I would be the best choice for this project, I am a PhD writer with 6-7 years of experience and can deliver quality notes to tight deadlines. I can generally compile up to 10 pages of lecture notes per day. I am known as Unrivaled Quality, Written to Standard, providing Plagiarism-free woork, and Always on Time

$55 Chat With Writer
A+GRADE HELPER

ONLINE

A+GRADE HELPER

Greetings! I’m very much interested to work on this project. I have read the details properly. I am a Professional Writer with over 5 years of experience, therefore, I can easily do this job. I will also provide you with TURNITIN PLAGIARISM REPORT. You can message me to discuss the detail. Why me? My goal is to offer services to you that are profitable. I don’t want you to place an order once and that’s it. For me to be successful, I need you to come back and order again. Give me the opportunity to work on your project. I wish to build a long-term relationship with you. We can have further discussion in chat. Thanks!

$55 Chat With Writer
Helping Hand

ONLINE

Helping Hand

Hello, I an ranked top 10 freelancers in academic and contents writing. I can write and updated your personal statement with great quality and free of plagiarism as I am a master writer with 5 years experience in similar ps and research writing projects. Kindly send me more information about your project. You can award me any time as I am ready to start your project curiously. Waiting for your positive response. Thank you!

$55 Chat With Writer
Essay & Assignment Help

ONLINE

Essay & Assignment Help

I have a Master’s degree and experience of more than 5 years in this industry, I have worked on several similar projects of Research writing, Academic writing & Business writing and can deliver A+ quality writing even to Short Deadlines. I have successfully completed more than 2100+ projects on different websites for respective clients. I can generally write 10-15 pages daily. I am interested to hear more about the project and about the subject matter of the writing. I will deliver Premium quality work without Plagiarism at less price and time. Get quality work by awarding this project to me, I look forward to getting started for you as soon as possible. Thanks!

$55 Chat With Writer
Coursework Help Online

ONLINE

Coursework Help Online

Hey, I have gone through your job posting and become very much interested in working with you.I can deliver professional content as per your requirements. I am a multi-skilled person with sound proficiency in the English language for being a native writer who worked on several similar projects of content writing and can deliver quality content to tight deadlines. I am available for both online and offline writing jobs with the promise of offering an incredibly responsive and supreme level of customer service. Thanks!

$55 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

Mature age student la trobe university - When in the cell cycle does replication occur - Nui galway postal address - MDP 500 FOUNDATIONS OF DEVELOPMENT: THEORIES AND HISTORY Open-Form Writing Assignment: Violence in Small Places and Imaginative Empathy - Asthma soap note example - Checking oil pressure on semi hermetic compressor - Crisis News Report - The jade peony character analysis - 4s week 7 assignment IA - Mcc australia sanjin mining - The brief bedford reader 13th edition answer key - Confidence interval for proportion in excel - English is a crazy language richard lederer - Mta in dentistry slideshare - What is swot analysis when applied to healthcare organizations - Introduction to econometrics exam questions - Can anyone guide the proposal report structure and offer writing help? - Rubicam and young theory - Case Study - Algebraic equations with fractions worksheet - Usf digital media commons - Rehau everloc tool kit - Partners healthcare case study analysis - Social workers ethical responsibilities to clients - Memo on wastage of stationery - 100 arthur street north sydney - Photosynthesis inputs and outputs diagram - Artist of the floating world essay - Zoum corporation had the following transactions during 2014 - Vcv long vowel words - A classified balance sheet shows subtotals for current - Difference between content theory and process theory of motivation - American express customer experience case study - Project - The dulac box plant produces 500 - Trevor noah plays who d you rather - Metalanguage in the crucible - Essay Help - Trinity college dublin religious affiliation - Which of the following descriptors is false regarding enzymes - Co nh3 6 cl3 - Advanced issues in risk management - Https www psychometricinstitute com au free aptitude tests asp - Aat org uk renew - Australian taxation office townsville address - Requirements for the corporate computing function - Macrobertson girls high school history - Recall two characters who died of a disease - Commedia dell'arte characters list - Casio calculator standard deviation - The american promise a concise history 6th edition pdf free - Essay - Resurface and restore youth revealing system reviews - Time management - Predicting consumer tastes with big data at gap case solution - Mncis intocareers org site - Delete prussia from country_capital. sample output for the given program: prussia deleted? yes. - Write a seven-page minimum research paper with a separate cover sheet - Writing exam for penn foster - The __________ was set up as a federation of many separate craft unions. - Texas tech mechanical engineering - Cost accounting (120 words) - Properly tied pullover brown frost - Goddard park primary school - Finite math problems and solutions - Making connections between texts - Healthcare Effectiveness Data and Information Set (HEDIS) - Tvsp package sa 2021 - Guantanamo Bay - Equivalent diameter heat exchanger - Is ivan milat dead - Ancient communities introduction - How is 496 a perfect number - Distribution channel of nike ppt - Ancestrs - Epidemiology Case 1 Part 1 - Az lyrics katy perry firework - 5 reflexive verbs in spanish - Mein kampf in the book thief - What is the transactional model of communication - Information Technology Importance in Strategic Planning - Nursing assignment - Which fact is not used to prove that pqr is similar to str? - Mark zuckerberg leadership style pdf - Www ozforex com au login asp - University of phoenix learning team charter example - Dna restriction enzyme simulation answers - Report writing - Section 12.3 gathering weather data worksheet answers - Naming cycloalkanes with complex substituents - Which of the following best describes vizio's supply chain - Week 2 IT - Camel milk coles - Westpac online investment loan - Which country code is 243 - Racism quotes from to kill a mockingbird - Components of scheme of work - The credit plan at tidbit computer store - Uxbridge registry office parking - 120 point inspection checklist