Download Networking with Windows Server 2016.70-741.ExamCollection.2021-01-09.252q.vcex

Vendor: Microsoft
Exam Code: 70-741
Exam Name: Networking with Windows Server 2016
Date: Jan 09, 2021
File Size: 16 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
You have a DNS server named Server1 that runs Windows Server 2016. Server 1 has a forward lookup scope for Contoso.com. The records in the zone are shown in the exhibit. (Click the Exhibit button.) 
Exhibit:
     
You run the following commands on Server1.  
     
What are two results of the configuration? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
  1. When a client computer that has an IP address of 172.16.0.10 attempts to resolve host1.contoso.com, host1.contoso.com resolves to 172.16.99.99.
  2. When a client computer that has an IP address of 172.16.0.10 attempts to resolve host1.contoso.com, the name resolution fails to return an IP address.
  3. When a client computer that has an IP address of 172.16.1.56 attempts to resolve host1.contoso.com, host1.contoso.com resolves to 172.16.99.99.
  4. When a client computer that has an IP address of 172.16.1.56 attempts to resolve host1.contoso.com, host1.contoso.com resolves to 172.16.0.100. 
  5. When a client computer that has an IP address of 172.16.1.56 attempts to resolve host1.contoso.com, the name resolution fails to return an IP address.
  6. When a client computer that has an IP address of 172.16.0.10 attempts to resolve host1.contoso.com, host1.contoso.com resolves to 172.16.0.100.
Correct answer: BE
Explanation:
References: https://docs.microsoft.com/en-us/powershell/module/dnsserver/add-dnsserverqueryresolutionpolicy?view=win10-ps
References: https://docs.microsoft.com/en-us/powershell/module/dnsserver/add-dnsserverqueryresolutionpolicy?view=win10-ps
Question 2
Your network contains an Active Directory forest named contoso.com. The forest contains the VPN servers configured as shown in the following table.  
     
You are configuring a Network Policy Server (NPS) server named Server1. Server1 has the following RADIUS clients.  
     
All three VPN servers are configured to use Server1 for RADIUS authentication. All of the users in comtoso.com are allowed to establish a VPN connection. For each of the following statements, select YES if the statement is true. Otherwise, select No. 
NOTE: Each correct selection is worth one point. 
Correct answer: To work with this question, an Exam Simulator is required.
Explanation:
References: https://docs.microsoft.com/en-us/windows-server/remote/remote-access/vpn/always-on-vpn/deploy/vpn-deploy-nps
References: https://docs.microsoft.com/en-us/windows-server/remote/remote-access/vpn/always-on-vpn/deploy/vpn-deploy-nps
Question 3
You have a server named Server1 that runs Windows Server 2016. Server1 will be used as a VPN server. You need to configure Server1 to support VPN Reconnect.  
Which VPN protocol should you use?
  1. SSTP
  2. IKEv2
  3. PPTP
  4. L2TP
Correct answer: B
Explanation:
VPN Reconnect, which requires the VPN server to be set up on Windows Server 2016, uses the Internet Key Exchange v2 (IKEv2) tunneling protocol with a MOBIKE extension. MOBIKE prevents disconnected VPN clients from having to perform IKEv2 renegotiation once Internet connectivity with the VPN server has been reestablished. More information about VPN Reconnect, please refer to the following article:Reference: https://technet.microsoft.com/en-us/library/dd637803(v=ws.10).aspx
VPN Reconnect, which requires the VPN server to be set up on Windows Server 2016, uses the Internet Key Exchange v2 (IKEv2) tunneling protocol with a MOBIKE extension. MOBIKE prevents disconnected VPN clients from having to perform IKEv2 renegotiation once Internet connectivity with the VPN server has been reestablished. 
More information about VPN Reconnect, please refer to the following article:
Reference: https://technet.microsoft.com/en-us/library/dd637803(v=ws.10).aspx
Question 4
You have Hyper-V host named Server1.  
Server1 has a network adapter that has virtual machine queue (VMQ) enabled. The network adapter connects at 10 Gbps and has an IPV4 address. 
Server1 hosts a virtual machine named VM1. VM1 has a single network adapter and four processors. 
You need to distribute the network processing load across the VM1 processors. 
What should you do?
  1. From Device Manager on Server1, configure TCP Checksum Offload (IPv4).
  2. From Windows PowerShell on VM1, run the Enable-NetAdapterRSS cmdlet.
  3. From Windows PowerShell on Server1, run the Enable-NetAdapterPacketDirect cmdlet.
  4. From Windows PowerShell on VM1, run the Enable-NetAdapterPacketDirect cmdlet.
