RSS구독하기:SUBSCRIBE TO RSS FEED
즐겨찾기추가:ADD FAVORITE
글쓰기:POST
관리자:ADMINISTRATOR
분류없음  2014/01/16 05:12

Why is DLZ needed?

The defacto standard DNS server is BIND. Despite being around for many years now and going through several revisions, BIND's basic functionality has remained the same. Unfortunately, so have some of its unfavorable attributes:

  • BIND reads DNS data from text files. It is very easy to make a mistake when editing a file causing it to be mis-read or made un-readable by BIND.
  • BIND stores all DNS data in RAM. If your DNS server is authoritative for a large number of zones, you may have to rebuild the kernel on your machine in order to support BIND's memory needs.
  • BIND parses all of its zone files at startup. For a large number of zones this can be time-consuming.
  • If you change any information in those zone files, you must reload or restart BIND before those changes take effect. Do this often enough and BIND could spend more time reloading data than answering queries.
Other DNS servers have been built over the years. Many of them are efforts to mate a DNS server with a database in order to reduce memory usage and get away from using cryptic zone files and restarting BIND. Some of these DNS servers don't seem to be available anymore, and most don't support all the resource records and capabilities of BIND. At best, these DNS servers support basic features and usually only have the ability to use one database server with a pre-defined database schema.

Another common means of maintaining zone files is to use scripts. The DNS data is stored in a database, and every so often a script is run to create the zone files. BIND is then reloaded or restarted. This solution abstracts the user away from zone files, but BIND still may require large amounts of RAM and have long reload / restart times.

You'd think with the "instant everything" world of the Internet, where everything advances at a rapid pace, this situation for DNS management wouldn't exist today. And now, with DLZ, it doesn't have to.

What is DLZ?

DLZ (Dynamically Loadable Zones) is a patch for BIND version 9 that simplifies BIND administration and reduces memory usage and startup time. DLZ allows you to store your zone data in a database. Unlike using scripts, the changes in your database are immediately reflected in BIND's response to DNS queries, so there is no need to reload or restart BIND. You see, BIND "dynamically loads" the "zone" data it needs to answer a query from the database.

DLZ is unique:

First of all, DLZ is not a DNS server. We are not reinventing the wheel here. BIND is the standard by which all other DNS servers are judged - why not improve that standard and automatically gain all of the advantages of BIND? When a feature is added to BIND, there is no need to re-implement that feature in another proprietary DNS server. DLZ becomes part of BIND and can take advantage of new features added to it. The result: no more incompatibilities between BIND and a custom DNS server created just to avoid zone files.

Flexibility was a goal from day one with DLZ. It's more than a little annoying to find a cool piece of software that can't be used without modification because it doesn't support your preferred database or your database schema. So, unlike most DNS servers, DLZ supports a wide variety of databases: PostgreSQL, MySQL, Berkeley DB, ODBC (thus Firebird, DB2, Oracle, Sybase, SAPDB) and LDAP. It can also use the hierarchal nature of a standard file system as a database. Here is the best part though: DLZ does not impose a pre-defined database schema with most databases. This means that if you already have your DNS data in a database, you should be able to get DLZ up and running with your data in your database in about an hour. DLZ also supplies an API to allow custom drivers to be developed if the existing drivers do not meet your needs.

Furthermore, DLZ does not remove or hinder any existing capabilities of BIND. You can continue to use standard zone files for some of your DNS zones and use DLZ for the others if you wish. In fact, this is required if you have a DHCP server which updates DNS.

DLZ should not be confused with dynamic DNS update, as they are not the same. The name DLZ (Dynamically Loadable Zones) was chosen because when using it, BIND does not need to load zones at startup as it normally does. Instead, BIND will ask a driver for zone and record information when needed to answer a DNS query. Thus, the zone data is "dynamically loaded" from the database as needed.





2014/01/16 05:12 2014/01/16 05:12
http://zosel.net/trackback/91
ZOSEL:Too much is as bad as too little...!! 자공(子貢)이 공자에게 "사(師:子張의 이름)와 상(商:子夏의 이름)은 어느 쪽이 어집니까?" 하고 묻자, 공자는 "사는 지나치고 상은 미치지 못한다"고 대답하였다. "그럼 사가 낫단 말씀입니까?" 하고 반문하자, 공자는 "지나친 것은 미치지 못한 것과 같다(過猶不及)"고 말하였다.
Too much is as bad as too little...!! 자공(子貢)이 공자에게 "사(師:子張의 이름)와 상(商:子夏의 이름)은 어느 쪽이 어집니까?" 하고 묻자, 공자는 "사는 지나치고 상은 미치지 못한다"고 대답하였다. "그럼 사가 낫단 말씀입니까?" 하고 반문하자, 공자는 "지나친 것은 미치지 못한 것과 같다(過猶不及)"고 말하였다.
전체 (209)
리눅스시스템 (92)
윈도우시스템 (16)
프로그램 (7)
네트워크시스템 (7)
최근관심 (1)
«   2024/05   »
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
  1. yeezyboost-350.co.uk  2021
    yeezyboost-350.co.uk
  2. 강남역 풀싸롱  2021
    강남역 풀싸롱
  3.   2021
  1. 2018/02 (1)
  2. 2017/03 (2)
  3. 2016/12 (2)