# Nakafa Learning Content

> For AI agents: use [llms.txt](https://nakafa.com/llms.txt) for the site index. Markdown versions are available by appending `.md` to content URLs or sending `Accept: text/markdown`.

URL: https://nakafa.com/en/subjects/biology/virus-role/how-virus-reproduce
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/material/lesson/biology/virus-role/how-virus-reproduce/en.mdx

Understand viral replication through lytic and lysogenic cycles, from attachment to the release of new virus particles.

---

## Viruses Do Not Divide Like Cells

Cells can increase their number by dividing. Viruses increase only after their genetic material makes a host cell build viral parts, which is why the sequence starts with entry into a suitable cell.

### Viral Replication Uses Cell Machinery

Bacteria can divide from one cell into two cells. Viruses do not reproduce that way. A virus reproduces by delivering its genome into a host cell and redirecting that cell's machinery to make new viral components.

Picture the host cell as a workshop that already has workers, tools, and materials. The virus arrives with instructions. Once those instructions enter, the workshop can be redirected to make capsids, copy the viral genome, assemble new virions, and release them.

Attachment to a matching host-cell receptor is an important starting point before infection proceeds. The host and infection concept is summarized in [OpenStax Biology 2e](https://openstax.org/books/biology-2e/pages/21-2-virus-infections-and-hosts).

### The Lytic or Lysogenic Path Starts with the Genome

Replication order is also used in microbiology to distinguish virulent phages from temperate phages. A temperate phage is a bacteriophage that does not always destroy the cell right away. [OpenStax Microbiology](https://openstax.org/books/microbiology/pages/6-2-the-viral-life-cycle) explains that a temperate phage can become part of the host chromosome and be copied before becoming active again. This is why lysogeny is not an empty pause.

Component: VirusReplicationLab
Props:
- title: Two Viral Replication Paths
- description: Compare the lytic cycle that quickly redirects a cell to make new virions
with the lysogenic cycle that stores viral genome first.
- labels: {
chooseMode: "Choose a replication path",
focusLabel: "Key event",
takeawayLabel: "How to read it",
viewLabel: "Viral replication model",
items: [
{
tab: "Lytic",
caption: <>The phage is attached to the host-cell surface. The red path shows viral genome entering, after which the cell can be redirected to make new virions.</>,
focus: <>Notice that the key material entering first is the viral genome, not the whole phage body.</>,
takeaway: <>In the lytic cycle, the viral genome takes over host-cell work until new viral components can be assembled.</>,
callouts: [
{ id: "host-cell", label: "Host cell" },
{ id: "viral-genome", label: "Viral genome" },
],
},
{
tab: "Lysogenic",
caption: <>Host DNA is shown as the orange strand inside the cell. The red segment marks viral genome inserted into the host DNA and copied with it.</>,
focus: <>This stage does not immediately produce many new virions.</>,
takeaway: <>In lysogeny, viral information can persist inside the host cell and later shift toward the lytic cycle.</>,
callouts: [
{ id: "host-dna", label: "Host DNA" },
{ id: "viral-genome", label: "Viral genome" },
],
},
],
}

## Read the Lytic Cycle from the Entry Point

The lytic cycle is easiest to read as a chain of work that ends with newly assembled virions leaving the host. Each step answers a different question, from cell recognition to release.

### Adsorption Decides Which Cell Fits

The lytic cycle begins with **adsorption**, attachment of the virus to the host cell. Attachment depends on a match between viral proteins and cell receptors. If the biological key does not fit the lock, replication is unlikely to begin.

After attachment comes **penetration**, when the virus delivers its genome or essential part into the cell. The next stage is **synthesis**, when the host cell is directed to copy viral genomes and make capsid proteins. When the materials are ready, **assembly** builds new virions. In many lytic examples, the cell then undergoes **lysis**, the breaking of the cell so new virions can exit.

### Synthesis Is Not the Same as Assembly

The order matters because each stage explains a different event. Attachment shows which cell fits. Synthesis shows where viral parts are made. Assembly shows how the new package forms. Release shows how viruses reach other cells.

| Lytic stage | What happens | Easy confusion to avoid |
| --- | --- | --- |
| Adsorption | The virus attaches to a matching host receptor | Attachment is not yet reproduction |
| Penetration | Viral genome or essential material enters | The whole outside shell may not enter in every virus |
| Synthesis | Viral genomes and proteins are made | Parts are being produced, not assembled yet |
| Assembly and release | New virions form and leave | New viruses are built from parts, not by one virus splitting |

> Viruses do not divide like bacteria. The host cell first makes viral parts, then those parts are assembled into new virions.

Component: Mermaid
Props:
- title: Where New Virus Parts Become Whole
- description: Separate the stage that makes viral parts from the stage that assembles them into new particles.
```mermaid
flowchart LR
  A(["Adsorption"]) --> B(["Penetration"])
  B --> C(["Synthesis"])
  C --> D(["Assembly"])
  D --> E(["Lysis"])
```

## Lysogeny Does Not Mean the Virus Vanished

In the lysogenic cycle, the viral genome does not immediately command the cell to make many virions. The genome can integrate or be carried with the host genetic material. When the host cell divides, viral information can be copied too.

That is why lysogeny may look quiet, but it does not mean the virus is gone. If certain conditions trigger a change, the viral genome can become active and shift into the lytic pattern. Think of it as an instruction tucked into the cell's genetic archive. The instruction is not always used immediately, but it remains carried along.

## Replication Is Always Read as an Order

The confusing part is often separating synthesis from assembly. During synthesis, the host cell is making materials because genomes are copied and capsid proteins are produced. During assembly, those materials are being put together into new virions.

So do not picture a virus growing larger and splitting. In viral replication, parts are made first and then arranged. This explains why viruses can increase quickly once they successfully take over host-cell machinery.