F5CAB5 Online Practice Questions

Home / F5 / F5CAB5

Latest F5CAB5 Exam Practice Questions

The practice questions for F5CAB5 exam was last updated on 2026-04-10 .

Viewing page 1 out of 1 pages.

Viewing questions 1 out of 7 questions.

Question#1

During a high-demand traffic event, the BIG-IP Administrator needs to limit the number of new connections per second allowed to a Virtual Server.
What should the administrator apply to accomplish this task?

A. A OneConnect profile to the Virtual Server
B. An HTTP Compression profile to the Virtual Server
C. A connection limit to the Virtual Server
D. A connection rate limit to the Virtual Server

Explanation:
F5 BIG-IP provides two distinct ways to throttle traffic on a Virtual Server: total capacity and velocity.
Connection Rate Limit: This setting specifically controls the number of new connection attempts per second. It is the correct tool for managing traffic spikes and protecting backend resources from being overwhelmed by a high frequency of new requests.
Comparison (Connection Limit): A standard Connection Limit (Option C) restricts the total concurrent connections allowed at any one time, regardless of how fast they arrive.
Other Profiles: OneConnect (Option A) is used for connection pooling and reuse to reduce server-side load, and HTTP Compression (Option B) reduces bandwidth usage but does not limit connection counts or rates.

Question#2

A BIG-IP Administrator configured the following virtual server to pass traffic on all addresses and ports. After configuration is completed, the BIG-IP Administrator notices that the virtual server is unable to pass traffic.
ltm virtual forwarding_any_vs {
destination 0.0.0.0:any
ip-forward
mask 255.255.255.255
profiles {
fastL4 { }
}
serverssl-use-sni disabled
source 0.0.0.0/0
translate-address disabled
translate-port disabled
}
Which part of the configuration is the cause of the issue? (Choose one answer)

A. Incorrect destination configured
B. Incorrect mask 255.255.255.255
C. Incorrect translate-address configured

Explanation:
This virtual server is intended to function as a forwarding (IP-forwarding) virtual server, which is commonly used for routing or firewall-style deployments where BIG-IP forwards traffic transparently without load balancing or address translation. For a forwarding virtual server to match and pass all traffic, the destination must be configured as 0.0.0.0: any with a mask of 0.0.0.0, not 255.255.255.255.
The configured mask 255.255.255.255 represents a/32 host mask, which restricts the virtual server to matching traffic destined only for the exact IP address 0.0.0.0. Since 0.0.0.0 is not a valid routable destination for normal traffic, no packets will ever match the virtual server, causing it to pass no traffic at all.
This is a well-documented BIG-IP behavior:
destination 0.0.0.0:any
mask 0.0.0.0
together define acatch-all forwarding virtual server.
The destination itself (Option A) is correct for a forwarding VS, and disabling address translation (Option C) is expected and required for IP-forwarding mode. Therefore, the incorrect subnet mask is the sole reason the virtual server is not functioning as expected.

Question#3

A traffic group includes four devices. The failover method is HA order.
The failover order is:
BIGIP-D
BIGIP-B
BIGIP-C
BIGIP-A
Auto fallback is enabled. BIGIP-D has been forced to standby. BIGIP-B was active before being rebooted.
Which device is active when BIGIP-B is up after the reboot?

A. BIGIP-A
B. BIGIP-D
C. BIGIP-B
D. BIGIP-C

Explanation:
To understand which device becomes active, we must look at how the BIG-IP system handles HA Order and Auto Fallback within a traffic group.
HA Order Mechanism: When a traffic group is configured with an "HA Order" list, the system prefers to host the traffic group on the highest-ranking available device in that list (1 being the highest).
The Impact of "Forced to Standby": BIGIP-D is the first choice in the order, but it has been "Forced to Standby." This state is persistent and manual; until an administrator releases the "Force to Standby" state, the device is ineligible to host the traffic group, effectively removing it from the top of the preference list.
Auto Fallback: When "Auto Fallback" is enabled, the traffic group will automatically migrate back to a higher-priority device in the HA order as soon as that device becomes available and is in a healthy "Standby" state.
The Scenario Logic: 1. BIGIP-D is ineligible (Forced Offline/Standby).

Question#4

A set of servers is used for an FTP application as well as an HTTP website via separate BIG-IP Pools. The server support team reports that some servers are receiving a lot more traffic than others.
Which Load Balancing Method should the BIG-IP Administrator apply to even out the connection count?

A. Ratio (Member)
B. Least Connections (Member)
C. Least Connections (Node)
D. Ratio (Node)

Explanation:
When load balancing is not working as expected across hardware hosting multiple services, the administrator must distinguish between "member" and "node" level algorithms102102102102. A "member" is a specific IP and port (e.g., 10.1.1.1:80), while a "node" is the physical server's IP (10.1.1.1) regardless of the port103. If servers host both FTP and HTTP services in separate pools, using "Least Connections (Member) " only balances connections within each individual pool. This can lead to a skewed distribution where one server is selected for a new HTTP connection because it has the fewest HTTP connections, even if it is currently overloaded with hundreds of FTP connections. By applying "Least Connections (Node), " the BIG-IP tracks the total number of connections to the physical hardware across all ports and pools106106106106. This ensures that the administrator can maintain an even distribution of the total workload across the server fleet, resolving the reports of uneven traffic distribution reported by the server support team

Question#5

A Standard Virtual Server for a web application is configured with Automap for the Source Address Translation option. The original source address of the client must be known by the backend servers.
What should the BIG-IP Administrator configure to meet this requirement?

A. The Virtual Server type as Performance (HTTP)
B. An HTTP profile to insert the X-Forward-For header
C. An HTTP Transparent profile
D. A SNAT Pool with the client IP

Explanation:
In complex network environments, "SNAT Automap" is frequently used to ensure that backend servers send return traffic through the BIG-IP. However, SNAT hides the original client's IP address, replacing it with the BIG-IP's self-IP. When interpreting traffic flow for security or logging purposes, backend servers often need that original IP. To resolve this without breaking the network-layer routing provided by SNAT, the administrator should apply an HTTP profile to the virtual server and enable the "Insert X-Forwarded-For" option. When this is enabled, the BIG-IP inserts a standard HTTP header containing the client's original IP address before forwarding the request to the pool member. This troubleshooting method allows the backend application to log the actual user's identity while maintaining a functional L3/L4 traffic flow where the server responds to the BIG-IP's local address. This is a standard troubleshooting solution for "web server not working as expected" scenarios where applica8tion logic depends on knowing the geography or specific identity of the connecting user.

Disclaimer

This page is for educational and exam preparation reference only. It is not affiliated with F5, F5-CA, or the official exam provider. Candidates should refer to official documentation and training for authoritative information.

Exam Code: F5CAB5Q & A: 65 Q&AsUpdated:  2026-04-10

  Get All F5CAB5 Q&As