101 · Question #647
on TCP port 8080. Which feature must be enabled on the virtual server for this configuration to work?
The correct answer is D. port translation. Port translation on an F5 BIG-IP virtual server allows the virtual server to accept connections on one port and forward them to a different destination port on the backend pool members.
Question
on TCP port 8080. Which feature must be enabled on the virtual server for this configuration to work?
Options
- AHTTP persistence
- Bsource NAT
- Cdestination address affinity
- Dport translation
How the community answered
(16 responses)- A6% (1)
- B6% (1)
- C13% (2)
- D75% (12)
Why each option
Port translation on an F5 BIG-IP virtual server allows the virtual server to accept connections on one port and forward them to a different destination port on the backend pool members.
HTTP persistence tracks client sessions for load balancing continuity but does not alter the destination port of forwarded connections.
Source NAT (SNAT) modifies the source IP address of outgoing connections so backend servers can route replies back through the BIG-IP, and does not affect destination port mapping.
Destination address affinity is a persistence method that pins a client to the same pool member based on destination IP, and has no role in port number translation.
Port translation is the feature that allows a BIG-IP virtual server to receive client traffic on a specific port (such as 80) and then re-write the destination port to a different value (such as 8080) before forwarding the connection to the pool member. Without port translation enabled, the virtual server would forward traffic to the same port it received it on, making it impossible to redirect to port 8080 on the backend.
Concept tested: F5 BIG-IP virtual server port translation feature
Source: https://techdocs.f5.com/en-us/bigip-15-1-0/big-ip-local-traffic-manager-implementations/configuring-port-translation-for-virtual-servers.html
Topics
Community Discussion
No community discussion yet for this question.