101 · Question #328
In order to further accelerate applications, the external router can direct subsequent client traffic to bypass LTM and communicate directly with the server.
The correct answer is B. False. The LTM must remain inline in the full traffic path between clients and servers - traffic cannot be redirected around it by an external router. Bypassing the LTM would eliminate all application delivery services it provides.
Question
In order to further accelerate applications, the external router can direct subsequent client traffic to bypass LTM and communicate directly with the server.
Options
- ATrue
- BFalse
How the community answered
(50 responses)- A6% (3)
- B94% (47)
Why each option
The LTM must remain inline in the full traffic path between clients and servers - traffic cannot be redirected around it by an external router. Bypassing the LTM would eliminate all application delivery services it provides.
An external router cannot and should not bypass the LTM for subsequent traffic - doing so would break load balancing, session persistence, SSL termination, and all other stateful application delivery functions that depend on every packet passing through the BIG-IP.
The BIG-IP LTM functions as an inline full proxy, meaning every packet in a managed application flow must traverse it for load balancing, SSL offload, persistence, and health monitoring to operate correctly. If an external router directed subsequent client packets directly to a back-end server, that session would bypass the virtual server and pool entirely, breaking all stateful processing the LTM performs. Keeping the LTM in the complete traffic path for every connection is a fundamental architectural requirement of the BIG-IP platform.
Concept tested: F5 BIG-IP LTM inline full-proxy traffic path requirement
Source: https://techdocs.f5.com/en-us/bigip-17-1-0/big-ip-local-traffic-management-getting-started-guide.html
Topics
Community Discussion
No community discussion yet for this question.