OPS535 DNS Review

From CDOT Wiki
Revision as of 02:40, 14 September 2016 by Rchan (talk | contribs) (Created page with "=Name Resolution on Linux systems = * control file: /etc/nsswitch.conf ==File Based Name Resolution== ===Flat file name resolution=== * mapping information store in /etc/host...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Name Resolution on Linux systems

  • control file: /etc/nsswitch.conf

File Based Name Resolution

Flat file name resolution

  • mapping information store in /etc/hosts
  • same contents on each system share the same name space

DNS name resolution

  • use client-server model

DNS Client (Resolver)

  • Configuration file: /etc/resolv.conf - mainly tells the local computer which machines should be used to answer your DNS queries.

DNS Server (BIND)

  • Configuration file: /etc/named.conf - server options and which domains are their resposibility
  • Zone files: location specified in the /etc/named.conf - contains information of the zone(s)
  • Role of server:
    • Cache-only server
    • Primary Server
    • Secondary Server
    • Root name server