What is DNS cache locking, and what does it prevent?

What will be an ideal response?

DNS cache locking is a DNS security feature that allows you to control whether data in the DNS cache can be overwritten. An attacker can falsify update information, causing cached data to be overwritten by the attacker's data, resulting in cache poisoning. Cache locking prevents any updates to a cached record until the TTL expires.

Computer Science & Information Technology

You might also like to view...

Match the following features with the dialog box where they are accessible:

I. mix hues based on the RGB model A. Choose a SmartArt Graphic dialog box II. view the array of gradient options B. Grids and Guides dialog box III. create a Cycle diagram C. Format Picture dialog box IV. set the Snap to feature D. Format Shape dialog box V. view more fill textures E. Colors dialog box

Computer Science & Information Technology

The following statement is call a(n) _______.

``` i++; ``` a. repetition b. condition c. prefix increment d. postfix increment e. illegal operation

Computer Science & Information Technology