Faster Updates for DNS Root Servers Arrive
Tee Emm writes "VeriSign's DNS Rapid Update notice period (as announced on NANOG mailing list) expires today. Beginning September 9, 2004 the SOA records of the .com and .net zones will be updated every 5 minutes instead of twice a day. The format of the serial number is also changing from the current YYYYMMDDNN to a new one that depicts the UTC time." We first mentioned this back in July, but it's finally launching now.
So when will they be added support for dynamic IP addresses a la dyndns etc. That would be great.
I remember hearing about this, but I don't remember exactly: Is this available to all registrars, or is there something that needed to be done on their end to get their updates in quickly?
as I understand it, this would allow for propogation of new domains to be completed faster. this is *theoretically* a good thing, but it means that applications cannot cache DNS as effectively for nonexistant domains. this may end up causing a *lot* heavier load on the root DNS servers. much as we'd all love that functionality (who doesn't want to see their new domain a few minutes after they buy it?), there was a reason why they designed it the way they did.
The spammers will love it.
This will probably help speed things up on the ogg-streams-over-dns p2p radio stations. Some complain that DNS wasn't designed for these purposes but generally, the same people complaining are the ones raising kids now, using viagra and getting ready to wear diapers again.
Technology adapts to changing circumstances and trends, old folks do not.
Skype Me! username: john_allen_mohammed
Is there any real need for this? Realistically it is going to have very little impact on the average user.
Slashdot has announced they will begin posting stories every twenty seconds, instead of every hour.
Says CowBoy Neil, "Well, we figured at the increased rate, we could dupe stories at twice the usual rate. And also... uh... we could use my name in twice as many polls."
Reached for comment in his mother`s basement, Commander Taco said only, "DNS, smenesh, I think we all want to see GNNA update their trolls!"
So I don't exactly get it, but is this just the root servers that are going to be updating every five minutes? I read the links, but it still doesn't seem clear to me. I mean, if my registrar (or dns service or whatever) still only send in their updates once every day, this won't really help me as much right?
Of course, once they do send it in I will still get it updated an average of 6 hours faster I guess. Just curious, since the details were a little vague to us non-dns folks.
Would this make it easier to slip false transfers through whatever nets may exist to catch them (as in this news byte)? I guess false transfers such as this would be noticed by the public at large sooner, so that's not too bad.
how about all those bazillion other nameservers, that would always reask for data every 5 minutes, as the dns records expire much more frequently now.
is verisign and the other dns-rootservers able to cope with the load, or the internet in general?
This is great use for emergencies. You can have a backup web server configured identically to the main one. If the first web server goes down, just update the IP address in the domain record and your back on-line in five minutes.
Good for those of us which host web sites for clients.
Now spammers can rotate through domains faster than ever before!!
What effect will this have on DNS hijacking and similar hacking methods which utilize DNS? Will it be easier as things get more 'rapid'?
-el
Upcoming change to SOA values in .com and .net zones
.com and .net zones' SOA records on
.com and .net zones will still
.com .net SOA records from its current value of 86400 seconds (one day)
.com/.net serial number.) But because these
* From: Matt Larson
* Date: Wed Jan 07 17:49:43 2004
VeriSign Naming and Directory Services will change the serial number
format and "minimum" value in the
or shortly after 9 February 2004.
The current serial number format is YYYYMMDDNN. (The zones are
generated twice per day, so NN is usually either 00 or 01.) The new
format will be the UTC time at the moment of zone generation encoded
as the number of seconds since the UNIX epoch. (00:00:00 GMT, 1
January 1970.) For example, a zone published on 9 February 2004 might
have serial number "1076370400". The
be generated twice per day, but this serial number format change is in
preparation for potentially more frequent updates to these zones.
This Perl invocation converts a new-format serial number into a
meaningful date:
$ perl -e 'print scalar localtime 1076370400'
At the same time, we will also change the "minimum" value in the
and
to 900 seconds (15 minutes). This change brings this value in line
with the widely implemented negative caching semantics defined in
Section 4 of RFC 2308.
There should be no end-user impact resulting from these changes
(though it's conceivable that some people have processes that rely on
the semantics of the
zones are widely used and closely watched, we want to let the Internet
community know about the changes in advance.
Matt
--
Matt Larson
VeriSign Naming and Directory Servic
Doesn't that mean they're updating every fifteen minutes, not every five?
Meep meep
It's about time the switch was made -- here's why ISO 6601 is the way to go.
Use ISO 8601 dates [YYYY-MM-DD]
if a bag of glass falls in the desert, does it make a sound?
on how many domains a spammer can register over time -- for much the same reason that you can still have huge bandwidth even if your latency is crap. It's just a question of reducing the initial delay from registration to activation.
HAND.
These faster updates are not for the root servers, but for the .com/.net gTLD servers.
Oh great so now DNS gets potential issues with 32 bit time-since-epoch problem
Brilliant move...:-(
What was wrong with sticking extra hour/minutes digits in the serial number - no y2k style problems at all....?!?
ie YYYYMMDDHHmmNN ??
Pointing out the obvious -- that's ISO 8601, not ISO 6601.
Use ISO 8601 dates [YYYY-MM-DD]
My IP address just got changed 2 hours ago because I switched to a different ISP. I have a nameserver based on my own domain that is registered in the root servers and I expected the IP change to take a couple of days. But when I changed the IP of my nameserver (in the godaddy web interface) I was surprised to see it reflected after only a few minutes:
;; ANSWER SECTION:
$ dig @a.gtld-servers.net a ns.XXXXX.net
ns.XXXXX.net. 172800 IN A 62.216.XXX.XXX new IP
Very nice indeed! Now if I could only get zoneedit to accept the notifies my DNS server sends them...
Doesn't that also mean that spammers running their own DNS servers will now be able to change nameservers at will :-(, also beating spf in the process.
Just my point of view. maybe I'm wrong.
- dhawal
This is something that should have been taken care of YEARS ago. It'll make it a LOT easier to switch people over to new servers/change IP addresses and such.
::: not neerly as exciting when you type it out like that :::
Can't wait to go......switch some IP addresses....
My
Do they have a web site yet?
Do you have ESP?
Death, Taxes and DNS Propagation Delay.
I registered a domain last week w/ godaddy.com, and was quite suprised when it was available within about 10 minutes. The domain went to the correct host from a variety of ISPs and PCs -meaning it wasn't just my ISP or my PC. Any chance this system could already be in place?
The International Date Format, ISO 8601 is NOT being used. What's being used is the UNIX date, which wraps around in 2038 or so. They went from a semi-good YYYYMMDDNN to a less robust 7-digit number (seconds since 1970) that wraps around in 2038.
"We will be bringing most of the web down for maintenance starting in about 5 minutes."
You are being MICROattacked, from various angles, in a SOFT manner.
Wow. I changed an MX record using Verisign's (NetworkSolutions.com) website about 30 minutes ago. I received an email through the new server 10 minutes later. I received email from the sender yesterday, so the MX record should have been cached at their company, and the MX record was changed from one ISP to another. I did not expect any results until sometime tomorrow.
---
I still use Verisign for my domains. It was inertia; I had my domains there, so I continued adding domains there.
I almost switched when they stole one of my domains. (I tried paying for it 5 times, starting several months before it expired; they insisted that the records would be updated "in a few days" each time. Three weeks after the expiration date, someone else owned it. So renew early! Like a year in advance.)
Setting DNS entries was a hassle. My ISP takes forever to make updates, and often set them wrong. I used Verio while waiting for my ISP to get it right. (I paid Verio for 6 months, and cancelled the service at 4 months. Verio stole money from me for the next 2 years. I complained each time. They stated they would stop. I finally changed the credit card number. Then Verio sent me another bill for a service I had not used in 2 years.)
I set up a BIND server just as Verisign offered to handle the DNS for free. I never used the BIND server; when I went to change my DNS servers, I noticed the new Verisign offering and just used that. It works great, but the interface is awful.
Verisign's interface for editing DNS for multiple domains is atrocious. To make a change:
0. Sign in.
1. Check next to one domain and click "Edit DNS".
2. Click "Continue" that you still want to use Verisign for your DNS.
3. Choose to edit your A records, or your MX records, or your CNAME records. Pick one and only one.
4. Edit the records, click Continue.
5. Click Continue again to confirm the changes.
6. Returned to screen #3 to choose the type of records. Choose a different type, or go back to the domain list (screen #1) and start over.
I would like a page that has all of my domains and DNS settings. They might need to have previous/next page buttons if you have more than 10 domains. Let me change several of the domains at one time. And remember that I am keeping my DNS settings there; why do I have to confirm (step #2) every time I look at the settings?
The Verisign DNS system works great if you are willing to use the poor interface. Can anybody report if other domain registrars have free DNS? How good are their interfaces?
I spend my life entertaining my brain.
Interestingly, this borked some DNS servers at Qworst today.
I responded to the title of this thread, which is incorrect, instead of the article. com and net servers are TLD servers, not ROOT servers.
I still claim to understand DNS even though at times I simply cannot read.
Need Mercedes parts ?
When I setup my little sister's website the registrar was pretty quick with their side. I think I had the domain and DNS records setup in ~2 hours. And it was a weekend. But of course those entries didn't propogate up and down to my ISP for ~48 hours. So that's a total of ~50 hours to conceive a site and have it running for the world to see. So will this be any different now?
Thanks, dananderson and jschrod for the correction. Much appreciated.
Use ISO 8601 dates [YYYY-MM-DD]
And they're still running thin registries. Afilias has been doing this with .info since 2001, and with .org since they got it in 2003. The news here is not that Verisign is doing it, but that it took them so long to get around to doing it.
Actually they arent going to update the zone more frequently - all they are doing is shifting the format of the SOA serial, and reducing the MINIMUM.
These changes are made in *preparation of* more frequent com and net updates.
Just changed a domain. It's the 12th. It's been 2 hours. As usual, Slashdot reports some bit of technical tidbit type stuff without confirming. No wonder Windows continues to kick your arses.