nerdexam
F5

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.

Section 2: F5 Solutions and Technology

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)
  • A
    6% (1)
  • B
    6% (1)
  • C
    13% (2)
  • D
    75% (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.

AHTTP persistence

HTTP persistence tracks client sessions for load balancing continuity but does not alter the destination port of forwarded connections.

Bsource NAT

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.

Cdestination address affinity

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.

Dport translationCorrect

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

#virtual server#port translation#TCP#BIG-IP

Community Discussion

No community discussion yet for this question.

Full 101 Practice