Network Types
π 1οΈβ£ LAN β Local Area Network
A LAN (Local Area Network) connects devices within a small area like: home, office, or school lab.
Local Area Network (LAN)
- Computers in your home connected to Wi-Fi
- Office PCs connected to a switch
- Very fast (high throughput)
- Low latency
- Easy to manage
- Low cost
- Limited area
- Needs maintenance
- Security depends on admin
π 2οΈβ£ WAN β Wide Area Network
A WAN (Wide Area Network) connects networks across large distances such as cities, countries, or continents.
Wide Area Network (WAN)
- Bank branches connected across India
- Office in India connected to a US server
- Global connectivity
- Resource sharing over distance
- Expensive
- Higher latency
- Slower than LAN
- ISP dependent
ποΈ 3οΈβ£ MAN β Metropolitan Area Network
A MAN (Metropolitan Area Network) covers a city-sized area.
Metropolitan Area Network (MAN)
- City-wide cable TV network
- University campuses across a city
- High-speed city connectivity
- Cost-effective compared to WAN
- More complex than LAN
- Security challenges
π« 4οΈβ£ CAN β Campus Area Network
A CAN (Campus Area Network) connects multiple LANs within a campus.
- College with multiple buildings
- IT company campus
- High speed
- Centralized control
- Better security than WAN
- Costly infrastructure
- Limited to campus
π± 5οΈβ£ PAN β Personal Area Network
A PAN (Personal Area Network) connects devices around one person.
Personal Area Network (PAN)
- Bluetooth headphones
- Phone connected to smartwatch
- Laptop hotspot
- Very low cost
- Easy to set up
- Portable
- Very short range
- Low speed
π‘ 6οΈβ£ WLAN β Wireless LAN
A WLAN is a wireless version of LAN using Wi-Fi instead of cables.
WLAN (Wireless LAN)
- Home Wi-Fi
- CafΓ© Wi-Fi
- Office Wi-Fi
- No cables
- Easy mobility
- Flexible
- Lower throughput than wired LAN
- Interference
- Security risks
π§© 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 |
Please Let College Make World
PAN β LAN β CAN β MAN β WAN
Network Topologies
Topology = How devices are connected and how data flows
- 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 ββΌββ Switch ββ Internet
PC ββ
Star Topology
- Home networks
- Offices
- Labs
- Easy to install & manage
- One cable failure affects only one device
- Easy troubleshooting
- High performance with switch
- Central device failure = whole network down
- More cables required
π 2οΈβ£ Bus Topology
In a Bus Topology, all devices share one main cable called the backbone.
Bus Topology
- Old networks
- Small temporary setups
- Low cost
- Simple design
- Backbone cable failure = whole network down
- Hard to troubleshoot
- Collisions happen
- Poor scalability
π 3οΈβ£ Ring Topology
In a Ring Topology, each device connects to two others, forming a circular ring.
Ring Topology
- Old telecom systems
- Token Ring (IBM β historical)
- No collisions
- Equal access for all devices
- One device failure breaks the ring
- Difficult to add/remove devices
- Slower than star topology
πΈοΈ 4οΈβ£ Mesh Topology
In a Mesh Topology, devices connect to many or all other devices.
- Full Mesh β Every device connects to every device
- Partial Mesh β Some devices are fully connected
Mesh Topology
- Data centers
- WAN links
- Wireless mesh networks
- Very reliable
- No single point of failure
- Best fault tolerance
- Very expensive
- Complex cabling
- Hard to manage
π 5οΈβ£ Hybrid Topology
A Hybrid Topology is a combination of two or more topologies.
- Star + Bus
- Star + Mesh
- Large organizations
- Enterprises
- Campuses
- Flexible
- Scalable
- Reliable
- Complex design
- Higher cost
π§© 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
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.
βWhat you can see and touchβ
- Cables (Ethernet, fiber)
- Switches
- Routers
- Physical device placement
β’ PCs connected to a switch using Ethernet cables
β’ Wi-Fi router placed in the center of the office
π This is physical topology
- Star
- Bus
- Ring
- Mesh
π Logical Topology
Logical topology describes how data moves inside the network, regardless of physical connections.
βHow communication actually happensβ
- Protocols
- Network rules
- Data flow logic
Even if computers are physically connected in a star, data may flow in a logical bus or logical ring depending on technology.
- 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)
Technician steps:
1οΈβ£ Check physical topology
β’ Cable unplugged?
β’ Switch powered ON?
2οΈβ£ Check logical topology
β’ IP configured?
β’ VLAN / routing issue?
π Physical first, logical next
Physical = Hardware & cables
Logical = Data flow & rules
β Physical topology is visible
β Logical topology is invisible
β One physical topology can have different logical topology
β Always troubleshoot physical before logical