Network Types
Types of Computer Networks
Computer networks are classified based on their geographic coverage, ownership, and purpose. The main types are:
| Type | Full Name | Coverage | Speed | Example |
|---|---|---|---|---|
| PAN | Personal Area Network | ~10 meters | Up to 480 Mbps | Bluetooth devices, USB |
| LAN | Local Area Network | Building/Campus | 100 Mbps – 10 Gbps | Office network, home Wi-Fi |
| MAN | Metropolitan Area Network | City/Town | 10 Mbps – 1 Gbps | City-wide cable TV, ISP network |
| WAN | Wide Area Network | Country/World | Varies (slower) | Internet, corporate WAN |
Network Topologies
A network topology describes the physical or logical arrangement of nodes and connections in a network.
Bus Topology
All devices are connected to a single central cable (the bus). Data travels in both directions along the bus.
- Advantages: Simple, inexpensive, easy to install, requires less cable
- Disadvantages: Single point of failure (if bus breaks, entire network fails), performance degrades with more devices, difficult to troubleshoot
- Use case: Small networks, legacy Ethernet (10BASE2, 10BASE5)
Star Topology
All devices connect to a central hub or switch. All communication passes through the central device.
- Advantages: Easy to add/remove devices, failure of one device doesn't affect others, easy to troubleshoot
- Disadvantages: Central hub/switch is a single point of failure, requires more cable than bus
- Use case: Most modern LANs, home networks, office networks
Ring Topology
Devices are connected in a circular loop. Data travels in one direction (or both in dual-ring) around the ring.
- Advantages: Equal access for all devices, predictable performance
- Disadvantages: Failure of one device can break the ring, adding/removing devices disrupts the network
- Use case: Token Ring networks, FDDI (Fiber Distributed Data Interface)
Mesh Topology
Every device is connected to every other device. In a full mesh, there are n(n-1)/2 connections for n devices.
- Advantages: Highly fault-tolerant (multiple paths), no single point of failure, high reliability
- Disadvantages: Very expensive (lots of cables), complex to install and manage
- Use case: Internet backbone, military networks, critical infrastructure
Tree (Hierarchical) Topology
A combination of star and bus topologies. Groups of star-configured networks are connected to a linear bus backbone.
- Advantages: Scalable, easy to manage sections independently
- Disadvantages: Backbone failure affects entire network, complex cabling
- Use case: Large organizations, campus networks
Hybrid Topology
A combination of two or more different topologies. Most real-world networks use hybrid topologies.
- Advantages: Flexible, scalable, can be designed to meet specific needs
- Disadvantages: Complex design and management, expensive
- Use case: Enterprise networks, the Internet itself
Topology Comparison
| Topology | Fault Tolerance | Cost | Scalability | Performance |
|---|---|---|---|---|
| Bus | Low | Low | Low | Degrades with load |
| Star | Medium | Medium | High | Good |
| Ring | Low-Medium | Medium | Medium | Consistent |
| Mesh | Very High | Very High | Low | Excellent |
| Tree | Medium | Medium | High | Good |
| Hybrid | Varies | High | Very High | Varies |
Ready to Level Up Your Skills?
Explore 500+ free tutorials across 20+ languages and frameworks.