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...
Which property specifies an exact height or width for the form section?
A) Split Form Datasheet B) Split Form Orientation C) Split Form Splitter Bar D) Split Form Size
Computer Science & Information Technology
Which of the following statements creates an empty TextArea?
a. TextArea textArea = new TextArea(); b. TextArea textArea = new TextArea(" "); c. TextArea = new textArea(); d. TextArea textArea = new TextArea.textArea("");
Computer Science & Information Technology