Describe a slave name server and explain its purpose.
What will be an ideal response?
A slave name server, also known as a secondary name server, gets its zone information from the master name server, but it's considered an authoritative server, too. It maintains a copy of the master zone file that's used as a backup and provides redundancy if the master name server is unavailable. In essence, if the master name server becomes unavailable, the slave takes over as the authoritative server. The master name server can be configured to update the slave name server's zone files when changes are made to the master zone file through a zone transfer.
You might also like to view...
Scenario Manager can manage up to ________ scenarios
A) 32 B) 16 C) 64 D) 8
Answer the following statements true (T) or false (F)
1. It is good program style to put spaces between words and symbols. 2. A C++ statement cannot extend over more than one line. 3. In C++ addition is always evaluated before subtraction. 4. The value of 3/7 is 0. 5. >> is used for output.