Chapter 18 - Network Load Balancing - Do I know this already? Flashcards

1
Q

Which of the following is not a valid prerequisite for NLB?

a. All hosts in the cluster must have DHCP assigned addresses.
b. All hosts should possess an identical user account.
c. All hosts connect to the same subnet.
d. There must be support for up to 32 hosts.

A

a. All hosts in the cluster must have DHCP assigned addresses.

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

After you install the NLB feature, what management tool is available from Server Manager?

a. Network Load Balancing Manager
b. Application Balancing Manager
c. Storage Manager
d. Cluster Manager

A

a. Network Load Balancing Manager

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

Which of the following is not a port filtering rule in NLB? a. Disable

b. Single
c. Cluster Only
d. Multiple Host

A

c. Cluster Only

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

What upgrade type for an NLB cluster provides the least downtime?

a. Dynamic upgrade
b. Static upgrade
c. Rolling upgrade
d. Simultaneous upgrade

A

d. Simultaneous upgrade

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

What is Network Load Balancing (NLB) Cluster?

A

A group of hosts that dynamically distribute client traffic to hosts in a cluster.

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

What is Affinty?

A

The ability to control how a cluster reacts to repeated requests from the same client.

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

What are Port rules?

A

Rules that define the types of TCP/IP traffic an NLB cluster processes.

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

What is Cluster Operation Mode?

A

A mode that determines whether a cluster uses unicast or multicast.

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

What is Simultaneous Upgrade?

A

With this upgrade approach, you bring down the entire NLB cluster, upgrade all the hosts, and then bring up the cluster again. This entails a significant amount of downtime for the clustered application.

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

What is a Rolling Upgrade?

A

With this upgrade approach, you remove the hosts from the cluster, one at a time, upgrade each one, and then add each one back to the cluster. NLB accommodates the addition and removal of hosts, so the cluster converges each time you remove or add one of the servers.

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

What port filtering mode setting can benefit from affinity?

A

Multiple Host

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

What affinity rule ensures that all traffic from the same IP address is sent to a single host?

A

Single

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

What are the prerequisites for Network Load Balancing?

A
  • NLB clusters can support up to 32 hosts.
  • In general, no shared storage or other specialized hardware is required for NLB.
  • Unlike with a failover cluster, the computers you use to create NLB hosts need not be identical.
  • All the hosts in an NLB cluster must be connected to the same subnet.
  • Network latency must be minimized to allow the convergence process to proceed normally.
  • To provide site-based fault tolerance, in the event of a large-scale disaster, best practice is to create separate NLB clusters at different locations and use another mechanism to distribute client requests between the two sites; DNS round-robin is a common practice.
  • The NLB hosts can have as many network interface adapters as needed for other purposes, but the network adapters used for NLB must all use either multicast or unicast transmissions.
  • While other versions of Windows Server support NLB, best practice is to have all the hosts in an NLB cluster run the same version and the same edition of Windows Server.
  • All hosts in an NLB cluster must have static IP addresses.
  • All hosts in an NLB cluster should have an identical user account, with membership in the local Administrators group, which the Network Load Balancing Manager uses to access them.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you install NLB?

A

Step 1. Launch the Network Load Balancing Manager console from the Tools menu in Server Manager
Step 2. Select Cluster > New.
Step 3. On the New Cluster: Connect page, in the Host text box type the name of the first host you want to add to the cluster and then click Connect.
Step 4. Select the interface the host will use for the cluster.
Step 5. On the New Cluster: Host Parameters page, select a value from the Priority (Unique Host Identifier) drop-down list, as shown in Figure 18-3. This value must be unique on each host you install; any traffic that does not conform to the port rules configured for the cluster will be forwarded to the host with the lowest priority value

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

What are the Affinity settings for NLB?

A

None: Incoming requests from the same IP address can be handled by any host.
Single: All traffic coming from a single IP address is sent to the same host.
Network: All traffic originating from the same Class C network is sent to the same host.

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