TestOut Server Pro 2016: Install and Storage Objective 2: Network Services, All Questions
The sales department wants to create an intranet for all sales employees. Internet Information Services (IIS) is installed on CorpWeb and will be used to host the intranet site. Employees need the ability to access the web server using any of the following URLs: - http://sales.private - http://intranet.sales.private -http://www.sales.private You created the sales.private zone on the CorpDC server. Now you need to allow clients to connect to the web server by creating the following records in the zone: - Create an ALIAS (CNAME) record leaving the name blank. (This allows users to connect to the server using the sales.private URL.) - Create an ALIAS (CNAME) record named intranet. - Create an ALIAS (CNAME) record named www.
Complete the following steps: In Hyper-V Manager, select CORPSERVER. Right-click CorpDC and select Connect. In Server Manager, select Tools > DNS. Expand CORPDC. Expand the Forward Lookup Zones. Right-click the sales.private zone and select New Alias (CNAME). In the Alias name field, enter the alias name (to use the parent domain name for the alias, leave the field blank). Enter the fully qualified domain name of the host. Click OK. Repeat steps 6-9 to create additional records.
You just installed the DHCP service on the CorpDHCP server. You configured two scopes. The scope for Building A, Subnet1, is configured on 192.168.0. The scope for Building B, Subnet2, is configured on 192.168.10. After activating the scopes, you find that clients on Subnet1 receive IP addressing information from the DHCP server, but clients on Subnet2 have IP addresses in the 169.254.0.0/16 range. You realize that DHCP messages are not being forwarded through the router. In this lab, your task is to complete the following: - Use Routing and Remote Access to configure CorpServer2 as a DHCP relay agent by performing the following: -- Add the DHCP relay agent routing protocol. -- Add NetTeam as a DHCP relay agent interface.Set the boot threshold to 0. -- Configure the DHCP relay agent properties to identify 192.168.0.14 as the DHCP server. - Renew the TCP/IP information on Exec2 (the client machine in Building B). - Verify that Exec2 has a network connection.
Complete the following: Add the DHCP relay agent routing protocol as follows: In Server Manager, select Tools > Routing and Remote Access. Expand the protocol node. Right-click General and select New Routing Protocol. Select DHCP Relay Agent; then click OK. Add and configure a relay agent interface as follows: In the left pane, right-click DHCP Relay Agent and select New Interface. Select NetTeam; then click OK. Make sure Relay DHCP packets is selected. Set the boot threshold. Click OK. Configure the DHCP relay agent properties to identify the DHCP server as follows: Right-click DHCP Relay Agent and select Properties. In the Server address field, enter the IP address of the DHCP server. Select Add; then click OK. Renew the TCP/IP address and verify the connection as follows: From the top menu, select Inside to go inside Building B. Select Exec2. Right-click Start and select Command Prompt (Admin). In the command prompt, type ipconfig /renew and press Enter. The computer should receive an address on the 192.168.10 network. From the the taskbar, select the Network icon to view the connection status.
You work as the IT administrator for a small business and are responsible for the corporate network. The company has obtained the registered globally unique IPv6 /48 network address 2620:14F0:45EA. You need to configure your server with this address so you can begin testing IPv6 in your internal network. This is your first network, so you will use a subnet address of 0001. Your network router is not configured for IPv6 yet, so you must manually configure the address for now. To simplify the configuration, use the server's IPv4 address to create the interface ID. In this lab, your task is to configure the external vEthernet network adapter with the following IPv6 address: Prefix: 2620:14F0:45EA:0001 Interface ID: 192:168:0:10 Subnet prefix length: 64 Use ipconfig to verify the information.
Complete this lab as followed: Right-click the network icon in the notification area and select Open Network and Sharing Center. On the left, select Change adapter settings. Right-click the vEthernet (External) adapter and select Properties. Select Internet Protocol Version 6 (TCP/IPv6). Select Properties. Select Use the following IPv6 address. In the IPv6 address field, enter 2620:14F0:45EA:0001:192:168:0:10 as the IPv6 address. In the Subnet prefix length field, enter 64. Click OK. Click Close. Right-click Start and select Command Prompt (Admin) to verify the address configuration. Enter ipconfig /all and view the IPv6 Address.
To answer this question, complete the lab using the information below. You work as the IT administrator for a small business and are responsible for the corporate network. You have two servers and a DNS server that use static IP addresses on the 192.168.0.0/24 subnet. You plan to install three more servers soon, so you need to create DNS records for these servers on the CorpDC server. In this lab, your task is to perform the following: Create an IPv4 Active Directory-integrated primary reverse lookup zone for subnet 192.168.0.0/24. Be sure to accept the default replication and dynamic updates settings. Create A records and PTR records for the following hosts: CorpServer - 192.168.0.10 CorpFiles16 - 192.168.0.12 CorpFiles12 - 192.168.0.13 CorpDHCP - 192.168.0.14 CorpWeb - 192.168.0.15
Complete this lab as follows: Create a primary reverse lookup zone as follows: In Hyper-V Manager, select CORPSERVER. Right-click CorpDC and select Connect. In Server Manager, select Tools > DNS. Expand CORPDC. Right-click Reverse Lookup Zones and select New Zone. Click Next. Make sure Primary zone is selected. Make sure Store the zone in Active Directory is selected; then click Next. Keep the default replication scope setting and click Next. Keep the default reverse lookup zone settings and click Next. Type 192.168.0 as the network ID. {{Omit any trailing zeroes that are excluded based on the subnet mask. For example, type 192.168.1 for subnet 192.168.1.0/24. Type 10.1 for subnet 10.1.0.0/16.}} Click Next. Keep the default dynamic update settings; then click Next. Click Finish. Create a host (A) and associated pointer (PTR) record as follows: In DNS Manager, expand Forward Lookup Zones. Right-click CorpNet.com and select New Host (A or AAAA). In the Name field, enter the host name. In the IP address field, enter the IP address. Select Create associated pointer (PTR) record as needed. The reverse lookup zone must exist for this record to be created. Click Add Host. Click OK. Repeat steps 2c through 2g to add additional host records. Click Done.
The CorpDHCP server is the only DHCP server for clients on the 192.168.0.0/24 subnet. It has a scope that distributes addresses between 192.168.0.1 and 192.168.0.254, and an exclusion for static addresses for servers from 192.168.0.01 to 192.168.0.29. To provide DHCP fault tolerance for this subnet, you plan to split the scope with the CorpDHCP2 server (located on subnet 192.168.10.0/24 in Building B). Routers have been configured to pass DHCP requests between subnets. In this lab, your task is to complete the following: - Explore the DHCP configuration on CorpDHCP. Identify which scopes, exclusions, and options are currently configured. - Add the CorpDHCP2 server to the DHCP console. - Explore the DHCP configuration on CorpDHCP2. Identify which scopes, exclusions, and options are configured. - On CorpDHCP, use the Split-Scope wizard to split the Subnet1 scope between CorpDHCP and CorpDHCP2. -- Configure CorpDHCP to handle 85 percent of the IP addresses. -- Configure CorpDHCP2 to handle 15 percent of the IP addresses. -- Configure a 2-millisecond delay for the target server response. -- Identify which exclusions have been added to the CorpDHCP server. -- Identify which scopes, exclusions, and options have changed on the CorpDHCP2 server. - Activate the backup scope for Subnet1 on CorpDHCP2.
Complete this lab as follows: Explore the DHCP configuration as follows: From Server Manager, select Tools > DHCP. Expand the server node. Expand the protocol node. There is currently one scope for the 192.168.0.0 network. It is named Subnet1. Expand the scope node. Select Address Pool. There is currently an address range of 192.168.0.1 to 192.168.0.254 and an exclusion for 192.168.0.1 to 192.168.0.29 to allow for static server addresses. Select Scope Options. There are currently options configured for 003 Router, 006 DNS Servers, and 015 DNS Domain Name. Add the CorpDHCP2 server to the DHCP console as follows: In the left pane, right-click DHCP and select Add Server. Select This authorized DHCP server. Select CorpDHCP2 and click OK. Explore the DHCP configuration on CorpDHCP2 as follows: Expand CorpDHCP2.CorpNet.com. Expand the protocol node. There is currently one scope for the 192.168.10.0 network. It is named Subnet2. Expand the scope node. Select Address Pool. There is currently an address range of 192.168.10.1 to 192.168.10.254 and an exclusion for 192.168.10.1 to 192.168.10.29 to allow for static server addresses. Select Scope Options. There are currently options configured for 003 Router, 006 DNS Servers, and 015 DNS Domain Name. Configuring a DHCP split-scope as follows: Under CorpDCHP, right-click the scope and select Advanced > Split-Scope. Click Next to begin the DHCP Split-Scope Configuration Wizard. Select Add Server to select the target DHCP server: Select This authorized DHCP server. Select CorpDHCP2 from the list of authorized DHCP servers; then select OK. Click Next. Under Host DHCP Server, enter 85. Under Added DHCP Server, enter 15; then click Next. Under Added DHCP Server, enter 2 for the response delays; then click Next. Click Finish. Click Close. Select Address Pool. Note the new exclusion for 192.168.0.217 to 192.168.0.254, excluding 15 percent of the address range. Explore and activate the new scope as follows: Under CorpDCHP2, expand the scope node for Subnet1. Select Address Pool. The address range of 192.168.0.1 to 192.168.0.254 has been duplicated, and an exclusion for 192.168.0.1 to 192.168.0.216 has been created to exclude 85 percent of the address range. Select Scope Options. Notice that the scope options were duplicated. Right-click the scope and select Activate to enable the backup scope.
You work as the IT administrator for a small business and are responsible for the corporate network. The company is growing and has acquired additional space in an adjacent building. You have set up a router between the buildings and have connected a Windows Server 2016 server named CorpServer2 to the network. You have just installed the Hyper-V role on this server which requires you to manually configure the Hyper-V adapter with a static IP address. In this lab, your task is to complete the following: - Configure the TCP/IP properties for the vEthernet (External) network to use the following static values for the network in Building B: IP Address: 192.168.10.10 Subnet mask: default subnet mask Default gateway: 192.168.10.5 Preferred DNS server: 192.168.10.11 Alternate DNS server: 192.168.0.11 - Use ipconfig to verify the address changes to the server.
Complete this lab as follows: From the taskbar, right-click the Network icon and select Open Network and Sharing Center. In the left pane, select Change adapter settings. Right-click vEthernet (External) and select Properties. Select Internet Protocol Version 4 (TCP/IPv4). Select Properties. Select Use the following IP address. Enter the IP address. Click inside the Subnet mask field to allow the default subnet mask to populate the field. Enter the Default gateway. Make sure Use the following DNS server addresses is selected. Enter the Preferred DNS server address. Enter the Alternate DNS server address. Click OK. Click Close. Right-click Start and select Command Prompt. At the command prompt, type ipconfig /all and press Enter to verify configuration.
The CorpWeb server is running Windows Server 2012. You previously configured the server with a static IP address. Now you need to configure a DNS server address. You also want to use sales.private, mrktg.private, and private as search suffixes when simple names are submitted for DNS name resolution. In this lab, your task is to complete the following: - Configure 192.168.0.11 as the DNS server address. - Configure the following domain suffixes so that the server searches the domains: sales.private mrktg.private private
Complete this lab as follows: In Hyper-V Manager, select CORPSERVER. Maximize the window to view all virtual machines. Right-click CorpWeb and select Connect. In the notification area, right-click the Network icon and select Open Network and Sharing Center. In the left pane, select Change adapter settings. Right-click Ethernet and select Properties. Select Internet Protocol Version 4 (TCP/IPv4). Select Properties. Select Advanced. Select the DNS tab. Click Add. Type the IP address of the DNS server you want to use. Click Add. Select Append these DNS suffixes. Click Add. Type the domain suffix you want to use. Click Add. Repeat steps 15 through 17 for additional suffixes. Click OK twice.
The CorpDC server currently stores the sales.private standard primary DNS zone. You need to configure the sales.private zone to store all the data in Active Directory. In this lab, your task is complete the following: - Convert the sales.private zone to an Active Directory-integrated zone. - Change the replication scope to store data on all DNS servers in the domain.
Complete this lab as follows: In Hyper-V Manager, select CORPSERVER. Right-click CorpDC and select Connect. In Server Manager, select Tools > DNS. Expand CORPDC. Expand Forward Lookup Zones. Right-click the zone and select Properties. Under Type, select Change. Make sure that Primary zone is selected. Select Store the zone in Active Directory. Select OK. Select Yes to confirm Active Directory integration. Under Replication, select Change. Select To all DNS servers in this domain. Click OK. Click Yes to confirm your changes. Click OK.
You work as the IT administrator for a small business and are responsible for the corporate network. A partner company has asked you to help configure their DNS server. PartnerServer is a Windows Server 2012 server that holds the primary copy of the PartnerNet.org domain. The server is in a demilitarized zone (DMZ) and provides name resolution for the domain for Internet hosts. The partner company wants to prevent PartnerServer from performing name resolution requests for domains other than the PartnerNet.org domain. In other words, they do not want Internet hosts to be able to obtain name resolution from PartnerServer for domains outside the company. In this lab, your task is to perform the following: - Create a root zone on PartnerServer. - Create a primary forward lookup zone named . (a dot to represent the root zone). - Do not allow dynamic updates. - Verify that root hints are no longer configured on the server.
Complete this lab as follows: In Server Manager, select Tools > DNS. Expand PARTNERSERVER. Right-click Forward Lookup Zones and select New Zone. Click Next. Make sure Primary zone is selected; then click Next. Type . (a dot to represent the root zone) for the zone name; then select Next. Make sure Create a new file with this file name is selected and click Next. Make sure Do not allow dynamic updates is selected; then select Next. Click Finish to complete the New Zone wizard. Right-click the DNS Server and select Properties. Select the Root Hints tab. Verify that there are no root hints; then select OK.
You are the IT security administrator for a small corporate network. You plan to use the CorpServer server as your production server and need to have the most throughput possible. As a result, you must configure NIC Teaming. In this lab, your task is to configure a NIC team on CorpServer as follows: - View the current IP configuration for the primary adapter. - Create a NIC team with all adapters as members using the following parameters: Team name: NetTeam Teaming Mode: Switch Independent Load balancing mode: Address Hash Standby adapter: Ethernet 3 - Configure the NIC team to use same IP address as the primary adapter using the following parameters: IP Address: 192.168.0.10 Subnet mask: 255.255.255.0 Default gateway: 192.168.0.5 Preferred DNS server: 192.168.0.11 Alternate DNS server: 192.168.10.11 Verify the status of the team and your network connection in Network and Sharing Center.
Complete this lab as follows: View the current IP configuration for the primary adapter as follows: Right-click the network icon and select Open Network and Sharing Center. Select Ethernet. Select Details. Click Close. Click Close. Create a NIC team as follows: In Server Manager, select Local Server from the menu on the left. Next to NIC Teaming, select Disabled to configure NIC Teaming. In the Teams panel, select Tasks > New Team. Enter the team name. Select the adapters to be included in the team. Select Additional Properties. Make sure Switch Independent is selected as the teaming mode. Make sure Address Hash is selected as the load balancing mode. In the Standby adapter drop-down list, select Ethernet 3; then click OK. Configure the NIC team to use the same IP address as primary adapter as follows: In Network and Sharing Center, select Change adapter settings. Right-click NetTeam and select Properties. Select Internet Protocol Version 4 (TCP/IPv4). Select Properties. Select Use the following IP address. Enter the IP address. Enter the subnet mask. Enter the default gateway. Make sure Use the following DNS server addresses is selected. Enter the preferred DNS server address. Enter the alternate DNS server address. Click OK. Click Close. Verify the status of the NIC team and your network connection as follows: Right-click the network icon and select Open Network and Sharing Center. Make sure NetTeam is displayed by Connections.
You work as the IT administrator for a small business and are responsible for the corporate network. You recently expanded the network to a second building. In doing so, you removed the consumer-grade Internet router and installed a network router. You have decided to use CorpDHCP as a DHCP server to replace the DHCP service provided by the consumer-grade router. In this lab, your task is to complete the following: - Install the DHCP role. - Authorize CorpDHCP as a DHCP server. - Configure the DHCP scope as follows: Name: Subnet1 Address range: 192.168.0.1 to 192.168.0.254 Subnet mask: 255.255.255.0 Length: 24 Lease duration: 5 days - Activate the DHCP scope. Do not configure exclusions or options at this time.
Complete this task as follows: Install a DHCP role as follows: From Hyper-V Manager, select CORPSERVER. Maximize the window to view all virtual machines. Right-click CorpDCHP and select Connect. From Server Manager, select Manage > Add Roles and Features. In the Add Roles and Features Wizard, click Next. Make sure Role-based or feature-based installation is selected; then click Next. Make sure CorpDHCP.CorpNet.com is selected in the Server Pool area; then click Next. Select the DHCP Server role. Select Add Features. Click Next. Click Next because no additional features are required for the DHCP Server. In the DHCP Server window, click Next. Select Install to add the selected role. Authorize CorpDHCP as a DHCP server as follows: In the center area, select Complete DHCP configuration to begin the DHCP Post-Install configuration wizard. In the DHCP Post-Install configuration wizard, click Next. Verify the credentials; then select Commit. Click Close to close the DHCP Post-Install configuration wizard. Click Close to close the Add Roles and Features wizard. Configure and activate a DHCP Scope as follows: From Server Manager, select Tools > DHCP. Expand CorpDHCP.CorpNet.com. Right-click IPv4 and select New Scope. In the New Scope wizard, click Next. In the Name field, enter the name of the scope; then click Next. Enter the start IP address. Enter the end IP address. Make sure the subnet is 255.255.255.0.Make sure the length is 24; then click Next. Click Next to ignore any exclusions and delays. Enter 5 days as the lease duration; then click Next. Select No, I will configure these options later to postpone configuring other DHCP options; then click Next. Click Finish to close the wizard and create the scope. Activate the DHCP scope as follows: Expand IPv4.Right-click Scope [192.168.0.1] Subnet1 and select Activate.
You have just configured a scope on the CorpDHCP server to service the 192.168.0.0/24 subnet. You defined a scope to distribute IP addresses between 192.168.0.1 and 192.168.0.254. Now you need to prevent the DHCP server from assigning addresses to the servers and network devices. Create an exclusion range to exclude addresses 192.168.0.1 to 192.168.0.29
Following are steps an expert might take to complete this lab: From Hyper-V Manager, select CORPSERVER. Expand the window to view all virtual machines. Right-click the CorpDCHP server and select Connect. From Server Manager, select Tools > DHCP. In the left pane, expand the CorpDHCP.CorpNet.com. Expand the IPv4 protocol. Expand the Scope folder. Right-click the Address Pool node and select New Exclusion Range. In the Start IP address field, enter the starting IP address. In the End IP address field, enter the ending IP address. Click Add. Click Close to close the Add Exclusion Range dialog.
You have several printers on Subnet1 that need static IP addresses assigned. In this lab, your task is to configure the CorpDHCP server so that these machines always get the same IP addresses. Additionally, configure each reservation for DHCP only. Use the values in the table below to configure the reservations. LaserJet4240-1 192.168.0.101 aa-61-82-df-04-54 LaserJet4240-2 192.168.0.102 ce-fd-48-90-06-23 KonicaColor 192.168.0.103 c8-ba-99-cd-80-12 AcctPrinter 192.168.0.104 f1-a9-3e-f7-7d-3b SalesPrinter 192.168.0.105 df-a9-99-cd-80-61
Following are steps an expert might use to complete this lab: From Hyper-V Manager, select CORPSERVER. Expand the window to view all virtual machines. Right-click the CorpDCHP server and select Connect. From Server Manager, select Tools > DHCP. In the left pane, expand the CorpDHCP.CorpNet.com. Expand the IPv4 protocol. Expand the Scope folder. Right-click Reservations and select New Reservation. In the Reservation name field, enter a reservation name (such as the computer name). In the IP address field, enter the IP address. In the MAC address field, enter the MAC address. For Ethernet, the MAC address will look like c8ba99cd8012 or c8-ba-99-cd-80-12. Under Supported types, select DHCP only as needed. Select Add to create the client reservation. Repeat steps 9-13 for additional reservations. Select Close.
You have just configured a scope on the CorpDHCP server to service the 192.168.0.0/24 subnet. You need to configure additional TCP/IP parameters for all clients serviced by the CorpDHCP server. In this lab, your task is to complete the following: - Configure the following DHCP options for the CorpDHCP server (not on the Subnet1 scope): **006 DNS Servers = 192.168.0.11 and 192.168.10.11 (in that order) **015 DNS Domain Name = CorpNet.com Configure Subnet1 scope options as follows: **003 Router (default gateway) as 192.168.0.5
In this lab, you complete the following: Configure DHCP server options as follows: From Hyper-V Manager, select CORPSERVER. Maximize the Hyper-V Manager window to view the available server. Right-click CorpDCHP and select Connect. From Server Manager, select Tools > DHCP. Expand CorpDHCP.CorpNet.com. Expand IPv4. Right-click Server Options and select Configure Options. Under Available Options, select the 006 DNS Servers. Under IP Address, enter the IP address. Select Add to add the IP address to the list. Repeat steps 1i-1j to add additional IP addresses. Click Apply. Under Available Options, select 015 DNS Domain Name. In the String value field, enter CorpNet.com. Click OK to save the options you have defined. Configure DHCP scope options as follows: Expand Scope [192.168.0.1] Subnet1. Right-click Scope Options and select Configure Options. Under Available Options, select the 003 Router. Under IP address, enter 192.168.0.5.Click Add to add the IP address to the list. Click OK to save the options you defined.
You work as the IT administrator for a small business and are responsible for the corporate network. The server CorpDC is your domain controller and DNS server. This server hosts the CorpNet.com zone. For name resolution requests in other zones, you want CorpDC to forward requests to name servers at the ISP. In this lab, your task is to configure the DNS service on CorpDC using the following settings: Forward name resolution requests outside of the CorpNet.com domain to the following ISP DNS servers:163.128.80.93163.128.78.93 Use root hints for requests if the ISP DNS servers are unavailable.
Perform the following: In Hyper-V Manager, select CORPSERVER. Right-click CorpDC and select Connect. In Server Manager, select Tools > DNS. Right-click CORPDC and select Properties. Select the Forwarders tab. Select Edit. With Click here to add an IP Address or DNS Name highlighted, enter an IP address to the list. Click inside the field to locate the server. Repeat steps 7-8 to add additional IP addresses. Click OK. Make sure Use root hints if no forwarders are available is selected. Click OK.
You work as the IT administrator for a small business and are responsible for the corporate network. The marketing department wants to create an intranet site that is only accessible from the private network. You have selected mrktg.private as the domain name that will hold all records for the zone. You want all client computers in the domain to update their records automatically using DNS. Because security is important, you need to make sure that only the computer that created the DNS record can update it. You also need to create an Active Directory-integrated zone to store the zone data in Active Directory. Using an Active Directory-integrated zone lets you use a multi-master approach to storing zone data. These types of zones also support secure dynamic DNS updates. You can only create Active Directory-integrated zones on DNS servers that are domain controllers. In this lab, your task is to complete the following: - Create the mrktg.private zone on the CorpDC DNS server. - Configure the mrktg.private zone as a Primary zone. - Configure the mrktg.private zone as an Active - Directory-integrated zone. - Replicate data to all DNS servers in the forest. - Allow only secure dynamic updates.
To accomplish this task, complete the following steps: In Hyper-V Manager, select CORPSERVER. Right-click CorpDC and select Connect. In Server Manager, select Tools > DNS. Expand CORPDC. Right-click Forward Lookup Zones and select New Zone. In the New Zone wizard, click Next. Make sure Primary zone is selected as the zone type. Make sure Store the zone in Active Directory is selected; then click Next. Select how DNS data is replicated throughout your network. Click Next. Enter the zone name; then click Next. Make sure Allow only secure dynamic updates is selected; then click Next. Click Finish.