Essential Software for Completing Lab 12

Categories: Information Systems

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

Table 12-2
Software Required for Lab 12
Software
Location
Lab 12 student worksheet
Lab12_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 Lab12_worksheet.docx. 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, fill in the required information, and save the file to your flash drive. After completing this lab, you will be able to:

  • Design a DNS namespace
  • Configure remote DNS administration
  • Create and manage DNS zones, domains, and resource records
  • Configure reverse name resolution
  • Estimated lab time: 90 minutes

Exercise 12.1

  • Designing a DNS Namespace
  • Overview

Your firm is launching a new division, which will have its own DNS namespace, and your first task is to design that namespace by specifying appropriate domain and host names for the computers in the division.

Get quality help now
Prof. Finch
Prof. Finch
checked Verified writer

Proficient in: Information Systems

star star star star 4.7 (346)

“ This writer never make an mistake for me always deliver long before due date. Am telling you man this writer is absolutely the best. ”

avatar avatar avatar
+84 relevant experts are online
Hire writer

Mindset

Why is it practical and necessary to have a policy in place for the naming of your organization’s domains and hosts? Completion time
20 minutes

1.Design a DNS namespace for your organization that conforms to the following guidelines.

The root domain name for the organization is adatum.com. All of the additional domains you create must be subordinate to this domain.

Get to Know The Price Estimate For Your Paper
Topic
Number of pages
Email Invalid email

By clicking “Check Writers’ Offers”, you agree to our terms of service and privacy policy. We’ll occasionally send you promo and account related email

"You must agree to out terms of services and privacy policy"
Write my paper

You won’t be charged yet!

The internal network must be in a different domain from the external network.

The organization consists of three internal divisions: Sales, Human Resources, and Production. Each division must be represented by a separate subdomain in the namespace. Each division has departmental servers performing various roles and as many as 200 workstations, only some of which are shown in the diagram. Your host names should identify the function of each computer.

Three servers on an external perimeter network host the company’s Internet services: Web, FTP, and e-mail. These servers must be in the domain adatum.com.

2.On the worksheet shown in Figure 12-1 and in your Lab 12 worksheet file, write the domain names and the fully qualified domain names you have selected for the computers in the appropriate spaces.

Figure 12-1
DNS Namespace Design Worksheet

Adatum.com

Int.adatum.com

Hr.int.adatum.com
Sales.int.adatum.com
Production.int.adatum.com
File.hr.int.adatum.com
File.sales.int.adatum.com
File1.production.int.adatum.com
Books.hr.int.adatum.com
Data.sales.int.adatum.com
File2.production.int.adatum.com
Web.hr.int.adatum.com
W1.sales.int.adatum.com
File3.production.int.adatum.com
W8.hr.int.adatum.com
W5.sales.int.adatum.com
W2.production.int.adatum.com
W19.hr.int.adatum.com
W20.sales.int.adatum.com
W46.production.int.adatum.com
Web.adatum.com
ftp.adatum.com
Mail.adatum.com

End of exercise.

Lab Challenge

Remote DNS Administration
Overview

To complete this challenge, you must configure SVR-MBR-C to manage the DNS server running on SVR-DC-A using the DNS console. Completion time
10 minutes

List the steps you took to configure SVR-MBR-C and take a screen shot of the Connect to DNS Server dialog box, by pressing Alt+Prt Scr, and then paste the resulting images into the Lab 12 worksheet file in the page provided by pressing Ctrl+V. End of exercise. You can leave the windows open for the next exercise.

Exercise 12.2

Creating a DNS Zone
Overview

The zone is the administrative division that DNS servers use to separate domains. The first step in implementing the DNS namespace you designed is to create a zone representing your root domain. Mindset

What is the relationship between DNS zones and DNS domains? Completion time
10 minutes

1.On SVR-MBR-C, in Server Manager, click Tools > DNS. The DNS Manager console appears.

2.Expand the SVR-DC-A node and select the Forward Lookup Zones folder (see Figure 12-2).

Figure 12-2
The DNS Manager console

Question 1

Why is a zone for the root domain of your DNS namespace already present in the Forward Lookup Zones folder?

3.Right-click the Forward Lookup Zones folder and, from the context menu, select New Zone. The New Zone Wizard appears.

4.Click Next to bypass the Welcome page. The Zone Type page appears.

5.Leave the Primary Zone option and the Store the zone in Active Directory check box selected and click Next. The Active Directory Zone Replication Scope page appears.

6.Click Next to accept the default setting. The Zone Name page appears.

