What is DNS relay within a router and what is its function
BoLaFish
11:58 pm on December 29, 2009
A normal DNS server maintains it’s own records. When you query it, it attemps to resolve the query locally, if it can not find a matching entry, it will forward the query to the next upstream DNS server (known as forwarders). A DNS forwarding server (or RELAY) takes the request and paases it to the DNS it has configured as a forwarder (without trying to resolve it, because it doesn’t have a local database). It recieves the answer from the upstream DNS server and passes it back to the client. As far as the client is concerned, the DNS RELAY has answered the query.
BoLaFish 11:58 pm on December 29, 2009
A normal DNS server maintains it’s own records. When you query it, it attemps to resolve the query locally, if it can not find a matching entry, it will forward the query to the next upstream DNS server (known as forwarders). A DNS forwarding server (or RELAY) takes the request and paases it to the DNS it has configured as a forwarder (without trying to resolve it, because it doesn’t have a local database). It recieves the answer from the upstream DNS server and passes it back to the client. As far as the client is concerned, the DNS RELAY has answered the query.