Cengage Windows Server 2019 - Module 8 - Configuring and Managing Network Services (Exam Notes)
You are the administrator for an Active Directory domain and have been tasked with improving the response time for resolving DNS queries for resources in a second company-owned domain that does not use Active Directory. What type of zone can be used to accomplish this task with minimal overhead? a. A forward zone b. A reverse zone c. A stub zone d. A glue zone
A stub zone Explanation: Stub zones contain NS and host records that allow a DNS server to access an authoritative zone on another DNS server. Creating a stub zone involves the least overhead.
Michelle is configuring a DHCP server in her organization. When creating a new scope, she is prompted to enter the subnet delay. She chooses to enter a few milliseconds of delay. If true, which of the following would justify this choice? a. The network contains other DHCP servers that lease IP addresses. b. The organization contains computers with manually configured IP addresses. c. The organization contains DHCP relay agents in different locations. d. The network contains DHCP servers configured in a DHCP failover configuration.
The organization contains DHCP relay agents in different locations. Explanation: In this scenario, the presence of DHCP relay agents in different locations is likely to influence Michelle's choice. By default, DHCPOFFER packets are provided immediately by a DHCP server following the receipt of a DHCPDISCOVER packet, but you can provide a short delay should this cause problems with the DHCP relay agents in your organization.
Which of the following is the most likely cause for missing resource records in a secondary zone? a. Zone transfer issues b. An invalid entry in the DNS cache c. Zones that allow dynamic updates d. Manual DNS cache flushing
Zone transfer issues Explanation: Missing resource records in a secondary zone are often caused by zone transfer issues. Zone transfers may not occur successfully if the network bandwidth is saturated at the time the zone transfer was initiated.
For zones that allow dynamic updates, you do not need to create CNAME and MX records or host records that provide for round robin or netmask ordering. True or false?
False Explanation: After creating a forward or reverse lookup zone, you can manually create resource records in a zone. For zones that allow dynamic updates, you still need to manually create CNAME and MX records as well as host records that provide for round robin or netmask ordering.
When some computers have incorrect address information, you should check for the presence of unauthorized DHCP servers on the network running a non-Windows operating system and remove them if found. True or false?
True Explanation: When some computers have incorrect address information, you should check for the presence of unauthorized DHCP servers on the network running a non-Windows operating system and remove them if found.
Identify a vital service provided by secondary DNS servers. a. Secondary DNS servers contain read-write copies of a primary DNS server's data. b. Secondary DNS servers respond to DNS lookup requests using read-only zone files. c. Secondary DNS servers improve security by preventing access to primary DNS servers. d. Secondary DNS servers divert all traffic to primary DNS servers to reduce load.
Secondary DNS servers respond to DNS lookup requests using read-only zone files. Explanation: Secondary DNS servers contain a read-only copy of the zone file from the primary DNS server that they can use to respond to DNS lookup requests.
Radha is using nslookup to troubleshoot DNS-related issues on SERVER1. She uses the command prompt and types in the statement nslookup servery.zone1.com. SERVER1 returns an incorrect result. If SERVER1 is non-authoritative for this lookup, what should Radha do to resolve this issue? a. Ensure that the configuration of any stub zones is correct b. Configure the IP address of the correct DNS server in network interface properties on the resolver c. Modify the associated records in the zone on SERVER1 to include the correct information d. Clear the DNS Server cache, and clear the DNS cache on the resolver
Clear the DNS Server cache, and clear the DNS cache on the resolver Explanation: Radha can resolve this issue by clearing the DNS Server cache and clearing the DNS cache on the resolver.
What is the first step in troubleshooting an issue where a single computer is unable to lease an address? a. Ensuring that the DHCP service is running b. Verifying that the DHCP server is authorized c. Confirming that the computer has a physical connection to the network d. Checking if the computer was manually configured with an IP address
Confirming that the computer has a physical connection to the network Explanation: When a single computer is unable to lease an address, the first troubleshooting step is to confirm that the computer has a physical connection to the network.
If there are multiple DHCP servers on a network, DHCP clients will accept the first offer that they receive. True or false?
False Explanation: If there are multiple DHCP servers on your network, DHCP clients will accept the first offer that they receive and decline all other offers by sending a DHCPDECLINE packet to the other DHCP servers.
Kaya is an administrator at Kelvin Computing. Benjamin, a user, wants to access a shared folder on SERVERA, so he uses the UNC \\servera\share to access the folder. His computer then sends out a broadcast to the network to resolve the name SERVERA. Because of the broadcast, all computers on the LAN interpret it and causes additional processing that interferes with other operations. What can Kaya do to avoid this additional overhead? a. Install a WINS server b. Restart the DNS Server c. Configure a default forwarder d. Configure a conditional forwarder
Install a WINS server Explanation: Kaya should install Windows Internet Name Service (WINS) servers to provide centralized NetBIOS name resolution that does not use broadcasts.
Which of the following is true of WINS? a. It is enabled by default on all Windows Server systems. b. It can only resolve NetBIOS names to IPv4 addresses. c. If NetBIOS is enabled, a WINS server does not need to be installed on the network. d. If a computer is configured to use WINS, it resolves NetBIOS names using broadcasts.
It can only resolve NetBIOS names to IPv4 addresses. Explanation: WINS can only be used to resolve NetBIOS names to IPv4 addresses.
Reno is facing some DNS server issues that he is unable to resolve using nslookup, DNS manager, and other general methods. He decides to use information from the DNS Server log to identify the issue. However, the information that was logged is insufficient to resolve the issue. Reno is able to identify the issue after enabling debug logging. What should Reno do next? a. Reno should permanently enable debug logging. b. Reno should turn off debug logging. c. Reno should delete all the log files. d. Reno should flush the DNS server cache.
Reno should turn off debug logging. Explanation: Once the issue is resolved, Reno should turn off debug logging because debug logging records a large amount of information in the log file.
Danielle creates a new scope, Sales LAN, for a DHCP server in her organization. She wants to assign an IP address to a printer in the sales department. Which of the following folders should Danielle use to configure this option? a. Address Pool b. Address Leases c. Policies d. Reservations
Reservations Explanation: Reservations allow you to provide the same IP address each time a DHCPDISCOVER is received from a DHCP client that has a certain MAC address. Reservations are often created for network-attached printers, servers, and network devices that must receive an IP address from a DHCP server that does not change over time.
Christopher sets up multiple WINS servers in his organization and configures users' computers to use the WINS server. During testing, he attempts to access a folder called Share on the computer SERVERA. He enters the following statement into File Explorer: \\serverA\share. However, Christopher is unable to access the shared folder. What is the most likely reason for this issue? a. SERVERA does not have a NetBIOS name record on any WINS server. b. Christopher has not set up replication. c. The user computer is connect to the LAN but not to the Internet. d. The UNC syntax entered is incorrect and is missing arguments.
SERVERA does not have a NetBIOS name record on any WINS server. Explanation: Although Christopher has set up other users' computers to use the WINS servers, it is likely that SERVERA does not have a NetBIOS name record on the WINS servers.
Malia configures a primary zone on a DNS server to accept dynamic updates. Whenever a computer is added to the network, resource records for the computer are automatically created. For a computer, NX2001EY, Malia configures resource records manually. On the Zone Aging/Scavenging Properties window, she selects Scavenge stale resource records, sets the No-refresh interval to 14 days, and sets the Refresh interval to 14 days. She also enables automatic scavenging in the DNS server's properties. If Malia removes NX2001EY from the network, what is the most likely outcome in this scenario? a. The resource records for N2001EY will be deleted within 14 days. b. All the resource records for N2001EY will be made available for scavenging after 28 days. c. Some of the resource records for N2001EY will be made available for scavenging after 28 days. d. Malia will need to manually remove all the resource records for N20001EY.
Some of the resource records for N2001EY will be made available for scavenging after 28 days. Explanation: The dynamically updated records for N2001EY will be made available for scavenging after 28 days. The manually created records will not be scavenged.
You are troubleshooting a DHCP server and discover that it is not dynamically updating DNS records for DHCP clients. What is the most likely cause for this issue? a. The network contains computers with manually configured IP addresses. b. The DNS server and DHCP server are in different domains. c. The DNS server is an authoritative, primary DNS server. d. The DNS server and DHCP server are running on different operating systems.
The DNS server and DHCP server are in different domains. Explanation: The most likely cause for this issue is that that DNS server and DHCP server are in different domains.
Raymond and Lin are facing network issues on their computers. Rayna, the administrator, is troubleshooting the issue. She notices that Raymond and Lin's computers are using the same IP address, 192.167.1.85. If the organization's network uses a DHCP server, which of the following most likely caused this issue? a. The IP addresses were configured automatically. b. The IP addresses were configured manually. c. The IP addresses were configured by the DHCP server. d. The IP addresses on both computers have expired.
The IP addresses were configured manually. Explanation: This is the most likely cause of failure. Rayna or another system administrator may have accidentally configured both computers with the same IP address.
Felicia is drafting an email to her colleague Rhonda. After Felicia types out the email, she enters the email address [email protected] and clicks Send. Felicia's email server uses the email address typed to locate the recipient email server. Which DNS resource record for zoneA.com allows Felicia's email server to locate the recipient email server? a. The A record b. The AAAA record c. The MX record d. The CNAME record
The MX record Explanation: When Felicia sends the email, her email server locates the target email server by resolving the MX record for zoneA.com.
Lashonda sets up a DNS server, SERVER1, with a forward lookup zone called domainA.com. It hosts the resource records for the domainX.com Active Directory domain. It contains host (A) records for two network interfaces on SERVER1 (172.16.0.10 and 192.168.1.50). The host records are associated with the FQDNs server1.domainA.com and domainA.com. There is also an SOA record and an NS record for the zone. Which of the following records identifies SERVER1 as an authoritative DNS server? a. The SOA record b. The NS record c. The A record for 172.16.0.10 d. The A record for 192.168.1.50
The NS record Explanation: An NS record is used to identify a DNS server that is authoritative for a zone. In this scenario, the NS record identifies SERVER1 as an authoritative DNS server.
Aspen sets up the round robin feature in DNS for an FQDN server, server.domainA.com. She creates two identical Web servers with IP addresses 192.168.1.75 and 172.6.0.15 and associates two A records on the FQDN server with these IP addresses. The first A record is associated with the Web server having the IP address 192.168.1.75, and the second A record is associated with the Web server having the IP address 172.6.0.15. Aspen uses a client with the IP address 172.6.0.95 to perform a forward lookup of server.domainA.com. Which of the following is true of this scenario? a. The FQDN server will return both IP addresses, 192.168.1.75 followed by 172.6.0.15. b. The FQDN server will return one of the IP addresses because of the round robin feature setup. c. The client will contact the Web server with the address 172.6.0.15. d. The client will contact the Web server with the address 192.168.1.75.
The client will contact the Web server with the address 172.6.0.15. Explanation: The FQDN server will return both IP addresses in the order 172.6.0.15 followed by 192.168.1.75, so the client will contact 172.6.0.15. This is because netmask ordering ensures that the IP address that most closely resembles the client's IP address is returned first.
The subnet mask cannot be modified once a scope is created. True or false?
True Explanation: It is important to select the correct subnet mask during scope creation as it cannot be modified afterward.
Tuyet types the following statement into File Explorer: \\serverA\Share1. The NetBIOS name is resolved by a WINS server, and Tuyet is able to access the shared folder. After this interaction with the WINS server, Tuyet does not perform any other operations that requires her computer to interact with the WINS server for over a week. Which of the following is true of this scenario? a. The NetBIOS name is first broadcast over the LAN to all the computers. b. Tuyet is using a Windows XP computer or another legacy operating system. c. Tuyet's computer's name record will be deleted from the WINS server. d. The WINS server will automatically shut down because of inactivity.
Tuyet's computer's name record will be deleted from the WINS server. Explanation: If your computer does not contact a WINS server within 6 days, your NetBIOS name record is automatically removed from the WINS server.
Carlos is configuring a DHCP server in his organization. Some of the computers in his organization contain manually configured IP addresses. Currently, he is setting up the new server to configure IP addresses for users who operate their mobile devices on the organization's network. Which of the following decisions should Carlos reevaluate? a. Carlos sets the subnet mask as 255.255.255.0. b. Carlos provides a subnet delay of 100 milliseconds. c. Carlos sets the lease duration to 7 days. d. Carlos excludes certain IP addresses.
Carlos sets the lease duration to 7 days. Explanation: Carlos should reevaluate his decision to set the lease duration to 7 days. A lease time of 7 days is appropriate for most networks that contain desktop PCs, but he should lower the lease time on networks that provide IP address configuration for mobile devices.
You are investigating strange traffic on your network and wish to resolve an IP address to a DNS name. What resource record should you use to perform a reverse lookup? a. An A record b. An AAAA record c. A PTR record d. A CNAME record
A PTR record Explanation: A PTR record resolves an IP address to an FQDN. This is the record that you need to use to perform a reverse lookup.
Leisl configures multiple WINS servers on her organization's network. She wants the WINS servers to be able to share the NetBIOS records with each other. Which of the following features should Leisl use? a. Nslookup b. Debug logging c. A stub zone d. A replication partner
A replication partner Explanation: Leisl needs to use the replication partner feature. If multiple WINS servers are deployed on the network, you can configure them to share their NetBIOS name records. In this case, each WINS server is called a replication partner and can resolve all of the NetBIOS names in the organization.
What resource record type defines an IPv6 host address in DNS? a. A record b. AAAA record c. PTR d. CNAME record
AAAA record Explanation: An AAAA record resolves an FQDN to an IPv6 address.
Which of the following organizations does not need to install a WINS server? a. An organization that uses shared folders on computers with NetBIOS names b. An organization that uses modern operating systems such as Windows 10 c. An organization that has disabled NetBIOS on its computers d. An organization that has DNS servers installed
An organization that has disabled NetBIOS on its computers Explanation: While NetBIOS is enabled by default on all Windows systems, some organizations choose to disable it on each computer. These organizations rely entirely on DNS name resolution and do not require a WINS server as a result.