Tell Me About the Internet | How the Internet Works, Who Runs It and What Happens When You Go Online

Tell me about the internet. The internet is a global network of networks that lets computers, phones, servers and other digital devices exchange data. When people ask how the internet works, they are usually asking about several connected systems at once: internet infrastructure, computer networks, IP addresses, routers, the Domain Name System or DNS, web browsers, websites, Wi-Fi, fibre-optic cables, mobile networks, data centres and the rules called protocols that allow all of these parts to communicate.

The simplest useful answer is that the internet moves information by breaking it into manageable pieces, directing those pieces across many interconnected networks, and reassembling them at the destination. A message, search query, video call or webpage does not usually travel as one indivisible object. It becomes data that can be carried through local networks, internet service providers, exchange points, submarine cables, terrestrial fibre, wireless links and data centres before reaching the device or service that needs it.

The internet is not the same thing as the World Wide Web. The web is one important service that runs on the internet, using technologies such as HTTP, HTML, browsers and web servers. Email, online games, cloud storage, video calls, messaging systems and many machine-to-machine services also use the internet. Understanding this distinction is the first step toward seeing the internet not as a mysterious cloud, but as a physical and logical system built from cables, radios, computers, agreements and carefully designed rules.

The 50-Second Answer

Imagine that every connected device lives in a very large system of roads. The roads are networks. Intersections are routers. Addresses tell the system where data should go. DNS acts roughly like a naming directory that helps translate human-friendly names into machine-usable network addresses. Protocols are the traffic rules. Servers provide services or information. Your phone or laptop is a client when it requests those services.

When you type a website address into a browser, several things happen quickly. Your device connects to a local network. It may ask DNS which IP address is associated with the domain name. It then creates network packets addressed toward the destination. Routers forward those packets from network to network. The destination server receives a request, prepares a response and sends data back. Your browser interprets the response and renders the page. Encryption is commonly used so that outsiders cannot easily read or alter the information while it is travelling.

This process often completes in a fraction of a second, but it can involve equipment and organisations in several countries. The apparent simplicity of tapping a link hides a large cooperative engineering system.

What the Internet Actually Is

A network is a set of connected devices that can exchange information. A home Wi-Fi network is a network. A school computer network is a network. A mobile carrier operates enormous networks. Universities, businesses, governments and cloud companies operate networks as well. The internet emerges because many of these networks connect and agree to exchange traffic using compatible protocols.

This is why the phrase network of networks is so important. There is no single universal machine called the internet. There are millions of pieces of infrastructure under different ownership. They work together because technical standards define how data should be addressed, packaged, forwarded and interpreted, while commercial and institutional agreements determine how networks connect and exchange traffic.

The result is decentralised in an important sense. Many individual components can fail without the entire internet disappearing. Traffic may be rerouted. Services can be replicated across regions. However, decentralised does not mean invulnerable. A damaged submarine cable, a major cloud outage, a routing mistake, a cyberattack or a regional power failure can still disrupt large numbers of users.

The Physical Internet: Cables, Fibre, Radios and Data Centres

People often picture the internet as wireless because phones and laptops frequently connect through Wi-Fi or cellular radio. Yet a large portion of long-distance internet traffic ultimately travels through physical cables, especially fibre-optic cables. In fibre, information is transmitted using pulses of light. Fibre can carry enormous amounts of data with low loss over long distances, making it central to modern telecommunications.

Submarine fibre-optic cables cross oceans and connect continents. Land-based fibre connects cities, neighbourhoods, buildings, mobile base stations, internet exchange points and data centres. Copper cables still exist in many access networks, although fibre has increasingly replaced older technologies where capacity and deployment allow. Satellite systems can also provide connectivity, especially where terrestrial infrastructure is difficult, but satellites are one part of the wider internet rather than a replacement for every cable.

Data centres are facilities containing servers, networking equipment, storage systems, power supplies and cooling systems. When you use a search engine, stream a video or open a cloud document, you are often communicating with servers located in one or more data centres. Large services may keep copies of popular content in many locations so that users can reach a nearby copy rather than sending every request across the world.

How Data Becomes Packets

Digital information can be represented as bits: values commonly described as 0 and 1. But networks do not simply pour an endless undifferentiated stream of bits through every possible path. Communication systems organise data into units with structure. At the internet layer, we commonly talk about IP packets. A packet contains payload data plus control information used to help deliver it.

