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 9.1,what is the most commonly used dns resource record?

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

70-411 Administering Windows Server 2012

Lab 9

Configuring DNS Records

This lab contains the following exercises and activities:

Exercise 9.1

Managing DNS Resource Records

Exercise 9.2

Configuring Round Robin

Exercise 9.3

Configuring Zone Scavenging

Exercise 9.4

Troubleshooting DNS

Lab Challenge

Using the DNSCMD Command to Manage Resource Records

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 9-1.

Table 9-1

Computers Required for Lab 9

Computer

Operating System

Computer Name

Server (VM 1)

Windows Server 2012 R2

RWDC01

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

Table 9-2

Software Required for Lab 9

Software

Location

Lab 9 student worksheet

Lab09_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 Lab09_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:

Manage DNS Resource Records

Configure round robin

Configure Zone Scavenging

Troubleshoot DNS

Using DNSCMD command to manage Resource Records

Estimated lab time: 60 minutes

Exercise 9.1

Managing DNS Resource Records

Overview

In the previous lab, you created several zones. With the exception of default resource records that are created when you create a zone, you need to add resource records. Therefore, during this exercise, you create resource records.

Mindset

The Host (A or AAAA) resource record is the most common resource record, which is used to resolve IP addresses from host names. However, you also need to be familiar with other common resource records (such as PTR, MX, and CNAME resource records).

Completion time

15 minutes

1. Log in to RWDC01 as the Contoso\administrator user account with the Pa$$w0rd password. The Server Manager console opens.

2. On Server Manager, click Tools > DNS to open the DNS Manager console. If necessary, expand the DNS Manager console to a full-screen view.

3. Under RWDC01, expand Forward Lookup Zones.

Question 1

What records will you find in a forward lookup zone?

4. Right-click adatum.com and choose Properties. The Properties dialog box opens.

Question 2

What records can you configure in the Properties dialog box?

Question 3

What is the default minimum TTL for SOA records?

5. Click OK to close the Properties dialog box.

6. Right-click adatum.com and choose New Host (A or AAAA). The New Host dialog box opens as shown in Figure 9-1.

Figure 9-1

Creating a new host record

7. In the Name text box, type PC1. For the IP address text box, type 192.168.1.201. Click Add Host.

8. When the record has been created, click OK and then click Done.

9. Right-click adatum.com and click New Host (A or AAAA). In the Name text box, type PC2. For the IP address text box, type 192.168.1.202. Select the Create associated pointer (PTR) record. Click Add Host. When the record has been created, click OK and then click Done.

10. Take a screen shot of the DNS Manager window by pressing Alt+Prt Scr and then paste it into your Lab09_worksheet file in the page provided by pressing Ctrl+V.

11. Expand the Reverse Lookup Zones node and then click the 1.168.192.in-addr.arpa zone. Notice that the 192.168.1.202 record is there, but not the 192.168.1.201. You might need to refresh the zone if 192.168.1.202 has not yet appeared. To refresh the zone, press F5.

Question 4

What records are kept in the reverse-lookup zones?

12. Right-click 1.168.192.in-addr.arpa and choose New Pointer (PTR). The New Resource Record dialog box opens.

13. On the Host IP Address text box, change the text to 192.168.1.201. In the Host name text box, type PC1. Click OK.

Question 5

How does the data for PC1 and PC2 differ?

14. Double-click 192.168.1.201. Change the Host name from PC1 to PC1.adatum.com. (with a period at the end). Click OK.

Question 6

What does the period at the end signify?

15. Take a screen shot of the DNS Manager window by pressing Alt+Prt Scr and then paste it into your Lab09_worksheet file in the page provided by pressing Ctrl+V.

16. Right-click adatum.com and click New Host (A or AAAA). In the Name text box, type PC3. For the IP address text box, type 192.168.1.203. Select the Create associated pointer (PTR) record, if needed. Click Add Host. When the record has been created, click OK and then click Done.

17. Right-click adatum.com and choose New Alias (CNAME). In the Alias name, type www. In the Fully qualified domain name (FQDN) for target host text box, type PC3.adatum.com.

