It is often irritating to have to wait for DNS records to update around the world when you change DNS entries. You could prevent this delay by setting the TTL to a small number. Why is setting the TTL to a small number a bad idea?

What will be an ideal response?


Setting the TTL to a small number prevents DNS caches from holding DNS
entries for very long. Small TTL values place a large load on the local DNS
server because every query about the domain is forwarded to the local
server.

Computer Science & Information Technology

You might also like to view...

The __________ test is the most basic test of randomness and must be included in any test suite.

A. frequency B. runs C. unpredictability D. Maurer

Computer Science & Information Technology

Authorization for Windows? files and folders is controlled by the _______________ file system, which assigns permissions to users and groups.

A. command line B. encrypting C. NTFS D. administrative

Computer Science & Information Technology

Eric is working on a computer that has a device driver error. Eric can find the name of the device driver however the actual device is not available. Unfortunately, Eric does not have access to the Internet.   Where can Eric go to look up the device driver’s filename to determine what device uses the device driver?

A. Windows BCD B. Windows\System\drivers folder C. Window\Drivers D. Windows\System32\drivers folder

Computer Science & Information Technology

Indefinite iteration is controlled by a

(a) counter (b) sentinel value (c) data value (d) non-constant condition

Computer Science & Information Technology