D2L Assignment Week 14 – High Availability Flashcards
- What advantages does deploying Network Load Balancing provide to an organization?
NLB eliminates a single point of failure if only one server is configured. It also allows for spreading the network load over multiple servers to prevent overloading one server.
- What is the group of servers that work together to provide NLB called?
They are called an NLB Cluster.
- Describe the network addressing associated with a NLB Cluster.
Each cluster member is assigned a unique IP address. The cluster itself is assigned a single shared IP address which is used by clients to make requests.
- How do servers within the cluster communicate with each other?
Servers use a Heartbeat signal every second to maintain consistent cluster membership.
- Describe the two modes used for distributing incoming requests between the different servers within the cluster.
You can configure Unicast mode where the MAC addresses used by cluster hosts are replaced by a single cluster MAC address. Cluster hosts require a second NIC to communicate with each other.
You can configure Multicast mode where a common multicast MAC address is used by cluster hosts. Cluster hosts are able to communicate with each other so additional NICs are not available.
- What prerequisites need to be met before creating a NLB Cluster?
You must install the necessary services such as IIS for web traffic and be running the same version and edition of Windows Server. You must configure static IP addresses on each server. Optionally, you can install a second NIC to allow communication between individual servers in the cluster.
- Summarize the tasks to follow when creating an NLB Cluster.
- Configure cluster DNS records. Host record for the cluster.
- Install the NLB feature
- Synchronize the content. Duplicate the content between all cluster members.
- Configure the Cluster Members. Define the cluster and add each member.
- Use the NLB Manager console to add/remove members and configure port rules
- What are ‘Port Rules’ with respect to configuring an NLB Cluster?
Port Rules are used to identify the cluster IP address and traffic characteristics such as port number, protocol, and how the traffic is handled by the cluster.
- Describe the characteristics of Failover Clustering.
Failover Clustering is a server feature that increases server availability and fault tolerance. This type of clustering uses shared storage resources unlike NLB and migrates services on failed servers to available servers in the cluster.
- What methods are available for a cluster to determine whether or not the cluster can continue to run or stop due to member failure?
Failover Clustering uses the concept of a quorum to identify when the cluster can continue to run and when it must stop due to a failure in one(or more) of its members.
Methods for determining whether to continue or stop running include:
Node Majority (if more than half of the servers are still running – usually when there is an odd number of servers in the cluster),
Node and Disk Majority (uses a witness disk to keep a copy of cluster configuration information – if a majority of servers is available in addition to the witness disk then the cluster keeps operating),
Node and File Share Majority (the witness disk is stored on a share instead of one of the cluster servers), Cloud Witness (uses the cloud for storing the witness information),
No Majority (as long as one server and the witness disk is running), and Dynamic Quorum (the cluster is dynamically managed using vote assignments based on the state of each node.
- What are some other important Failover Clustering features?
Other important features include: Scale-Out File Server Support, Cluster-Aware Updating, Virtual Machine Monitoring and Management, CSV Enhancements, Guest Clustering, and Active Directory-Detached Cluster support.
- What hardware and software prerequisites are necessary before implementing failover clustering?
Hardware
- should be certified for Windows Server
- must pass the Validate a Configuration wizard
- cluster hosts should have the same NIC, drivers, and storage adapters
- for redundancy use multiple NIC and storage adapters
- use SAS SCSI, Fibre Channel, or iSCSI storage controllers
Software
- use the same OS version, edition, and architecture
- all nodes should have the same updates and patches installed
- all nodes should use the same network setting options (DHCP or Static)
- cluster nodes must be members of the same Active Directory domain.
- Describe the six steps to follow when deploying a Failover Cluster.
- Configure the shared storage – usually a SAN or SAS SCSI deployment
- Add the Failover Clustering feature to all cluster members
- Validate the Cluster Configuration – use the verification wizard
- Create the Failover Cluster
- Configure the Quorum
- Configure the Cluster storage
- What three network types are available for a cluster?
Cluster storage – if implementing a SAN this should only be used for the shared storage.
Cluster Node Communication – use a separate network for the cluster node heartbeat signals.
Client Connections – this network is used by clients to connect to clustered resources and services.
- Describe the concept of a Multi-Site Cluster.
A multi-site cluster is a geographically-dispersed cluster that contain nodes in multiple sites. They are typically connected using WAN links.