Section 6.2. Exam 70-291 Suggested Exercises


6.2. Exam 70-291 Suggested Exercises

Exam 70-291 expects you to know how to implement, manage, and maintain network infrastructure for Windows Server 2003. You'll need plenty of hands-on previous experience to pass the exam. You'll need to review the study guide closely and review closely any areas with which you are unfamiliar. This section provides a numbered list of exercises that you can follow to gain experience in the exam's subject areas. Performing the exercises will be useful for helping to ensure that you have hands-on experience with all areas of the exam.

For this exam, I recommend setting up a three-computer test network with two servers running Windows Server 2003 and one workstation running Windows XP Professional. One of your servers should be configured as a domain controller with DNS. The other should be configured as your DHCP server and as your Routing and Remote Access Server (RRAS). The workstation will need to be used in several roles. You'll need to configure it to be a member of the domain when you test TCP/IP, DHCP, and DNS client configurations. When you test RRAS, you'll want to configure the workstation as a RRAS client.

In addition to performing the exercises below, you should also have experience using each of the Windows Server 2003 administrative tools described in the Study Guide.

6.2.1. Installing and Configuring TCP/IP

  1. Configure a server so that it uses TCP/IP. If necessary, install TCP/IP.

  2. Specify a static IP address, subnet mask, default gateway, and other appropriate TCP/IP settings for use in a domain.

  3. Test the settings to ensure that the server can communicate on the network.

6.2.2. Installing DHCP Server Service

  1. Prior to installing the DHCP Server service, confirm that a server has a static IP address.

  2. Install the DHCP Server service on a server.

  3. Authorize the DHCP server in Active Directory.

  4. Configure the DHCP server so it can assign dynamic configurations to clients.

  5. Configure and activate a scope on the DHCP server.

6.2.3. Configuring Dynamic Addressing for Clients

  1. Configure a workstation so that it uses TCP/IP. If necessary, install TCP/IP.

  2. Configure the computer to use a dynamic IP address.

  3. Ensure the workstation's alternate configuration uses an Automatic Private IP address.

  4. Test the settings to ensure the server can communicate on the network.

6.2.4. Troubleshooting TCP/IP Addressing

  1. Disconnect a computer's network cable.

  2. Use the command line to diagnose the problem.

  3. Reconnect the computer's network cable.

  4. Configure invalid settings for TCP/IP.

  5. Use the command line to ping another computer on the network.

  6. Use netdiag to test the computer's configuration.

  7. Reconfigure the computer so it uses valid settings.

  8. Use netdiag to test the computer's configuration.

6.2.5. Authorizing DHCP Servers

  1. Open the DHCP console.

  2. Determine whether your DHCP server(s) is authorized.

6.2.6. Creating Scopes

  1. Using the DHCP console, create three normal scopes with private Class C IP addresses.

  2. Add the scopes to a superscope.

  3. Activate the superscope.

  4. Deactivate the superscope.

  5. Try to delete the superscope.

  6. Remove all three normal scopes from the superscope.

  7. Delete the superscope.

6.2.7. Configuring Scopes

  1. Using the DHCP console, create a normal scope with private Class C IP addresses.

  2. Exclude a range of IP addresses.

  3. Configure the TCP/IP options for DNS domain name, DNS servers, and router.

  4. Using the Scope Options node, modify the TCP/IP options for DNS domain name, DNS servers, and router.

6.2.8. Creating and Activating Multicast Scopes

  1. Open the DHCP console.

  2. Create a multicast scope and configure it so multicast traffic can pass through seven routers.

  3. Activate the multicast scope.

6.2.9. Using Dynamic DNS Updates with DHCP

  1. Using the DHCP console, ensure dynamic DNS updates are enabled on the DHCP server.

  2. Configure dynamic updates so the DHCP server can update both A and PTR records for Windows 2000 and later clients.

  3. Configure dynamic updates so the DHCP server can update both A and PTR records for Windows NT 4.0 clients.

6.2.10. Configuring DHCP Leases

  1. Using the DHCP console, create a normal scope with private Class B IP addresses.

  2. Activate the scope.

  3. Change the scope's lease duration to 30 days.

6.2.11. Creating Reservations

  1. Configure a workstation to use DHCP.

  2. Ensure the workstation connects to the DHCP server and obtains a valid lease.

  3. Use the client's lease entry to determine the MAC address of the workstation's network adapter.

  4. Use the command line to determine the MAC address of the workstation's network adapter.

  5. Create a reservation for the workstation.

  6. Using the command line, release the workstation's current lease and renew its TCP/IP settings so that it obtains the reserved IP address.

6.2.12. Setting the DHCP Database and Backup Paths

  1. Open the DHCP console.

  2. Configure the DHCP server to use an alternate DHCP database and backup path.

6.2.13. Manually Backing Up and Restoring the DHCP Database

  1. Open the DHCP console.

  2. Back up the DHCP database.

  3. Restore the DHCP database from backup.

