Local Area Network (LAN)

A Local Area Network (LAN) is a network confined to a small geographical area, such as a home, office, or campus. It enables fast, reliable communication and resource sharing among devices.


๐Ÿ”น Key Characteristics of LAN

  • Geographical Scope: Typically within 1 kmยฒ (building, floor, or campus).
  • Ownership: Usually privately owned and managed.
  • Data Transfer Speed: High โ€” typically 100 Mbps to 10 Gbps or more.
  • Latency: Low, due to proximity of devices.
  • Transmission Medium: Twisted pair cables, fiber optics, or wireless (Wi-Fi).
  • Maintenance: Managed internally by network administrators.

๐Ÿ”น Functions of a LAN

  • Sharing files, printers, and internet access.
  • Centralized software and user management via servers.
  • Facilitates local email and internal chat systems.
  • Local hosting of web services and databases.

๐Ÿ–ผ๏ธ Textual Diagram โ€“ Typical LAN Setup

     +-----------+         +-----------+
     |  Laptop   |         |  Printer  |
     +-----------+         +-----------+
           \                   /
            \                 /
           +---------------------+
           |      Ethernet       |     โ† Switch/Hub
           +---------------------+
              /           \
     +-----------+     +-----------+
     | Desktop 1 |     | Desktop 2 |
     +-----------+     +-----------+
              |
        +------------+
        |  Router    |
        +------------+
              |
         [Internet]

๐Ÿ”น Types of LAN

1. Wired LAN

  • Uses physical cables (typically Ethernet).
  • Offers high speed, low interference.
  • Common in offices and server rooms.

2. Wireless LAN (WLAN)

  • Uses radio waves (Wi-Fi).
  • More flexible and mobile.
  • Common in homes and cafes.

๐Ÿ”น LAN Protocols

ProtocolDescription
Ethernet (IEEE 802.3)Most widely used wired LAN protocol. Uses CSMA/CD.
Wi-Fi (IEEE 802.11)Wireless LAN standard. Uses CSMA/CA.
Token Ring (IEEE 802.5)Older LAN protocol; now mostly obsolete.
MAC AddressingUniquely identifies devices at the Data Link Layer.

๐Ÿ”น Advantages of LAN

  • High Speed: Up to 10 Gbps with modern Ethernet.
  • Low Cost: Infrastructure and maintenance are affordable.
  • Security: Managed internally with firewalls, access control.
  • Resource Sharing: Centralized access to printers, storage, and internet.

๐Ÿ”น Disadvantages of LAN

  • Limited Range: Only suitable for small areas.
  • Initial Setup Cost: Requires cabling, switches, routers.
  • Maintenance: Needs network administration knowledge.

๐Ÿ”น Use Cases

  • Educational Institutions: For connecting labs, classrooms, libraries.
  • Businesses: Centralize data and applications on servers.
  • Homes: Sharing internet, streaming, file transfers between devices.

๐Ÿ”น LAN Topologies

LANs can be implemented using different topologies:

TopologyDescriptionProsCons
StarAll nodes connect to a central hub/switch.Easy to manage, scalable.Hub failure = entire network down.
BusAll devices share a single backbone.Cheap, simple.Traffic congestion, hard to troubleshoot.
RingDevices connected in a loop.Predictable performance.Failure in one device disrupts the loop.
MeshEach device connects to every other.High reliability.Expensive, complex.
TreeHierarchical, combines star and bus.Scalable, structured.Dependent on root node.

๐Ÿ”น LAN vs WAN vs MAN

FeatureLANMANWAN
Area CoveredRoom/buildingCity or metro areaCountry/global
OwnershipPrivatePublic or privatePublic/ISP-managed
SpeedHighMediumLower (but improving)
CostLowMediumHigh
TechnologyEthernet, Wi-FiFiber, Metro EthernetMPLS, Satellite, Fiber WAN

๐Ÿ”น Summary

A LAN is the foundation of local digital connectivity, enabling devices within a limited area to communicate efficiently, share resources, and access external networks. It can be wired or wireless, and is the most commonly deployed network type in both homes and offices.


Next Up: WAN (Wide Area Network)