If you still want to run BIND, the most recommended way to get it is via ISC. There are no other major versions of BIND like there are of Linux. ISC BIND is the only one in the eyes of many people.
BIND, as well as other DNS server packages, doesn’t just store translation information between domain names and IP address. (More can be found out about how DNS works here.) Aside from the “A” record, which translate a host name into an IP address, there are many other types of records in a DNS database. Below are a few, with a quick rundown of each, and their function.
Secondaryhost.domain.com. IN CNAME host.domain.com
hostname.domain.com. IN A 192.168.0.2.
Domain.com. 10 IN MX hostnameofmailserver.domain.com
Domain.com is the name of the domain you wish to use for e-mail. Using this setup, the Webmaster’s e-mail address would be webmaster@Domain.com. The Webmaster would log in to check his or her e-mail by using hostnameofmailserver.domain.com as a POP and SMTP server. The number “10” signifies the priority of the mail server. This comes in handy for large systems that have a back-up e-mail server or two.
2.0.168.192.in-addr.arpa IN PRT hostname.domain.com.
PTR in-addr.arpa records are used mainly for security issues, to verify that a computer actually is what it says it is.
Domain.com. IN NS nameserver.whereever.com.
Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved
Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.