Web Basics

How websites work?

  • A website is just an application installed on a computer.

  • This computer contains the application itself.

  • The web application is executed here and not a client machine.

From where my requests is passing through?

  • You first request a page from your web browser. Ex: facebook.com

  • That requests will go through a Domain Names Service (DNS) that will look up for the domain IP.

  • Later than your computer knows the IP address of the domain it requests the website we want to get.

Last updated