A media streaming company runs its video transcoding pipeline on Azure Virtual Machines. When a large batch of video uploads is received, the system increases the capacity of the active virtual machines by adding more CPU cores and memory to speed up the processing, rather than provisioning additional virtual machines.
Is the following statement true or false: This method of resource adjustment is an example of horizontal scaling (scaling out).
Answer: Answer
Answer
False
The correct answer is false because upgrading the CPU cores and memory of existing virtual machines represents vertical scaling (scaling up). Horizontal scaling (scaling out) would involve deploying and adding more virtual machine instances to the resource pool.
Step-by-Step Solution
Key Concept
Distinction between horizontal scaling (scaling out) and vertical scaling (scaling up)