Types of Networks: LAN, WAN, MAN, PAN, Internet and Their Characteristics

Computer networks connect two or more independent computing devices to transmit data, share peripheral hardware, and run communication protocols. Engineers classify these systems based on geographic coverage, data transfer speeds, ownership structures, access control, and transmission media. The standard network categories include Personal Area Networks, Local Area Networks, Metropolitan Area Networks, Wide Area Networks, and the global Internet.

Geographical and Structural Network Categories

Personal Area Network (PAN)
  • A Personal Area Network operates within the immediate personal space of an individual, covering a radius of up to 10 meters.
  • Wireless PAN (WPAN) uses short-range transmission technologies such as Bluetooth (IEEE 802.15.1 standard), Zigbee (IEEE 802.15.4 standard), Ultra-Wideband (UWB), and Near Field Communication (NFC).
  • Wired PAN connects personal peripherals using interfaces like Universal Serial Bus (USB) and FireWire (IEEE 1394 standard).
  • These networks feature low power consumption, moderate data rates, and support communication between smartwatches, smartphones, wireless headsets, and personal laptops.
  • Body Area Networks (BAN) are a specialized subtype used for medical sensors attached to or implanted within the human body.
Local Area Network (LAN)
  • A Local Area Network connects computing devices within a geographically restricted area such as a single room, home, office building, laboratory, or school.
  • LANs use wired transmission standards like Ethernet (IEEE 802.3) over twisted-pair copper cables or optical fibers, as well as Wireless LAN (WLAN/Wi-Fi) using IEEE 802.11 protocols.
  • A single private organization or individual owns and administers the network infrastructure.
  • LANs offer high data transfer speeds, ranging from 100 Mbps to 10 Gbps and higher, with minimal transmission errors and low latency.
  • Virtual LAN (VLAN) technology (defined under IEEE 802.1Q) segments a single physical switch network into multiple logical networks to improve security and limit broadcast domains.
Metropolitan Area Network (MAN)
  • A Metropolitan Area Network spans a geographic area larger than a LAN but smaller than a WAN, covering a town, city, or municipal district spanning 5 km to 50 km.
  • Common examples include municipal cable television networks, smart city surveillance systems, and high-speed fiber-optic backbones connecting municipal offices.
  • Historical and current technologies used in MAN deployment include Fiber Distributed Data Interface (FDDI), Distributed Queue Dual Bus (DQDB under IEEE 802.6 standard), and Metro Ethernet.
  • A MAN is often owned and operated by a consortium of users, a single telecom service provider, or a municipal government authority.
Wide Area Network (WAN)
  • A Wide Area Network extends across large geographical boundaries, connecting cities, states, nations, or entire continents.
  • WANs use public, leased, or shared communication links, including submarine optical fiber cables, microwave links, communication satellites, and telephone systems.
  • Key technologies used to route and manage WAN data traffic include Multiprotocol Label Switching (MPLS), Asynchronous Transfer Mode (ATM), Frame Relay, and Software-Defined WAN (SD-WAN).
  • High propagation delays and varied transmission error rates occur due to the long distances traveled by the data packets.
  • Multiple telecommunication service providers, network operators, and national carriers jointly own and maintain the physical transmission links.
The Internet and Specialized Network Types
  • The Internet represents a global public system of interconnected computer networks that communicate using the standard Internet Protocol Suite (TCP/IP).
  • An Intranet is a private, restricted-access corporate network deployed strictly for internal employees of an organization.
  • An Extranet is an Intranet extended securely to provide controlled access to designated external suppliers, vendors, partners, or customers.
  • A Campus Area Network (CAN) links multiple interconnected LANs across a defined educational or industrial facility.
  • A Storage Area Network (SAN) is a specialized, high-speed network that supplies block-level network access to consolidated data storage systems using Fibre Channel or iSCSI.
  • A Virtual Private Network (VPN) creates an encrypted point-to-point data tunnel across an unsecure public network using protocols like IPsec, SSL/TLS, and WireGuard.

Comparative Matrix of Network Architectures

