101 · Question #673
What is a disadvantage of running a visualized load balancer
The correct answer is B. slower than a hardware load balancer. Virtualized load balancers process packets entirely in software and share CPU resources with the hypervisor, making them slower than hardware appliances that use dedicated ASICs for wire-speed processing.
Question
What is a disadvantage of running a visualized load balancer
Options
- Amore expensive than a hardware load balancer
- Bslower than a hardware load balancer
- Cless reliable than a hardware load balancer
- Ddoes not support high availability
How the community answered
(50 responses)- A2% (1)
- B92% (46)
- C4% (2)
- D2% (1)
Why each option
Virtualized load balancers process packets entirely in software and share CPU resources with the hypervisor, making them slower than hardware appliances that use dedicated ASICs for wire-speed processing.
Virtualized load balancers are generally less expensive than dedicated hardware appliances because they run on commodity server hardware and eliminate the need for proprietary chassis or specialized line cards.
Hardware load balancers use dedicated ASICs and FPGAs to process packets at wire speed with minimal latency, while virtualized load balancers depend on general-purpose CPU cycles and compete with the hypervisor for compute resources. This software-based packet processing path introduces higher per-packet overhead and lower maximum throughput compared to equivalent hardware appliances under the same traffic load.
Virtualized load balancers can be made highly reliable through hypervisor-level redundancy, live migration, and active-standby clustering, so reliability is not an inherent disadvantage compared to hardware.
Virtualized load balancers fully support high-availability configurations such as active-standby or active-active pairs through both the virtualization platform and the load balancer software itself.
Concept tested: Virtual vs hardware load balancer performance trade-offs
Source: https://www.f5.com/products/big-ip-services/virtual-editions
Topics
Community Discussion
No community discussion yet for this question.