Module 6: System Resiliency Flashcards
is the ability of a system to withstand a major disruption within set metrics and recovery times.
System resilience
Application Resiliency: Protecting an application also entails what?
The ability to restore it quickly
Application Resiliency: What is the difference between clustering and a cluster
Clustering is the process
Cluster is the software
Application Resiliency: What are the two types of Application Clusters?
Active-Passive and Active-Active
Application Resiliency: What is the difference between active-passive and active-active?
Active-passive only one node is running the application at a point in time, and only switches to another node when the node fails
Active-active has all nodes running the application
Application Resiliency: Which type of application cluster does not need any special setup from the application side?
Active-passive
Application Resiliency: Which type of application cluster does not experience downtime
Active-active
Application Resiliency: What is the role of an agent in each type of application cluster?
- Active-Passive - restart the application on another node once it notices that the active node is down
- Active-active - info coordination, data access, and load balancing
Application Resiliency: What is the most common set up for applications?
A combination of both cluster types
Application Resiliency: combination of cluster setups usually mean having a _____ for a specific processing site and ____ for between sites
active active; active passive
Application Resiliency: Determine which cluster type is used for the scenario - Local software or hardware failure
Active Active
Application Resiliency: Determine which cluster type is used for the scenario - site failure
Active-Passive
Application Resiliency: Active-active clusters replicate their data among nodes (T or F)
False. They are required to share the same storage
Telco Resiliency: Telco Networks and Data center are susceptible to?
Natural Disasters
Telco Resiliency: Telco Networks and data centers share all the same risks (T or F)
False