Home
31.
You are the administrator for a mid-size organization. You have been asked by the owner to set up a NLB cluster. You want to use PowerShell to set up the cluster. What command would you use?
  • A.
    New-NlbCluster
  • B.
    Create-NlbCluster
  • C.
    Setup-NlbCluster
  • D.
    Set-NlbCluster
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
To create a new NLB cluster, you would use the PowerShell command New-NlbCluster.
Report
Name Email  
32.
You are the administrator for your company. You have an application named AppA. AppA is distributed in a multitenant setup across multiple Hyper-V virtual machines. You need to ensure that the traffic is distributed evenly among the virtual machines that host AppA. What should you include in the environment?
  • A.
    Router and Windows Server Network Load Balancing (NLB) nodes
  • B.
    Router and Windows Server Software Load Balancing (SLB) nodes
  • C.
    RAS Gateway and Windows Server Network Load Balancing (NLB) nodes
  • D.
    RAS Gateway and Windows Server Software Load Balancing (SLB) nodes
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
Software Load Balancing allows administrators to have multiple servers hosting the same virtual networking workload in a multitenant environment. This allows an administrator to set up high availability.
Report
Name Email  
33.
What is the maximum number of nodes that can participate in a Windows Server 2016 NLB single cluster?
  • A.
    32
  • B.
    4
  • C.
    16
  • D.
    64
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
The maximum number a single cluster can support is 32 computers.
Report
Name Email  
34.
Which of the following actions should be performed against an NLB cluster node if maintenance needs to be performed while not terminating current connections?
  • A.
    Evict
  • B.
    Trust anchor
  • C.
    Drainstop
  • D.
    Stop
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
If an administrator decides to use the drainstop command, the cluster stops after answering all of the current NLB connections. So the current NLB connections are finished but no new connections to that node are accepted.
Report
Name Email  
35.
Which of the following actions should be performed against an NLB cluster node if maintenance needs to be performed and all connections must be terminated immediately?
  • A.
    Evict
  • B.
    Trust anchor
  • C.
    Drainstop
  • D.
    Stop
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
If you want to stop the entire cluster from running, while in the NLB manager (type NLBmgr in Run command), you would right-click on the cluster, point to Control Hosts, and then choose Stop.
Report
Name Email