Summary
There are many components involved in delivering a web application. Front End components like HTML, CSS, and JavaScript focus on the experience inside the browser. Back End components such as the Web Server, Database, or WAF are the engine under the surface that enable the web application to function. This simple introduction will be built upon in the upcoming tasks.
Questions
-
Which component on a computer is responsible for hosting and delivering content for web applications?
Show Answer
✅ Web Server
-
Which tool is used to access and interact with web applications?
Show Answer
✅ Web Browser
-
Which component acts as a protective layer, filtering incoming traffic to block malicious attacks, and ensuring the security of the the web application?
Show Answer
✅ Web Application Firewall