Question 7

What is the fully qualified domain name?

18. Click OK.

19. Right-click the Start button and choose Command Prompt (Admin). The Administrator: Command Prompt opens.

20. To see the name PC3 resolved to its IP address, execute the following command:

nslookup PC3.adatum.com

Question 8

What address was returned?

21. To see the IP resolution of 192.168.1.203 to its name, execute the following command:

nslookup 192.168.1.203

Question 9

What name was returned?

22. To see the resolution of the alias www.adatum.com to its name and IP address, execute the following command:

nslookup www.adatum.com

Question 10

What name and IP address was returned?

23. Right-click adatum.com and choose New Mail Exchanger (MX). In the Host or child domain text box, type PC2. In the Fully Qualified domain name (FQDN) of mail server, type adatum.com.

Question 11

What is the default Mail server priority?

24. Click OK.

25. Right-click the PC1 Host (A) record under adatum.com, and click Properties.

Question 12

What fields are displayed?

26. Click OK to close the Properties dialog box.

27. Click View > Advanced.

28. Right-click the PC1 Host (A) record and choose Properties.

Question 13

What new field is now available with the Advanced view?

29. Change the Time to live to 15 minutes.

30. Take a screen shot of the PC1 Properties dialog box by pressing Alt+Prt Scr and then paste it into your Lab09_worksheet file in the page provided by pressing Ctrl+V.

31. Click OK to close the Properties dialog box.

End of exercise. You can leave the windows open for the next exercise.

Exercise 9.2

Configuring Round Robin

Overview

By default, DNS Round Robin is enabled. Round robin operates by providing one DNS server IP address to a given query, then provides a different IP address for the next query, and so on, until a configured list of DNS server IP addresses runs out. The last query causes a loop-around to the first IP address and begins the sequence over again. In this exercise, you create two resource records to demonstate round robin switching between two separate DNS IP addresses

Mindset

Round robin is a DNS balancing mechanism that distributes network load among multiple servers by rotating resource records retrieved from a DNS server.

Completion time

10 minutes

1. On RWDC01, with DNS Manager console, create a host record for web.adatum.com that points to 192.168.1.205.

2. Create a second host record for web.adatum.com that points to 192.168.1.206.

3. At the command prompt, execute the following command:

nslookup web.adatum.com

Question 14

What addresses were returned?

4. Re-execute the nslookup web.adatum.com command.

Question 15

What addresses were returned?

5. Execute the following command:

ping web.adatum.com

Don’t worry that the ping fails; focus on the address that is returned.

6. Execute the ping web.adatum.com command again, and then execute the command a couple more times. Observe that the return address toggles back and forth between 192.168.1.205 and 192.168.1.206, in effect, balancing the query load between two IP addresses.

End of exercise. You can leave the windows open for the next exercise.

Exercise 9.3

Configuring Zone Scavenging

Overview

With dynamic addresses, often resource records will be added to a DNS zone, and will remain there unless they are manually deleted or scavanged. During this exercise, you configure zone scavenging.

Mindset

When you want DNS zone scavenging, you must enable scavenging at the server and at the zone.

Completion time

10 minutes

1. On RWDC01, with DNS Manager console, right-click RWDC01 and choose Set Aging/Scavenging for all Zones. The Server Aging/Scavenging Properties dialog box opens as shown in Figure 9-2.

Figure 9-2

Configuring aging and scavenging settings

Question 16

When you enable DNS scavenging, what is the default number of days before a record is scavenged?

2. Click the Scavenge stale resource records option.

3. Click OK to close the Server Aging/Scavenging Properties dialog box.

4. Click to enable the Apply these settings to the existing Active Directory-integrated zones option. Click OK to close the Server Aging/Scavenging Confirmation dialog box.

5. Right-click the adatum.com zone and choose Properties.

6. On the General tab, click the Aging button. The Zone Aging/Scavenging Properties dialog box opens.

7. Click to enable the Scavenge stale resource records option.

8. Take a screen shot of the DNS Manager window by pressing Alt+Prt Scr and then paste it into your Lab09_worksheet file in the page provided by pressing Ctrl+V.

