Operating System

What is cache? What is buffer?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Cache: Cache is usually used when processes are reading and writing to the disk to make the process faster, by making similar data used by different programs easily accessible. Buffer: Reserved place in RAM, which is used to hold data for temporary purposes.