<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zero Intellect &#187; zone</title>
	<atom:link href="http://www.zerointellect.com/tag/zone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zerointellect.com</link>
	<description>Technology Blog requiring Zero Intellect to follow !!!</description>
	<lastBuildDate>Mon, 28 Jun 2010 14:09:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>NSD DNS Server</title>
		<link>http://www.zerointellect.com/networking/nsd-dns-server/</link>
		<comments>http://www.zerointellect.com/networking/nsd-dns-server/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 17:39:02 +0000</pubDate>
		<dc:creator>zrydento</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[daemon]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[name server daemon]]></category>
		<category><![CDATA[nsd]]></category>
		<category><![CDATA[zone]]></category>

		<guid isPermaLink="false">http://www.zerointellect.com/?p=296</guid>
		<description><![CDATA[<p> </p>
<p>Although BIND is the most popular domain name server software being used today, NSD (&#8220;name server daemon&#8221;) is another popular alternative open-source server program.</p>
<p>NSD is an authoritative name server (i.e., not implementing the recursive caching function by design) and uses BIND-style zone-files (zone-files used under BIND can usually be used unmodified in NSD, once entered into <p>Continue reading <a href="http://www.zerointellect.com/networking/nsd-dns-server/">NSD DNS Server</a></p>]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>Although BIND is the most popular domain name server software being used today, NSD (&#8220;name server daemon&#8221;) is another popular alternative open-source server program.</p>
<p>NSD is an authoritative name server (i.e., not implementing the recursive caching function by design) and uses BIND-style zone-files (zone-files used under BIND can usually be used unmodified in NSD, once entered into the NSD configuration).</p>
<p>NSD uses zone information compiled via &#8216;zonec&#8217; into a binary database file (nsd.db) which allows fast startup of the NSD name-service daemon, and allows syntax-structural errors in Zone-Files to be flagged at compile-time (before being made available to NSD service itself).</p>
<p>The collection of programs/processes that make-up NSD are designed so that the NSD daemon itself runs as a non-privileged user and can be easily be configured to run in a Chroot jail (A chroot environment can be used to create re-root a program to another directory in unix), such that security flaws in the NSD daemon are not so likely to result in system-wide compromise.</p>
<p>Most of the Internet root nameservers use BIND, however a few of them also use NSD. Apart from that several other TLDs use NSD for part of their servers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zerointellect.com/networking/nsd-dns-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BIND DNS Server</title>
		<link>http://www.zerointellect.com/networking/bind-dns-server/</link>
		<comments>http://www.zerointellect.com/networking/bind-dns-server/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 05:49:18 +0000</pubDate>
		<dc:creator>zrydento</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dnssec]]></category>
		<category><![CDATA[internet systems consortium]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[odbc]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[zone]]></category>

		<guid isPermaLink="false">http://www.zerointellect.com/?p=294</guid>
		<description><![CDATA[<p> </p>
<p>Domain Name Servers on the internet use various software to function, the most popular DNS server type on the internet is BIND, which stands for Berkeley Internet Name Domain. BIND is the predominant system on UNIX based systems. </p>
<p>BIND was originally created at the University of California, Berkeley and is maintained today by the Internet Systems Consortium. <p>Continue reading <a href="http://www.zerointellect.com/networking/bind-dns-server/">BIND DNS Server</a></p>]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>Domain Name Servers on the internet use various software to function, the most popular DNS server type on the internet is BIND, which stands for Berkeley Internet Name Domain. BIND is the predominant system on UNIX based systems. </p>
<p>BIND was originally created at the University of California, Berkeley and is maintained today by the Internet Systems Consortium. It was rewritten to address architectural difficulties and also to support DNSSEC (DNS Security Extensions).</p>
<p>BIND initially supported only flat text files to store and retrieve data. However, recent versions of BIND have allowed zone data storage and retrieval in a variety of database formats including LDAP, PostgreSQL, MySQL, and ODBC.</p>
<p>Since BIND was written a long time back, there were many security vulnerabilities that have been exploited by earlier versions of BIND and hence their use is strongly discouraged. The latest version of BIND should be deployed, although they have also experienced numerous vulnerabilities which can be managed to some extent by using DNSSEC and other technologies</p>
<p>More information about BIND at the ISC website can be obtained from <a href="https://www.isc.org/software/bind" target="_blank">https://www.isc.org/software/bind</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zerointellect.com/networking/bind-dns-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