9. Click OK to close the Server Aging/Scavenging Properties dialog box.

10. When you are prompted to apply aging/scavenging settings to the Standard Primary zone, click Yes.

11. Click OK to close the adatum.com Properties dialog box.

End of exercise. You can leave the windows open for the next exercise.

Exercise 9.4

Troubleshooting DNS

Overview

In Exercise 9.2, you used nslookup to show name/IP resolution. However, during this exercise, you use nslookup in other ways to test DNS. You also use the DNS built-in tools to test DNS.

Mindset

Because DNS is an essential service that can bring any network down when it is not available, you need to know how to troubleshoot it. Microsoft provides several tools to help you troubleshoot DNS problems, including the IPConfig command, the NSLookup command, and the DNS console.

Completion time

10 minutes

Question 17

What command would you use to show which DNS server a client is using?

1. On RWDC01, at the command prompt, execute the following command:

nslookup PC1.adatum.com

2. To start nslookup in interactive mode, execute the following command:

nslookup

3. To display the SOA record for adatum.com domain, execute the following commands:

set type=soa

adatum.com

4. To display the MX record for the adatum.com domain, execute the following commands:

set type=mx

adatum.com

5. Take a screen shot of the Command Prompt window by pressing Alt+Prt Scr and then paste it into your Lab09_worksheet file in the page provided by pressing Ctrl+V.

6. Close the Command Prompt.

7. On RWDC01, with DNS Manager console, right-click RWDC01 and choose Properties. The properties dialog box opens.

8. Click the Monitoring tab (see Figure 9-3).

Figure 9-3

Monitoring the DNS server

9. Select to enable the following settings:

A simple query against this DNS server

A recursive query to other DNS servers

10. Click Test Now.

11. Take a screen shot of the RWDC01 Properties dialog box by pressing Alt+Prt Scr and then paste it into your Lab09_worksheet file in the page provided by pressing Ctrl+V.

Question 18

Did either simple query or recursive query fail? If a failure did occur, why did it fail?

12. Close DNS Manager.

Lab REview Questions

Completion time

10 minutes

1. In Exercise 9.1,what is the most commonly used DNS resource record?

2. In Exercise 9.1, where is the default TTL stored?

3. In Exercise 9.1, where are PTR records stored?

4. In Exercise 9.1, what view do you need to be in to modify the TTL for an individual record?

5. In Exercise 9.2, how did you enable round robin?

6. In Exercise 9.3, to enable zone scavenging, what two places did you have to configure?

7. In Exercise 9.4, what tool is used to test DNS queries?

Lab Challenge

Using the DNSCMD Command to Manage Resource Records

Overview

To complete this challenge, you must demonstrate how to use the DNSCMD command.

Mindset

In the last lab, you were introduced to the dnscmd command to create zones. In this lesson, you can also use the dnscmd command to manage resource records.

Completion time

5 minutes

You need to configure a few scripts that will create DNS zones. What commands would you use to perform the following on RWDC01.contoso.com for the contoso.com domain:

Add a host record for Test01 with an IPv4 address of 192.168.1.221 on the RWDC01 server.

Delete the Test01 record that you just created in the previous step.

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.

Applied Sciences
Architecture and Design
Biology
Business & Finance
Chemistry
Computer Science
Geography
Geology
Education
Engineering
English
Environmental science
Spanish
Government
History
Human Resource Management
Information Systems
Law
Literature
Mathematics
Nursing
Physics
Political Science
Psychology
Reading
Science
Social Science
Home
Blog
Archive
Contact
google+twitterfacebook
Copyright © 2019 HomeworkMarket.com

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:

Top Grade Essay
Essay Writing Help
Ideas & Innovations
Buy Coursework Help
Quality Homework Helper
Academic Mentor
Writer Writer Name Offer Chat
Top Grade Essay

ONLINE

Top Grade Essay

Working on this platform from a couple of time with exposure of dynamic writing skills gathered with years experience on different other websites.

$232 Chat With Writer
Essay Writing Help

ONLINE

Essay Writing Help

