Introduction to Computer Networks: LAN, MAN, WAN, and Components
Core Concepts
What is a Computer Network?
A computer network is a collection of computers, servers, and other hardware devices connected together to share resources, exchange files, and communicate. Instead of working in isolation, networked devices use shared rules (protocols) to send and receive data.

Types of Networks
Networks are classified based on the geographical area they cover:
-
Local Area Network (LAN):
- Scope: Covers a small, localized area such as a single room, home, office, or school.
- Characteristics: High data-transfer speeds, highly secure, and cheap to set up.
- Example: Your school computer laboratory network.
-
Metropolitan Area Network (MAN):
- Scope: Covers a larger geographic area than a LAN, typically an entire city or town. It connects several LANs together.
- Characteristics: Owned by a consortium of users or a single network provider.
- Example: A bank connecting all its branches across a city.
-
Wide Area Network (WAN):
- Scope: Spans a vast geographical area, connecting different cities, countries, or even continents.
- Characteristics: Uses telephone lines, satellite links, or undersea fiber-optic cables. It is slower and more expensive than a LAN.
- Example: The Internet is the largest and most well-known WAN in the world.

Key Components of a Network
To build any computer network, specific hardware components are required to transmit and direct data:
- Network Interface Card (NIC): A hardware chip or card installed in a computer that allows it to connect to a network.
- Transmission Media: The physical or wireless path used to carry signals. This includes physical cables (like Ethernet or fiber-optic) and wireless media (like Wi-Fi or Bluetooth).
- Switch: A central connection device that links multiple computers within the same LAN, sending data only to the specific device that requested it.
- Router: A smart device that connects different networks together (for example, connecting your home LAN to the global WAN/Internet).

Real-World Application & Home Practice
Real-World Application: When you connect your smartphone to your home Wi-Fi to watch an online video, your phone is using a LAN (your home Wi-Fi network) to talk to a Router, which routes your request across a global WAN (the Internet) to fetch the video file.
Home Practice: Look around your house and count how many devices are connected to your internet router. Write down which ones use physical cables (wired) and which ones use radio waves (wireless) to connect.
Practice & Reflection Questions
- If a multinational company needs to share financial data instantly between its offices in Lagos, London, and New York, which network type (LAN, MAN, or WAN) must they use? Explain your choice.
- What is the main difference between a Switch and a Router in a network setup?