Skip to content

Latest commit

 

History

History

0x09-web_infrastructure_design

0x09. Web infrastructure design

Resources:books:

Read or watch:


Learning Objectives:bulb:

What you should learn from this project:

  • You must be able to draw a diagram covering the web stack you built with the sysadmin/devops track projects
  • You must be able to explain what each component is doing
  • You must be able to explain system redundancy
  • Know all the mentioned acronyms: LAMP, SPOF, QPS

  • A lot of websites are powered by simple web infrastructure, a lot of time it is composed of a single server with a LAMP stack.
  • On a whiteboard, design a three server web infrastructure that hosts the website www.foobar.com.
  • On a whiteboard, design a three server web infrastructure that hosts the website www.foobar.com, it must be secured, serve encrypted traffic, and be monitored.
  • Readme

Author