Tutorials Logic, IN info@tutorialslogic.com

Network Types LAN, WAN, MAN, Topologies

Types of Computer Networks

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

Beyond geographic coverage, networks can also be classified by ownership, architecture, and purpose:

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

Specialized Network Types

In addition to the main classifications, there are several specialized network types designed for specific purposes:

A Storage Area Network is a high-speed network that provides access to block-level data storage. SANs are primarily used to make storage devices accessible to servers so that the devices appear as locally attached to the operating system.

A VPN creates a secure, encrypted connection over a public network (typically the Internet). It allows users to send and receive data across shared or public networks as if their computing devices were directly connected to the private network.

A CDN is a geographically distributed network of proxy servers and their data centers. The goal is to provide high availability and high performance by distributing the service spatially relative to end-users.

Wireless networks use radio waves to connect devices without physical cables. They provide mobility and flexibility in network design.

  • Characteristics: High performance, low latency, dedicated storage connectivity
  • Protocols: Fibre Channel, iSCSI, FCoE (Fibre Channel over Ethernet)
  • Use Cases: Enterprise data centers, database storage, virtualization environments
  • Benefits: Centralized storage management, improved backup and disaster recovery
  • Types: Site-to-site VPN, Remote access VPN, SSL VPN, MPLS VPN
  • Protocols: IPsec, SSL/TLS, OpenVPN, WireGuard
  • Use Cases: Remote work, secure branch office connectivity, bypassing geo-restrictions
  • Security: Encryption, authentication, tunneling protocols
  • How it works: Content cached at edge locations closer to users
  • Benefits: Reduced latency, load balancing, improved reliability
  • Use Cases: Video streaming, software distribution, website acceleration
  • Examples: Cloudflare, Akamai, AWS CloudFront, Fastly
  • Wi-Fi (WLAN): Based on IEEE 802.11 standards, operates in unlicensed spectrum
  • Cellular Networks: 4G LTE, 5G NR for mobile broadband connectivity
  • Satellite Networks: Provide connectivity in remote areas via satellites
  • Mesh Networks: Decentralized wireless networks where nodes relay data for each other

Enterprise Network Architectures

Large organizations typically implement multiple network types in a hierarchical architecture:

Layer Network Type Purpose Technologies
Core Layer High-speed backbone Interconnects distribution layer switches 10/40/100 Gbps Ethernet, MPLS
Distribution Layer Aggregation point Connects access layer to core, implements policies Layer 3 switches, routers
Access Layer Edge connectivity Connects end devices to the network Switches, Wi-Fi access points
Data Center Server connectivity High-speed server interconnection Spine-leaf architecture, SAN
DMZ Demilitarized zone Public-facing services with security Firewalls, load balancers

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

Network Selection Criteria

When choosing a network type and topology for a specific application, several factors must be considered:

Factor Considerations Impact on Choice
Geographic Scope Physical distance between devices Determines PAN/LAN/MAN/WAN classification
Number of Devices Current and future device count Affects topology choice and scalability requirements
Budget Constraints Initial and ongoing costs Influences choice between simple vs. complex topologies
Performance Requirements Bandwidth, latency, reliability needs Determines need for high-speed or redundant connections
Security Requirements Data sensitivity, access control needs Influences choice of private vs. public networks
Growth Expectations Expected network expansion Affects scalability and future-proofing decisions

Emerging Network Technologies

Modern networking is evolving with new technologies that blur traditional network boundaries:

SDN separates the network control plane from the data plane, allowing network administrators to programmatically configure network behavior through a centralized controller.

NFV virtualizes network functions that traditionally ran on proprietary hardware, allowing them to run as software on standard servers.

IoT networks connect billions of devices with specific requirements for low power, low cost, and massive scale.

