|
41. Given the below /var/named/domain-info file, what field determines if a secondary master
server should perform a zone transfer of the zone data?
a. Serial number
b. Refresh timer
c. Retry timer
d. Expire timer
Answer: a
The Serial number is used by secondary master servers to see if they need to perform a zone
transfer. Anytime you make changes to this file you must remember to update the serial number
in such a manner that it gets larger. (It is always safe to start at one and add one with each change.)
The refresh timer field is a time interval, in seconds, after which the secondary master servers
should check to see if the serial number has changed and, hence, a new zone transfer needs to occur.
42. Using the nslookup utility, which command below would you use to change the DNS server to server16.sun.com?
a. > set server=server16.sun.com
b. > server server16.sun.com
c. > set type=server16.sun.com
d. > server=server16.sun.com
Answer: b
43. The /etc/named.conf file accepts a _______ to begin comment lines in the file, while /var/named/root, /var/named/domain-info, and /etc/resolv.conf accept _______ to begin comment lines.
a.
b.
c.
d.
Answer: a
44. There is a ______ character limit (including the dots) per FQDN and a _______ character limit per
domain label.
a. 256, ; 64
b. 255, ; 63
c. 63, ; 255
d. 64, ; 256
Answer: b
45. Using the below ping command, you attempt to communicate with a host on the other side of your
router and receive an error message.
Why was the error message generated?
a. The destination host is down
b. link-local addresses will not be routed
c. You need to configure the router to allow routing
d. site-local addresses will not be routed
Answer: b
The address starts with FE8, which is link-local and will not be routed. |
|