As an Amazon Associate I earn from qualifying purchases.

Disk Cache Notes: Definitions & Explanations PDF Download

Study Disk Cache lecture notes PDF with operating system definitions and explanation to study “What is Disk Cache?”. Study disk cache explanation with operating system terms to review operating system course for online degree programs.

Disk Cache Definition:

  • A buffer, usually kept in main memory, that functions as a cache of disk blocks.

    Operating Systems by William Stallings



Disk Cache Notes:

A disk cache is a mechanism for improving the time it takes to write to and read from hard disk. The disk cache is usually included as part of the hard disk. A disk cache can also be a specified portion of RAM.

Keep Learning with Operating System Notes

What is Sequential Access?

Sequential access means that a group of elements, such as data in memory array or magnetic disk storage, is accessed ...

What is Deadlock?

A deadlock is a situation in which two computer programs sharing same resources are effectively preventing each other from accessing ...

What is Internal Fragmentation?

Internal fragmentation is the wasted space inside a block. The reason of this happening is the rounding up from the ...

What is File Allocation Table?

A file allocation table is a table that an operating system maintains on a hard disk that provides a map ...

What is Spooling?

Spooling is a process in which data is temporarily held to be used and executed by a device, program or ...

What is Mutual Exclusion?

Mutual Exclusion is a program object that prevents simultaneous access to a shared resource. The concept is used in concurrent ...