Packet switching is one of the internet’s foundational ideas. Instead of reserving one dedicated end-to-end physical circuit for an entire conversation, data can be divided and forwarded across shared infrastructure. Different packets may experience different delays and, in some circumstances, take different paths. Protocols at higher layers can detect loss, put information back into the correct order or request retransmission when reliability is needed.

This is efficient because network capacity can be shared among many users. A fibre link does not have to belong to one person for the duration of a webpage download. It can carry packets from many unrelated applications and customers, scheduled at very high speed.

IP Addresses: How Devices and Services Are Addressed

For data to reach a destination, the network needs addressing. Internet Protocol provides that addressing system. An IP address identifies an interface or network location in a form routers can use. Two major versions are widely relevant: IPv4 and IPv6. IPv4 uses 32-bit addresses and became constrained because the internet grew far beyond early expectations. IPv6 uses a much larger address space and was designed to support continued expansion.

An IP address is not the same as a person’s permanent identity or exact physical location. Addresses can be shared, translated, reassigned or associated with network gateways. Home networks commonly use private addresses internally while a router uses network address translation when communicating with the wider internet. Mobile devices may change addresses as they move between networks.

The important idea is functional rather than personal: routing systems need enough information to decide where a packet should be sent next. Address blocks are announced by networks, and routers use routing information to choose paths toward those destinations.

Routers: The Decision Points of the Internet

A router is a device or system that forwards packets between networks. It examines addressing information and consults a routing table to determine an appropriate next step. Your home router performs a small-scale version of this job. Large carrier routers perform it at immense scale, handling huge quantities of traffic and maintaining connections with other networks.

Routers do not usually know the complete story of a webpage, video or email. Their core job is more limited: move packets toward the right destination according to routing rules. This layered design is powerful. The network can forward many kinds of applications without needing a separate physical internet for each one.

At the global scale, networks exchange reachability information using the Border Gateway Protocol, or BGP. BGP helps autonomous networks tell one another which address ranges they can reach and through which routes. Because global routing depends on distributed announcements and policies, configuration errors or malicious announcements can sometimes redirect or disrupt traffic. Security practices have therefore become increasingly important in interdomain routing.

DNS: Why We Can Type Names Instead of Numbers

Humans prefer memorable names such as example.com. Networks route using IP addresses. The Domain Name System helps connect those two worlds. DNS is a distributed naming system. When an application needs the address associated with a domain, it can ask a resolver. The resolver may already have the answer cached. If not, it can follow the DNS hierarchy to find authoritative information.

The hierarchy includes the root, top-level domains such as .com or .sg, and authoritative name servers for specific domains. This does not mean one giant central computer stores every answer. DNS is distributed and heavily cached, which improves speed and resilience.

DNS also stores more than simple address records. Different record types can help identify mail servers, aliases, verification information and other service details. The key concept is that names are resolved through a structured system rather than magically converted inside the browser.

What Happens When You Open a Website

Suppose you enter a secure website address. First, your device needs network connectivity. It may be connected by Ethernet, Wi-Fi or mobile data. The operating system and application then need the destination’s network address, often obtained through DNS. Next, the client establishes communication with the server. Modern web connections commonly use encrypted transport so the parties can protect confidentiality and integrity.

The browser sends an HTTP request. The server, or a nearby content-delivery system acting on its behalf, returns a response. That response may contain HTML describing document structure, CSS describing presentation, JavaScript describing behaviour, and references to images, fonts, videos or application data. The browser may make many additional requests to collect these resources.

The browser then parses, lays out and paints the page on your screen. If the page is an interactive web application, JavaScript may continue sending requests after the initial page appears. This is why a page can update without a complete reload.

Internet Versus Web

The internet is the underlying interconnected network infrastructure and protocol ecosystem. The web is an information and application system that uses that infrastructure. A useful analogy is that the internet is closer to the transport network, while the web is one set of services using it. The analogy is imperfect, but it helps separate two terms that are often used as if they were identical.

Email can use SMTP, IMAP or other protocols. Voice and video systems may use real-time media protocols. Online games often use specialised networking methods. File transfer, remote login, messaging, software updates and machine APIs all rely on internet connectivity without necessarily being conventional webpages.

