**What are Primary and Secondary failover types?**
- **Primary Failover**: This type involves designating one resource (e.g., server, database, or service) as the primary resource that handles incoming traffic or requests under normal operating conditions. If this primary resource fails or becomes unavailable, failover mechanisms are triggered to redirect traffic to alternative resources.
- **Secondary Failover**: In contrast, the secondary failover involves designating another resource as a backup or a secondary resource that remains inactive under normal conditions but becomes active if the primary resource fails. The secondary resource serves as a standby, ready to take over operations in case of primary resource failure.