alex / what-happens-when

An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2-contribution-to_what-happens-when_github_answer

Ife-Calis opened this issue · comments

When you type "google.com" into your browser's address bar and press Enter, your browser sends a request to Google's servers, asking for the webpage associated with that domain. Google's servers then respond by sending back the HTML, CSS, and JavaScript files needed to render the Google homepage in your browser. Your browser then interprets and displays these files, allowing you to see the Google homepage and interact with it.