Final Exam Flashcards
What components are made redundant within a system and how?
Disks: RAID and hot spares
Power Supplies: Redundant power supplies
Network Cards: Redundant network cards
Downtime
Periods when a system is unavailable
Availability
Percentage of uptime in a given year
Cluster
A group of linked computers that work together as one computer, and can provide fault tolerance/load-balancing.
Network Load Balancing
Transparently distributes traffic across multiple servers by using virtual IP addresses and a shared name. Gain fault tolerance and enhanced performance. Often used with mission-critical web servers.
Nodes
Servers that are part of a cluster.
What kind of feature is NLB?
A scalable, high availability feature found in WServer2012 and WServer2012R2.
How many nodes in an NLB Cluster?
2 - 32 nodes
NLB Heartbeats
Packets transmitted every second between NLB cluster nodes to detect failure of cluster nodes. If 5 are missed the node is automatically removed from the NLB cluster.
Convergence
When a node is added/removed from a cluster, the cluster determines the current configuration by building a membership of nodes and mapping client requests based on available nodes. Can only occur if each node is configured with same port rules.
What is the max latency for convergence?
250 milliseconds
Affinity
Determines how the servers in NLB are going to balance the load. Used when using multiple hosts filter mode (port rules).
What are the port rule filter modes?
Multiple Hosts, Single Host, Disable
Multiple Hosts (filter mode)
Permits all cluster hosts to actively respond to client requests. Increases availability and scalability.
Single Host (filter mode)
Allows only one cluster host (highest priority) in the cluster to actively respond to client requests. Next highest takes over if failure occurs. Increases availability but not scalability.
Disable (filter mode)
Prevents cluster from responding to a specific type of client traffic.
What are the three Affinity options?
None, Single, Class C
None (Affinity)
Any cluster node responds to any client request, even after interruption.
Single (Affinity)
A single cluster node handles all requests from a single client.
Class C (Affinity)
A single node responds to all requests from a class C network (255.255.255.0 subnet).
Drainstop
Blocks all new connections without terminating existing sessions.
Failover Cluster
A set of servers that work together to increase the availability of services and applications and are connected through a network connection by software.
Active-Passive Failover
Most common failover. Both servers are configured to work as one, but one at a time. Provides high availability but not scalability unless implementing file shares on CSVs.
Active-Active Failover
Designed to provide fault-tolerance and load-balancing. Network services are split in two. Both nodes are active.
Failover Clustering
When a cluster is created, you assign network resources that can be enabled/disabled when the node is active/inactive. Every cluster has a cluster virtual server which includes network name and an assigned IP address.
Clustered Services
Services or applications that are made highly available by installing them on a failover cluster.
Cluster Resource
The most basic and smallest configurable unit that may provide a service to clients or is an important component that makes up the cluster.
Dependent Resource
A resource that depends on or is required by another resource to operate.
What components does a failover cluster consist of?
Nodes, Network, Cluster storage, Clients, Cluster service.
Cluster Storage
Storage system that is shared between cluster nodes and usually connects using fibre channel or iSCSI.
Private Network
Used by cluster nodes to communicate.
Public Network
Used by clients to access the cluster and its shared resources.