Content deleted Content added
Jargon Tags: Mobile edit Mobile web edit |
|||
(15 intermediate revisions by 12 users not shown) | |||
Line 1:
{{Short description|Type of data structure}}
{{Refimprove|date=December 2013}}
In [[computing]], a '''system image''' is a [[serialization|serialized]] copy of the entire [[State (computer science)|state]] of a [[computer system]] stored in some [[
If a system has all its state written to a disk (i.e. on a [[disk image]]), then a system image can be produced by
[[Hibernate (OS feature)|Hibernation]] is an example that uses an image of the entire machine's [[Random-access memory|RAM]].▼
A system is said to be capable of using system images if it can be shut down and later restored to exactly the same state. In such cases, system images can be used for [[backup]].
▲[[
▲If a system has all its state written to a disk, then a system image can be produced by simply copying that disk to a file elsewhere, often with [[disk cloning]] applications. On many systems a complete system image cannot be created by a disk cloning program running within that system because information can be held outside of disks and volatile memory, for example in non-volatile memory like boot ROMs.
==Process images==
A [[Process (computing)|process]] image is a copy of
Some [[emulator]]s provide a facility to save an image of the system being emulated.
Another use is [[code mobility]]: a [[mobile agent]] can migrate between machines by having its state saved, then copying the data to another machine and restarting there.
Line 27 ⟶ 28:
== See also ==
* [[ISO image]]
Line 34:
[[Category:Operating system technology]]
[[Category:System image|
|