The OSI Model can feel theoretical in the classroom. But it describes something that happens billions of times every second all around you. Let's trace a real request — from the moment you press Enter in your browser to the moment the webpage loads — and see every OSI layer in action.
The Scenario: Visiting a Website
You type https://example.com in your browser and press Enter. Here is exactly what happens at each OSI layer:
Layer 7 — Application: DNS + HTTP
First, your browser needs to resolve example.com to an IP address. It sends a DNS query (Layer 7, Application) to your configured DNS server. The response provides the IP: 93.184.216.34.






