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

Top-level domain nameservers

The DNS hierarchy flows from an inverted tree that begins at the internet root, which is signified by the .. As we'll see, each . in a hostname or domain name signifies another layer in the tree.

All hostnames terminate with an inferred .; however, they are frequently written without them. Take a look at this diagram:

From right-to-left, each dot in a hostname corresponds to the next level in the inverted DNS tree

The root and top-level domain nameservers are required for resolvers to discover which authoritative nameservers to send any given query to. Now look at this diagram:



The DNS system forms an inverted tree hierarchy with the internet root "." at the top

The root nameservers refer to the internet root, that is, the "." that terminates the entire inverted tree that forms the DNS. The nameservers for a given top-level...