An organization wants to increase the availability of its web application with minimal changes to the existing infrastructure. Which of the following solutions would BEST achieve this goal while being easy to deploy?
Redesigning the application using containerization
Implementing server clustering with shared storage
Distributing network traffic across multiple servers
Distributing network traffic across multiple servers can increase availability with minimal deployment complexity. This approach can often be implemented by adding a load balancing component, which is relatively straightforward. Implementing server clustering with shared storage is more complex and requires significant changes to the infrastructure. Setting up a disaster recovery site involves substantial resources and is not primarily aimed at increasing availability. Redesigning the application using containerization requires significant changes to the application and deployment processes.
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 load balancing and how does it work?
Open an interactive chat with Bash
What are the benefits of using multiple servers for a web application?
Open an interactive chat with Bash
What is disaster recovery, and how does it differ from increasing availability?