nerdexam
F5

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.

Section 3: Load Balancing and High Availability Basics

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)
  • A
    2% (1)
  • B
    92% (46)
  • C
    4% (2)
  • D
    2% (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.

Amore expensive than a hardware load balancer

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.

Bslower than a hardware load balancerCorrect

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.

Cless reliable than a hardware load balancer

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.

Ddoes not support high availability

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

#virtual load balancer#hardware load balancer#performance comparison#virtualization

Community Discussion

No community discussion yet for this question.

Full 101 Practice