---
title: "How a Web Page Reaches Your Screen"
description: "The path from typing an address to seeing a page: the name looked up as an address, a request sent to a server, a reply of files the browser assembles."
canonical: https://lightmysky.com/learn/computing/how-a-web-page-reaches-your-screen-mt_8JveAW2Mg7
source: https://lightmysky.com/learn/computing/how-a-web-page-reaches-your-screen-mt_8JveAW2Mg7.md
retrieved: 2026-09-12
---

> **Agent view.** This is the Markdown twin of the page, for tools and assistants.
> When to use this site, and the call that answers each job: https://lightmysky.com/agent-instructions.md
> API description (OpenAPI 3.1): https://lightmysky.com/openapi.json · Authentication: https://lightmysky.com/auth.md
> Pricing: https://lightmysky.com/pricing.md · Catalog: https://lightmysky.com/llms.txt · Full catalog: https://lightmysky.com/llms-full.txt
> Every machine-readable file on this domain: https://lightmysky.com/.well-known/ai-catalog.json
> Ask for Markdown with `Accept: text/markdown`, a `.md` address, or `?mode=agent`.

# How a Web Page Reaches Your Screen

The path from typing an address to seeing a page: the name looked up as an address, a request sent to a server, a reply of files the browser assembles.

Subject: Computing · Area: Computer Systems · Ages 15 to 16
Page: https://lightmysky.com/learn/computing/how-a-web-page-reaches-your-screen-mt_8JveAW2Mg7

## Ready when they can

- Put the steps in order from pressing enter to a finished page
- Explain what the name lookup is for and what breaks without it
- Tell apart what the browser does from what the server does

## Lesson: Knock, ask, build

Pressing enter starts a chain: your browser looks up the address, asks the server, receives page files, then builds the page. Request out, reply back, page up.

**Example.** Computers knock with numbers, not names, so DNS works like a phone book. Type wikipedia.org and DNS returns the matching address to knock on. If DNS fails, names lead nowhere, though the site itself runs fine.

The jobs split cleanly. The server stores the files and hands them over: HTML for words and structure, CSS for colours and layout, JavaScript for motion and clicks. Your browser asks, then assembles those pieces for your screen.

**Tip.** Each link can snap. A slow server leaves your browser hanging until it quits with a 504. A request with no path dies as unreachable. No reply, no page.

**Recap.** Look up the name, request the files, and let the browser build what the server stores.

## Practice

8 questions on this page, each with its working shown.

## Needs first

- [Packets and Protocols on a Network](https://lightmysky.com/learn/computing/packets-and-protocols-on-a-network-mt_IffXVDtfLX)

## Opens up

- [The Web as a Protocol: Requests, State and Caching](https://lightmysky.com/learn/computing/the-web-as-a-protocol-requests-state-and-caching-mt_MDiW4Vt0bo)
- [Naming: DNS and the Resolution Path](https://lightmysky.com/learn/computing/naming-dns-and-the-resolution-path-mt_omttmGkEgW)
- [Cyber Threats and How Systems Defend](https://lightmysky.com/learn/computing/cyber-threats-and-how-systems-defend-mt_zMJzhIdEWd)
