Home > Articles > Microsoft > MCSE

This chapter is from the book

Apply Your Knowledge

In this chapter, you learned what DHCP is and how it works to make IP address assignment easier, quicker, and more accurate. In the following exercises, you will practice some of the concepts and methods discussed in this chapter.

Exercises

3.1 Creating a DHCP Scope

This exercise guides you through the process of creating a standard DHCP scope. This exercise requires you to have a Windows Server 2003 computer with the DHCP service installed.

Estimated time: 20 minutes

  1. Open the DHCP console by selecting Start, Programs, Administrative Tools, DHCP.

  2. Right-click the DHCP server and select New Scope from the context menu.

  3. Click Next to dismiss the opening page of the New Scope Wizard.

  4. On the Scope Name page, enter the name SCOPE1 and an appropriate description for the new scope. Click Next to continue.

  5. On the IP Address Range page, enter the IP address range 10.0.0.210.0.0.100, and the subnet mask 255.255.255.0. Click Next to continue.

  6. On the Add Exclusions page, enter the IP address ranges 10.0.0.510.0.0.10 and 10.0.0.1510.0.0.20 as exclusions. Click Next to continue.

  7. On the Lease Duration page, you can leave the default setting of 8 days. Click Next to continue.

  8. Select to configure advanced options and click Next to continue.

  9. On the Router (Default Gateway) page, enter the default gateway IP address 10.0.0.1. Click Next to continue.

  10. On the Domain Name and DNS Servers page, enter the IP addresses 10.0.0.250 and 10.0.0.251 for the DNS servers. Specify the parent domain as testlab.local. Click Next to continue.

  11. On the WINS Servers page, enter the IP addresses of the WINS servers if you have legacy clients that still need WINS services. Enter the IP addresses 10.0.0.250 and 10.0.0.251 for the WINS servers. Click Next to continue.

  12. Opt to activate the scope now and click Finish to complete the wizard.

3.2 Creating a Superscope

This exercise shows you how to manage multiple scopes by creating a superscope. You must have completed Exercise 3.1 for this exercise to work.

Estimated time: 20 minutes

  1. Open the DHCP console by selecting Start, Programs, Administrative Tools, DHCP.

  2. Right-click the DHCP server and select New Scope from the context menu.

  3. Create a second scope, using the IP address range 10.0.0.102 to 10.0.0.200, using the same default gateway, DNS servers, and WINS servers as detailed in Exercise 3.1, with no exclusions. Name the scope SCOPE2.

  4. Right-click the DHCP server and select New Superscope from the context menu.

  5. Click Next to dismiss the opening page of the New Superscope Wizard.

  6. On the Superscope Name page, enter SUPERSCOPE1 and click Next to continue.

  7. On the Select Scopes page, select SCOPE1 and SCOPE2 by holding down the Ctrl key and clicking both scopes. Click Next to continue.

  8. Verify your configuration on the Completing the New Superscope Wizard page. Click Next to complete the superscope-creation process.

  9. The Completing the New Superscope Wizard dialog box summarizes the selections you made throughout the wizard. Click Finish to create the superscope.

3.3 Configuring a DHCP Relay Agent

This exercise walks you through the process of creating and configuring a DHCP relay agent for a network.

Estimated time: 15 minutes

  1. Open the Routing and Remote Access console.

  2. Expand the console nodes so that you can access the IP Routing, General node.

  3. Right-click the General node and select New Routing Protocol.

  4. Select the DHCP relay agent.

  5. Right-click the DHCP Relay Agent node and select New Interface from the context menu to select the interface to be used for the DHCP relay agent.

  6. Configure your required values for hop-count threshold and boot threshold.

  7. Right-click the DHCP Relay Agent node and select Properties. Enter one or more remote DHCP servers in the list and click OK to confirm your settings.

3.4 Authorizing a DHCP Server in Active Directory

This exercise walks you through authorizing a DHCP server in Active Directory. This exercise requires that you have an Active Directory environment with an installed DHCP server.

