220-802 · Question #355
Which of the following is TRUE about the difference between a worm and a virus?
The correct answer is C. Worms self propagate while viruses need human intervention to replicate. The fundamental distinction between a worm and a virus is their propagation method. Worms spread autonomously across networks, while viruses require a user to execute an infected file or program to replicate.
Question
Which of the following is TRUE about the difference between a worm and a virus?
Options
- AWorms are written in assembly while viruses are written with scripting languages.
- BViruses hide in the boot record while worms hide within the file system.
- CWorms self propagate while viruses need human intervention to replicate.
- DViruses disable the antivirus update service while worms kill the antivirus process.
How the community answered
(36 responses)- B6% (2)
- C92% (33)
- D3% (1)
Why each option
The fundamental distinction between a worm and a virus is their propagation method. Worms spread autonomously across networks, while viruses require a user to execute an infected file or program to replicate.
The programming language used to write malware is not a defining characteristic that distinguishes worms from viruses; both can be written in any language.
While some viruses target the boot record (called boot sector viruses), this describes a specific virus subtype, not a universal distinction between all viruses and all worms.
A worm is self-contained malware that exploits network vulnerabilities or system services to copy and spread itself to other machines without any user action. A virus, by contrast, must attach itself to a host file or program and depends on a user opening or executing that file to trigger replication. This distinction in propagation mechanism - autonomous versus human-assisted - is the defining technical difference between the two malware types.
Disabling antivirus update services or killing antivirus processes are behaviors that some specific malware variants exhibit, but they are not the defining difference between the worm and virus categories.
Concept tested: Worm vs. virus propagation characteristics
Source: https://www.cisa.gov/news-events/news/understanding-hidden-threats-rootkits-and-botnets
Topics
Community Discussion
No community discussion yet for this question.