6.2.14. Manually Compacting the DHCP Database

  1. Open a command prompt.

  2. Change the directory path to the directory containing the DHCP database.

  3. Type net stop dhcpserver.

  4. Type jetpack dhcp.mdb temp.mdb.

  5. Type net start dhcpserver.

6.2.15. Auditing DHCP

  1. Using the DHCP console, configure DHCP auditing to use an alternate logfile path.

  2. Enable auditing on your DHCP server.

  3. Examine the DHCP audit logs.

  4. Review the System event logs for DHCP-related events.

6.2.16. Configuring Primary and Alternate DNS Suffixes

  1. Using the System utility in Control Panel, determine a computer's name and domain.

  2. Determine the computer's primary DNS suffix.

  3. Ensure that the primary DNS suffix changes when domain membership changes.

  4. Check the Advanced TCP/IP Settings for DNS.

6.2.17. Configuring Advanced DNS Settings

  1. Ensure a computer has both a primary and an alternate DNS server configuration.

  2. Modify the computer's TCP/IP settings to use a connection-specific DNS suffix.

  3. Remove the connection-specific DNS suffix.

  4. Ensure that the computer's primary network adapter is configured to append the primary DNS suffix, and use the standard default options.

  5. Ensure that the computer is configured to use dynamic DNS updates.

6.2.18. Working with the Resolver Cache on DNS Clients

  1. Using the command line, examine the DNS resolver cache on a computer using ipconfig /displaydns.

  2. Clear a computer's resolver cache using ipconfig /flushdns.

  3. Force a computer to register its DNS records using ipconfig /registerdns.

6.2.19. Installing DNS Server Service

  1. Prior to installing the DNS Server service, confirm that a server has a static IP address. (Static IP addresses are not required for DNS servers, but are recommended.)

  2. Install the DNS Server service on a domain controller.

  3. Open the DNS Management console.

  4. Ensure the server responses on the appropriate interfaces and IP addresses.

  5. Configure event logging so only errors and warnings are tracked.

  6. Using standard monitoring testing, test the DNS server configuration.

6.2.20. Configuring DNS Zone Options

  1. Open the DNS Management console.

  2. Create a standard forward lookup zone for the domain or a child domain of the current domain.

  3. Create a standard reverse lookup zone for the domain or a child domain of the current domain.

  4. Modify the forward and reverse lookup zones so they are Active Directory-integrated.

  5. Configure replication so all DNS servers in the domain get updates.

  6. Configure the zones to use only secure dynamic updates.

6.2.21. Configuring Scavenging Options

  1. Using the DNS Management console, access the properties of a DNS zone.

  2. Enable aging of DNS records in the zone.

  3. Set the period after a timestamp that must elapse before a resource record can be refreshed to 10 days.

  4. Set the period after the no-refresh interval during which the timestamp can be refreshed to 14 days.

6.2.22. Configuring the Start Of Authority (SOA)

  1. Using the DNS Management console, access the properties of a DNS zone.

  2. Review the zone's SOA record.

  3. Increment the zone's serial number.

6.2.23. Configuring Name Servers for the Zone

  1. Using the DNS Management console, access the properties of a DNS zone.

  2. Review the name servers for the zone.

  3. Add name servers as necessary.

6.2.24. Configuring Zone Transfers

  1. Using the DNS Management console, access the properties of a DNS zone.

  2. Configure zone transfers for listed name servers only.

  3. Configure notification for listed name servers only.

6.2.25. Creating Records in a Zone

  1. View the records on a forward lookup zone.

  2. Create the A and PTR records for a host in the current domain.

  3. Create an alias for a host in the current domain.

6.2.26. Configuring and Managing DNS Forwarding

  1. Open the DNS Management console.

  2. Configure a forwarder for all other domains.

  3. Configure a forwarder for a specific domain.

6.2.27. Accessing the Security Tools

  1. Open a custom MMC.

  2. Add the Security Templates snap-in.

  3. Add the Security Configuration And Analysis snap-in.

6.2.28. Creating Security Templates

  1. Using the Security Templates snap-in, determine the currently available security templates.

  2. Create a copy of a hisecdc and hisecws templates.

  3. Review and modify the settings of your new templates.

6.2.29. Applying Security Template Settings and Analyzing Security

  1. Access the Security Configuration And Analysis snap-in.

  2. Open Database and create a database for your work.

  3. Import the hisecdc template.

  4. Compare the computer's current configuration to the hisecdc template.

  5. Import the hisecws template.

  6. Compare the computer's current configuration to the hisecws template.

6.2.30. Applying IP Security

  1. Access the IP Security Monitor and determine whether any IPSec policies are being applied to a computer.

  2. In Active Directory Group Policy, review the default IPSec policies.

  3. Assign and enforce the Server (Request Security) policy.

  4. Apply the new policy to the computer by typing gpupdate /refresh at a command prompt.

  5. Access the IP Security Monitor and determine the IPSec policy applied.

  6. Use the command line to determine the IPSec policy applied.