Parameter Personal Area Network (PAN) Local Area Network (LAN) Metropolitan Area Network (MAN) Wide Area Network (WAN) Internet
Geographic Coverage Up to 10 meters Up to 1 to 2 kilometers 5 km to 50 kilometers Country, continent, or global Global worldwide coverage
Data Transmission Rate Low to Moderate (1 to 24 Mbps) High (100 Mbps to 10 Gbps+) Moderate to High (100 Mbps to 1 Gbps) Low to Moderate (typically up to 1 Gbps) Variable depending on ISP
Propagation Delay Negligible Very short Moderate Long Very long
Bit Error Rate Very low Lowest Moderate High High
Ownership Single individual Private single entity Public authority or telecom provider Multiple telecom carriers No single owner (Distributed)
Primary Media / Standard Bluetooth, Zigbee, USB Ethernet (IEEE 802.3), Wi-Fi (IEEE 802.11) Optical fiber, Metro Ethernet Leased fiber lines, Satellite links TCP/IP over global optical and satellite links

Network Topologies and Transmission Media

Physical Network Topologies
  • Bus Topology: Devices connect to a single central cable (the backbone) terminated at both ends with electrical resistors; single-point cable breaks disable the entire line.
  • Star Topology: Every node connects independently to a central hub or switch; failure of a single cable does not disrupt communication among the remaining nodes.
  • Ring Topology: Each device connects to two adjacent devices forming a circular loop; data travels in one direction using token passing mechanisms.
  • Mesh Topology: Every node maintains a dedicated point-to-point physical connection to every other node (Full Mesh: n(n-1)/2 links for n nodes), providing high fault tolerance.
  • Tree Topology: Integrates multiple star topologies organized into a hierarchical, branched structure rooted at a central hub.
Guided and Unguided Transmission Media
  • Twisted Pair Cable: Contains pairs of insulated copper wires twisted together to cancel out electromagnetic interference; used in Category 5e and Category 6 Ethernet cables.
  • Coaxial Cable: Features an inner copper conductor surrounded by a dielectric insulator, metallic braided shield, and plastic jacket; used for broadband cable networks.
  • Optical Fiber Cable: Carries data as pulses of light through a silica glass core based on the principle of Total Internal Reflection; unaffected by electromagnetic interference.
  • Radio and Microwave Transmission: Transmits high-frequency unguided electromagnetic waves through the atmosphere for Wi-Fi, mobile cellular networks, and satellite downlinks.

Key Facts for Examination

  • The ARPANET (Advanced Research Projects Agency Network), commissioned in 1969 by the United States Department of Defense, was the operational precursor to the modern Internet.
  • Packet switching was developed by Paul Baran and Donald Davies to transmit data in discrete blocks independently across networks.
  • The IEEE 802 committee sets global standards for Local Area Networks and Metropolitan Area Networks.
  • IEEE 802.3 specifies standards for wired Ethernet, while IEEE 802.11 governs Wireless Local Area Networks (Wi-Fi).
  • IEEE 802.15.1 is the formal standard designation for Bluetooth technology.
  • The Bluetooth protocol was named after the 10th-century Scandinavian king Harald Bluetooth and operates in the 2.4 GHz Industrial, Scientific, and Medical (ISM) radio band.
  • A Network Interface Card (NIC) contains a factory-assigned, globally unique 48-bit physical identifier known as the Media Access Control (MAC) address.
  • Routers function at Layer 3 (Network Layer) of the OSI Reference Model to direct packets between distinct networks using IP addresses.
  • Network switches operate primarily at Layer 2 (Data Link Layer) of the OSI Reference Model and forward data frames using MAC address tables.
  • Repeater and Hub devices function at Layer 1 (Physical Layer) of the OSI model to amplify electrical signals and broadcast data to all ports.
  • The formula to determine the total physical links required in a full mesh network topology of n devices is n(n – 1) / 2.
  • The Submarine Cable System carries more than 95 percent of international internet and data traffic through transoceanic fiber cables.
  • The Internet Assigned Numbers Authority (IANA) oversees global IP address allocation and root zone management for the Domain Name System (DNS).
Originally written on December 19, 2015 and last modified on August 18, 2026.

Leave a Reply

Your email address will not be published. Required fields are marked *