I am a qualified and experienced Writer, Researcher, Tutor, analyst and Consultant. I hold MBA (Strategic Management) (Finance and Marketing) & CPA.K (Accounting and Finance.)

$232 Chat With Writer
Ideas & Innovations

ONLINE

Ideas & Innovations

Hi, Hope you are doing well. I can do this easily because I have several experiences to write articles on different web sites, creative content for several blogs & also SEO writing. Even I have written many kindle ebooks, Being a creative writer, I think I am the most eligible person for your Ghostwriting project. So lets make no longer delay & start chatting immediately.

$230 Chat With Writer
Buy Coursework Help

ONLINE

Buy Coursework Help

Hi dear, I am ready to do your homework in a reasonable price.

$232 Chat With Writer
Quality Homework Helper

ONLINE

Quality Homework Helper

Hi dear, I am ready to do your homework in a reasonable price.

$232 Chat With Writer
Academic Mentor

ONLINE

Academic Mentor

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!

$225 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

story in the news - Www psyarticles com - Alex and eve movie - Deliverable 2 - The Healthcare Delivery System - Healthy and unhealthy food speech - Order 2379643: Curriculum Development - Characteristics of a literacy sponsor - Examples of short stories with conflict and resolution - Platespin migrate step by step - Iron 3 chloride msds - Health Care - Vertex of an angle - Science buddies paper roller coaster - Bowen collinsville family day care - Virus prokaryotic or eukaryotic - Literature review - Difference between capital and expense - Commune luxembourg bierger center - Bird beak adaptation lesson plan - Andersen door hinge adjustment instructions - Scope and sequence australian curriculum - The cliche kid poem analysis - A practical approach to supply chain risk management - How is the total magnification of a microscope calculated - Rewireable fuse advantages and disadvantages - Tata communications emerging markets growth strategy - Cases in healthcare management pdf - Evaluate Organizational Culture and Leadership Style Within a School or Organization - Isaac rosenberg dead man's dump analysis - Pico question examples congestive heart failure - Is 57 a prime - Cardinal newman pe kit - Excel chapter 9 - Hcf hospital cover options - Use case diagram for student registration system - 24 ft extension ladder fire service - Walgreens usaa atm - Edith hollander frank biography - Ark of the covenant pyramid - St george margin loan - Political science essay - for Essays Guru - Humorous story crossword clue - Cajas de carton que paso answers - John amos comenius early childhood education - Gloucester mg owners club - Cumbernauld theatre christmas carol - List of testable questions - Statement of purpose for international business - Market research - Lds distribution center brisbane - 90.1 fm gold coast - ER diagram - Perdue farms case study - Army bfa standards australia - Bcg matrix of johnson and johnson products - Project Charter 3 - And the weak suffer what they must pdf - Https owl english purdue edu owl resource 560 02 - Barmah lakes camping area - Aluminum j pole antenna - Aacc code of ethics - Need help writing classification essay - Darius arya ancestry - 2 coments each one 150 words (CITATION AND REFERENCE) - Similarities between egypt and philippines - Wk1 discussion 100820 - EZ Furniture Wholesalers, Inc. - Pr 6 1a fifo perpetual inventory - The Remarkable Thing About Group Development - River flows in you words - Mantis tiller oil level - Emerging threats and countermeasures - An inconvenient truth study guide - The null hypothesis for a repeated measures test states - Firestone w01 358 7001 - Co op funeral flowers - Central boiler corrosion inhibitor plus - What is a pragmatic research study - Helpkidzlearn five little monkeys - Teaching period 3 swinburne - Anatomy and physiology chapter 1 study guide - Dearly disconnected - College accounting edition price haddock farina - Pluralism and assimilation in rites of passage - Information system - Silver nitrate and hydrochloric acid balanced equation - Musyokiones - Freedom on my mind second edition pdf - Panera bread company case study answers - Illuminated sons of the golden dawn - Milestone One - Living religions mary pat fisher 10th edition pdf - Born haber cycle practice questions - Multiples and factors poster - Kalief browder essay - Measure - John a squatters nugget reno nevada - Class One: Part Two - Cisco values and mission - Highly stretchable and tough hydrogels