6.2.31. Monitoring and Troubleshooting Kerberos

  1. In Active Directory Group Policy, review Kerberos policy.

  2. Use the command line to determine whether Kerberos is working properly.

6.2.32. Implementing Routing And Remote Access

  1. Prepare the computer to use Routing And Remote Access Service by disabling the Windows Firewall/Internet Connection Sharing service.

  2. Enable and configure the Routing And Remote Access service for LAN and demand-dial routing as well as remote access.

  3. Add a routing interface for a network connection.

  4. Add a routing interface for a dial-up connection.

  5. Add a routing interface for a private-network to private-network VPN connection.

6.2.33. Managing Remote Access Security

  1. Configure the RRAS server to use Windows Authentication.

  2. Configure the RRAS server to use Windows Accounting.

  3. Set a preshared key for L2TP connections over IPSEC.

  4. Configure user authentication so EAP and MS-CHAP V2 only are allowed.

6.2.34. Managing IP Assignment

  1. Ensure that IP routing is enabled on the RRAS server.

  2. Configure RRAS to allow IP-based remote access and demand-dial connections.

  3. Configure RRAS so that IP assignment is handled by DHCP.

  4. Configure RRAS so that broadcast name resolution is not allowed.

6.2.35. Configuring DHCP Relay Agents

  1. Install the DHCP Relay Agent routing protocol.

  2. Configure the DHCP Relay Agent routing protocol.

  3. Enable the DHCP Relay Agent routing protocol.

  4. Verify the server bindings for the DHCP Server service.

6.2.36. Installing and Configuring RIP

  1. Install RIP as a new routing protocol.

  2. Specify the network interface or interfaces to be used with RIP.

  3. Configure RIP to log warnings and errors.

  4. Set the connection security to accept all incoming routes for a specific range.

  5. Set the connection security to accept all outgoing routes for a specific range.

  6. Configure the connection to use only broadcasts and multicasts.

6.2.37. Configuring OSPF

  1. Install OSPF as a new routing protocol.

  2. Specify the network interface or interfaces to be used with OSPF.

  3. Configure OSPF to log warnings and errors.

  4. Configure OSPF to accept all external routes except SNMP routes.

  5. Configure the connection to use NMBA as the network type.

  6. Configure neighbors for the router.

6.2.38. Configuring Routing Tables

  1. Create a static route using the Routing And Remote Access console.

  2. View the current routes using the Routing And Remote Access console.

  3. Create a static route using the route add command.

  4. View the current routes using the route print command.

6.2.39. Configuring Routing Ports

  1. Determine the routing ports available on a RRAS server.

  2. Configure the WAN Miniport for PPTP or L2TP to use at least 256 ports.

  3. Configure the WAN Miniport for PPTP or L2TP to accept remote access and demand-dial connections.

6.2.40. Configuring NAT and the Basic Firewall

  1. Install the NAT/Basic Firewall routing protocol.

  2. Specify the Network Interface to use.

  3. Configure the NAT/Basic Firewall routing protocol.

  4. Enable basic firewall and configure packet filtering.

6.2.41. Managing Remote Access Clients

  1. Check the status of RRAS clients.

  2. Disconnect an RRAS client.

  3. Send a message to all RRAS clients.

  4. Review remote access policies that might affect clients.

6.2.42. Configuring Internet Authentication Service (IAS) to Provide Authentication

  1. Install IAS on a designated server.

  2. Register the IAS server in Active Directory.

  3. Configure your RRAS servers as IAS clients.

  4. Configure your RRAS servers to use RADIUS.

  5. Review the dial-in properties of remote access client.

6.2.43. Monitoring Network Traffic

  1. Use Task Manager to monitor network traffic.

  2. In the Performance console, use the Network Interface performance object to monitor network traffic.

  3. Install the Network Monitor Tools.

  4. Use the Network Monitor to analyze network traffic.

6.2.44. Determining Service Dependency

  1. Determine which services the DNS Server service is dependent upon using the Service utility.

  2. Determine which services the DHCP Server service is dependent upon.

  3. Determine which services are dependent upon the Event Log service.

6.2.45. Configuring Services

  1. Determine the run-state of the Computer Browser service.

  2. Stop and restart the Computer Browser service.

  3. Configure the Computer Browser service to use manual startup.

  4. Stop the Computer Browser service.

  5. Configure the Computer Browser service to use manual startup.

  6. Configure the Computer Browser service to use automatic startup.

  7. Start the Computer Browser service.




MCSE Core Required Exams in a Nutshell
MCSE Core Required Exams in a Nutshell: The required 70: 290, 291, 293 and 294 Exams (In a Nutshell (OReilly))
ISBN: 0596102283
EAN: 2147483647
Year: 2006
Pages: 95

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net