ホーム > ストレージネットワーキング用語集 > interrupt

interrupt

割込み

コンピュータにその命令ストリームの実行を止めさせ,他のストリームへ切り換えさせるハードウェアもしくはソフトウェアの信号.ソフトウェア割込みはアプリケーションもしくは他のプログラムによってトリガされる.ハードウェア割込みは外部イベントにより発生し,ソフトウェアがそのイベントに対処できるようにソフトウェアに通知する.内部時計のティック,I/Oインターコネクトやネットワークにおける通信の完了や受信,アプリケーションが無効な命令やアクセス権限を持たないデータへの参照を行おうとすること,およびコンピュータハードウェアそのものの各所の故障などはすべて一般にハードウェア割込みを起こす原因である.

使用分野: Computer System

A hardware or software signal that causes a computer to stop executing its instruction stream and switch to another stream. Software interrupts are triggered by application or other programs. Hardware interrupts are caused by external events, to notify software so it can deal with the events. The ticking of a clock, completion or reception of a transmission on an I/O interconnect or network, application attempts to execute invalid instructions or reference data for which they do not have access rights, and failure of some aspect of the computer hardware itself are all common causes of hardware interrupts.

CONTEXT [Computer System]

« 用語集に戻る

Copyright © 2024 SNIA Japan

このページのトップへ移動