nerdexam
F5

101 · Question #482

In which scenario is a full proxy TCP connection required?

The correct answer is C. when compression is enabled. HTTP compression requires the ADC to fully buffer and process the response payload, which is only possible when a full proxy TCP connection is in place to terminate both client and server connections independently.

Section 5: Application Delivery Basics

Question

In which scenario is a full proxy TCP connection required?

Options

  • Awhen SIP UP P load balancing is defined
  • Bwhen DNS load balancing is configured
  • Cwhen compression is enabled
  • Dwhen layer 3 load balancing is configured

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    7% (2)
  • C
    86% (25)
  • D
    3% (1)

Why each option

HTTP compression requires the ADC to fully buffer and process the response payload, which is only possible when a full proxy TCP connection is in place to terminate both client and server connections independently.

Awhen SIP UP P load balancing is defined

SIP UDP load balancing operates at Layer 4 and uses connectionless UDP transport; it does not require the ADC to maintain a full TCP proxy state.

Bwhen DNS load balancing is configured

DNS load balancing uses UDP/TCP DNS queries that are resolved and forwarded at Layer 4 to 7 without requiring the ADC to transform a persistent TCP payload stream.

Cwhen compression is enabledCorrect
Dwhen layer 3 load balancing is configured

Layer 3 load balancing routes packets based on IP addressing without connection state or content inspection, requiring no full proxy TCP termination.

Concept tested: Full proxy TCP requirement for HTTP compression

Source: https://techdocs.f5.com/en-us/bigip-17-1-0/big-ip-http-services-implementing/configuring-http-compression.html

Topics

#full proxy#TCP connection#compression#proxy architecture

Community Discussion

No community discussion yet for this question.

Full 101 Practice