Estimated time: 5 minutes

  1. Open the DHCP console by selecting Start, Programs, Administrative Tools, DHCP.

  2. Right-click the DHCP server and select Authorize from the context menu.

  3. The authorization process might take some time, depending on network conditions. Refresh the DHCP console by pressing F5. The DHCP server status is shown as Active when the authorization is complete. The server is then ready to issue addresses when it receives DHCP requests.

3.5 Configuring DHCP for DNS Integration

This exercise walks you through configuring a DHCP server for DNS integration. This exercise requires that you have an Active Directory environment with an installed DHCP server and DNS server. To complete this exercise, you must have completed Exercise 3.4.

Estimated time: 15 minutes

  1. Open the DHCP console by selecting Start, Programs, Administrative Tools, DHCP.

  2. Right-click the DHCP server and select Properties from the context menu. Switch to the DNS tab of the DHCP Server Properties dialog box.

  3. To enable DHCP integration with DNS, ensure that the Enable Dynamic DNS Updates According to the Settings Below check box is selected.

  4. Select either to have the DHCP server update A and PTR records when requested or to always update A and PTR records.

  5. To help keep your DNS database clean and consistent, you should allow the DHCP server to cause expired leases to lead to A and PTR record deletion.

  6. If you have legacy clients on the network, ensure that dynamic updating is configured for them as well.

  7. If you are using secure dynamic updates, you should consider configuring a dedicated network user account for the dynamic updating. You can enter the account credentials by switching to the Advanced tab.

  8. Click the Credentials button on the Advanced tab to open the DNS Dynamic Update Credentials dialog box.

  9. Enter the domain user account name, domain, and password.

Review Questions

  1. You are the systems administrator for Exponent Mathematicians, and you have been asked to implement DHCP on a multinetted network segment. What should you do to ensure that you do this successfully?

  2. You are the administrator of the DHCP server for the Get Bux pawn shop chain. You are getting complaints from users that they keep getting address-conflict messages when they turn on their computers. What DHCP counter might help you identify the problem?

  3. You are the administrator for Fly Away Travel. When administering Fly Away's DHCP server, you notice that the number of DHCP requests is very high for the number of users on the network. Where is the first place you should look for a server-related problem?

  4. You're the administrator of the DHCP server for Little Faith Enterprises. You notice that the DHCP server is running sluggishly during peak hours. When you check the Performance utility, you notice that the DHCP Conflict Check Queue Length counter is very high. What could be causing the DHCP server to be running slowly?

  5. You're the administrator of the DHCP server for Little Faith Enterprises. You have just installed the DHCP service and created your first scope by using the New Scope Wizard. You are trying to provide DHCP addresses to a group of users that are two router hops away. What do you still need to do?

