InterviewSolution
| 1. |
Explain What Is Scalability? |
|
Answer» Scalability is the ability of a system, NETWORK, or process to handle a growing amount of load by adding more resources. The adding of resource can be done in two ways. SCALING Up: This involves adding more resources to the existing nodes. For EXAMPLE, adding more RAM, STORAGE or processing power. Scaling Out: This involves adding more nodes to support more users.
Scalability is the ability of a system, network, or process to handle a growing amount of load by adding more resources. The adding of resource can be done in two ways. Scaling Up: This involves adding more resources to the existing nodes. For example, adding more RAM, Storage or processing power. Scaling Out: This involves adding more nodes to support more users. |
|