Member-only story

TryHackMe — Web Application Basics | Cyber Security 101 (THM)

rutbar
6 min readOct 26, 2024

--

Web Application Overview

A web application is like a planet with both visible and hidden components.

  • Front End: The visible part of the web application, using HTML (structure), CSS (design), and JavaScript (interactivity) to create the user experience.
  • Back End: The hidden part that powers the application, including:
  • Database: Stores, modifies, and retrieves information.
  • Infrastructure: Components like web servers, networking devices, and storage.
  • WAF (Web Application Firewall): Protects the web application from malicious requests, similar to a planet’s atmosphere protecting inhabitants.

Questions and Answers

  1. Which component on a computer is responsible for hosting and delivering content for web applications?
  • Web server
  1. Which tool is used to access and interact with web applications?
  • Web browser
  1. Which component acts as a protective layer, filtering incoming traffic to block malicious attacks, and ensuring the security of the web application?
  • Web Application Firewall

Uniform Resource Locator (URL)

A URL is a web address guiding your browser to specific online content. It has several parts, each playing a role in locating resources online.

--

--

No responses yet