The Browser's Reaction
Before a single packet leaves your computer, the browser goes to work. It parses the URL (Uniform Resource Locator) to understand the protocol (https), the domain (google.com), and the resource (/).
Key Checks:
- check_circle HSTS List: Is this site strictly HTTPS? (Google is!)
- history Browser Cache: Do we already know the IP address?
- dns OS Host File: Any local overrides?
Analogy: Checking your personal address book before calling directory assistance.