Network types & topologies

Understanding different network configurations

Network Types

🏠 1️⃣ LAN – Local Area Network

A LAN (Local Area Network) connects devices within a small area like: home, office, or school lab.

πŸ“Œ Covers one building or room

Local Area Network (LAN)

LAN Network
🧠 Examples
  • Computers in your home connected to Wi-Fi
  • Office PCs connected to a switch
βœ… Advantages
  • Very fast (high throughput)
  • Low latency
  • Easy to manage
  • Low cost
❌ Disadvantages
  • Limited area
  • Needs maintenance
  • Security depends on admin
πŸ“Œ CCST Tip: LAN = Switch + Ethernet / Wi-Fi

🌍 2️⃣ WAN – Wide Area Network

A WAN (Wide Area Network) connects networks across large distances such as cities, countries, or continents.

πŸ“Œ Internet is the biggest WAN

Wide Area Network (WAN)

WAN Network
🧠 Examples
  • Bank branches connected across India
  • Office in India connected to a US server
βœ… Advantages
  • Global connectivity
  • Resource sharing over distance
❌ Disadvantages
  • Expensive
  • Higher latency
  • Slower than LAN
  • ISP dependent
πŸ“Œ CCST Tip: WAN = Router + ISP

πŸ™οΈ 3️⃣ MAN – Metropolitan Area Network

A MAN (Metropolitan Area Network) covers a city-sized area.

πŸ“Œ Bigger than LAN, smaller than WAN

Metropolitan Area Network (MAN)

MAN Network
🧠 Examples
  • City-wide cable TV network
  • University campuses across a city
βœ… Advantages
  • High-speed city connectivity
  • Cost-effective compared to WAN
❌ Disadvantages
  • More complex than LAN
  • Security challenges
πŸ“Œ CCST Tip: MAN is rare but important for exams

🏫 4️⃣ CAN – Campus Area Network

A CAN (Campus Area Network) connects multiple LANs within a campus.

πŸ“Œ Controlled by one organization
🧠 Examples
  • College with multiple buildings
  • IT company campus
βœ… Advantages
  • High speed
  • Centralized control
  • Better security than WAN
❌ Disadvantages
  • Costly infrastructure
  • Limited to campus
πŸ“Œ CCST Tip: CAN = Multiple LANs + one owner

πŸ“± 5️⃣ PAN – Personal Area Network

A PAN (Personal Area Network) connects devices around one person.

πŸ“Œ Range: Few meters

Personal Area Network (PAN)

PAN Network
🧠 Examples
  • Bluetooth headphones
  • Phone connected to smartwatch
  • Laptop hotspot
βœ… Advantages
  • Very low cost
  • Easy to set up
  • Portable
❌ Disadvantages
  • Very short range
  • Low speed
πŸ“Œ CCST Tip: PAN usually uses Bluetooth

πŸ“‘ 6️⃣ WLAN – Wireless LAN

A WLAN is a wireless version of LAN using Wi-Fi instead of cables.

WLAN (Wireless LAN)

WLAN Network
🧠 Examples
  • Home Wi-Fi
  • CafΓ© Wi-Fi
  • Office Wi-Fi
βœ… Advantages
  • No cables
  • Easy mobility
  • Flexible
❌ Disadvantages
  • Lower throughput than wired LAN
  • Interference
  • Security risks
πŸ“Œ CCST Tip: WLAN = LAN + Wireless

🧩 Quick Comparison Table (Exam Friendly)

Network Type Area Covered Example
PAN Few meters Bluetooth
LAN Building Home / Office
WLAN Building Wi-Fi
CAN Campus College
MAN City Cable network
WAN Country / World Internet
🧠 Memory Trick (Very Easy)

Please Let College Make World
PAN β†’ LAN β†’ CAN β†’ MAN β†’ WAN

Network Topologies

⭐ CCST GOLD LINE

Topology = How devices are connected and how data flows
There are two views:
  • Physical topology β†’ Actual cable & device layout
  • Logical topology β†’ How data moves (often different)

⭐ 1️⃣ Star Topology (MOST COMMON)

In a Star Topology, all devices connect to one central device such as a switch or hub.

PC ─┐
PC ─┼── Switch ── Internet
PC β”€β”˜

Star Topology

Star Topology
🧠 Where you see it
  • Home networks
  • Offices
  • Labs
βœ… Advantages
  • Easy to install & manage
  • One cable failure affects only one device
  • Easy troubleshooting
  • High performance with switch
❌ Disadvantages
  • Central device failure = whole network down
  • More cables required
πŸ“Œ CCST Tip: Star topology is the default choice today

🚌 2️⃣ Bus Topology

In a Bus Topology, all devices share one main cable called the backbone.

