About: System image

An Entity of Type: weapon, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In computing, a system image is a serialized copy of the entire state of a computer system stored in some non-volatile form such as a file. 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. Hibernation is an example that uses an image of the entire machine's RAM.

Property Value
dbo:abstract
  • En informatique, une image système (en anglais, system image) est une copie de l'état d'un ordinateur sauvegardée sur un support non volatil comme un fichier. On dit qu'un ordinateur peut utiliser une image système s'il peut être arrêté puis restauré dans le même état au moyen de l'image système. Dans un tel cas, l'image système sert de sauvegarde. * Portail de l’informatique (fr)
  • In computing, a system image is a serialized copy of the entire state of a computer system stored in some non-volatile form such as a file. 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. Hibernation is an example that uses an image of the entire machine's RAM. (en)
  • コンピューティングにおけるシステムイメージ(英語:system image)は何らかの形で蓄えられたコンピュータまたはソフトウェアのシステムの状態である。格納形式は通常ファイルである。システムを停止させ、後でまったく同じ状態に回復するためにシステムイメージを使うことがある(もしくは捨てる)。システムイメージはバックアップのために使用されることもある。 一般的に、2タイプのシステムイメージが存在する。 * コンピュータシステム全体のイメージ。 * 特定のプログラムなどのシステムのある部分のイメージ。 タイプ1のイメージは通常、他の場所のファイルにコンピュータの大容量記憶装置の内容をコピーすることによって作られる。プログラムはしばしばプログラムである。しかし、ディスククローンプログラムでは多くのシステムで完全なシステムイメージは作ることができない。これは、いくらかの情報がディスクの外で(例えば不揮発性のメモリーで)保持されるためである。 タイプ2のイメージはしばしば永続性と関連した専用の目的を持っている。一例としてはデータベース管理システム (DBMS) がある。ほとんどのDBMSは、閉じられる前に、データベースそのものかデータベースの状態をファイルに蓄えることができる。DBMSは、データベースの情報そっくりそのままをもって後で再スタートし、ソフトウェアが一度も止まったことがなかったかのように進行することができる。別の例はたくさんのオペレーティングシステムの機能である。ここで、すべてのRAMの状態がディスクに蓄えられ、コンピュータは省エネルギーモードに入り、後に通常の運転を回復する。 エミュレートされているシステムのイメージを保存するために、エミュレータによってはこの機能を提供する。これはとも呼ばれる。 あるプログラムのシステムイメージを取るために、いくつかのプログラミング言語はコマンドを提供している。これはLISPとSmalltalkの標準機能であり、他の言語でも同様の機能を持つものもある。これらの言語による開発は多くの他のプログラミング言語による開発とまったく違うことが多い。例えば、LISPを使用するとき、プログラマーは、を使って、LISPの実装の実行の中にパッケージまたは他のコードをロードすることができる。プログラマーは、そのプリコンパイルされて、ことによるとカスタマイズされたコードを含んだ、その時のシステムイメージをダンプすることができる。このイメージは実行形式であることが多く、他のマシンの上で動作可能である。このシステムイメージが、実行可能プログラムが配布されるフォームであるかもしれない。この方法はLISPまたはSmalltalkによって記述されたプログラムでよく使われる。 その目的は違うけれども、システムイメージはコアダンプに構造がよく類似している。 (ja)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 5852731 (xsd:integer)
dbo:wikiPageLength
  • 4328 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1050543801 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • En informatique, une image système (en anglais, system image) est une copie de l'état d'un ordinateur sauvegardée sur un support non volatil comme un fichier. On dit qu'un ordinateur peut utiliser une image système s'il peut être arrêté puis restauré dans le même état au moyen de l'image système. Dans un tel cas, l'image système sert de sauvegarde. * Portail de l’informatique (fr)
  • In computing, a system image is a serialized copy of the entire state of a computer system stored in some non-volatile form such as a file. 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. Hibernation is an example that uses an image of the entire machine's RAM. (en)
  • コンピューティングにおけるシステムイメージ(英語:system image)は何らかの形で蓄えられたコンピュータまたはソフトウェアのシステムの状態である。格納形式は通常ファイルである。システムを停止させ、後でまったく同じ状態に回復するためにシステムイメージを使うことがある(もしくは捨てる)。システムイメージはバックアップのために使用されることもある。 一般的に、2タイプのシステムイメージが存在する。 * コンピュータシステム全体のイメージ。 * 特定のプログラムなどのシステムのある部分のイメージ。 タイプ1のイメージは通常、他の場所のファイルにコンピュータの大容量記憶装置の内容をコピーすることによって作られる。プログラムはしばしばプログラムである。しかし、ディスククローンプログラムでは多くのシステムで完全なシステムイメージは作ることができない。これは、いくらかの情報がディスクの外で(例えば不揮発性のメモリーで)保持されるためである。 エミュレートされているシステムのイメージを保存するために、エミュレータによってはこの機能を提供する。これはとも呼ばれる。 その目的は違うけれども、システムイメージはコアダンプに構造がよく類似している。 (ja)
rdfs:label
  • System image (en)
  • Image système (fr)
  • システムイメージ (ja)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is rdfs:seeAlso of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License