DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Related

  • Key Takeaways From Integrating a RAG Application With LangSmith
  • Improving Java Application Reliability with Dynatrace AI Engine
  • Enabling Single-Sign-On in SaaS Application
  • Reimagining Innovation: How Citizen Application Development is Reshaping the Modern Enterprise

Trending

  • How to Build an Agentic AI SRE Co-Pilot for Incident Response
  • Amazon Quick: AWS's Agentic Workspace, Explained for Engineers
  • Compliance Automated Standard Solution (COMPASS), Part 11: Compliance as Code, the OSCAL MCP Server Way
  • Alternative Structured Concurrency

LTM vs GTM

In this article, we review the basic architecture of Disaster Recovery sites, and how they can help increase the performance of your web app.

By 
Kumar Abhishek user avatar
Kumar Abhishek
·
Dec. 22, 17 · Analysis
Likes (2)
Comment
Save
Tweet
Share
13.0K Views

Join the DZone community and get the full member experience.

Join For Free

In today's arena, keeping a replica of your production site is a necessity and Disaster Management plays an important role here. If you are Disaster Management Ready, then it will always make sense for organizations to invest in having multiple sites ready to be used as a production site.

A Global Trafic Manager plays an important role in redirecting traffic from a production site to the Disaster Recovery Site. Above the LTM sits the GTM, which uses the 3DNS URL to hit any site.

Down the line, LTM uses the secure port (HTTPS) and any other non-secured (HTTP) port to redirect traffic as appropriate. This whole ecosystem of LTM and GTM has eaten up legacy routing products. All router manufacturing organizations are now working a new concept, a vRouter, which will have the capability to maintain traffic across multiple sites without impacting an application's end performance.

Below is a typical, albeit simple, scenario, where the GTM (https://google.com) sends secured HTTP traffic over the network to its Local Traffic Manager (LTM) and the LTM then redirects that traffic to its respective site.

Image title

It is always mandatory to define the Architecture Model which applications will follow, to provide high availability within this whole ecosystem in order to ensure effective Disaster Recovery. 

For example, any production and DR (Disaster Recovery) site can follow an Active-Active or Active-Passive model. Many architects also call it the Hot-Hot or Hot-Cold models, in practice.

Now, how do we define Active-Passive or the other model at the application level? It is up to the Application Designer/Architect to determine how they want to come up with a mechanism to recognize the active and passive sites. Usually, a Site Status page is available at the server level (i.e. the site status page can be viewed using the server URL ), which shows if the application's site is active or passive. 

For example: https://<hostname>:<port>/<contextName>/pages/sitestatus.html

A typical example of the result of hitting the site status page on an active site would read: "Site is up." And a passive site would show, "Site is Down," at any given time.

Now, whenever an active site becomes a passive site (and vice-versa), it's important to update the site status page (either manually or using automation).

Although this model is preferred to a DataCenter specific Application Infrastructure Model, it also plays a very important role when using a Cloud platform. 

This whole ecosystem of Disaster Recovery Management will also help make your application ready for the cloud.

application

Opinions expressed by DZone contributors are their own.

Related

  • Key Takeaways From Integrating a RAG Application With LangSmith
  • Improving Java Application Reliability with Dynatrace AI Engine
  • Enabling Single-Sign-On in SaaS Application
  • Reimagining Innovation: How Citizen Application Development is Reshaping the Modern Enterprise

Partner Resources

×

Comments

The likes didn't load as expected. Please refresh the page and try again.

  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook