bundle Flashcards
You have an Active Directory domain that contains several Hyper-V hosts that run Windows Server 2016.
You plan to deploy network virtualization and to centrally manage Datacenter Firewall policies.
Which component must you install for the planned deployment?
Network Controller Server Role
You have a server named Server1 that runs Windows Server 2016. Server1 is a Hyper-V host.
You have two network adapter cards on Server1 that are Remote Direct Memory Access (RDMA)-capable.
You need to aggregate the bandwidth of the network adapter cards for a virtual machine on Server1. The solution must ensure that the virtual machine can use the
RDMA capabilities of the network adapter cards.
Which command should you run first after DCB installed to setup with SET?
First make sure DCB is installed.
New-VMSwitch -Name SETswitch -NetAdapterName “SLOT 2”,”SLOT 3” -EnableEmbeddedTeaming $true
what command enables RDMA on adapter?
Enable-NetAdapterRDMA “vEthernet (SMB_1)”,”vEthernet (SMB_2)” “SLOT 2”, “SLOT 3”
You have two Hyper-v hosts, each host has a external vswitch. You want VM’s on each switch to not be able to packet capture on other hosts switch endpoints, and endpoints on its own switch?
Use Hyper-v network virtualization HNV. This helps with multi-tenant clients so they are separated from each other irrespective of host and switch they are on
What is MPIO multi-path IO
Multipath I/O is a Windows Server 2016 feature that enables a server connected to iSCSI, Fi
bre
Channel, or Serial Attached SCSI (SAS) SAN devices to revert to an alternate path through
the network when a connection fails.
What is datacenter bridging DCB
provides bandwidth allocation to specific network traffic improving Ethernet transport reliability
Your company has 5,000 users who work remotely.
You have 40 VPN servers that host the remote connections for the users.
You plan to deploy a RADIUS solution that contains five RADIUS servers.
You need to ensure that client authentication requests are distributed evenly between the five RADIUS servers.
What should you do?
Deploy a RADIUS proxy to a new server. Configure all of the RADIUS clients to connect to the RADIUS proxy.
Your network contains an Active Directory forest named contoso.com. The forest contains two domains named contoso.com and litwareinc.com.
Your company recently deployed DirectAccess for the members of a group named DA_Computers. All client computers are members of DA_Computers.
You discover that DirectAccess clients can access the resources located in the contoso.com domain only. The clients can access the resources in the litwareinc.com domain by using an L2TP VPN connection to the network.
You need to ensure that the DirectAccess clients can access the resources in the litwareinc.com domain.
What should you do?
From a Group Policy object (GPO), modify the Name Resolution Policy Table (NRPT).
You want a server with RAS role installed to use another RADIUS server to authenticate to?
On that server in Routing and remote access configure authentication provider. basically setup this server as RADIUS client
You want to configure server 2 as a radius proxy?
first add as RADIUS client
next create remote RADIUS server group
lastly create connection request policy
You want to exclude certain mac address’s from getting a DHCP lease?
use a DHCP deny filter
what 3 steps do you do to enable dns recursion scope?
disable default recursion and add recursion scope
Set-DnsServerRecursionScope -Name . -EnableRecursion $False
Add-DnsServerRecursionScope -Name “InternalAdatumClients” -EnableRecursion $True
finally you would set a query resolution policy
Add-DnsServerQueryResolutionPolicy -Name “RecursionControlPolicy” -Action ALLOW
-ApplyOnRecursion -RecursionScope “InternalAdatumClients” -ServerInterfaceIP
“EQ,10.24.60.254”
how to enable response rate limiting
set-dnsserverresponseratelimiting
add-dnsserverclientsubnet
set-dnsserverresponseratelimitingexceptionlist
when creating a nic team in a hyper-v vm what load balancing mode are you allowed to only use?
address hash
what are the 3 load balancing modes for nic teams?
address hash, hyper-v port, and dynamic