Preventing Vexation and Woe: DNS Fundamentals, Part 2 - Page 2

By  Carla Schroder | Feb 4, 2003
Page 2 of 4   |  Back to Page 1
Print ArticleEmail Article
  • Share on Facebook
  • Share on Twitter
  • Share on LinkedIn

Receiving Delegations

No, this isn't a black-tie diplomatic event, sorry. This is the official term for registering your public name server so that the Internet can find it. You need to own a domain name and a static, routable IP. First get your DNS server installed, configured, and thoroughly tested, then register it using the FQDN of your nameserver and the IP address. This puts your name server into the Verisign Global Registry. Many domain name registrars, ISPs, and DNS service providers offer name server registration. Be sure to check with your ISP's hostmaster for possible conflicts. There's no need to register a private, internal name server.

RR

Resource records are the foundation of DNS; everything about a domain or a host is recorded in resource records. A (address) records are the most commonly queried RR. An A record maps a given hostname, which is called a label, to an IP address. An A record must point to a single address only. Multiple labels 7can be assigned to the same IP; just be sure to give each one its own line. Multiple IPs can also be given to the same label; again, each gets its own line. An increasing number of Web sites no longer require the 'www' prefix:

+www.foosite.com:1.2.3.4
+foosite.com:1.2.3.4

On the other hand, some admins forget the A record specifiying 'www'. In this case, Web surfers who do use the 'www' prefix get an error message and do not reach the site. This stuff ain't magic -- computers are completely literal and must be told exactly what to do.

Perhaps there are multiple servers for load balancing or round robin DNS:

+www.foosite.com:1.2.3.4
+foosite.com:1.2.3.4
+www.foosite.com:1.2.3.5
+foosite.com:1.2.3.5

CNAME

Canonical names are simply aliases pointing to A records:

+www.foosite.com:1.2.3.4
Cfoosite.com:www.foosite.com

A CNAME must point only to a hostname with a valid A record. The advantage is when you need to change the IP, only one record needs to be changed. The disadvantage is that it forces an extra query -- two hits to get to a CNAME instead of one for an A record. I prefer making more A records. Changing IPs should be a relatively rare occurence -- why create a performance hit for daily operations?

Page 3: PTR

Comment and Contribute
(Maximum characters: 1200). You have
characters left.
Get the Latest Scoop with Enterprise Networking Planet Newsletter
Helpful Links
  • Yankee Group Mobile WAN Optimization Report

    Mobile work continues to evolve. Your organization must keep up with the demands of its mobile workforce. This report introduces the concept of mobile WAN optimization and provides three case studies including RCM, PRTM and Einstein that highlight how this emerging technology can help IT departments achieve what previously appeared to be conflicting goals. Read >

  • Network Security Resources

    More threats than ever before pose a danger to today's enterprise network. Get the latest tips and intel on the newest risks in our guide to network security resources. Read >

  • Extreme Savings: Cutting Costs with WAN Optimization

    Did you know it's possible to cut IT costs without impacting day-to-day IT operations? In fact, when you download this whitepaper from Riverbed on cost-savings through WAN optimization, you'll discover how businesses of all different sizes have realized a return on investment in just a few months through significant hard cost savings in areas such as bandwidth reduction and IT consolidation. It's called Extreme Savings and its only from Riverbed. Read >