Skip to main content
Room Banner
Back to all walkthroughs
Room Icon

How Websites Work

Premium room

To exploit a website, you first need to know how they are created.

easy

25 min

501,512

User profile photo.
User profile photo.

To access material, start machines and answer questions login.

By the end of this room, you'll know how websites are created and will be introduced to some basic security issues.

When you visit a website, your browser (like Safari or Google Chrome) makes a request to a web server asking for information about the page you're visiting. It will respond with data that your browser uses to show you the page; a web server is just a dedicated computer somewhere else in the world that handles your requests.

There are two major components that make up a website:

  1. Front End (Client-Side) - the way your browser renders a website.
  2. Back End (Server-Side) - a server that processes your request and returns a response.

There are many other processes involved in your browser making a request to a web server, but for now, you just need to understand that you make a request to a server, and it responds with data your browser uses to render information to you.

Answer the questions below

What term best describes the component of a web application rendered by your browser?