Exam Questions

  1. You are the systems administrator for Wild Widgets, Inc. You are training a new employee on the use of the DHCP service in Windows Server 2003. She asks you how the client computer requests and receives an address from the server. Which of the following answers is correct?

    bullet.jpg

    A.

    The client computer broadcasts a DHCPDISCOVER message. The DHCP server offers an IP address. The client computer accepts the address and uses it to communicate on the network.

    bullet.jpg

    B.

    The client computer broadcasts a DHCPDISCOVER message. The DHCP server offers an IP address. The client computer accepts the address and sends a request to use that address back to the DHCP server. The client computer uses the address to communicate on the network.

    bullet.jpg

    C.

    The client computer broadcasts a DHCPDISCOVER message. The DHCP server offers an IP address. The client computer accepts the address and sends a request to use that address back to the DHCP server. The DHCP server acknowledges the request and grants the client computer a lease to use the address. The client computer uses the address to connect to the network.

    bullet.jpg

    D.

    The client computer broadcasts a DHCPDISCOVER message. The DHCP server offers an IP address. The client computer accepts the address and sends a request to use that address back to the DHCP server. The DHCP server acknowledges the request and grants the client computer a lease to use the address. The client computer responds with an acknowledgment of the lease and uses the address to connect to the network.

  2. You are the system administrator for Phil's Phill-up Stations, a chain of gas stations. As part of the network, you maintain a Windows Server 2003 DHCP server to dynamically assign addresses. You have three superscopes set up, and within each superscope are four scopes. One day, you start experiencing problems with one of the scopes issuing bad addresses. You check the server and suspect that there is a database problem. How can you verify that the database is intact?

    bullet.jpg

    A.

    Open the DHCP console. Select the scope in question and select Action, Reconcile Scope.

    bullet.jpg

    B.

    Open the DHCP console. Select the superscope that contains the scope in question and then select Action, Reconcile All Scopes.

    bullet.jpg

    C.

    Open the DHCP console. Select the DHCP server that contains the scope in question and then select Action, Reconcile All Scopes.

    bullet.jpg

    D.

    Open the DHCP console. Select the DHCP server that contains the scope in question and then select Action, Reconcile DHCP Database.

  3. You are the LAN administrator for Get Stuffed Taxidermy, and you are responsible for maintaining the company's Windows Server 2003 DHCP server. While doing your daily system checks, you notice that the number of DHCPDISCOVER packets spiked at 9:00 this morning. What could cause the Discovers/Sec counter to spike at 9:00 a.m.?

    bullet.jpg

    A.

    A network problem

    bullet.jpg

    B.

    The DHCP service being restarted

    bullet.jpg

    C.

    A large number of computers entering the network at approximately the same time

    bullet.jpg

    D.

    A rogue DHCP server issuing duplicate addresses

  4. You are the systems administrator for Hank's Harmonicas, Ltd. Your Active Directory–based network consists of all Windows Server 2003 server computers and Windows 98, Windows 2000 Professional, and Windows XP Professional client computers. This morning, one of the users of a Windows 98 computer called you and said that she could no longer connect to network resources. Upon further investigation, you discover that several other Windows 98 clients are experiencing the same problem. You determine that the cause of the problem is an incorrectly configured DHCP lease. What is the most likely reason that only your Windows 98 clients are exhibiting this problem?

    bullet.jpg

    A.

    The DHCP service in Windows 98 is not as stable as that in Windows 2000 or Windows XP, and this sometimes results in corrupted lease information.

    bullet.jpg

    B.

    An unauthorized DHCP server has been set up on the network.

    bullet.jpg

    C.

    A misconfigured DHCP server has been set up on the network.

    bullet.jpg

    D.

    The Windows 98 clients were unable to renew their DHCP lease and have thus assumed APIPA IP addresses instead.

  5. You are the lead systems administrator for Little Faith Enterprises, and a customer has asked you to install the DHCP service on her Windows Server 2003 computer, get one scope configured, and issue addresses. What minimum steps do you need to take to accomplish this?

    bullet.jpg

    A.

    Install the DHCP service from the Windows Components Wizard. After the service is installed, authorize it in Active Directory. Next, create the scope. Finally, configure the DNS integration.

    bullet.jpg

    B.

    Install the DHCP service from the Windows Components Wizard. After the service is installed, create the scope and then configure the DNS integration.

    bullet.jpg

    C.

    Install the DHCP service from the Windows Components Wizard. After the service is installed, create the scope. Create a superscope and add the scope to it. Authorize the server in Active Directory.

    bullet.jpg

    D.

    Install the DHCP service from the Windows Components Wizard. After the service is installed, create the scope. Authorize the server in Active Directory.

  6. You are the systems administrator for the Hittem Boxing Glove Corporation. The corporation is running a routed network with a centrally located Windows Server 2003 DHCP server. The server is capable of issuing addresses to users on the local segment, but it cannot issue addresses to any of the sites that are across a router. What is the most probable cause of this problem?

    bullet.jpg

    A.

    The DHCP forwarder service is not enabled on the DHCP server.

    bullet.jpg

    B.

    The BOOTP forwarder service is not enabled on the DHCP server.

    bullet.jpg

    C.

    The DHCP forwarder service is not enabled on the routers.

    bullet.jpg

    D.

    The BOOTP forwarder service is not enabled on the routers.

  7. You manage the Windows Server 2003 DHCP servers for the Really Big Screwdriver Corporation. You are running in a purely Windows Server 2003 environment with all Windows XP Professional clients, and you need to make sure that workstations are registered properly in DNS for Active Directory integration. How should you configure DNS integration?

    bullet.jpg

    A.

    Set DNS integration to automatically update DHCP client information in DNS.

    bullet.jpg

    B.

    Set DNS integration to discard A and PTR records when a lease is deleted.

    bullet.jpg

    C.

    Set DNS integration to enable updates for DNS clients that do not support dynamic updates.

    bullet.jpg

    D.

    Set DNS integration to enable DNS keepalives.

  8. You are the systems administrator for UR Write publishing, a bookseller. Your Windows Server 2003 DHCP server issues a block of 40 addresses to 120 salespeople on the Sales network. These users are frequently in and out of the office, so no more than 40 users are ever on the network at one time. What do you need to do to ensure that users get addresses when needed?

    bullet.jpg

    A.

    Set the DHCP lease duration to 60 minutes.

    bullet.jpg

    B.

    Set the DHCP lease duration to 5 days.

    bullet.jpg

    C.

    Configure a reservation for each user.

    bullet.jpg

    D.

    Configure an exclusion for each user.

  9. You are the distributed computing administrator for Talk to Me Telephone. The company has Windows Server 2003 installed, with the DHCP service running. Mixed in with the DHCP client computers, the company still has some old workstations on the network with BOOTP chips on their Ethernet cards. You need to add support for BOOTP for these computers. How do you ensure that support?

    bullet.jpg

    A.

    Add the BOOTP service to the server.

    bullet.jpg

    B.

    In the Advanced tab of the scope Properties dialog box, configure the server to issue addresses to BOOTP clients.

    bullet.jpg

    C.

    In the Advanced tab of the server Properties dialog box, configure the server to issue addresses to both DHCP and BOOTP clients.

    bullet.jpg

    D.

    In the Advanced tab of the scope Properties dialog box, configure the server to issue addresses to both DHCP and BOOTP clients.

  10. You manage the Windows Server 2003 DHCP servers for the Really Big Hammer Corporation. It is a mixed environment, with Windows 2000, Windows XP, and Windows 98 workstations. You need to make sure workstations are registered properly in DNS for Active Directory integration. What do you need to do?

    bullet.jpg

    A.

    Set DNS integration to automatically update DHCP client information in DNS.

    bullet.jpg

    B.

    Set DNS integration to discard A and PTR records when a lease is deleted.

    bullet.jpg

    C.

    Set DNS integration to enable updates for DNS clients that do not request dynamic updates.

    bullet.jpg

    D.

    Set DNS integration to enable DNS keepalives.

  11. You are the systems administrator for BT Editing Unlimited. You have a 50-host network and are running a Windows Server 2003 DHCP server to assign IP addresses. You also have five IP-based printers with static IP addresses. Your assistant administrator has been working on the DHCP server and has made some changes. Now your users cannot print to one of the printers. What is most likely the problem?

    bullet.jpg

    A.

    The scope from which the printers were receiving their IP addresses has been deleted.

    bullet.jpg

    B.

    The existing scope has been modified so that it overlaps the addresses reserved for the printers.

    bullet.jpg

    C.

    The existing scope has been modified so that it overlaps the addresses reserved for the printers, and a workstation has been assigned the same address as one of the printers.

    bullet.jpg

    D.

    The DHCP service was inadvertently stopped.

  12. You are the systems administrator for the Little Faith Department Store. You are responsible for maintaining the company's Windows Server 2003 DHCP server. The company recently added a new router and routed a segment to the network. Now that segment must be added to the DHCP server. The address of the router port is 10.10.25.1, and the router is subnetted with a Class C subnet mask. You need to provide 40 addresses, starting at 10.10.25.20. What needs to occur for you to get DHCP working on that segment?

    bullet.jpg

    A.

    You need to install and configure an additional DHCP server on that segment to provide DHCP services.

    bullet.jpg

    B.

    You need to add to the DHCP server a scope that contains the addresses from 10.10.25.20 through 10.10.25.59. The scope needs a subnet mask of 255.255.255.0. You need to configure the BOOTP forwarder for the new segment's router, using the address of the DHCP server. You need to activate the scope.

    bullet.jpg

    C.

    You need to add to the DHCP server a scope that contains the addresses from 10.10.25.20 through 10.10.25.60. The scope needs a subnet mask of 255.255.255.0. You need to configure the BOOTP forwarder for the new segment's router, using the address of the DHCP server. You need to activate the scope.

    bullet.jpg

    D.

    You need to add to the DHCP server a scope that contains the addresses from 10.10.25.20 through 10.10.25.60. The scope needs a subnet mask of 255.255.255.0. You need to configure the BOOTP forwarder for the new segment's router, using the address of the DHCP server. You do not need to activate the scope because that happens automatically when the scope is created.

  13. You are the network manager for IntCo Manufacturing. You are running in a mixed environment, and you are using a Windows Server 2003 DHCP service to support three network segments. Your client computers consist of Windows 2000 Professional, Windows NT Workstation, and Windows 98 SE workstations. What do you need to do to ensure that all the client computers can receive DHCP addresses?

    bullet.jpg

    A.

    Configure a scope for each network segment. Configure each client computer to receive IP addresses dynamically. Configure the DHCP service for backward compatibility.

    bullet.jpg

    B.

    Configure a scope for each network segment. Configure each client computer to receive IP addresses dynamically. For the Windows NT Workstation client computers, ensure that the DHCP update from Service Pack 6 has been installed.

    bullet.jpg

    C.

    Configure a scope for each network segment. Configure each client computer to receive IP addresses dynamically. Configure the DHCP service for mixed mode.

    bullet.jpg

    D.

    Configure a scope for each network segment. Configure each client computer to receive IP addresses dynamically.

  14. You are the systems administrator for BT Editing, and you are running a purely Windows Server 2003 network, using Active Directory and the Windows Server 2003 DHCP service. A user in another department has installed a DHCP server on a UNIX server. How do you prevent your client computers from receiving DHCP addresses from that server?

    bullet.jpg

    A.

    Disable the unauthorized server in Active Directory.

    bullet.jpg

    B.

    Make sure all your domain client computers are running Windows 2000 or higher.

    bullet.jpg

    C.

    Reconfigure BOOTP on the router.

    bullet.jpg

    D.

    Go to each client computer and enter the address of the production DHCP server in the Internet Protocol (TCP/IP) Properties dialog box.

  15. You are the systems administrator for Area 51 Partners, a consulting firm that is not involved in any way, shape, or form with alien activity in Nevada. You have a customer who would like to ensure that only authorized DHCP servers can make dynamic updates to the DNS database. What will you configure for the customer to make this happen? (Choose all that apply.)

    bullet.jpg

    A.

    Create a new domain user account called DNSDYNUPD.

    bullet.jpg

    B.

    Enter the credentials for the DNSDYNUPD account in the scope options for your DHCP server.

    bullet.jpg

    C.

    Enter the credentials for the DNSDYNUPD account in the DNS Dynamic Update Credentials dialog box for your DHCP server.

    bullet.jpg

    D.

    Add the DNSDYNUPD account to the Enterprise Administrators group.

