Can someone explain to me what the exact difference is between named and BIND?

link|improve this question

feedback

2 Answers

up vote 10 down vote accepted

Nothing :)

http://en.wikipedia.org/wiki/BIND

named is just an alias of BIND.

link|improve this answer
Yup. "nameD" fits the standard daemon naming conventions for Unix, wherein services are named "service"+"d" (httpd, smbd, dhcpd, ftpd, sshd, etcd). I supposed bindd was either conflicting with some other bin+d daemon, or not considered "user-friendly" enough...Oh jesus, just hurt myself a little saying that. – Satanicpuppy Apr 15 '10 at 1:57
feedback

BIND stands for Berkeley Internet Name Domain, is the most commonly used Domain Name System (DNS) server on the Internet.

Named is the daemon used by BIND.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.