PC ──── PC ──── PC ──── PC

Bus Topology

Bus Topology
🧠 Where you see it
  • Old networks
  • Small temporary setups
βœ… Advantages
  • Low cost
  • Simple design
❌ Disadvantages
  • Backbone cable failure = whole network down
  • Hard to troubleshoot
  • Collisions happen
  • Poor scalability
πŸ“Œ CCST Tip: Rare today, but asked in exams

πŸ” 3️⃣ Ring Topology

In a Ring Topology, each device connects to two others, forming a circular ring.

PC β†’ PC β†’ PC β†’ PC β†’ back to PC

Ring Topology

Ring Topology
🧠 Where you see it
  • Old telecom systems
  • Token Ring (IBM – historical)
βœ… Advantages
  • No collisions
  • Equal access for all devices
❌ Disadvantages
  • One device failure breaks the ring
  • Difficult to add/remove devices
  • Slower than star topology
πŸ“Œ CCST Tip: Token passes one-by-one

πŸ•ΈοΈ 4️⃣ Mesh Topology

In a Mesh Topology, devices connect to many or all other devices.

Types:
  • Full Mesh β†’ Every device connects to every device
  • Partial Mesh β†’ Some devices are fully connected

Mesh Topology

Mesh Topology
🧠 Where you see it
  • Data centers
  • WAN links
  • Wireless mesh networks
βœ… Advantages
  • Very reliable
  • No single point of failure
  • Best fault tolerance
❌ Disadvantages
  • Very expensive
  • Complex cabling
  • Hard to manage
πŸ“Œ CCST Tip: Used where reliability is critical

πŸ”€ 5️⃣ Hybrid Topology

A Hybrid Topology is a combination of two or more topologies.

🧠 Examples
  • Star + Bus
  • Star + Mesh
🧠 Where you see it
  • Large organizations
  • Enterprises
  • Campuses
βœ… Advantages
  • Flexible
  • Scalable
  • Reliable
❌ Disadvantages
  • Complex design
  • Higher cost
πŸ“Œ CCST Tip: Real networks are often hybrid

🧩 Comparison Table (Exam Ready)

Topology Cost Reliability Used Today
Star Medium High βœ… Yes
Bus Low Low ❌ Rare
Ring Medium Medium ❌ Rare
Mesh Very High Very High βœ… Yes
Hybrid High High βœ… Yes

Physical vs Logical Topology

⭐ CCST GOLD LINE

Physical topology = How devices are physically connected
Logical topology = How data actually flows

In networking, topology can be viewed in two different ways. Many students get confused, but once you understand this section, troubleshooting becomes very easy.

πŸ”Œ Physical Topology

Physical topology refers to the actual layout of cables, devices, and hardware.

🧠 Think of physical topology as:
β€œWhat you can see and touch”
Includes:
  • Cables (Ethernet, fiber)
  • Switches
  • Routers
  • Physical device placement
🧠 Easy Example

β€’ PCs connected to a switch using Ethernet cables
β€’ Wi-Fi router placed in the center of the office

πŸ‘‰ This is physical topology
πŸ“Œ Common Physical Topologies
  • Star
  • Bus
  • Ring
  • Mesh

πŸ”„ Logical Topology

Logical topology describes how data moves inside the network, regardless of physical connections.

🧠 Think of logical topology as:
β€œHow communication actually happens”
Controlled by:
  • Protocols
  • Network rules
  • Data flow logic
🧠 Easy Example

Even if computers are physically connected in a star, data may flow in a logical bus or logical ring depending on technology.
πŸ“Œ Examples
  • Ethernet β†’ Logical Bus
  • Token Ring β†’ Logical Ring
  • Wi-Fi β†’ Logical shared medium

🧩 Physical vs Logical Topology (Side-by-Side)

Feature Physical Topology Logical Topology
Definition Actual cable & device layout How data flows
Focus Hardware Communication
Visible? βœ… Yes ❌ No
Depends on Cables & devices Protocols & logic
Changes easily? ❌ Hard βœ… Easier

πŸ› οΈ CCST Troubleshooting Logic (VERY IMPORTANT)

❌ Problem: Network not working

Technician steps:
1️⃣ Check physical topology
  β€’ Cable unplugged?
  β€’ Switch powered ON?

2️⃣ Check logical topology
  β€’ IP configured?
  β€’ VLAN / routing issue?

πŸ‘‰ Physical first, logical next
🧠 Memory Trick (Exam Ready)

Physical = Hardware & cables
Logical = Data flow & rules
βœ… CCST Exam Must-Knows

βœ” Physical topology is visible
βœ” Logical topology is invisible
βœ” One physical topology can have different logical topology
βœ” Always troubleshoot physical before logical