LOGBOOK

HELP

Quiz Entry - updated: 2026.06.19

What is the role of the Rendezvous Point when a user connects to a Tor hidden service?

The user picks a random Tor relay as a Rendezvous Point; both sides build circuits to it, so it relays the connection without knowing who either party is — and neither side learns the other's IP.

User and hidden service each build a circuit to a blind rendezvous relay that joins them, knowing neither IP.

* Onion-service rendezvous — a blind relay patches two anonymous circuits together. *

Tor onion-service connection via introduction points and a rendezvous point.

* Onion service flow: introduction and rendezvous points. — Tga.D, CC BY-SA 4.0, via Wikimedia Commons. *

The access flow:

  1. The user chooses a random Tor node as the Rendezvous Point (RP).
  2. The user sends a message through the Introduction Points containing the RP's address and a one-time secret.
  3. The hidden service builds its own circuit to the same RP.
  4. The RP forwards traffic between the two circuits — it knows neither the client nor the server.

The result is bidirectional anonymity: the user never learns the server's real location, and the server never learns the user's real IP. Both sides meet "in the middle" through relays.

Tip: The RP is a blind switchboard operator: it patches two calls together without knowing either caller's number.

From Quiz: PRIVACY / Anonymous Surfing, Tor & Location Tracking | Updated: Jun 19, 2026