Intricacies behind a Webpage.
Short Summary about what goes behind a webpage.
Table of contents
Hello Folks !!
Have you ever wondered or given a thought about what goes behind any webpage, there are many hidden things that you will get to know, be with me till the end,
Once you type https://google.com in your browser and press enter, the Browser looks up the IP address and looks for the matching IP address in a DNS (Domain Name System) and initiates the connection with the domain & Browser once it gets connected to a web server [more on this in the below image] also it happens via TCP connection with the server Browser sends the HTTP request to the server then Server processes request and sends back a response Browser renders the content which will be in a format if HTML, CSS, Javascript.
The Web server allows you to talk with the request that you send to the Internet, There are various types of web server examples below. but the most predominantly used is Apache Web Server.
Thanks for reading.