This distinction matters when troubleshooting. If Wi-Fi is connected but a particular website is unavailable, the internet connection may still be working. If DNS fails, many names may stop resolving even though packets could theoretically still reach known IP addresses. If a browser is malfunctioning, another application may remain online.

Wi-Fi Is Not the Internet

Wi-Fi is a technology for creating a local wireless network. It commonly connects a device to a router or access point. The router then connects to an internet service provider through fibre, cable, fixed wireless or another access technology. Therefore, strong Wi-Fi does not guarantee working internet access, and working internet service does not guarantee good Wi-Fi inside every room.

Wi-Fi performance depends on radio conditions. Distance, walls, interference, frequency bands, access-point placement and the number of active devices all matter. Internet performance also depends on the external connection, congestion, server capacity, routing and latency. These are related but separate layers.

This is a good example of layered diagnosis: ask first whether the local wireless link works, then whether the router has upstream connectivity, then whether DNS works, then whether the destination service responds.

What an Internet Service Provider Does

An internet service provider, or ISP, connects customers to wider networks. It may provide last-mile access, assign or manage addresses, operate routers, connect to upstream networks and internet exchanges, offer DNS resolvers, and manage capacity across its infrastructure. Mobile carriers perform similar functions for cellular data while also operating radio access networks.

ISPs connect to other networks through arrangements such as transit and peering. In transit, one network pays another for access to broader parts of the internet. In peering, networks exchange traffic directly under agreed conditions. Internet exchange points make it easier for many networks to interconnect in one facility or ecosystem.

These economic relationships influence the paths traffic takes. The technically shortest geographic route is not always the chosen network route. Policy, capacity, contracts and resilience also matter.

Latency, Bandwidth and Why Speed Tests Can Mislead

Bandwidth is the amount of data a connection can carry in a period of time. Latency is the delay involved in sending information and receiving a response. They affect user experience differently. Downloading a very large file benefits strongly from high bandwidth. A fast-paced online game or video call can be sensitive to latency, jitter and packet loss even when bandwidth is adequate.

A speed test measures performance between your device and a particular test server under particular conditions. It does not guarantee identical performance to every website or service. A distant server, a congested route, weak Wi-Fi or overloaded application infrastructure can produce a slower experience even when the access link performs well in a nearby speed test.

This is why the word speed hides several variables. A more precise question asks whether the problem is throughput, delay, reliability, local radio quality or application performance.

Why Websites Can Feel Fast Even When They Are Far Away

Large internet services often use content delivery networks, or CDNs. A CDN stores or serves copies of content from many geographically distributed locations. If a user in Singapore requests a popular image, video segment or webpage resource, the service may deliver it from a nearby edge location rather than a distant origin server.

Caching works because many requests are repeated. If thousands of people request the same file, it can be more efficient to keep a temporary copy closer to users. DNS, browsers, operating systems, proxies and CDNs may all cache different kinds of information.

Modern performance engineering therefore involves more than making one server faster. It involves reducing round trips, placing content intelligently, compressing data, reusing connections and designing applications so that critical information arrives early.

How HTTPS Protects a Web Connection

Most modern websites use HTTPS, which combines HTTP with transport security. Encryption helps prevent an observer on the network from simply reading the content of the communication. Integrity protections help detect tampering. Authentication helps the client gain confidence that it is communicating with a server authorised for the domain name.

Digital certificates and public-key cryptography play important roles in this process. Browsers trust certificate authorities under defined rules, and servers present certificates that can be checked. The exact cryptographic procedures are sophisticated, but the user-level lesson is straightforward: the padlock or secure connection indicator means the connection is encrypted and authenticated in a technical sense. It does not mean the website itself is honest, safe or trustworthy in every other sense.

A scam site can also use HTTPS. Security therefore requires both connection security and human judgement about who operates a service and what information is being requested.

Who Runs the Internet?

No single person, company or government runs the entire internet. Different organisations perform different roles. Network operators run infrastructure. Internet service providers connect customers. Cloud and hosting companies operate servers and platforms. Standards organisations develop technical specifications. Domain registries and registrars help operate the naming system. Internet exchange points enable interconnection. Governments create laws that affect networks within their jurisdictions.

