100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

Configuring Advanced Windows Server 2012 Services - Complete test bank - exam questions - quizzes (updated 2022)

Rating
-
Sold
-
Pages
210
Grade
A+
Uploaded on
21-02-2022
Written in
2021/2022

Description: - In the file you can find extensive number of exam questions. - Supports multiple editions (newer and older) - Different difficulty levels ranging from easy to extremely difficult - The whole book is covered (All chapters) - Questions you can expect to see: Multiple choice questions, Problem solving, essays, Fill in the blanks, and True/False. - This test bank is a great tool to get ready for your upcoming exam. *** If you have any questions or special request feel free to send a private message

Show more Read less











Whoops! We can’t load your doc right now. Try again or contact support.

Document information

Uploaded on
February 21, 2022
Number of pages
210
Written in
2021/2022
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

70-412 Test Bank, Lesson 1: Configuring Network Load Balancing

15 Multiple Choice
7 Short Answer
3 Best Answer
2 Build List
4 Repeated Answer

31 questions


Multiple Choice

1. Which of the following technologies transparently distributes traffic across multiple
servers by using virtual IP addresses and a shared name?
a. Redundant network cards
b. Network Load Balancing
c. Failover cluster
d. RAID array

Answer: B
Difficulty: Easy
Section Ref: Configuring Network Load Balancing
Explanation: Network Load Balancing (NLB) transparently distributes traffic across
multiple servers by using virtual IP addresses and a shared name. With NLB, you gain fault
tolerance and enhanced performance. It is often used with mission-critical web servers but
can also be found with other types of servers.

2. Which of the following statements about Network Load Balancing is incorrect?
a. Windows Server 2012 NLB clusters can have between 2 and 32 nodes.
b. All hosts in the NLB cluster receive the incoming traffic.
c. NLB detects the failure of a cluster node using a heartbeat.
d. Network adapters in the NLB cluster can use both multicast and unicast simultaneously.

Answer: D
Difficulty: Medium
Section Ref: Configuring NLB Prerequisites
Explanation: Within each cluster, all network adapters must be either multicast or unicast.
You cannot have some nodes configured as multicast while other nodes are configured as
unicast within a single cluster.

3. From where would you add Network Load Balancing to a Windows Server 2012
computer?
a. Programs and Features

,b. Server Manager
c. Add/Remove Programs
d. Computer Management

Answer: B
Difficulty: Easy
Section Ref: Installing NLB Nodes
Explanation: To add the NLB feature to a computer running Windows Server 2012, you use
Server Manager.

4. To configure an NLB cluster after installing NLB on the Windows Server 2012 computer,
you must configure three types of parameters. Which of the following is not one of the three
you must configure?
a. Host parameters
b. Port rules
c. Firewall rules
d. Cluster parameters

Answer: C
Difficulty: Hard
Section Ref: Installing NLB Nodes
Explanation: To configure the NLB cluster, you must configure three types of parameters:
 Host parameter: Defines what each node can do in an NLB cluster.
 Cluster parameter: Configures the NLB cluster as a whole.
 Port rules: Controls what ports the NLB cluster services and how requests are
balanced across all servers.

5. Which PowerShell cmdlet here will correctly install NLB and the NLB management
console?
a. Install-WindowsFeature NLB,NLB-Console
b. Add-WindowsFeature NLB,RSAT-NLB
c. Add-WindowsFeature NLB, NLB-RSAT
d. Add-WindowsComponents NLB,NLB-Manager

Answer: B
Difficulty: Medium
Section Ref: Installing NLB Nodes
Explanation: To install the NLB cluster and the NLB tools using PowerShell, you can use the
following cmdlet: Add-WindowsFeature NLB,RSAT-NLB.

6. Which PowerShell cmdlet is used to add a new dedicated IP to an NLB cluster node?
a. Add-NlbClusterNodeDip
b. Add-NlbClusterDip

,c. Add-NlbClusterNodeIp
d. Add-NlbClusterIp

Answer: A
Difficulty: Hard
Section Ref: Installing NLB Nodes
Explanation: You can use the Add-NlbClusterNodeDip cmdlet to add a dedicated IP to an
NLB cluster node.

7. Which PowerShell cmdlet is used to delete an NLB cluster?
a. Drop-NlbCluster
b. Delete-NlbCluster
c. Remove-NlbCluster
d. Disband-NlbCluster

Answer: C
Difficulty: Hard
Section Ref: Installing NLB Nodes
Explanation: You can use the Remove-NlbCluster cmdlet to delete a specified NLB cluster.

8. While logged into a Windows Server 2012 computer that is part of an NLB cluster, which
of the following PowerShell one-liners is the correct way to change or set the primary IP
address of the cluster?
a. Get-NlbCluster | Set-NlbCluster –ClusterPrimaryIP IPaddress
b. Set-NlbCluster –ClusterPrimaryIP IPaddress
c. Find-NlbCluster | Set-NlbCluster –ClusterVIP IPaddress
d. Attach-NlbCluster | Set-NlbCluster –ClusterPrimaryIP IPaddress

Answer: A
Difficulty: Hard
Section Ref: Installing NLB Nodes
Explanation: You would need to use the Get-NlbCluster | Set-NlbCluster –
ClusterPrimaryIP IPaddress PowerShell one-liner to change or set the primary IP
address of the cluster.

9. When you configure port rules for NLB clusters, you will need to configure all of the
options listed here, except for one. Which option in this list will you not configure for a port
rule?
a. The node IP address the rule should apply to
b. The TCP or UDP port(s) the rule should apply to
c. The filtering mode
d. The protocols that this rule should apply to

, Answer: A
Difficulty: Medium
Section Ref: Configuring Port Rules
Explanation: When you configure the port rules, you configure the following:

 The virtual IP address that the rule should apply to
 The TCP or UDP port range that this rule should apply to
 The protocols that this rule should apply to, including TCP, UDP, or both
 The filtering mode that specifies how the cluster handles traffic, which is described
by the port range and the protocols.

10. In which NLB cluster operation mode is the MAC address of every node’s network
adapter replaced with a single shared MAC address?
a. Unicast
b. Multicast
c. Class C
d. Single

Answer: A
Difficulty: Medium
Section Ref: Configuring Cluster Operation Mode
Explanation: When you configure an NLB cluster to use unicast mode, NLB replaces the
network card’s original MAC address, and all cluster hosts use the same unicast MAC
address.

11. Which of the following is a constraint of using NLB clusters in unicast mode that you will
need to design for?
a. You will need separate cluster and management network adapters if you manage the
nodes from a different TCP/IP subnet than the cluster network.
b. You will need to configure routers to duplicate packets for delivery to all cluster nodes.
c. You will need to manually add ARP entries to the routers.
d. You will need to ensure you have at least one node in the NLB cluster configured to
handle traffic for each class C subnet in your network.

Answer: A
Difficulty: Hard
Section Ref: Configuring Cluster Operation Mode
Explanation: When you use unicast mode with a single network adapter on each node, the
computer can communicate only with other computers within the same subnet. If you
perform management tasks on the computer, you need to perform these tasks on a
computer that is on the same TCP/IP subnet as the node, or you have to use a second
network adapter and address.

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
TestBanks2022 Harvard University
View profile
Follow You need to be logged in order to follow users or courses
Sold
2127
Member since
3 year
Number of followers
1700
Documents
2246
Last sold
6 days ago

4.0

343 reviews

5
183
4
59
3
45
2
18
1
38

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions