fork bomb - ορισμός. Τι είναι το fork bomb
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

Τι (ποιος) είναι fork bomb - ορισμός

DENIAL-OF-SERVICE ATTACK WHEREIN A PROCESS CONTINUALLY REPLICATES ITSELF TO DEPLETE AVAILABLE SYSTEM RESOURCES, SLOWING DOWN OR CRASHING THE SYSTEM DUE TO RESOURCE STARVATION
Wabbit (computing); Forkbomb; Bacteria (malware); Bacteria (Malware); Fork Bomb; Rabbit virus; Rabbit program; Fork while fork; Alert of death; Command:command; Rabbit (program); Wabbit virus
  • The concept behind a fork bomb — the processes continually replicate themselves, potentially causing a denial of service

fork bomb         
<programming> A particular species of wabbit that can be written in one line of C: main() for(;;)fork(); or shell: $0 & $0 & on any Unix system, or occasionally created by an egregious coding bug. A fork bomb process "explodes" by recursively spawning copies of itself using the Unix system call "fork(2)". Eventually it eats all the process table entries and effectively wedges the system. Fortunately, fork bombs are relatively easy to spot and kill, so creating one deliberately seldom accomplishes more than to bring the just wrath of the gods down upon the perpetrator. See also logic bomb. [Jargon File] (1994-12-14)
Fork bomb         
In computing, a fork bomb (also called rabbit virus or wabbit) is a denial-of-service attack wherein a process continually replicates itself to deplete available system resources, slowing down or crashing the system due to resource starvation.
Fork (software development)         
  • A timeline chart showing the evolution of [[Linux distribution]]s, with each split in the diagram being called "a fork"
NEW PROGRAM, AND LINE OF SOFTWARE DEVELOPMENT, DERIVED FROM AN EXISTING ONE
Code fork; Fork off; Fork (Open Source); Right to fork; Fork (open source); Software fork; Code forking; Fork (software); Fork (software engineering); Project fork; Community fork; Forking software; Fork (source control); Software forking
In software engineering, a project fork happens when developers take a copy of source code from one software package and start independent development on it, creating a distinct and separate piece of software. The term often implies not merely a development branch, but also a split in the developer community; as such, it is a form of schism.

Βικιπαίδεια

Fork bomb

In computing, a fork bomb (also called rabbit virus or wabbit) is a denial-of-service attack wherein a process continually replicates itself to deplete available system resources, slowing down or crashing the system due to resource starvation.