Test Your Knowledge

     
1:

A master server is authoritative for a domain. True or False?

2:

Looking at this /etc/named.conf file, what type of server does it describe?

 

 #  cat /etc/named.conf  options {         directory "/etc/named.data"; }; zone "0.0.127.IN-ADDR.ARPA" {         type master;         file "db.127.0.0"; }; zone "mydomain.com" {         type slave;         masters {                 192.1.1.1;                 192.1.1.2;         }; }; zone "1.192.IN-ADDR.ARPA" {         type slave;         masters {                 192.1.1.1;                 192.1.1.2;         }; }; zone "." {         type hint;         file "db.cache"; }; # 

Select the most appropriate answer:

  1. A primary master server.

  2. A secondary master server with local storage.

  3. A secondary master server without local storage.

  4. A caching-only server.

3:

When a secondary master name server cannot resolve a particular query, it will forward the request on to the designated primary master name server. True or False?

4:

By delegating authority for a particular zone, a master name server is no longer responsible for maintaining resource records for nods within the delegated zone. True or False?

5:

TSIG authentication can be said to be a form of public-key, asymmetric cryptographic authentication. True or False?



HP-UX CSE(c) Official Study Guide and Desk Reference
HP-UX CSE(c) Official Study Guide and Desk Reference
ISBN: N/A
EAN: N/A
Year: 2006
Pages: 434

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net