Tutorials Logic, IN +91 8092939553 info@tutorialslogic.com
FAQs Support
Navigation
Home About Us Contact Us Blogs FAQs
Tutorials
All Tutorials
Services
Academic Projects Resume Writing Interview Questions Website Development
Compiler Tutorials

Network Types

Types of Computer Networks

Computer networks are classified based on their geographic coverage, ownership, and purpose. The main types are:

TypeFull NameCoverageSpeedExample
PANPersonal Area Network~10 metersUp to 480 MbpsBluetooth devices, USB
LANLocal Area NetworkBuilding/Campus100 Mbps – 10 GbpsOffice network, home Wi-Fi
MANMetropolitan Area NetworkCity/Town10 Mbps – 1 GbpsCity-wide cable TV, ISP network
WANWide Area NetworkCountry/WorldVaries (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

TopologyFault ToleranceCostScalabilityPerformance
BusLowLowLowDegrades with load
StarMediumMediumHighGood
RingLow-MediumMediumMediumConsistent
MeshVery HighVery HighLowExcellent
TreeMediumMediumHighGood
HybridVariesHighVery HighVaries

Ready to Level Up Your Skills?

Explore 500+ free tutorials across 20+ languages and frameworks.