Putting it all together | Tryhackme Walkthrough
Learn how all the individual components of the web work together to bring you access to your favourite web sites.
Other Components:
Ques 1: What can be used to host static files and speed up a clients visit to a website?
Ans 1: CDN
Ques 2: What does a load balancer perform to make sure a host is still alive?
Ans 2: health check
Ques 3: What can be used to help against the hacking of a website?
Ans 3: waf
How Web Servers Work:
Ques 1: What does web server software use to host multiple sites?
Ans 1: virtual hosts
Ques 2: What is the name for the type of content that can change?
Ans 2: dynamic
Ques 3: Does the client see the backend code? Yay/Nay
Ans 3: nay
Ques:
Ques 1: Flag
Ans 1: THM{YOU_GOT_THE_ORDER}
References: https://tryhackme.com/room/puttingitalltogether