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.
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)- A3% (1)
- C91% (31)
- D6% (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.
Manipulating HTTP headers requires application-layer (Layer 7) proxy processing, which is incompatible with a packet forwarding architecture.
SSL offload requires the device to terminate the TLS session, which demands full proxy capabilities, not packet forwarding.
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.
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
Community Discussion
No community discussion yet for this question.