Upgrading Your Skills to MCSA: Windows Server 2016 — Question 30
You are deploying a small network that has 30 client computers. The network uses the 192.168.1.0/24 address space. All computers obtain IP configurations from a DHCP server named Server1.
You install a server named Server2 that runs Windows Server 2016. Server2 has two network adapters named internal and Internet. Internet connects to an
Internet service provider (ISP) and obtains the 131.107.0.10 IP address. Internal connects to the internal network and is configured to use the 192.168.1.250 IP address.
You need to provide Internet connectivity for the client computers.
What should you do?
Answer options
- A. On Server2, select the Internet and Internal network adapters and bridge the connections. From the DHCP console on Server1, authorize Server2.
- B. On Server1, stop the DHCP server. On the Internal network adapter on Server 2, enable Internet Connection Sharing (ICS).
- C. On Server2 run the New-NetNat -Name NAT1 -InternalIPInterfaceAddressPrefix 1 92.168.1.0/24 cmdlet. Configure Server1 to provide the 003 Router option of 1 31.107.0.10.
- D. Install the Routing role service on Server2 and configure the NAT routing protocol. Configure Server1 to provide the 003 Router option of 192.168.1.250.
Correct answer: B
Explanation
The correct answer is B because enabling Internet Connection Sharing (ICS) on Server2 allows the internal network to access the Internet through the Internet adapter. Option A is incorrect because bridging the connections does not effectively provide Internet access in this scenario. Option C is incorrect as the cmdlet and router option settings do not achieve the desired connectivity. Option D is also wrong since installing the Routing role service is unnecessary when ICS can provide Internet access directly.