70N/A>The BIND 9 Lightweight Resolver</
TITLE 70N/ACONTENT="Modular DocBook HTML Stylesheet Version 1.41"><
LINK 70N/ATITLE="Advanced Concepts" 70N/ATITLE="BIND 9 Configuration Reference" 347N/A> 9 Lightweight Resolver</
A 128N/A>The Lightweight Resolver Library</
A 335N/A>Running a Resolver Daemon</
A 434N/A>5.1. The Lightweight Resolver Library</
A 433N/A>Traditionally applications have been linked with a stub resolver
546N/Alibrary that sends recursive DNS queries to a local caching name
326N/A>IPv6 introduces new complexity into the resolution process,
439N/Asuch as following A6 chains and DNAME records, and simultaneous
501N/Alookup of IPv4 and IPv6 addresses. These are hard or impossible
469N/Ato implement in a traditional stub resolver.</
P 543N/A> 9 provides resolution services to local clients
90N/Ausing a combination of a lightweight resolver library and a resolver
475N/Adaemon process running on the local host. These communicate using
535N/Aa simple UDP-based protocol, the "lightweight resolver protocol"
295N/Athat is distinct from and simpler than the full DNS protocol.</
P 332N/A>5.2. Running a Resolver Daemon</
A 70N/A>To use the lightweight resolver interface, the system must
319N/Arun the resolver daemon <
B 70N/A>Applications using the lightweight resolver library will make
98N/AUDP requests to the IPv4 loopback address (127.0.0.1) on port 921.
98N/A The daemon will try to find the answer to the questions "what are the
414N/Aaddresses for host <
SPAN 70N/Athe names for IPv4 address 204.152.184.79?"</
P 493N/A>The daemon currently only looks in the DNS, but in the future
493N/Ait may use other sources such as <
TT > daemon is essentially a stripped-down,
caching-only name server that answers requests using the lightweight
resolver protocol rather than the DNS protocol. Because it needs
to run on each host, it is designed to require no or minimal configuration.
It uses the name servers listed on <
B> as forwarders, but is also
capable of doing the resolution autonomously if none are specified.</
P> 9 Configuration Reference</
TD