Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
DNS in Action

You're reading from   DNS in Action A detailed and practical guide to DNS implementation, configuration, and administration

Arrow left icon
Product type Paperback
Published in Apr 2006
Publisher Packt
ISBN-13 9781904811787
Length
Edition 1st Edition
Concepts
Arrow right icon
Author (1):
Arrow left icon
CP Books a.s. CP Books a.s.
Author Profile Icon CP Books a.s.
CP Books a.s.
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

DNS in Action
Credits
About the Authors
1. Preface
1. Domain Name System FREE CHAPTER 2. DNS Protocol 3. DNS Extension 4. Name Server Implementation 5. Tools for DNS Debugging and Administration 6. Domain Delegation and Registration 7. Reverse Domain Delegation 8. Internet Registry 9. DNS in Closed Intranets 10. DNS and Firewall Country Codes and RIRs
Index

4.2 RR Format


Names in the database must start on the first position. If the first character in the line is a space, the name from the previous line is used. A file consists of RRs (Resource Records), listed in Table 2.1.

4.2.1 SOA Records

The Start Of Authority (SOA) record determines the name server that is an authoritative source of information for the particular domain. There is always only one SOA record in the file, and it is placed at the beginning of the file of authoritative resource records.

Example 1: The record for the server of the company.com zone:

@ IN SOA ns.company.com .hostmaster.company.com (
1 ;Serial
86400 ;Refresh after 24 hours
600 ;Retry after 5 min.
120960 ;Expire after 2 weeks
86400) ;Minimum TTL of 1 day

The explanation of the code is as follows:

  • The name must start immediately on the first position of the line and must have a dot at the end. It specifies the name of a zone. Usually @ is used instead of the name of the zone, which means the name of the zone should...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image