Established 2026  ·  Free Educational Resources for All

Computer & AI · Computing Fundamentals

Search Engines & Web Browsers: How the Internet Finds Things

Billions of pages exist online, yet a search engine finds the right one in a fraction of a second. Here's the difference between a browser and a search engine, and how ranking actually decides what shows up first.

EDUSAMBAM Editorial Team | 10 min read | Computing Fundamentals
🔊 LISTEN TO THIS ARTICLE
SAVE YOUR EYES • IMPROVE YOUR LISTENING
Listen to the article instead of relying only on continuous screen reading.
Ready to read the article.

The internet article in this series explained how data physically travels between devices as packets across a network. But knowing how to reach any website doesn't help if there's no way to find which website has what's being looked for among billions of possible pages. That's the specific job a search engine does, and it's a genuinely separate piece of software from the web browser most people use to access it — a distinction this guide starts with before getting into how ranking actually works.

1.A Browser and a Search Engine Are Not the Same Thing

A web browser — like Chrome, Safari, or Firefox — is a program that requests and displays web pages, following the addressing and data-transfer process the internet article described. A search engine, such as Google or Bing, is a website that runs inside that browser, whose specific job is finding and ranking other pages that match what someone is looking for. The browser is the tool for viewing the web; the search engine is one particular website, viewed through that tool, whose job is helping find other websites.

Key Idea

Typing a search into a browser's address bar doesn't search the browser itself — the browser simply sends that text to a search engine's website, which does the actual finding and sends back a page of results to display.

2.Crawling: Finding Pages Before Anyone Searches

A search engine can't search the entire web in real time every time someone types a query — it would be far too slow. Instead, it continuously runs automated programs called crawlers, or spiders, that visit pages, follow every link found on them to discover more pages, and repeat this process constantly across the web, long before any specific search happens.

3.Indexing: Building a Giant Lookup Table

As crawlers visit pages, the search engine builds an index — essentially a massive, constantly updated lookup table connecting words and phrases to every page where they appear. This is conceptually similar to the index at the back of a textbook, just built automatically and covering essentially every page a crawler has found, rather than one book's worth of topics.

StageWhat Happens
CrawlingAutomated programs discover pages by following links across the web
IndexingDiscovered pages are analysed and stored in a searchable lookup structure
RankingAt the moment of a search, matching pages are ordered by relevance

A search only becomes fast because the crawling and indexing work has already happened well in advance — a query mostly just looks something up in a structure that already exists, rather than scanning the entire web on the spot.

4.Ranking: Deciding What Shows Up First

Once a search engine has found every indexed page that matches a query's words, it has to decide which order to show them in — this is ranking, and it's based on a large number of signals combined together, not just whether a word appears on a page. Common ranking signals include how relevant the page's content is to the exact words searched, how many other reputable pages link to it, how quickly the page loads, and how well it works on a mobile device.

Real-World Example

Search engine optimisation, or SEO, is the practice of adjusting a website to rank higher for certain searches — writing content that directly answers common questions, improving loading speed, and earning links from other trustworthy sites are all legitimate SEO techniques aimed at these same ranking signals.

5.Why the Same Search Gives Different Results

Two people searching the exact same words can see somewhat different results, because many search engines personalise rankings using signals like general location, past search history, and device type. A search for "best pizza" naturally returns different local results in different cities, even though the words typed were identical.

6.What a Browser Actually Does

Separately from search, a browser's core job is requesting a specific web page's underlying code from a server and rendering it — turning that code into the readable, clickable page a person actually sees, complete with text, images, and interactive elements. Every browser does this same basic job, which is why the same website generally looks and works similarly across Chrome, Safari, and Firefox, even though each browser is built by a different company.

A Closing Thought

Finding information on the web feels instant, but it rests on an enormous amount of preparation done in advance — constant crawling, constant indexing, and a ranking system weighing many signals at once, all before a single search is ever typed. Understanding that a browser displays the web while a search engine finds a specific corner of it makes the whole process far less mysterious, and makes it easier to judge why one result appears above another.

Test Your Understanding

Practice Quiz

10 questions. Select an answer for each, then submit to see your score instantly.

0 of 10 answered
0/10
You scored 0%
Keep practicing
1.What is the key difference between a web browser and a search engine, according to the article?
2.What happens when someone types a search into a browser's address bar?
3.What do crawlers, or spiders, do?
4.What is a search engine's index, as described in the article?
5.Why is a search fast, according to the article?
6.What is ranking, as defined in the article?
7.Which of these is given as a ranking signal?
8.What is SEO, according to the article?
9.Why might two people searching the exact same words see different results?
10.What is a browser's core job, according to the article?
← Previous: Operating Systems: The Software Behind Every DeviceGateway