WSFC
Windows Server Failover Clustering (WSFC) is a Windows Server feature that provides high availability and scalability for clustered applications and services. A WSFC cluster consists of two or more servers, networked together and connected to shared storage or data-replication mechanisms. The cluster runs a common set of services that expose the clustered resources under a virtual network name and IP address. If a node fails, another node can automatically take over.
Key concepts include resources, resource groups (roles), and the cluster database. Resources represent services or applications;
Quorum is a mechanism that determines whether the cluster can run. Typical configurations include Node Majority,
Common workloads hosted on WSFC include SQL Server Failover Cluster Instances and Hyper-V failover clusters. WSFC