101 · Question #549
in which scenario is a full proxy TCP connection required?
The correct answer is C. when the number of TCP connections to the server must be optimized. A full proxy TCP connection is required when the load balancer must independently terminate and manage client-side and server-side connections to reduce and optimize the total number of TCP sessions reaching backend servers.
Question
in which scenario is a full proxy TCP connection required?
Options
- Awhen IP Anycastmg is enabled
- Bwhen routing is enabled
- Cwhen the number of TCP connections to the server must be optimized
- Dwhen the client TCP connections options must be sent to the server
How the community answered
(27 responses)- A4% (1)
- B4% (1)
- C81% (22)
- D11% (3)
Why each option
A full proxy TCP connection is required when the load balancer must independently terminate and manage client-side and server-side connections to reduce and optimize the total number of TCP sessions reaching backend servers.
IP Anycast is a network addressing and routing methodology where multiple nodes share an IP address and traffic is routed to the topologically nearest one - it is independent of TCP proxy mode.
Routing can be enabled on a device regardless of its proxy mode and does not require a full proxy TCP architecture to function.
In full proxy mode, the device fully terminates the inbound client TCP connection and establishes a separate, independently managed TCP connection to the server, allowing the proxy to pool, queue, and reuse server-side connections regardless of client connection state. This decoupling is the mechanism that enables server-side connection optimization, reducing the raw number of simultaneous TCP sessions hitting backend nodes. On F5 BIG-IP, Standard virtual servers operate in full proxy mode specifically to enable this kind of TCP connection management and optimization.
Full proxy mode specifically does NOT forward the original client TCP connection options to the server - it creates a brand-new independent connection; a half proxy or pass-through mode would be required to preserve and relay client-side TCP options.
Concept tested: Full proxy TCP connection mode and server-side optimization
Source: https://clouddocs.f5.com/training/community/f5cert/html/class2/module2/lab2.html
Topics
Community Discussion
No community discussion yet for this question.