- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DNS TTL Time
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 04:24 PM
01-26-2006 04:24 PM
Our web applications are configured for Geographic load balancing. In case one environment is not available, the traffic will route to another GeO.
My apprehension is, DNS has TTL time and it will hold the traffic for that period. I believe, in most of the environment DNS servers TTL time is 4 minute. That means switching over next
Geo will not be detected upto 4 minute.
Am i correct or misunderstood this concept ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 04:37 PM
01-26-2006 04:37 PM
Re:
DNS TTL Time
TTL (Time To Live) is a limit on the period of time that a unit of data (e.g. a record) can exist before it is discarded also, Specifying the amount of time other DNS servers and applications are allowed to cache the record.
You can find more information about DNS TTL,
http://www.simpledns.com/help/index.html?df_ttl.htm
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 05:12 PM
01-26-2006 05:12 PM
SolutionEach domain name has one or more Resource Records (RRs) associated with it. Resource records are 5-tuples:
Domain_name TTL Type Class Value
TTL
is the Time To Live of this RR. When this RR is returned as a result of a DNS lookup, the remote host normally caches the information for efficiency. The TTL is the time, in seconds, after which the cached information should be regarded as potentially out of date.
Hence, a change will definitely help in your case.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 05:39 PM
01-26-2006 05:39 PM
Re:
DNS TTL Time
Another good link about TTL concept,
http://www.zytrax.com/books/dns/apa/ttl.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 05:49 PM
01-26-2006 05:49 PM
Re:
DNS TTL Time
Time To Live, the number of seconds remaining on a cached record before it is purged. For authoritative records the TTL is fixed at a specific length. If a record is cached, the server providing the record will provide the time remaining on the TTL rather then the original length it was given.
A good explanation. Refer here at http://www.menandmice.com/online_docs_and_faq/glossary/glossarytoc.htm?ttl.htm. Use hyper links to learn more.
--
Muthu