📚 Knowledge Library — Topic 5.3 — Internet

Web Browsers Explained Simply

Understand what a web browser does, how it turns HTML into a visible web page, and why cookies help websites remember information about a user.

1. Invitation

A browser is more than a search box.

Students often use a browser every day, but still find it hard to describe what it actually does.

A web browser is software that lets users view web pages. Its main job is to take web page code and display it as a readable page.

💡 Remember: a web browser is software. That word matters in exam answers.
Figure 1.1
Browser Purpose
Web page code

Web browser

Readable page
2. Big Idea

The browser translates web data into something humans can use.

Web pages are sent as data, often written using HTML.

The browser renders the HTML. Rendering means turning the code into the text, images, buttons and layout the user sees on screen.

💡 Key idea: browser = receives web page data and renders HTML into a visible page.
Figure 2.1
Rendering HTML
<h1>Hello</h1>
<p>Welcome</p>

Hello
Welcome
3. FutureLogic Bridge

Think of a universal TV remote.

A remote control helps you choose a channel, control the screen, and remember settings.

A browser does something similar for the web. You enter an address, it requests the page, displays it, and remembers useful details like history, bookmarks and cookies.

💡 Bridge: the browser is like a remote control for the World Wide Web.
Figure 3.1
Remote Control Model
Enter address

Choose web page

Display content

Remember settings
4. Worked Example

Describe the purpose of a web browser.

This is a short question, so the answer needs to be precise.

Exam-style answer

Software
Renders HTML
Displays web pages
Model answer: "A web browser is software that renders HTML so web pages can be displayed for the user."
Figure 4.1
Answer Recipe
Say software
+
Say render HTML
+
Say display pages
5. Browser Functions

A browser has several everyday tools.

Cambridge often asks for functions of a browser. Do not only say "search the internet".

FunctionWhat it does
Address barAllows the user to enter a URL.
BookmarksSaves web pages the user wants to revisit.
HistoryRecords previously visited web pages.
TabsAllows multiple web pages to be open at once.
Navigation toolsBack, forward, refresh and home buttons.
DownloadsAllows files to be downloaded from websites.
Figure 5.1
Browser Toolkit
Address bar
Bookmarks
History
Tabs
Navigation
Downloads
6. Cookies

Cookies are small text files.

A cookie is a small text file stored by the web browser.

Cookies can store information about a user's preferences, login details, browsing habits or items in an online shopping cart.

💡 Exam wording: cookie = small text file. Do not just say "data".
Figure 6.1
Cookie Memory
Website

Small text file

Browser stores it

Site remembers
7. Session Cookies

Some cookies disappear when the browser closes.

A session cookie is temporary.

It is stored in memory, such as RAM, and is deleted when the browser is closed. A shopping basket during one visit is a useful example.

💡 Session cookie = temporary, stored in RAM, deleted when browser closes.
Figure 7.1
Post-It Note Model
Post-It note

Useful now

Desk cleared

Gone
8. Persistent Cookies

Other cookies stay after the browser closes.

A persistent cookie is stored on secondary storage.

It is not deleted when the browser closes. It stays until the user deletes it or until it expires.

💡 Persistent cookie = stored on secondary storage, kept until deleted or expired.
Figure 8.1
Notebook Model
Notebook

Written down

Still there tomorrow

Delete or expire
9. Exam Tip

Compare cookies as pairs.

When asked for differences between session and persistent cookies, compare both sides of the same point.

Session cookiePersistent cookie
Stored in RAMStored on secondary storage
Deleted when browser closesKept until deleted or expired
TemporaryLonger lasting
🎯 Exam Tip: do not write "static cookie". Static and dynamic belong to IP addresses, not cookies.
Figure 9.1
Cookie Comparison
Session
RAM + temporary



Persistent
Storage + lasting
10. Common Mistake

Do not forget the word file.

Many students know what cookies are used for, but miss the key definition mark.

⚠️ Common Mistake:

Student answer: "A cookie stores data about the user."

❌ This is incomplete because it does not say that a cookie is a file.

Better answer: "A cookie is a small text file stored by the web browser that contains data about a user's preferences or browsing habits."
Figure 10.1
Better Exam Wording
Weak answer
stores data



Better answer
small text file
stored by browser
11. Summary

Web browsers in one screen.

A web browser is software that renders HTML to display web pages.

It also provides tools such as an address bar, bookmarks, history, tabs, navigation buttons and downloads.

Cookies are small text files stored by the browser. Session cookies are temporary and deleted when the browser closes. Persistent cookies stay until deleted or expired.

💡 Key idea: browsers display web pages and remember useful information through cookies.
Figure 11.1
5.3 Summary
Browser

Renders HTML

Displays pages

Stores cookies