A .......... does not perform any destructive action directly and instead,…
2024
A .......... does not perform any destructive action directly and instead, only consumes system resources to bring it down.
- A.
Virus
- B.
Worm
- C.
Trojan
- D.
Spy-ware
Attempted by 2 students.
Show answer & explanation
Correct answer: B
In cyber security, a Computer Worm is a subclass of malware that spreads standalone copies of itself throughout interconnected systems over local networks or the internet.
The primary operational nature of a classic worm includes:
Resource Exhaustion: It multiplies dynamically at a rapid pace. Rather than deleting or corrupting operating system files (destructive actions), it fills up the system's memory buffers, CPU cycles, and network interface queues.
Self-Replication: It exploits security vulnerabilities in the network protocol layers to automatically travel from computer to computer without any user executing an infected attachment.
A historic example of this is the Morris Worm, which severely congested the internet infrastructure by consuming its routing and processing resources.