5G networks introduce new capabilities beyond faster mobile broadband:

  • Benefits: Centralized management, automation, flexibility, reduced operational costs
  • Components: SDN controller, southbound APIs (OpenFlow), northbound APIs
  • Use Cases: Data center networks, carrier networks, enterprise campus networks
  • Virtualized Functions: Firewalls, routers, load balancers, NAT
  • Benefits: Reduced hardware costs, rapid deployment, scalability
  • Use Cases: Telecom networks, cloud services, enterprise networks
  • Protocols: MQTT, CoAP, LoRaWAN, Zigbee, Bluetooth Low Energy
  • Characteristics: Low bandwidth, high device density, battery-powered devices
  • Applications: Smart homes, industrial IoT, smart cities, agriculture
  • eMBB: Enhanced Mobile Broadband (up to 10 Gbps)
  • URLLC: Ultra-Reliable Low-Latency Communication (1ms latency)
  • mMTC: Massive Machine-Type Communications (1M devices/km²)
  • Network Slicing: Virtual networks for different use cases

Network Planning and Design Best Practices

When designing a network, follow these best practices for optimal performance and reliability:

  • Hierarchical Design: Use layered architecture for scalability
  • Redundancy: Provide backup paths for critical services
  • Security First: Design security into the network from the start
  • Documentation: Maintain comprehensive network documentation
  • Monitoring: Implement network monitoring and management tools
  • Current Assessment: Analyze existing network usage patterns
  • Growth Projection: Forecast future needs (3-5 years)
  • Burst Capacity: Design for peak usage, not just average
  • Technology Evolution: Plan for technology upgrades and migrations
  • Traffic Analysis: Understand traffic patterns and requirements
  • QoS Implementation: Prioritize critical applications
  • Load Balancing: Distribute traffic across multiple paths
  • Caching: Reduce bandwidth usage with content caching

Real-World Network Examples

Understanding how different network types are used in real scenarios helps solidify these concepts:

  • Type: LAN (Local Area Network)
  • Topology: Star topology with Wi-Fi access point
  • Components: Router, modem, switches, access points, devices
  • Protocols: Ethernet, Wi-Fi (802.11ac/ax), DHCP, DNS
  • Services: Internet access, file sharing, media streaming
  • Type: LAN with VPN connections to WAN
  • Topology: Hybrid (star for wired, mesh for wireless)
  • Components: Firewall, managed switches, access points, servers
  • Features: VLANs, QoS, guest network, VPN access
  • Security: WPA3, firewall rules, VPN encryption
  • Type: Multiple LANs connected by WAN/MAN
  • Topology: Hierarchical with redundant paths
  • Components: Core switches, distribution switches, routers, firewalls
  • Technologies: MPLS, SDN, load balancers, application delivery controllers
  • Management: Network monitoring, automated provisioning, security analytics

Classify an Office Network by Scope

Classify an Office Network by Scope
Desk and printer traffic: LAN
Two buildings joined by provider fiber: campus network
Branches joined through an MPLS or VPN service: WAN
Employee phone linked to earbuds: PAN

The classification follows ownership, distance, and interconnection method rather than the number of devices alone.

Choose a Topology for Field Sensors

Choose a Topology for Field Sensors
Requirement: 40 sensors must keep reporting if one sensor fails.
Choice: star topology with redundant gateways.
Rejected: a physical chain, because one broken link can isolate downstream sensors.
Evidence: disconnect one sensor and verify the remaining 39 still reach a gateway.

Topology is an availability and cabling decision, not just a diagram label.

Before you move on

Network Types LAN, WAN, MAN, Topologies Mastery Check

3 checks
  • Computer networks are classified based on their geographic coverage, ownership, and purpose.
  • A Storage Area Network is a high-speed network that provides access to block-level data storage.
  • SANs are primarily used to make storage devices accessible to servers so that the devices appear as locally attached to the operating system.

Networking Questions Learners Ask

In a star topology, each device has a separate link to a central switch. One damaged cable usually affects one device, and the switch exposes per-port status and counters.

A user may report that the local network is down when only remote sites or cloud services are unreachable. Check whether the device can reach its gateway, another local host, and then an external IP.

Physical topology describes cables, radios, and devices. Logical topology describes how frames, packets, VLANs, and routes actually flow.

Browse Free Tutorials

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