Question 22
Which of the following statement(s) is/are false in the context of scaling a web application?
Scaling out is always a preferred choice when the network traffic is growing.
The horizontal scaling will typically clone the application as many times as required, and add a load balancer to maintain uniform traffic across the servers.
The horizontal partitioning splits a given table into multiple tables, with each table having the same structure.
The diagonal scaling refers to cloning the application first, and then scaling up the different servers to meet the requirements.