出典:Wiktionary
出典:『Wiktionary』 (2025/11/01 02:58 UTC 版)
出典:Wikipedia
出典:『Wikipedia』 (2011/06/24 19:14 UTC 版)
In computing, the fork bomb is a form of denial-of-service attack against a computer system which makes use of the fork operation (or equivalent functionality) whereby a running process can create another running process. Fork bombs typically do not spread as worms or viruses; to incapacitate a system, they rely on the (generally valid) assumption that the number of programs and processes which may execute simultaneously on a computer has a limit. This type of self-replicating program is sometimes called a wabbit.