Answers to Review Questions

  1. To successfully implement DHCP in a multinetted environment, you should consider using a supers-cope to ease the management of the scopes for each of the multinetted networks. For more information, see the section "Understanding DHCP Superscopes."
  2. You should check the Declines/Sec counter in the Performance console for the DHCP object. The number of DHCPDECLINE messages received per second by the DHCP server from client computers can be used to see whether the DHCP client computer has declined the IP address issued by the server. You see this number rise when client computers start having address conflict problems, and it could indicate a network problem, computers with static addresses also being part of a scope, or a rogue DHCP server being on the network. For more information, see the section "Troubleshooting DHCP Server Authorization Problems."
  3. You should check the length of the DHCP lease. If the lease has been set to a very short duration, client computers would need to request addresses frequently. For more information, see the section "Creating a DHCP Scope."
  4. Either a lot of DHCP requests are occurring during peak hours or the Conflict Detection Attempts parameter is set too high. If that parameter is enabled, the Windows Server 2003 DHCP service issues an address and checks whether any IP address conflicts exist. This can put a lot of additional overhead on the server and drive up the DHCP conflict check queue length. For more information, see the section "Troubleshooting DHCP Server Authorization Problems."
  5. First, you need to authorize the DHCP server in Active Directory. The DHCP server cannot provide addresses until that occurs. You also need to configure the BOOTP forwarder on any routers between the DHCP server and the client workstations so that the routers know where to forward DHCP messages. For more information, see the section "Authorizing a DHCP Server in Active Directory."

