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
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:
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.
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.