DNS: Difference between revisions

Content added Content deleted
m (rem dhcp)
No edit summary
Line 2: Line 2:
__TOC__
__TOC__
<br />
<br />
=DNS=
=Basics=


; Why do we need DNS?<ref>www.zscaler.com</ref>
; Why do we need DNS?<ref>www.zscaler.com</ref>
Line 27: Line 27:
*If DNS ALG is disabled, the session table may fill in a short time.
*If DNS ALG is disabled, the session table may fill in a short time.


== DNS Headers ==
= DNS Headers =
{{UC}}
{{UC}}


== Zone ==
= Zone =


Source: [[http://think-like-a-computer.com/2011/06/11/dns-zones-explained/ think-like-a-computer.com]]
Source: [[http://think-like-a-computer.com/2011/06/11/dns-zones-explained/ think-like-a-computer.com]]
Line 72: Line 72:
<br />
<br />


=== Zone Transfer ===
== Zone Transfer ==


*DNS zone transfer (Also called AXFR) is a mechanism to replicate DNS databases across a set of DNS servers.
*DNS zone transfer (Also called AXFR) is a mechanism to replicate DNS databases across a set of DNS servers.
Line 81: Line 81:
<br />
<br />


==Query Types<ref>www.mphasis.com</ref>==
=Query Types<ref>www.mphasis.com</ref>=


DNS client tells DNS server whether Query is Recursive or Iterative.
DNS client tells DNS server whether Query is Recursive or Iterative.
Line 111: Line 111:
<br />
<br />


==DNS Doctoring<sup><ref>www.juniper.net</ref></sup>==
=DNS Doctoring<sup><ref>www.juniper.net</ref></sup>=
{{format}}
{{format}}
* DNS doctoring enables an internal host on a LAN to receive the Private ip of an internal server as an answer from a DNS query when using a DNS server that is outside the LAN, such as on the internet.
* DNS doctoring enables an internal host on a LAN to receive the Private ip of an internal server as an answer from a DNS query when using a DNS server that is outside the LAN, such as on the internet.
Line 123: Line 123:
<br />
<br />


== DNS Record Types ==
= DNS Record Types =


A Address record Returns a 32-bit IPv4 address,
A Address record Returns a 32-bit IPv4 address,