Book Image

Managing Mission - Critical Domains and DNS

By : Mark E.Jeftovic
Book Image

Managing Mission - Critical Domains and DNS

By: Mark E.Jeftovic

Overview of this book

Managing your organization's naming architecture and mitigating risks within complex naming environments is very important. This book will go beyond looking at “how to run a name server” or “how to DNSSEC sign a domain”, Managing Mission Critical Domains & DNS looks across the entire spectrum of naming; from external factors that exert influence on your domains to all the internal factors to consider when operating your DNS. The readers are taken on a comprehensive guided tour through the world of naming: from understanding the role of registrars and how they interact with registries, to what exactly is it that ICANN does anyway? Once the prerequisite knowledge of the domain name ecosystem is acquired, the readers are taken through all aspects of DNS operations. Whether your organization operates its own nameservers or utilizes an outsourced vendor, or both, we examine the complex web of interlocking factors that must be taken into account but are too frequently overlooked. By the end of this book, our readers will have an end to end to understanding of all the aspects covered in DNS name servers.
Table of Contents (17 chapters)
7
Types and Uses of Common Resource Records

The Zone Apex Alias (ANAME)

This is the Big Kahuna of protocol violations. If there were just one rule in the DNS most people wish they could break with impunity, it would be the dreaded "CNAME can't contain other data" rule, which we also examined in the CNAME section of Chapter 7, Types and Uses of Common Resource Records.

Once you create a record as a CNAME, it can't exist next to other data of the same name. The only exception to this rule being DNSSEC RRs (see Chapter 13, Securing Your Domains and DNS).

It precludes being able to do this:

$ORIGIN example.com.
example.com. IN CNAME example.com.cdn-networks-r-us.dom.

Why? Because example.com is the domain's apex, which means there must also be present both an SOA record and accompanying NS records:

; this will not work.
$ORIGIN example.com.
IN SOA dns0.example.com. ops.example.com. 2015040113 16384 2048...