Important coordination bodies include organisations involved in internet standards, addressing and domain-name administration. The Internet Engineering Task Force develops many open technical standards through published documents. Regional internet registries help distribute IP address resources. ICANN coordinates important parts of the domain name system and unique identifier ecosystem. These roles are significant, but none amounts to owning or controlling every network.

The internet works because technical coordination and independent ownership coexist. That balance creates flexibility, but it also means governance questions are distributed across engineering, commerce, law and public policy.

A Short History of the Internet

Modern internet history grew from research into packet-switched networking and interoperable computer communication. Early networks demonstrated that computers in different locations could exchange data over shared systems. The TCP/IP protocol suite became foundational because it offered a way for different networks to interconnect. The transition of ARPANET to TCP/IP in 1983 is commonly treated as an important milestone.

The World Wide Web arrived later. Tim Berners-Lee proposed and developed web technologies around 1989–1991, including foundational ideas behind URLs, HTTP and HTML. The web made internet information much easier to publish, link and browse. Commercial internet access then expanded rapidly in the 1990s, followed by broadband, Wi-Fi, smartphones, cloud computing, streaming and large-scale mobile connectivity.

The crucial lesson is that the internet and web were not invented as one finished product. They emerged through decades of research, standardisation, infrastructure investment and application development.

How the Internet Carries a Video Call

A video call adds real-time constraints. Your camera and microphone capture image and sound. Software compresses that media into digital streams. Data is divided into packets and sent through the network toward the other participant or toward a service that relays the call. The receiving device decodes the stream and turns it back into sound and moving images.

Real-time systems often prefer timely delivery over perfect delivery. If one old video packet arrives too late, retransmitting it may be less useful than continuing with newer information. Applications use buffering, adaptive bitrate, loss concealment and network measurement to keep the conversation understandable when conditions change.

That is why a call can become blurry, freeze briefly or reduce quality without disconnecting entirely. The application is adapting to network reality rather than treating every missing bit as a reason to stop.

How Streaming Video Works

Streaming services usually do not send an entire film before playback begins. Video is encoded at multiple quality levels and divided into segments. The player downloads enough data to begin, keeps a buffer ahead of the current viewing point and selects quality according to measured conditions.

If bandwidth falls, the player may request lower-bitrate segments so playback continues. If conditions improve, quality can rise again. CDN servers place popular content close to users, reducing delay and load on origin systems. This adaptive design is one reason modern streaming can work across very different devices and networks.

A buffering symbol therefore represents a coordination problem among available bandwidth, server delivery, network conditions, the chosen encoding rate and how much data the player has stored ahead.

How Search Engines Fit Into the Internet

A search engine is not the internet itself. It is a service that discovers, indexes and ranks information available through the web and other accessible sources. Automated crawlers follow links and retrieve pages. Indexing systems analyse content and metadata. Ranking systems attempt to return useful results for a query.

This means something can exist online without being easy to find through search. A page might be new, blocked from indexing, poorly linked, private, dynamically generated or buried among stronger results. Search engines also do not contain a perfect copy of the internet. Their indexes are selective, delayed and continuously updated.

For a learner, this matters because searching is an information-retrieval skill. The quality of an answer depends not only on typing words, but on choosing queries, evaluating sources, checking dates and comparing evidence.

Common Misconceptions About the Internet

One misconception is that data lives permanently in a vague cloud. Cloud services still use physical servers and storage devices in real facilities. Another misconception is that deleted online information always disappears instantly. Copies may remain in backups, caches, recipient devices or archival systems. A third misconception is that private browsing makes a person anonymous. Private modes mainly reduce local browsing history and cookie persistence; they do not make network activity invisible to every service or network operator.

Another common confusion is treating bandwidth and latency as the same thing, or Wi-Fi and internet service as the same thing. A final misconception is believing that digital information travels directly from one device to another along a single fixed path. Routing can be dynamic, and many services use intermediaries such as load balancers, content delivery networks and cloud platforms.

Good technical understanding begins by separating layers that everyday language merges together.

Internet Safety: The Technical Layer and the Human Layer

Technical security includes encryption, authentication, software updates, firewalls, secure protocols and careful system design. Human security includes recognising scams, protecting credentials, choosing strong authentication, checking unexpected requests and limiting unnecessary disclosure of personal information. Neither layer is sufficient by itself.

