Implement an Advanced Network Infrastructure Flashcards
Which cmdlet would you use to enable RSS on a NIC named ‘NIC2’?
Set-NetadapterRss -Name ‘NIC2’ -Enabled $True
What load balancing / fail over feature allows multiple NIC to be placed into use for bandwidth aggregation and or traffic fail over to maintain connectivity in the event of a network component failure?
NIC teaming
Which cmdlet creates and external ACL for a vNIC that allows you to deny or allow inbound and outbound connections to a VM on a Hyper-V host based on port number?
Add-VMNetworkAdapterExtendedAcl
Which cmdlet would enable Data Centre Bridging on a NIC?
Enable-NetAdapterQos
Which cmdlet would install Data Centre Bridging on a server?
Install-WindowsFeature -Name Data-Center-Bridging
Which cmdlet creates a Generic Routing Encapsulation (GRE) tunnel?
Add-VpnS2SInterface
Which cmdlet would enable Remote Direct Memory Access on all RDMA-capable NICs on a server
Enable-NetAdapterRdma -Name “*”
Which interface in software defined networking (SDN) enables communication between the SDN controller and the network nodes (both physical or virtual switches and routers) so that the router can discover the network topology, define network flows, and implement request relayed to it?
Southbound API
Which cmdlet would you use to disable SMB multichannel on the server side
Set-SmbServerConfiguration -EnableMultiChannel $false
What protocols encapsulates packets and use IPSec to encrypt the site-to-site (S2S) tunnel between the tenant virtual networks and the external networks?
GRE over IKEv2 S2S
What type of NIC Teaming is supported in Active/Standby (Active/Passive) mode?
Stand-alone NIC teaming
Which network driver technology reduces Spin lock overhead by increasing the probability that software algorithms that share the data execute on the same CPU?
Receive side scaling (RSS)
Which cmdlet would enable Remote Direct Memory Access on a NIC
Enable-NetAdapterRDMA
Which technology in Server 2016 distributes tenant network traffic among virtual network resources, and provides high availability and scalability by allowing multiple servers to host the same workload?
Software Load Balancing (SLB)
Which cmdlet would disable SMB Multichannel on the client side?
Set-SmbClientConfiguration -EnableMultiChannel $false
If you plan to create multiple Generic Routing Encapsulation (GRE) tunnel, what must you specify for each tunnel with the Add-VpnS2SInterface cmdlet?
A unique GRE key for each tunnel
What cmdlet creates a NIC team?
New-NetLbfoTeam
Which cmdlet allows you to deny Remote Desktop connectons to a VM on Hyper-V
Add-VMNetworkAdapterExtendedAcl
Which network driver technology enables the efficient distribution of network receive processing across multiple CPUs in multiprocessor systems
Receive side scaling (RSS)
Which cmdlet will enable RSS on any NIC on a VM
Set-NetAdapterRss -Name * -Enabled $true
Which service in Server 2016 is a network layer, 5-tuple (protocol, source and destination port numbers, source and destination IP addresses), stateful, multi tenant firewall that can install and configure firewall policies to help protect their virtual network from unwanted traffic originating from internet and intranet networks?
Datacentre Firewall
What can you use to manage the following physical and virtual network infrastructure components centrally?
Hyper-V VMs
Virtual Switches
Physical network Switches
Physical network routers
Firewall software
Network Controller
What level OS must a guest be to enable SR-IOV?
W8 - clients
S2012 - hosts
What level OS must a host be to enable SR-IOV?
S2012