101 · Question #231
If the GTM System receives a packet destined for one of its Listener addresses the GTM will process the request _____
The correct answer is B. through WideIP processing and may process it through BIND processing. When a GTM Listener receives a DNS query, it always attempts Wide IP processing first, and only falls through to BIND processing if no matching Wide IP is found.
Question
If the GTM System receives a packet destined for one of its Listener addresses the GTM will process the request _____
Options
- Aeither through WideIP processing or BIND processing
- Bthrough WideIP processing and may process it through BIND processing
- Cthrough BIND processing and may process it through WideIP processing
- Dthrough WideIP processing and BIND processing and choose the best answer between the two
How the community answered
(29 responses)- A3% (1)
- B83% (24)
- C3% (1)
- D10% (3)
Why each option
When a GTM Listener receives a DNS query, it always attempts Wide IP processing first, and only falls through to BIND processing if no matching Wide IP is found.
The processing is not an either-or choice - GTM always starts with Wide IP processing and BIND processing only applies as a secondary fallback, so calling them equivalent alternatives is inaccurate.
GTM Listener processing follows a specific order: every inbound DNS query is first evaluated against the configured Wide IP list for a match. If a matching Wide IP exists, GTM resolves the name using its load balancing logic and returns an answer. If no Wide IP match is found, the query may then be forwarded to the local BIND DNS process for resolution, making BIND processing conditional rather than guaranteed.
GTM does not start with BIND processing; BIND is only involved after Wide IP processing has already occurred and found no matching Wide IP configuration.
GTM does not run both processing paths in parallel and compare results; the flow is sequential with Wide IP processing taking priority and BIND only used as a conditional fallback.
Concept tested: GTM Listener DNS query processing order
Source: https://techdocs.f5.com/en-us/bigip-14-1-0/big-ip-dns-implementations/gtm-listeners.html
Topics
Community Discussion
No community discussion yet for this question.