3. Orchestration (Infrastructure Scaling) : 3.1 Scaling Localization : 3.1.1 Fixed Scaling
   
3.1.1 Fixed Scaling
In the fixed scaling mode in a two-tier web application (with n-web servers and a database server), we add additional web servers to the environment as user load increases. For the scaling model, we assume that the database is infinitely scalable to support the increase in web servers. We scale the database server as a separate exercise and address it outside of our automated scaling.
Figure 7. Fixed Scaling