FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
What Actually Happens When You Type google.com — And All the Terms Behind It
How-ToWeb Development

What Actually Happens When You Type google.com — And All the Terms Behind It

via Dev.to BeginnersJalaj Bankar2h ago

This one goes deep. Understanding what happens in those few milliseconds between hitting Enter and seeing a webpage is one of those things that makes you look at the internet completely differently. Let's walk through it properly. The Journey of a Single Request Step 1 — You type google.com and hit Enter Simple enough. But what happens next is anything but. Step 2 — DNS Lookup: Finding the Address Your browser doesn't understand names — it understands IP addresses. So first it needs to translate google.com into something like 142.250.195.46. It checks in this order: Local cache → ISP → Root server → gets the Mumbai IP (or wherever you're closest to) Think of DNS as the internet's phonebook. You give it a name, it gives you a number. Step 3 — TCP Handshake: Building the Road Before any data moves, a reliable connection needs to be established. This is the TCP handshake — using SYN and ACK messages back and forth to essentially say "hey, can you hear me?" — "yes, can you hear me?" — "yes

Continue reading on Dev.to Beginners

Opens in a new tab

Read Full Article
2 views

Related Articles

How to Use Google Stitch to Turn Design Systems into Production-Ready UI
How-To

How to Use Google Stitch to Turn Design Systems into Production-Ready UI

Medium Programming • 3h ago

Understand OpenClaw by Building One — Part 6
How-To

Understand OpenClaw by Building One — Part 6

Medium Programming • 3h ago

Firewire Surfboard Review (2026): Neutrino, Revo Max, Machadocado
How-To

Firewire Surfboard Review (2026): Neutrino, Revo Max, Machadocado

Wired • 3h ago

7 Backend Developer Skills That Will Make You Valuable
How-To

7 Backend Developer Skills That Will Make You Valuable

Medium Programming • 6h ago

Tutorial Hell
How-To

Tutorial Hell

Medium Programming • 6h ago

Discover More Articles