nerdexam
F5

101 · Question #294

What happens when the data center that GTM recommends for a client is unavailable?

The correct answer is C. GTM sends subsequent queries to the next preferred data center.. When GTM's recommended data center becomes unavailable, GTM automatically sends subsequent DNS queries to the next preferred data center based on its load balancing configuration and health monitoring.

Section 2: F5 Solutions and Technology

Question

What happens when the data center that GTM recommends for a client is unavailable?

Options

  • AGTM uses cached information to determine an alternate route.
  • BGTM queries the local DNS server.
  • CGTM sends subsequent queries to the next preferred data center.
  • DGTM directs the client to use its DNS cache to select an alternate location.
  • EThe client continues to attempt to access the preferred data center.

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    72% (23)
  • D
    3% (1)
  • E
    13% (4)

Why each option

When GTM's recommended data center becomes unavailable, GTM automatically sends subsequent DNS queries to the next preferred data center based on its load balancing configuration and health monitoring.

AGTM uses cached information to determine an alternate route.

GTM does not fall back to cached routing information - it uses real-time health monitoring data and its live pool configuration to actively select the next available resource.

BGTM queries the local DNS server.

GTM does not query the local DNS server to find an alternate route - the failover decision is made internally by GTM based on its own pool member health states and load balancing logic.

CGTM sends subsequent queries to the next preferred data center.Correct

GTM uses health monitors to continuously track the availability of data centers and their resources. When the top-ranked data center is determined to be unavailable, GTM immediately directs the next incoming DNS query to the next preferred data center as ranked by the configured load balancing method (such as round robin, global availability, or ratio). This failover occurs at the DNS resolution layer, ensuring clients always receive an IP address pointing to a healthy, reachable resource.

DGTM directs the client to use its DNS cache to select an alternate location.

GTM does not instruct clients to consult their own DNS cache - GTM itself responds with a fresh DNS answer resolving to an available data center's IP address.

EThe client continues to attempt to access the preferred data center.

The client does not persist in attempting the unavailable data center because GTM resolves the issue at the DNS layer by returning a different IP address for a healthy data center.

Concept tested: GTM data center failover via health monitoring

Source: https://techdocs.f5.com/en-us/bigip-15-1-0/big-ip-dns-implementations/monitoring-big-ip-dns-resource-availability.html

Topics

#GTM failover#data center availability#DNS resolution#alternate routing

Community Discussion

No community discussion yet for this question.

Full 101 Practice