What Happens Whenever You Type google.com On Your Browser And Hit Enter.
This topic is a classic and still widely used interview question for many types of software engineering position. It is used to assess a candidate’s general knowledge of how the web stack works on top of the internet. Many software engineering candidates struggle with this concept. So if you're one here is the right article for you as I will be covering both frontend and backend (end-end) perspective which comprises ;
In this article, we’ll look at what happens whenever you type a URL (in this case google.com) into your browser and hit enter. End to end, the process involves the browser, your computer’s operating system, your internet service provider, the server where you host the site, and services running on that server.
Every day you open up your browser and navigate to your favorite websites — whether it be social media, news, or e-commerce sites. You go to this page by typing in a url or clicking on a link to the page. Have you ever thought about what happens behind the scenes? How does the news get to you when you press enter after typing in the URL? How did the images on this post show up in your browser? How does your Facebook feed and the post data show up in your browser securely?. Firstly, we should take note that websites are collections of files, often HTML, CSS, Javascript, and images, that tell your browser how to display the site, images, and data .Whenever you type google.com and hit enter, the following process takes place;
领英推荐
In Conclusion: In our modern age where everything is online, it's amazing to know what happens each you're online, each time you click something. Yet, it is done so fast that very few would even begin to fathom the amazing process that takes place.
Hope this helped? Follow my handle for more articles like this. You can also follow me on twitter Moses Ezekiel where I share programming tips, thank you. for reading my article.