Welcome gift! Enjoy free course access today. Discover now!

Types of Network – LAN, WAN and MAN

Introduction

Networks are classified by their geographic coverage: how much physical area they span and how many locations they connect. There are four main types you should know, with three being the most important for this course: LAN, MAN, and WAN.

file_handling_3
Types of Networks

The different types of networks can be categorised based on the area they cover (ranging from personal connections to global networks), the type of communication they use, and their architectural design.

1. Personal Area Network (PAN)

A Personal Area Network is the smallest type of network. It connects personal devices within a very short range, typically less than 10 metres. PAN networks almost always use wireless technologies such as Bluetooth or infrared.

You use a PAN every day without thinking about it. When a MUBS student connects wireless earphones to their phone while sitting in the library, that is a PAN. When a lecturer transfers a file from their phone to their laptop using Bluetooth before a class presentation, that is also a PAN.

Key Definition: PAN — A short-range personal network connecting devices within about 10 metres. Examples include Bluetooth earphones, wireless keyboards, and file transfers between a phone and laptop.

personal_area_network
Pan

Advantages:

  • Allows for easy communication between personal devices in close proximity.
  • Uses wireless technology, which eliminates the need for wires and cables.
  • PANs are designed to be energy efficient, which means that devices can communicate with each other without draining their batteries quickly.

Disadvantages:

  • Limited coverage area.
  • PANs have limited bandwidth, so they are not suitable for large-scale or high-speed data transfer.
  • May experience interference from other wireless devices.

2Local Area Network (LAN)

A Local Area Network connects computers and devices within a small area such as a single building, one floor of a building, or a campus. It typically uses switches, Ethernet cables, and private IP addresses. LANs are high speed, relatively inexpensive to set up, and easy to manage.

  • Coverage: Up to 2 km (limited area).
  • Speed: Earlier 4–16 Mbps; now 100–1000 Mbps.
  • Medium: Mostly wired (Ethernet cables, twisted-pair, coaxial), though wireless can also be used.
  • Example: Students playing a multiplayer game in the same room without internet.
local_area_network
The computer laboratory at MUBS Nakawa where you do your Packet Tracer labs is a LAN. All the PCs in that room connect to a central switch, share the same IP address range, and can share resources such as the lab printer and the file server.
The teller network inside a single Stanbic Bank branch at Forest Mall Lugogo is a LAN. All the teller PCs, the branch server, and the branch printer connect to one switch on the same IP address range (192.168.10.0/24 in your coursework exam).
The staff network on the ground floor of the ADB building at MUBS Nakawa is a LAN. All devices connect through one switch and share the address range 192.168.1.0/24.

Advantages:

  • Provides fast data transfer rates and high-speed communication.
  • Easy to set up and manage.
  • Can be used to share peripheral devices such as printers and scanners.

Disadvantages:

  • Limited geographical coverage.
  • Limited scalability and may require significant infrastructure upgrades to accommodate growth.
  • May experience congestion and network performance issues with increased usage.

3. Metropolitan Area Network (MAN)

A MAN spans 5–50 km, covering more area than a LAN but less than a WAN. It connects computers across a city or between nearby cities. MANs provide high-speed connectivity (in Mbps), can act as ISPs, and are useful for organizations needing fast communication. However, they are costly, complex to design, and harder to maintain.

metropolitan_area_network_man_
Man

Advantages:

  • Provides high-speed connectivity over a larger geographical area than LAN.
  • Can be used as an ISP for multiple customers.
  • Offers higher data transfer rates than WAN in some cases.

Disadvantages:

  • Can be expensive to set up and maintain.
  • May experience congestion and network performance issues with increased usage.
  • May have limited fault tolerance and security compared to LANs.

4. Wide Area Network (WAN)

A WAN covers large geographical areas (above 50 km), often connecting multiple LANs through telephone lines, radio waves, or satellites. It can be private (for organizations) or public (like the internet). WANs offer high-speed communication but are costly to set up and maintain.

Local-Area-Network
Covers large geographical areas, connecting networks across countries or continents.

Advantages:

  • Covers large geographical areas and can connect remote locations.
  • Provides connectivity to the internet.
  • Offers remote access to resources and applications.

Disadvantages:

  • Can be expensive to set up and maintain.
  • Offers slower data transfer rates than LAN or MAN.
  • May have lower fault tolerance and security compared to LANs.

Based on Types of Communication

Networks can also be divided based on the types of communication they use:

1. Point-to-Point

A Point-to-Point network creates a direct connection between two devices (e.g., computer and printer). Data is transmitted without intermediaries, using either wired (cables) or wireless (infrared, radio) links. It is simple, dedicated, and commonly used for two-device communication.

Point-to-Point-Network
Point-to-Point Network

Advantages:

  • Provides a dedicated and direct connection, ensuring reliable communication between two devices.
  • Simple to set up and configure due to the limited number of devices involved.
  • Offers low latency as there are no intermediate devices or complex routing.

Disadvantages:

  • Not scalable, as adding more devices requires additional dedicated links.
  • May require physical cables for wired connections, which can limit flexibility.
  • Lacks fault tolerance; if the direct link fails, communication is disrupted.

2. Multipoint Networks

A multipoint network allows more than two devices to share a single communication link. The channel capacity is either shared at the same time (spatially) or in turns (temporally).

tempralSharing
Multipoint Network

Advantages:

  • Allows multiple devices to share a single communication channel, reducing the need for multiple dedicated links.
  • More cost-effective than point-to-point networks for connecting multiple devices.
  • Supports dynamic communication, where devices can join or leave the network easily.

Disadvantages:

  • Shared bandwidth can lead to congestion and reduced performance when many devices are active.
  • Potential for interference or collisions in spatially shared connections.
  • Security risks may increase as multiple devices access the same communication medium.

3. Broadcast Networks

Broadcast networks use a single communication channel where one sender transmits data that can be received by multiple parties simultaneously. In this setup, data travels in one direction, from the sender to all potential receivers. A common example is a radio station, where the station broadcasts signals that can be picked up by any radio receiver within range. Another example is a television network broadcasting to multiple viewers.

Broadcast-communication-open-to-all
Broadcast Networks

Advantages:

  • Efficient for distributing data to a large number of recipients simultaneously.
  • Simple to implement for one-to-many communication scenarios.
  • Reduces the need for individual connections to each receiver, saving resources.

Disadvantages:

  • Data is sent in one direction, limiting two-way communication.
  • No guarantee that all intended recipients receive the data reliably.
  • Can lead to bandwidth wastage if not all receivers need the transmitted data.
Share:

Leave A Reply

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


You May Also Like

What are the Types of Cables in Computer Networks? There are three types of cables in computer networks: twisted pair...
Practical, step-by-step guide for beginners explaining every file and every important line of code Overview This tutorial explains, in detail,...