Chapter 4. Name Server Implementation
As of now, you should have all the information about the DNS system, its functionality, and the DNS protocol. Let’s see how to implement a DNS system and try to set up your own DNS server. Nowadays there are several versions of DNS implementation. The oldest DNS implementation is BIND version 4. This implementation is very simple so we will describe basic principles on it.