CCNA Notes #01: Computer Networks — Types & Classification (Complete Guide)
Computer Networks — Types & Classification
A complete reference covering what a network is, how networks are classified, and the key types you need to know for CCNA — built from classroom notes, teacher explanations, and structured revision.
1What is a Network & Networking?
What
A network is a group of two or more devices connected together so they can share information with each other. Networking is the purposeful process of setting up, using, maintaining, and troubleshooting those connections to make that sharing actually work.
Why
Without a network, every device is isolated — you'd have to physically transfer files, share printers one at a time, or duplicate data everywhere. Networking removes that friction and allows resources, services, and data to be shared efficiently.
Key terms to know
2How Networks Are Classified
Networks are grouped into three broad categories based on different criteria:
AClassification by Host Role
This is about the role a device plays on the network — does it ask for services, provide them, or both?
Client
A device that requests services from another device. It cannot provide services to others.
Server
A device that provides services to other devices. It responds to requests but does not initiate them.
Peer-to-Peer (P2P)
Devices that can both request and respond to services at the same time. There is no central authority — every device is equal.
Client-Server vs Peer-to-Peer — Quick comparison
| Feature | Client-Server | Peer-to-Peer |
|---|---|---|
| Data storage | Centralized on server | Distributed across peers |
| Visibility | Clients can't see other clients | Every peer knows who else is connected |
| Data access | Client fetches from server directly | Peer needs another peer to download data |
| Failure risk | Single point of failure (server down = all down) | No single point—others stay accessible |
| Use case | Websites, email, banking systems | File sharing (BitTorrent), blockchain |
BClassification by Geographical Area
This is the most important classification for CCNA. Networks are grouped by how much physical area they cover.
A network for your personal devices in immediate proximity. The smallest type of network.
BluetoothMobile hotspotPersonal Wi-Fi
Covers a small area like an office, floor, or building. High-speed, privately owned, uses Ethernet (UTP cables + switches).
Office networkHome Wi-FiSchool lab
Think of it as a bigger LAN connecting multiple buildings in one campus. It is NOT a rename — it is a scale-up of LAN.
University campusCorporate HQAirport
Larger than CAN/LAN but smaller than WAN. Covers an entire city. Formed by connecting multiple LANs.
City-wide ISPCable TV network
The largest network type. Connects multiple LANs and MANs across huge distances. Uses both public and private links. Generally slower than LAN.
InternetBank branch network
A high-speed network built purely for connecting servers to storage devices. Not for general internet use—purpose-built for data centers.
Fibre ChanneliSCSIData centres
CClassification by Participation (Access Type)
This classifies networks based on who is allowed to access them.
Private Network
- Access is restricted to authorized users only
- Data is protected and internal
- Example: Corporate internal network, school intranet
Public Network
- Open to all—authorized and unauthorized users alike
- Example: The internet, public Wi-Fi at a café
VPN — Virtual Private Network
What
A VPN is a logical private network built on top of a public network. It creates a secure encrypted tunnel between a client and a server over the internet — so it behaves like a private network even though the physical path is public.
Why
When you connect to a public network (like the internet), your data is visible and vulnerable. VPN encrypts that data and keeps it private — important for remote workers, branch offices, and anyone handling sensitive information.
How
VPN works by connecting physically through an ISP (Internet Service Provider) but logically through an encrypted tunnel. The tunnel ensures no one in between can read your data.
Examples
Remote employee accessing office filesBranch-to-branch site connectivitySecure browsing on public Wi-Fi
✓Quick Revision Summary
| Network | Full form | Coverage | Key point |
|---|---|---|---|
| PAN | Personal Area | 1–10 m | Personal devices, Bluetooth |
| LAN | Local Area | Building / <1 km | Ethernet, privately owned, high speed |
| CAN | Campus Area | Multiple buildings | Bigger LAN, not a rename |
| MAN | Metropolitan Area | City | Multiple LANs joined together |
| WAN | Wide Area | Countries / continents | Connects LANs & MANs, internet is the biggest WAN |
| SAN | Storage Area | Data centre | Storage-specific, Fibre Channel / iSCSI |
| VPN | Virtual Private | Anywhere (logical) | Private network over public network, encrypted tunnel |
Comments
Post a Comment