Implement Network Connectivity and Remote Access Solutions Flashcards

1
Q

Which tunneling protocol introduced in Server 2016 can encapsulate a wide variety of network layer protocols inside a point-to-point links over an IP internetwor?

A

Generic Routing Encapsulation (GRE)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which 3 role services are included in the Server 2016 Remote Access server role?

A

Direct Access and VPN, Routing and Web Application Proxy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which cmdlet would yo use to configure a NAT network named MyNATNetwork that is connected to the internal sub net of 192.168.100.0/24

A

New-NetNat -Name MyNATNetwork -InternalIPInterfaceAddress 192.168.100.0/24

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What cmdlet would remove the Domain Computers security group in the nutex.com domain from being DirectAccess clients?

A

Remove-DAClient -SecurotyGroupNameList @(‘nutex.com\DirectAccessClients’)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How should you configure a NPS server in order to route RADIUS messages between RADIUS clients and RADIUS servers that perform user authentication, authorization and accounting?

A

As a RADIUS proxy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What feature is not enabled by default when you create a new VPN in Windows, forcing all network traffic to be routed through the VPN when connected?

A

Split tunnelling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which cmdlet would you use to create an internal switch named “NAT_MySwitch”

A

New-VMSwitch -Name “NAT_MySwitch” -SwitchType Internal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which routing protocol in Server 2016 reduces the need for manual route configuration on routers because it is a dynamic routing protocol, and automatically learns routes between sites that are connected by using site-to site VPN connections?

A

Border Gateway Protocol (BGP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What cmdlet adds a new external RADIUS server?

A

Add-RemoteAccessRadius

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which editions of Windows 10 support Direct Access?

A

Enterprise, Education and Enterprise 2015 (LTSB)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You have a customer with a branch office that has about twenty staff, each with a
personal computer running Windows 10. The branch office has a single Windows
Server 2016 computer that provides basic network services. How would you configure
Internet network connectivity for this branch office using the server? What are the
requirements of your solution?

A

You can install NAT by adding the Routing role service on the server. This requires two
network adapters in the server, one connected to the private network and one to the
Internet. You could configure the NAT service so that it provided DHCP and DNS name
resolution for internal clients.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How will you configure clients at this customer site with the correct IP address settings
so that they can connect to the Internet?

A

After installing NAT, if you opt to use the DHCP allocator in NAT, there is nothing
further to do, because the clients are configured to use the NAT server as their default
gateway. However, if you opted to manually configure networked clients, you must
manually assign the private IPv4 address of the NAT server as the default gateway for
all clients on the private network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Your customer wants to make a web server available to users on the Internet. How
could you make this configuration change?

A

You can modify the configuration of the NAT server so that it published the HTTP
port. To complete this task, you must know the private IPv4 address of the server on
the internal network. You can then use the Services and Ports page of the Internet
interface of the NAT server to define the location of the internal web server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

You have been tasked with planning a DirectAccess deployment for A Datum. Only
users in the Sales department will be using DirectAccess. Using the Getting Started
Wizard, how could you configure this?

A

You can create a global security group called Sales_Computers. Next, you can add
the computers for all sales users to that group. Next, in the Getting Started wizard, you
can modify the Remote Clients settings to use only the newly-created group.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

After applying your strategy to the above requirement, you find that not all sales
computers are able to access internal resources when connected externally. What
should you do?

A

Use standard network troubleshooting techniques to determine whether those com-
puters are obtaining an appropriate IPv6 address. Next, verify correct application of
the DirectAccess Client Settings GPO by using the gpresult command. Finally, run the
Netsh name show effectivepolicy command to verify whether DirectAccess settings are
being applied.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

You are responsible for planning a remote access solution for A. Datum’s sales team.
The remote users will connect using VPNs. You know that at certain times of the day,
many users will attempt to connect to resources at the head office. You decide to
implement multiple NPS servers to help distribute the load of these connection at-
tempts. How might you achieve this?

A

To achieve load balancing for remote access connection attempts by using NPS, you
must deploy multiple NPS computers. Configure connection request policies on some
of these NPS computers such that remote RADIUS servers are used to perform authen-
tication for remote connection attempts. This creates a deployment scenario based on
RADIUS servers and RADIUS proxies.

17
Q

You find yourself frequently configuring the same RADIUS clients for your RADIUS
proxies. How could you more quickly configure these RADIUS clients on your RADIUS
proxies?

A

You can create a number of RADIUS client templates and use these on the RADIUS
proxies when adding a RADIUS client.

18
Q

What are IP Filters templates used for in NPS?

A

You use IP Filters templates in NPS to define the characteristics of network traffic in
terms of protocol and port, and whether that traffic is allowed or blocked. After you
define these templates, you can use them in network policies to control the type of
traffic permitted by selecting the appropriate IP Filters template on the Configure Set-
tings page in the New Policy Wizard.