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

pull request

poshtrigghaz opened this issue · comments

all

In summary, when you type "https://www.google.com/" in your browser, you trigger a sequence of events involving DNS resolution, TCP/IP communication, firewall traversal, secure HTTPS encryption, load balancing, web server processing, application server interaction, and database operations. This intricate process seamlessly delivers the desired content to your browser, allowing you to access Google's vast array of services with just a few keystrokes.