A perfectly encrypted connection can deliver a fraudulent login page. A careful user can still be exposed by vulnerable software. Good security therefore uses layers: updated devices, password managers, multi-factor authentication where appropriate, cautious handling of links and attachments, reliable backups, and clear recovery procedures.

For students, digital citizenship also includes understanding permanence, audience and context. A message can be copied. A photograph can travel beyond its original audience. A joke can lose tone when forwarded. Technical literacy should therefore include social judgement.

How to Troubleshoot an Internet Problem Logically

Do not begin with the vague statement “the internet is down.” Ask what still works. Can the device connect to Wi-Fi? Can another device use the same network? Can a known website open? Can an app connect even if the browser cannot? Does the problem affect one service or everything? These questions isolate the failing layer.

A practical sequence is: check power and physical connections; verify local network connection; test another device; restart only the component that is likely involved; check whether DNS resolution works; compare several services; look for an ISP or service outage; and preserve error messages before changing too many things. In managed environments, report the exact time, device, application and error.

This method is valuable beyond networking. It is a general diagnostic principle: divide a complex system into layers, test boundaries and change one variable at a time.

How to Learn the Internet Properly

Memorising terms is not enough. Build a mental route. Start with a simple journey: device → local network → router → ISP → wider internet → destination network → server → response. Then attach concepts to the route. Wi-Fi belongs near the local link. DNS helps discover an address. IP handles addressing and forwarding. TCP or QUIC can manage transport behaviour. HTTP carries web requests and responses. TLS protects many connections.

Next, trace real examples. Open a webpage and describe each stage. Run a traceroute where appropriate and observe network hops. Use browser developer tools to see requests. Compare a domain name with its resolved address. Measure latency to nearby and distant servers. These exercises turn vocabulary into a working system model.

Finally, explain the system without jargon. If you can describe what happens after someone taps a link, then add technical detail only where it improves precision, you probably understand the architecture better than if you can recite twenty protocol names without connecting them.

A Worked Example: Sending a Message From Singapore to London

Suppose a student in Singapore sends a message through an online service to a friend in London. The phone connects to a local Wi-Fi access point or mobile base station. The application encrypts and packages data according to its protocol. Packets enter the access provider’s network. Routers forward them toward the service infrastructure. The service may have regional servers nearby, so the message might first reach a Singapore or Asian data centre rather than travelling directly to London.

The service records or relays the message according to its design. The recipient’s device may maintain an active connection to a regional server. A notification and message data are then delivered through the recipient’s network. The physical route could include fibre across several countries or oceans, but large platforms may replicate information strategically so that not every step is a single end-to-end journey between the two phones.

This example shows why internet explanations must separate the application’s logical relationship from the network’s physical route. “I sent it to my friend” is true at the human level. Technically, many systems cooperated in between.

Why the Internet Was Designed in Layers

Layering allows engineers to change one part of the system without redesigning everything. A web application can work over fibre, Wi-Fi or mobile networks because the application does not need to control every physical transmission detail. A router can forward IP packets without knowing whether the payload is a photograph, a medical record, a game update or part of a webpage.

This modularity encourages innovation. New applications can use existing networks. New link technologies can carry existing internet protocols. Security mechanisms can be added at multiple layers. Problems can also be diagnosed more systematically because engineers can ask whether the failure is physical, local-network, routing, naming, transport or application related.

Layering is not perfect separation; real systems have interactions and optimisation shortcuts. But it remains one of the most useful mental models for understanding why the internet can evolve while remaining broadly interoperable.

The Internet as Infrastructure for Society

The internet now supports education, banking, logistics, health systems, government services, research, entertainment, employment and family communication. That makes connectivity an infrastructure question as well as a convenience question. Reliability, affordability, access, cybersecurity and digital skills affect who can participate effectively in modern life.

At the same time, the internet amplifies difficult problems: misinformation can spread quickly, market power can concentrate, surveillance can scale, cybercrime can cross borders and poorly designed systems can expose private information. The technology does not automatically produce good outcomes. Institutions, incentives, law, design choices and user behaviour shape what happens on top of the network.

A mature understanding therefore combines technical literacy with social literacy. Knowing how packets move is important. Knowing how platforms, incentives and human judgement affect information is equally important.

Frequently Asked Questions

Is the internet stored somewhere?

No single place stores the internet. Data is distributed across personal devices, company servers, cloud systems, data centres, content delivery networks, archives and many other systems. Some services replicate the same information in several locations.

