Multiple choice

In UNIX, cached disk blocks are referred to as ______.

  1. cache

  2. disk cache

  3. buffer cache

  4. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In UNIX, the kernel maintains a portion of memory to cache disk blocks to reduce disk access frequency; this mechanism is specifically called the buffer cache.