What exactly is the Tor network? Is it the same as “the internet”, i.e. a bunch of computers connected together?

355 viewsOtherTechnology

What exactly is the Tor network? Is it the same as “the internet”, i.e. a bunch of computers connected together?

In: Technology

5 Answers

Anonymous 0 Comments

Let’s say you want to browse reddit. Your computer sends a message addressed to Reddit that says “gimme page XYZ”. The message you send has the address you are trying to talk to (Reddits address) and your address so Reddit knows who to send the message back to. But you aren’t (likely) connected directly to the Reddit servers, so your message gets passed from computer to computer until it reaches the Reddit server, and then Reddits reply gets sent back in a similar way (though not necessarily the same computers). Your address is basically the return address.

The thing is, along the way everyone can see where the message was from (or almost) and who its going to. Most of the time that’s not a problem. But sometimes (especially for illegal transactions) people don’t want others to know who they are talking to.

That’s where TOR comes in. TOR is a series of nodes that allow participating users to re-route their traffic so that by the time a message reaches its destination ONLY the most recent return address is on the outside.

Let’s say you send your letter to me. I take your letter and seal it in another envelope that only I can open. I send the letter to another person who does the same. Etc. Etc. Eventually a limit is reached and the message gets passed from what’s called a TOR exit node to the normal Internet again, then eventually it reaches Reddit who replies and the whole cycle goes in reverse. Reddits response goes to the exit Node. The Exit node then unwraps the message it sent and checks who it is supposed to reply to, they do the same, until eventually the message reaches the TOR node that you first connected to who gives you the message.

The key point is that each step inside the TOR network, each node only knows the address of the node that sent it the message. It does not know the address of any previous nodes that the message passed through before that.

TOR adds additional steps and encoding of part of the message at each step so that can slow traffic down. Also since TOR nodes may be running on individual peoples personal computers they might operate slower than dedicated internet routers and nodes, which can also slow traffic down. The tradeoff is speed for increased privacy/anonymity.

You are viewing 1 out of 5 answers, click here to view all answers.