Persistence
In this lesson, you will learn about the persistence in storing data that is critical to the operating system.
We'll cover the following...
The third major theme of the course is persistence. In system memory, data can be easily lost, as devices such as DRAM store values in a volatile manner; when the power goes away or the system crashes, any data in memory is lost. Thus, we need hardware and software to be able to store data persistently; such storage is thus critical to any system as users care a great deal about their data.
The hardware comes in the form of some kind of input/output or I/O device; in modern systems, a hard drive is a common repository for long-lived information, although solid-state drives (SSDs) are making headway in this arena as well.
The software in the operating system ...
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy