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