A large media service aims to stay operational if its primary hosting site goes down. What design approach best ensures service remains accessible in this situation?
Store data backups at the same location for quick restoration after downtime
Use manual checks to identify corruption after each peak usage period at the main site
Duplicate server hardware in a single data center without outside connections
Distribute user traffic and system resources across multiple operating sites to handle failures
To ensure high availability (HA) in the event of a site failure, the system architecture must distribute workloads across multiple operating locations. This approach prevents single points of failure and allows one site to handle user requests if another becomes unavailable. Active-active or active-passive redundancy across data centers ensures that traffic can be rerouted quickly without service interruption. Backup strategies alone do not ensure uptime—they preserve data, not availability. Likewise, hardware duplication within the same facility or manual validation processes cannot protect against large-scale outages that affect the entire environment.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is high availability (HA) in system architecture?
Open an interactive chat with Bash
What is the difference between active-active and active-passive redundancy?
Open an interactive chat with Bash
Why is distributing workloads across multiple geographic locations better than duplicating hardware in one data center?