Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.27 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.27 KB

Internet

Day 01 of 90

In our previous session, we introduced briefly the history and architecture of the internet. Today, we take a deep dive at how web browsers work

Intro

Web browser are the most widely used pieces of software, in this session, we will explore what happens behind the scenes when you type that search term on google and explain how web browsers work

Resources

  1. How web browser work
  2. Browser Rendering Engine and its roles
  3. Populating the website
  4. Browser's Internal structure
  5. Google
  6. Youtube

Learning objectives

After going through all of the above resources, you should be able to explain the following concepts to a five year old

  • What is a web browser
  • The architecture of web browsers
  • The basic browser components
  • What is parsing
  • What happens during parsing
  • What is rendering
  • What is the role of the rending engine