HP-UX CSE(c) Official Study Guide and Desk Reference

     
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?

Категории