A financial analysis firm hosts a web application on Azure Virtual Machines. To automatically and dynamically handle sudden, unpredictable spikes in query volume throughout the business day without causing application downtime or requiring manual administration, the firm should implement vertical scaling (scaling up) of the existing virtual machines.
Cevap: Cevap
Cevap
False
The statement is false because vertical scaling (scaling up) involves resizing an existing virtual machine, a process that typically requires a reboot and causes service interruption. To handle sudden, rapid fluctuations in user traffic automatically and without downtime, the workload requires horizontal scaling (scaling out) using an elastic service like Virtual Machine Scale Sets.
Adım Adım Çözüm
Anahtar Kavram
Vertical scaling (scaling up) vs. horizontal scaling (scaling out/elasticity) under dynamic load requirements.