Does the internet work without satellites?

Yes. Most global internet traffic relies heavily on terrestrial and submarine fibre networks. Satellites are important for certain access, remote locations, mobility and resilience use cases, but they are not the only foundation of the internet.

Can two packets from the same webpage take different routes?

They can. Routing is dynamic, and networks may balance traffic or react to changes. Applications are designed to tolerate ordinary variation in packet arrival and path behaviour.

Why does restarting a router sometimes help?

Restarting can clear a temporary software fault, renew certain connections or reset local state. It is not a universal cure. If a fibre cable is damaged or a remote service is down, rebooting the router does not repair the real cause.

What is the most important idea to remember?

The internet is a cooperative system of interconnected networks. Information moves because many independently operated systems follow shared technical rules and agree to exchange traffic.

The Big Picture

To understand the internet, hold three pictures in your mind at once. First, it is physical: glass fibre, copper, antennas, routers, switches, servers, buildings and electricity. Second, it is logical: addresses, packets, protocols, names, routes and software. Third, it is institutional: companies, standards bodies, governments, universities, infrastructure operators and users all influence how it develops.

When those three pictures are combined, the mystery disappears. A webpage is not floating in a cloud. It is a document or application served by computers, located through naming systems, reached through routed networks and displayed by software on a device. A video call is not magic. It is captured media, compressed, packetised, transported, buffered, decoded and played back.

That is the enduring value of learning how the internet works. The goal is not to memorise every acronym. It is to see the structure beneath everyday digital life, so that new technologies become easier to understand, evaluate and use well.

Further Reading and Useful Routes

For a wider computing foundation, read What Is Computer Science?. For the organisation that develops many open internet standards, see the Internet Engineering Task Force. For domain-name and identifier coordination, see ICANN. For educational material about internet architecture and policy, see the Internet Society.

The next useful questions are: What is a computer network? How does Wi-Fi work? What is DNS? What is cybersecurity? How does cloud computing work? What is artificial intelligence? Each question zooms into one room of the larger digital system.


Continue in eduKate

Continue with Engineering, Computing and Technology Library or World Knowledge.

Explore the connected learning guides

Choose the question that brought you here. Open one useful guide, try a small task, and stop when you have what you need.

Take one question further

The same learning habit can travel across subjects, while each subject keeps its own methods. These routes help you notice a difficulty, understand one part of it, and return to something you can do.

A word is familiar, but using it is difficult.

Move from recognising a word to retrieving it in a new context. Understand vocabulary plateaus.

Try it without the guide: Choose one word you already know. Close the guide and use it in a new sentence. Explain why it fits; try another context tomorrow.

A piece of writing has ideas, but the reader loses the thread.

Make the order of events and the links between sentences clear. Explore composition writing.

Try it without the guide: Choose one short paragraph. Read the relevant explanation, close it, and revise the paragraph. Ask someone to tell you what happened and why.

The Mathematics seems familiar, but marks still disappear.

Find the first point where the working stops being reliable. Find Secondary 4 A-Math mark leakage.

Try it without the guide: For a Secondary 4 A-Math question you have attempted, locate the first uncertain line. Repair that step, then try a comparable question without the worked answer.

A Science fact is remembered, but the explanation is incomplete.

Connect the evidence to a scientific idea and the resulting change. Follow the Primary Science learning route.

Try it without the guide: Choose a familiar Primary Science example. Explain the evidence, the idea and the result without notes. Then change one condition and explain your prediction.

Two accounts of the world seem to disagree.

Check the question, source, date and evidence before combining claims. Explore the World Knowledge research library.

Try it without the guide: Take one claim. Find the source best placed to support it, note its date, and state what remains uncertain. Return to your original question.

There is plenty of help, but independence is hard to see.

Check what the learner can understand and do after support is removed. Understand how education works.

Try it without the guide: Choose one small task the child has practised. Agree on a calm, brief attempt without prompts. Use what happens to choose one next step, then stop.

For the structure behind these connections, read the eduKateSingapore runtime manifest and the eduKate ecosystem boot contract. The reader map describes public navigation; those manifests preserve the wider ownership and return rules.

Discover more from eduKate Singapore

Subscribe now to keep reading and get access to the full archive.

Continue reading