Correct answer: B
Explanation:
References: https://docs.microsoft.com/en-us/powershell/module/netadapter/enable-netadapterrss?view=win10-ps https://docs.microsoft.com/en-us/windows-server/networking/technologies/vrss/vrss-enable
References: https://docs.microsoft.com/en-us/powershell/module/netadapter/enable-netadapterrss?view=win10-ps 
https://docs.microsoft.com/en-us/windows-server/networking/technologies/vrss/vrss-enable
Question 5
Your network contains an Active Directory domain named contoso.com. The domain contains a Hyper-V host.  
You are deploying Software Defined Network (SDN) by using Windows Server 2016.  
You deploy a virtual machine that runs Windows Server 2016, and you install the Network Controller server role.  
You need to configure the virtual machine as the network controller.  
What should you do?
  1. Run the Install-NetworkControllerCluster cmdlet and set ClientAuthentication to X509.
  2. Run the Install-NetworkController cmdlet and set ClientAuthentication to None.
  3. Run the Install-NetworkControllerCluster cmdlet and set ClientAuthentication to None.
  4. Run the Install-NetworkController cmdlet and set ClientAuthentication to Kerberos.
Correct answer: D
Explanation:
References: https://github.com/MicrosoftDocs/windowsserverdocs/blob/master/WindowsServerDocs/networking/sdn/deploy/Deploy-Network-Controller-using-Windows-PowerShell.md#bkmk_script
References: https://github.com/MicrosoftDocs/windowsserverdocs/blob/master/WindowsServerDocs/networking/sdn/deploy/Deploy-Network-Controller-using-Windows-PowerShell.md#bkmk_script
Question 6
You have a Nano Server that has one network interface. The server is configured to obtain an IP address automatically.  
You need to configure the server to have the following IP configurations:
  • IP address: 172.16.3.100
  • Default gateway: 172.16.3.1
  • Subnet mask: 255.255.255.0
What command should you run? To answer, select the appropriate options in the answer area.   
Correct answer: To work with this question, an Exam Simulator is required.
Explanation:
References: https://docs.microsoft.com/en-us/powershell/module/nettcpip/new-netipaddress?view=win10-ps
References: https://docs.microsoft.com/en-us/powershell/module/nettcpip/new-netipaddress?view=win10-ps
Question 7
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question. 
Your company has five departments, including a web research department. 
You have a DHCP server named Server1 and two DNS servers named DNS1 and DNS2. 
Server1 has an Ipv4 scope named Scope1. All client computers are configured to use DNS1 for name resolution. 
You need to ensure that users in the web research department use DNS2 for name resolution. 
What should you do on Server1?
  1. From the properties of Scope1, modify the Conflict detection attempts setting.
  2. From the properties of Scope1, configure Name Protection.
  3. From the properties of IPv4, configure the bindings.
  4. From IPv4, create a new filter.
  5. From the properties of Scope1, create an exclusion range.
  6. From IPv4, run the DHCP Policy Configuration Wizard.
  7. From Control Panel, modify the properties of Ethernet.
  8. From Scope1, create a reservation.
Correct answer: A
Explanation:
References: https://technet.microsoft.com/en-us/library/ff606371.aspx
References: https://technet.microsoft.com/en-us/library/ff606371.aspx
Question 8
Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series. 
     
Your network contains an Active Directory domain named contoso.com. The functional level of the domain is Windows Server 2012. 
The network uses an address space of 192.168.0.0/16 and contains multiple subnets. 
The network is not connected to the Internet. 
The domain contains three servers configured as shown in the following table. 
     
Client computers obtain TCP/IP settings from Server3. 
You add a second network adapter to Server2. You connect the new network adapter to the Internet. You install the Routing role service on Server2. 
Server1 has four DNS zones configured as shown in the following table. 
     
     
You need to ensure that when computers query for records in tailspintoys.com, the query results are based on the subnet of the computer that generates the query.  
What should you do?
  1. Modify the Priority settings of each resource record.
  2. Configure DNS policies.
  3. Create zone delegation records.
  4. Enable DNS round robin.
Correct answer: B
Explanation:
References: https://docs.microsoft.com/en-us/windows-server/networking/dns/deploy/dns-policies-overview
References: https://docs.microsoft.com/en-us/windows-server/networking/dns/deploy/dns-policies-overview
Question 9
You have an IP Address Management (IPAM) server named Server1 that runs Windows Server 2016. You have five DHCP servers. Server1 manages all of the DHCP servers.  
On Server1, an administrator uses Purge Event Catalog Data to remove all of the events from the last 30 days. 
You need to view all of these lease requests that were denied during the last two days. 
What should you do?
  1. On each DHCP server, run the \Microsoft\Windows\Server Manager\CleanUpOldPerfLogs scheduled task, and then review the event catalog on Server1.
  2. On Server1, run the Purge Event Catalog Data action and then open Event Viewer on Server1.
  3. Review the log data in C:\Windows\System32\ipam\Database on Server1.
  4. On each DHCP server, review the DHCP Server operational event log.
Correct answer: C
Question 10
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. 
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have a server named Server1 that runs Windows Server 2016. Server1 is configured as a VPN server. 
Server1 is configured to allow domain users to establish VPN connections from 06:00 to 18:00, every day of the week. 
You need to ensure that domain users can establish VPN connections only between Monday and Friday. 
Solution: From Network Policy Server, you modify the Network Policies on Server1.
Does this meet the goal?
  1. Yes
  2. No
Correct answer: A
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!