YourDictionary

Dictionary Home » Computer Definitions » checkpoint/restart

checkpoint/restart - technical definition


A method of recovering from a system failure. A checkpoint is a copy of the computer's memory that is periodically saved on disk along with the current register settings (last instruction executed, etc.). In the event of any failure, the last checkpoint serves as a recovery point.

When the problem has been fixed, the restart program copies the last checkpoint into memory, resets all the hardware registers and starts the computer from that point. Any transactions in memory after the last checkpoint was taken until the failure occurred will be lost.



link/cite print suggestion box