nerdexam
F5

101 · Question #484

What is an advantage of a packet forwarding architecture?

The correct answer is C. reduces latency. Packet forwarding architecture operates at the network layer without full application-layer inspection, which significantly reduces processing latency compared to full proxy architectures.

Section 5: Application Delivery Basics

Question

What is an advantage of a packet forwarding architecture?

Options

  • Aallows for manipulation of HTTP headers
  • Ballows for SSL offload
  • Creduces latency
  • Dhandles larger packet sizes

How the community answered

(34 responses)
  • A
    3% (1)
  • C
    91% (31)
  • D
    6% (2)

Why each option

Packet forwarding architecture operates at the network layer without full application-layer inspection, which significantly reduces processing latency compared to full proxy architectures.

Aallows for manipulation of HTTP headers

Manipulating HTTP headers requires application-layer (Layer 7) proxy processing, which is incompatible with a packet forwarding architecture.

Ballows for SSL offload

SSL offload requires the device to terminate the TLS session, which demands full proxy capabilities, not packet forwarding.

Creduces latencyCorrect

In a packet forwarding (or pass-through) architecture, the device routes packets directly without terminating the connection or inspecting application-layer content, eliminating the overhead of connection setup, teardown, and deep inspection. This minimal processing path results in lower latency than proxy-based architectures that must fully reassemble and inspect traffic.

Dhandles larger packet sizes

Handling larger packet sizes is a function of MTU configuration and interface capabilities, not a characteristic advantage of packet forwarding architecture.

Concept tested: Packet forwarding vs. full proxy architecture trade-offs

Source: https://techdocs.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/ltm-concepts-11-4-0/3.html

Topics

#packet forwarding#proxy architecture#latency#ADC architecture

Community Discussion

No community discussion yet for this question.

Full 101 Practice