Getting Connected: An Introduction to Networks and the Internet

3 min read
In today's world, a computer's value is often defined not just by its internal power but by its ability to connect to other computers. This interconnectedness is made possible by networks. A computer network is simply a collection of two or more computers linked together to share resources, such as an internet connection, printers, or files. Understanding how these connections work is essential for navigating the modern digital landscape, which is dominated by the largest network of all: the Internet.

The Basics of Networking

Networks can be categorized by their scale. A small network in a home or office is called a Local Area Network (LAN). These are typically connected via a router, either through Ethernet cables or wirelessly via Wi-Fi. Larger networks, like those spanning a university campus or a city, are called Metropolitan Area Networks (MANs) or Wide Area Networks (WANs). The Internet is the ultimate WAN—a global network of networks.

For devices to communicate on a network, they need two key identifiers:

IP Address: An Internet Protocol (IP) address is a unique string of numbers (e.g., 192.168.1.1) assigned to every device on a network. It functions like a mailing address, ensuring that data sent across the network reaches the correct destination. Your home router assigns local IP addresses to your devices, while your Internet Service Provider (ISP) gives your entire home network a public IP address to communicate with the wider internet.

MAC Address: A Media Access Control (MAC) address is a unique identifier hardcoded into every network interface card (like your Wi-Fi adapter) by its manufacturer. It is a permanent physical address, unlike an IP address, which can change.

Wi-Fi vs. The Internet: A Critical Distinction

A common misconception among beginners is that Wi-Fi and the Internet are the same thing. They are not. Wi-Fi is simply a wireless technology that allows your devices (laptop, phone, etc.) to connect to your local network without cables. The Internet is the massive, global network of servers and cables that your local network connects to. Your router acts as the gateway: it manages the local Wi-Fi network and provides a bridge to the internet via your ISP's connection (like a cable or DSL line).

How the Internet Works: The Client-Server Model

Most internet activity, from browsing a website to checking email, operates on a client-server model. Your web browser (e.g., Chrome, Safari) is the client. When you type a website address (like www.example.com) into the browser, it sends a request out over the internet. This request reaches a server, which is a powerful computer designed to store website data and "serve" it upon request. The server locates the correct web page and sends it back to your client machine, where your browser renders it for you to see.

This process relies on a global directory called the Domain Name System (DNS). Since computers understand numbers (IP addresses) better than names, DNS servers act like a phonebook. When you type "" your computer first asks a DNS server for Google's actual IP address. Once it gets the numerical address, it can then connect to the correct server. This entire complex process happens in milliseconds, creating the seamless experience we expect from the web. Understanding this flow of information demystifies how our devices access the vast repository of knowledge and services that is the internet.

References

Kurose, J. F., & Ross, K. W. (2021). Computer networking: A top-down approach (8th ed.). Pearson.

Comer, D. E. (2018). The Internet book: Everything you need to know about computer networking and how the Internet works (5th ed.). Chapman and Hall/CRC.
Posted in: TECH
← Browse All Categories Back to Home →