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

Business studies in action - 5/88 alt street ashfield - Mother in hebrew transliteration - The ashford university student resource introduced this week is - Health and safety when using a pillar drill - Top hat organizer - Child development assignment example - Operations management final exam questions and answers - What is form 10f india - Gloria munez freedom writers - Anatomy - Blood donation speech for students - Prcticum - Hw - National communication association credo for ethical communication - Triumph of the nerds part 1 summary - Provides support for the cell - Bsuonline blackboard - Exercise 1 data interpretation - Evidence of computer literacy in nursing - Quotes about not judging others in to kill a mockingbird - Poetry an introduction sixth edition - Garvin enterprises bonds currently sell - HRM671 LEARNING THEORIES AND TECHNOLOGY - Svahn ab is a swedish manufacturer of sailing yachts - Programming c++ code for ticket parking - Case study series on work life balance in large organizations - Antivirus - Financial analysis paper - Judge chamberlain haller - Difference between piezometer and monitoring well - Performance education melbourne contact - Leadership and Management discussion posts - J3 - Principles of incident response and disaster recovery, 2nd edition pdf download - Categorical statement venn diagram - Against school john taylor gatto summary - What is integrity interview question - Consumer Behavior - Brian foster chest pain objective - Something the lord made questions and answers - Proactive vs reactive activities - CIFDQ5-1 - Texas state university health center - What is the manager's responsibility in comparing data - Business Law - Marisol receives total employee benefits - Accounting information systems controls and processes 3rd edition test bank - Product of two irrational numbers - Discussion - Pdf xchange keyboard shortcuts - Riverside medical practice cuxton - Masinde muliro university of science & technology - English - 2.2 3 quiz understand journalism as persuasion - Nctsn pfa online post test answers - Christodoulos vassiliades net worth - 100 pair cable colour code - What major dimension sets apart international finance from domestic finance - Herpes zoster soap note - Physical properties of matter which are used to measure temperature - Michael sadler industrial revolution - What is validity in an experiment - Ntnu norway phd vacancies - Discuss the four developmental components of an authentic leader - Electrician pre apprenticeship perth - The myth of the college dropout worksheet answers - Call me ishmael some years ago - David sedaris hugh hamrick breakup - Fbi crime scene analysis - Culture in Criminal Justice - Https xlitemprod pearsoncmg com api v1 print math - Storybrand Brandscript - 5 steps of monroe's motivated sequence - Verizon MEMO TO CEO - Week 8 Assignment: Essay – Interrelationships Reflection - Service dominant logic apple - Descartes meditations 6 summary - Musee des beaux arts literary devices - Kim p2S - Why does wheeled coach have excess inventory - What does parq stand for in pe - Urban economics o sullivan - This will be a blueprint on business innovation/information technology with Netflix Create an individual data and technology back-up plan. - NURSING Jarvis Study guide - Hyundai motors is considering three sites - Year 11 biology exam questions - Definition of verbal communication in health and social care - Consumer discretionary sector analysis - A qué hora 1 pensar volver el partido de fútbol - Aspa code of ethics - HR business case essay- 5 Pages in length. Follow directions or I will DISPUTE for REFUND - The organic chemistry tutor acids and bases - The texas constitutional convention of 1974 - Deciles problems with solution - Team operating principles examples - Essentials of business communication 11th edition chapter 1 - Shirlene school of ballet - Business final part - Essentials of investments 10th edition pdf