nerdexam
F5

101 · Question #88

Which statement concerning virtual servers is true?

The correct answer is D. Virtual servers can reuse connections between the BIG-IP and server for multiple HTTP GETs.. F5 BIG-IP virtual servers support HTTP connection reuse, allowing a single persistent server-side TCP connection to serve multiple HTTP GET requests from clients.

Section 2: F5 Solutions and Technology

Question

Which statement concerning virtual servers is true?

Options

  • AVirtual servers can keep idle server connections open indefinitely.
  • BVirtual servers can compress data between the BIG-IP and servers.
  • CVirtual servers cannot perform load balancing without performing address translation.
  • DVirtual servers can reuse connections between the BIG-IP and server for multiple HTTP GETs.
  • EVirtual server processing always translates the virtual server address to the address of the

How the community answered

(24 responses)
  • A
    4% (1)
  • C
    4% (1)
  • D
    92% (22)

Why each option

F5 BIG-IP virtual servers support HTTP connection reuse, allowing a single persistent server-side TCP connection to serve multiple HTTP GET requests from clients.

AVirtual servers can keep idle server connections open indefinitely.

Idle server connections are subject to timeout values defined in the TCP and HTTP profiles and cannot be kept open indefinitely - they will be closed after the configured idle timeout period.

BVirtual servers can compress data between the BIG-IP and servers.

HTTP compression on BIG-IP is applied between BIG-IP and the client, not between BIG-IP and the backend servers, so this direction is incorrect.

CVirtual servers cannot perform load balancing without performing address translation.

BIG-IP supports load balancing without address translation when using features like Direct Server Return or transparent mode, so translation is not a prerequisite.

DVirtual servers can reuse connections between the BIG-IP and server for multiple HTTP GETs.Correct

When an HTTP profile is applied to a virtual server and OneConnect or HTTP keep-alive is configured, BIG-IP can reuse an existing TCP connection to the pool member for multiple sequential HTTP requests rather than tearing it down after each transaction. This reduces TCP handshake overhead on the server and improves throughput. Connection reuse is a core capability of BIG-IP's HTTP profile combined with the connection pooling mechanism.

EVirtual server processing always translates the virtual server address to the address of the

The statement is incomplete as presented, but the word 'always' makes any absolute claim false because address translation can be disabled using SNAT None or wildcard configurations.

Concept tested: F5 virtual server HTTP connection reuse pooling

Source: https://techdocs.f5.com/en-us/bigip-15-1-0/big-ip-local-traffic-management-getting-started-guide/virtual-server-types.html

Topics

#virtual server#connection reuse#OneConnect#load balancing

Community Discussion

No community discussion yet for this question.

Full 101 Practice