1836579 Members
1489 Online
110102 Solutions
New Discussion

Re: DNS-BIND capability

 
shan_kutty_03
Occasional Contributor

DNS-BIND capability

How many domain name (URL) can a DNS/BIND server Handle? What command in Hpux can give the maximum capacity of the DNS.
6 REPLIES 6
ramkumar
Valued Contributor

Re: DNS-BIND capability

Hi

you can mention upto maximum of 3 domains . just you have to mention in the resolv.conf file in /etc/ direcotory
shan_kutty_03
Occasional Contributor

Re: DNS-BIND capability

Hi Ram,
tnx for ur immediate response, i also want to know how we can find the transaction capability for DNS/BIND. or what is the command for the same.
harry d brown jr
Honored Contributor

Re: DNS-BIND capability

I'm not aware of any maximum number of domains a DNS server can handle. The Internet root servers handle a little more than three domains.

It is true that you can only have three domains listed in resolv.conf, but that has to do with local name resolution, not how a DNS server performs.

Speed of DNS queries depends upon too many factors to be able to give a precise number.

This is a list of some of the factors that have to be taken into consideration:
o Speed of machine
o Bind version
o Size of Zone(s)
o domain hierarchy
o network speed

live free or die
harry d brown jr
Live Free or Die
Geoff Wild
Honored Contributor

Re: DNS-BIND capability

There isn't a maximum - for DNS - if there is, it is really high...Think of all those web hosting company's (I myself am a small one) - they handle 100's if not 1000's of domains....

Looking in the Bind 9 Admin Manual - there is no mention of max zones...

http://www.nominum.com/content/documents/bind9arm.pdf


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Mark Greene_1
Honored Contributor

Re: DNS-BIND capability

According to the RFC:

http://www.cse.ohio-state.edu/cgi-bin/rfc/rfc1035.html

there is no size restriction on the number of entries, just on the format of the contents. Given that DNS was developed as a distributed database, and that, in theory, any node could accept refresh information from all other DNS servers on the 'Net, the real restrictions are memory and file size limitations imposed by the Operating System under which the DNS server is running.

We can calculate the total number of possible entries by taking the valid IP address ranges for all network classes, plus an SOA and MX record for each network (not a precisely derivable number, but technically each host can be it's own network), plus a minimum of 1 CNAME per A record (unlikely, but the rules allow for it), plus Host and System records for each network class (although not in wide-spread use anymore).

The result is this ridiculously large number that no single DNS implementation will ever have to contend with. IPv6 siginificantly increases this number.

mark

the future will be a lot like now, only later
rick jones
Honored Contributor

Re: DNS-BIND capability

transaction rates for a DNS server will vary considerably by box and revision of BIND and type of transaction.

some performance figures for various revisions of named on HP-UX and other systems can be found at:

ftp://ftp.cup.hp.com/dist/networking/briefs/

there is no rest for the wicked yet the virtuous have no pillows