nerdexam
F5

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.

Section 2: F5 Solutions and Technology

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)
  • A
    3% (1)
  • B
    83% (24)
  • C
    3% (1)
  • D
    10% (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.

Aeither through WideIP processing or BIND processing

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.

Bthrough WideIP processing and may process it through BIND processingCorrect

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.

Cthrough BIND processing and may process it through WideIP processing

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.

Dthrough WideIP processing and BIND processing and choose the best answer between the two

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

#GTM Listener#WideIP processing#BIND#DNS request handling

Community Discussion

No community discussion yet for this question.

Full 101 Practice