From the course: Exploring Tor and the Dark Web

What is the dark web?

- [Instructor] The Dark Web is a collection of websites that operate in a shadowy corner of the internet where they can be accessed using secure, anonymized connections. This network of connections is called the Tor network. There are two major benefits to using Tor. First, users can access normal websites in an anonymous fashion, and second, website owners can build hidden sites that they can host anonymously. At a basic level, dark websites run just like any other website on the internet. The creator of the site builds a web server either using physical hardware or a cloud hosting service. This server runs a normal operating system such as Windows or Linux, and also has web server software running on it that allows it to answer user requests for webpages. This is the same thing you do to build a website for your business or organization. When a user wants to access a normal website, they simply connect to that website over the internet. Their computer looks up the IP address of the website they'd like to access, and then opens a connection to the site's server. The site then sends back webpages at the user's request. The user knows where the website is located from that IP address information, and the website also knows the IP address of the user, and can store that information in a log file for later analysis. When you use the dark web, you replace the internet in this diagram with the Tor network. That network actually runs over the regular internet, but it replaces the direct connection between a user and a web server with a maze of encrypted connections between the two that provides anonymity. A Tor user can access any website on the regular internet using that browser. For example, let's say that the user wants to access LinkedIn. They can simply type linkedin.com into the Tor browser's address bar. The request is then routed through the Tor network to LinkedIn's servers. When LinkedIn receives it, it doesn't know the real IP address of the end user. Instead, it simply knows the return address on the Tor network. The LinkedIn server can then respond to the user with that Tor address, and the traffic is then routed back through the Tor network. LinkedIn never learns the identity of the Tor user. In addition to accessing normal internet sites anonymously, Tor users can also access hidden websites that exist only on the dark web. These sites, known as hidden services, use the Tor network's anonymity in two directions. The website doesn't know the true identity of the user, and at the same time, the user doesn't know the identity of the website. We'll talk more about hidden services later in this course.

Contents