Cloud Computing Architecture Question:

Can you please explain the difference between vertical scale up and Horizontal scale out?

Answer:

Vertical scale up provides more resources to a single computational unit, whereas horizontal scale out provides additional computational unit and run them in parallel.
Vertical scale up provides a provision to move a workload to other system that doesn’t have workload, whereas horizontal scale out split the workload among various computational units.
Vertical scale up doesn’t have a database partitioning concept, whereas horizontal scale out provides the database partitioning.

Download Cloud Computing Architecture PDF Read All 32 Cloud Computing Architecture Questions
Previous QuestionNext Question
Explain business benefits involved in cloud architecture?Tell me how does cloud architecture provide performance transparency and automation?