SMTP
SMTP is the protocol mail servers use to hand messages to each other. In verification, an SMTP probe opens a conversation with the receiving server and asks whether a specific mailbox exists, without sending anything.
The probe follows the start of a normal delivery. It connects, introduces itself, names a sender and then names the recipient. At that last step the receiving server either accepts the address or rejects it, and the probe stops there. Nothing arrives in the mailbox.
Not every server answers honestly. Some accept every recipient by design, some reject unfamiliar senders regardless of the address, and some rate-limit probes heavily. That is why a careful verifier returns three outcomes rather than two — reporting an unknowable address as valid is how a list with a clean report still bounces.
Goes deeper: Email Verification, Explained Properly