Home>IT Tests>Questions>Vertical scaling by a factor N (N times more CPU power on the same machine) will give me N times more useful resources.,To solve a small CPU overload, on modern platforms, it is sometimes easier and faster to scale vertically.,It is more flexible to scale horizontally to handle future traffic growth.
Question from the Infrastructure Architecture test
Vertical scaling by a factor N (N times more CPU power on the same machine) will give me N times more useful resources.,To solve a small CPU overload, on modern platforms, it is sometimes easier and faster to scale vertically.,It is more flexible to scale horizontally to handle future traffic growth.
Hard
Your web application is doing great, your main server is starting to reach its limits in terms of CPU resources. You are wondering how to add resources. You are thinking about choosing between horizontal scaling (scale out) or vertical scaling (scale up).
Check the correct general principles to consider
Edit
-2
Community EvaluationsNo one has reviewed this question yet, be the first!
0
A is faster than B, C is as fast as A, C is faster than B1
Explain the different types of caching in the context of an information system architecture.0
What are the characteristics of a data warehouse?0
In a distributed system, it is possible to guarantee consistency (that all nodes in the system have access to the same data at the same time), it is possible to guarantee the atomicity of some operations1
How long does it take to build a data warehouse?1
Explain the difference between a distribution group and a security group in Active Directory.0
If the data to be validated does not depend on other data in the database, performing data validation in the server application reduces the number of database queries compared to validation only in the database.