7.In the Zone name text box, type the internal domain name from the diagram you created in Exercise 12.1 and click Next. The Dynamic Update page appears.

8.Select the Allow both nonsecure and secure dynamic updates option and click Next. The Completing the New Zone Wizard page appears.

9.Click Finish. The new zone appears in the Forward Lookup Zones folder in the console.

Question 2

What resource records appear in the new zone you created by default?

End of exercise. You can leave the windows open for the next exercise. Exercise 12.3
Creating DNS Domains
Overview

A single zone on a DNS server can encompass multiple domains, as long as the domains are contiguous. In this exercise, you create the departmental domains you specified in your namespace design. Mindset

What is the difference between creating a second-level domain and a third-level domain? Completion time
10 minutes

1.On SVR-MBR-C, in the DNS Manager console, right-click the zone you created using the internal domain name from your namespace in Exercise 12.2 and, from the context menu, select New Domain. The New DNS Domain dialog box appears, as shown in Figure 12-3.

Figure 12-3
The New DNS Domain dialog box

2.In the Type the new DNS domain name text box, type the name of the Human Resources domain you specified in your namespace design and click OK. NOTE
When you create a domain within a zone, you specify the name for the new domain relative to the zone name. For example, to create the hr.int.contoso.com domain in the int.contoso.com zone, you would specify only the hr name in the New DNS Domain dialog box.

3.Repeat steps 1 to 2 to create the domains for the Sales and Production departments from your namespace design.

Question 3

What resource records appear in the new domains you created by default?

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

Exercise 12.4

Creating DNS Resource Records
Overview

Now that you have created the zones and domains for your namespace, you can begin to populate them with the resource records that the DNS server uses to resolve host names into IP addresses. Mindset

What good are zones and domains without resource records?
Completion time
20 minutes

1.On SVR-MBR-C, in the DNS Manager console, expand and right-click your root domain zone (adatum.com) and, from the context menu, select New Host (A or AAAA). The New Host dialog box appears, as shown in Figure 12-4.

Figure 12-4
The New Host dialog box

2.In the Name text box, type the host name of the Internet web server you specified in your namespace design.

3.In the IP Address text box, type 10.0.0.10.

Question 4

What must you do before you can select the Create associated pointer (PTR) record check box in the New Host dialog box?

4.Click Add Host. A DNS message box appears, stating that the resource record was created.

5.Click OK. A new, blank Add Host dialog box appears.

6.Repeat steps 2 to 4 to create Host records for the Internet FTP and Internet e-mail servers in your namespace design, using the IP addresses 10.0.0.11 and 10.0.0.12, respectively.

7.In the three domains you created in Exercise 12.3, create Host resource records for all of the remaining computers in your namespace design, placing each computer within its appropriate subdomain; Human Resources, Sales, or Production, using the names you specified in your diagram and different IP addresses in the 10.0.0.10 to 10.0.0.30 range. NOTE

For the purposes of this exercise, the actual IP addresses you use when
creating your resource records do not matter. In an actual DNS deployment, you must either specify an appropriate IP address for each host, based on the subnet to which the computer is connected, or rely on DHCP to create the resource records for the computers.

8.Click Done to close the Add Host dialog box.
9.Take a screen shot of the DNS Manager console, showing the resource records you created in the Human Resources domain, by pressing Alt+Prt Scr, and then paste the resulting image into the Lab 12 worksheet file in the page provided by pressing Ctrl+V.

10.Close the DNS Manager console.

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

Lab Challenge Using Reverse Name Resolution

Overview

Reverse name resolution is when a resolver sends an IP address to a DNS server and receives a host name in return, rather than sending a host name and receiving an IP address. Completion time
20 minutes

To complete this challenge, you must configure the DNS server on SVR-DC-A to perform reverse name resolutions for all of the resource records you created in Exercise 12.4.  List the basic tasks you performed to complete the challenge and then take a screen shot of the DNS Manager console, showing the elements you created during the challenge, by pressing Alt+Prt Scr, and then paste the resulting image into the Lab 12 worksheet file in the page provided by pressing Ctrl+V. 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.

View as multi-pages

Updated: Apr 29, 2023
Cite this page

Essential Software for Completing Lab 12. (2016, May 13). Retrieved from https://studymoose.com/dns-lab-12-essay

Essential Software for Completing Lab 12 essay
Live chat  with support 24/7

👋 Hi! I’m your smart assistant Amy!

Don’t know where to start? Type your requirements and I’ll connect you to an academic expert within 3 minutes.

get help with your assignment