Next: Configuration Routines
Up: The Redirector as an
Previous: Redirection Policy Implementation
  Contents
The implementation of the DNS protocol reflects the algorithm used in
BIND, a popular DNS server [8]. However, since our redirector supports
only the most primitive DNS queries, it lacks all the advanced functions
present in BIND. As a result, we have a compact DNS
server with just the functions we need to achieve redirection. Moreover,
our DNS implementation is completely independent from the Apache environment.
It could be equally well embedded inside any other piece of software.
root
2002-08-27