Answers to Exam Questions

  1. C. The client computer cannot use the address until the DHCP server grants the lease. After the DHCP server acknowledges the DHCP request and grants the lease, the client computer can use the address. Before a client computer can actually use an offered address, it must request to do so and receive an acknowledgment from the offering DHCP server; thus, answers A, B, and D are incorrect. No additional step is required in the process. For more information, see the section "DHCP."
  2. C. You need to reconcile all the scopes on the server. Answer A is almost correct because you can reconcile a single scope, but the correct command is Reconcile, not Reconcile Scope. You cannot reconcile scopes at the superscope level, as stated in answer B. The command in answer D does not exist.
  3. C. The DHCPDISCOVER packet is sent when a computer first requests an address. The most likely reason for the Discovers/Sec counter to spike would be a large number of concurrent requests occurring, which could happen when a large number of client workstations request addresses at the same time. A network problem would have the opposite effect because no DHCPDISCOVER packets would reach the server; thus, answer A is incorrect. A DHCP service restart or a rogue DHCP server couldn't affect the number of DHCPDISCOVER packets because the packets are generated by client PCs; thus, answers B and D are incorrect. For more information, see the section "Troubleshooting DHCP Server Authorization Problems."
  4. B. In this scenario, the most likely cause for the problem is that an unauthorized DHCP server has been set up on the network. Windows 2000 and Windows XP clients in an Active Directory domain do not take DHCP leases from DHCP servers that have not been authorized in Active Directory. The DHCP service in Windows 98 would not likely cause this sort of problem; thus, answer A is incorrect. A misconfigured DHCP server that was authorized would give bad DHCP lease information to all clients, not just to Windows 98 clients; thus, answer C is incorrect. In addition, if clients were unable to reach a DHCP server, the Windows 2000 and Windows XP clients would also assign themselves APIPA IP addresses; thus, answer D is incorrect. For more information, see the section "Troubleshooting DHCP Server Authorization Problems."
  5. D. If the task is to install the DHCP service and get it issuing addresses, you do not need to configure DNS, but you do need to authorize the server in Active Directory; thus, answers A and B are incorrect. Even though you learned how to create a superscope in this chapter, you do not need a superscope for the server to function; thus, answer C is incorrect.
  6. D. To issue addresses using DHCP across a router, the router needs to have the BOOTP forwarder service enabled and configured; thus, answer C is incorrect. DHCP relay is configured on a router or a Windows Server 2003 computer running Routing and Remote Access; thus, answer A is incorrect. There is no such thing as the BOOTP forwarder server; thus, answer B is incorrect. For more information, see the section "Configuring and Implementing a DHCP Relay Agent."
  7. A. In a purely Windows 2000, Windows XP, and Windows Server 2003 environment, you need to configure DHCP to automatically update DNS to ensure that the client computers appear on the network correctly. Setting the DNS integration to discard lookups after a lease is deleted also works with a purely Windows 2000 network, but it has nothing to do with the computers registering properly; thus, answer B is incorrect. Windows 2000, Windows XP, and Windows Server 2003 all support dynamic updates; thus, answer C is incorrect. Keepalives are associated with HTTP sessions, not DNS; thus, answer D is incorrect. For more information, see the section "Configuring DHCP for DNS Integration."
  8. A. To ensure that addresses are available, the DHCP lease needs to be set to a short interval; thus, answer B is incorrect. Reservations won't help since you have too few leases already; thus, answer C incorrect. There was no mention of a need for exclusions and, thus, no need to configure them; therefore, answer D is incorrect. For more information, see the section "Creating a DHCP Scope."
  9. D. You need to configure the scope to issue addresses to both DHCP and BOOTP clients; thus, answers A, B, and C are incorrect. For more information, see the section "Creating a DHCP Scope."
  10. C. Because the non–Windows 2000 (or non–Windows XP) machines lack the capability to directly update the DNS server themselves, you need the DHCP server to make the updates to DNS. Using DNS integration to enable updates for DNS client computers that do not support dynamic updates enables the DHCP server to perform this service. The options mentioned in answers A and B do not exist; thus, they are incorrect. Keepalives are associated with HTTP sessions, not DNS; thus, answer D is incorrect. For more information, see the section "Configuring DHCP for DNS Integration."
  11. C. The address from the printer has probably been issued to another computer. Because the printers use static addresses, the only change to the DHCP server that could have affected printing would be another host having the same address. Deleting the scope would cause problems, but not likely right away; thus, answer A is incorrect. Answer B is close, but just creating an overlapping scope is not a problem until the overlapping addresses are assigned. As with deleting the scope, stopping the DHCP service would causes problems, but not unless a client needed a new address; thus, answer D is incorrect.
  12. B. A single DHCP server can serve multiple segments, so you do not need an additional server. To get 40 addresses, the range must be from 10.10.25.20 to 10.10.25.59, which is an inclusive range. Also, the last step of the New Scope Wizard is to authorize the new scope. The actions listed in answer A are not enough to perform the required task; thus, answer A is incorrect. Answers C and D each provide 41 addresses; in addition, answer D has you not activating the scope, which you must do to use the scope. Therefore, answers C are D are incorrect.
  13. D. You do not need to make any special configurations to the DHCP service; it can communicate with non–Windows 2000 or non–Windows XP client computers without problems. Thus, answers A and C are incorrect. You also do not need to update any of the client computers. Windows NT and Windows 98 are capable of using DHCP without needing updates applied; thus, answer B is incorrect. You just need to configure the appropriate scope and configure the client computers to use that scope.
  14. B. Because a UNIX server cannot be enabled in Active Directory, Windows 2000 (and Windows XP) client computers do not accept DHCP addresses from the server. Answer A is not correct because you cannot disable a server that isn't joined to the Active Directory domain. Changing the BOOTP configuration on the router might prevent remote users from receiving addresses, but local users would still be vulnerable; thus, answer C is incorrect. In answer D, there is nowhere to enter the address of the DHCP server. For more information, see the section "Authorizing a DHCP Server in Active Directory."
  15. A, C. Windows Server 2003 enables you to use a preconfigured domain user account to perform DNS dynamic updates. This ensures that only authorized DHCP servers are performing dynamic updates and that all DHCP servers can update and modify DNS entries. In addition, this prevents problems previously associated with allowing a DHCP server running on a domain controller to perform DNS dynamic updates. The best course of action is to create a dedicated domain user account for this purpose. The account information to be used for dynamic updates is configured at the server level; thus, answer B is incorrect. The account used for dynamic updates does not need to be a member of the Enterprise Administrators group; thus, answer D is incorrect. For more information, see the section "Configuring DHCP for DNS Integration."

Pearson IT Certification Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Pearson IT Certification and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Pearson IT Certification products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by Adobe Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.pearsonitcertification.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020