What is a root hint, and how are root hints used?

What will be an ideal response?


On a DNS server, a root hint is a resource record to enable a DNS server to quickly find an authoritative DNS server in a zone that is not on the DNS server and is used in particular to find an authoritative DNS server on the Internet. When a DNS server receives a query for a domain it does not recognize, it can use the root hint to find that domain on the Internet. When you configure a DNS server, there are about 15 root hints configured automatically for well-known top-level Internet domains.

Computer Science & Information Technology

You might also like to view...

What is the output of the following program?

``` public class Test { public static void main(String[] args) { int[][] values = {{3, 4, 5, 1}, {33, 6, 1, 2}}; int v = values[0][0]; for (int[] list : values) for (int element : list) if (v > element) v = element; System.out.print(v); } } ``` a. 1 b. 3 c. 5 d. 6 e. 33

Computer Science & Information Technology

While you're out, you can use Facebook's mobile app to let your friends know where you are by using the ________ feature

A) Update B) Post C) Check In D) Location

Computer Science & Information Technology

PowerPoint assumes every new slide, except for a blank slide, has ____.

A. clip art B. a title C. large font sizes D. transitions

Computer Science & Information Technology

For an unbound control, like a field label, the Data tab has only a(n) ________ property

Fill in the blank(s) with correct word

Computer Science & Information Technology