Local Area Network

Structure of a Local Area Network. Source: Schultz 2019.
Structure of a Local Area Network. Source: Schultz 2019.

Local Area Network (LAN) is a computer network used for connecting computers within a limited geographical area such as offices, schools and buildings. Interconnected LANs dispersed over a wider area is called a Wide Area Network (WAN).

A LAN consists of cables, switches, routers, and bridges that together enable devices to connect and communicate with one another. Devices connected in a LAN have shared access to the interconnecting medium. When the medium is made of physical wires or cables, we called it Wired LAN. If the medium is radio waves we called it Wireless LAN (WLAN).

The most common technology used for wired LANs is Ethernet. For wireless LANs, IEEE 802.11 standards are used and their commercialized technology is called Wi-Fi.

Discussion

  • What are the characteristics of a LAN?

    LAN is a low-cost and effective network type capable of connecting multiple devices on a single transmission medium so that every device in the network can communicate with one another.

    LAN coverage is over a limited extent, from meters to a few kilometres. The quality of data transmission in LAN is comparatively higher than other network types due to the shorter coverage area. Switches or routers are used to construct a LAN network most of the time. This ensures higher data transmission speeds and reliability.

    Setting up a LAN network can be done at low costs. If there's a need for expansion, it can be done quickly.

  • What are the different LAN types?
    An overview of Client-Server and Peer-to-Peer LAN types. Source: Professor Messer 2012.

    Based on the communication mode, LAN can be generally classified into two types:

    • Client-Server LAN: In this mode, only a single central server is used to connect with multiple clients through wired or wireless medium. If a client device needs to send a packet to another client, communication happens via the central server.
    • Peer-to-Peer LAN: In this mode, there's no need for a central server. Clients can communicate with each other directly. Sending a file is easier and faster, thus enabling higher speeds.
  • What's the difference between Wireless LAN and Ethernet LAN?

    Wireless LAN as the name suggests uses radio waves to transmit data whereas Ethernet uses wires to transmit data. Data transfer or communication through Ethernet LAN is more stable and faster, though both have their benefits.

    The particular Radio Frequency (RF) spectrum used in WLAN determines the coverage. Signal propagation and hence radio coverage are affected by walls, metal objects and even people. Coverage can be increased with wireless repeaters, bridges and access points. Data rates are steadily increasing for WLAN with the recent Wi-Fi 6 release (Feb 2021) that supports a maximum throughput speed of 9.6Gbps across multiple channels with 75% lower latency.

    Ethernet LAN primarily uses electrical signals to transmit data through cables. It has less interference than WLAN. Unshielded Twisted Pair (UTP) cables are commonly used to establish Ethernet connections. 10 Gigabit Ethernet (10GbE) is the latest standard that can offer a maximum throughput speed of 10Gbps.

  • Could you describe some limitations of LANs?

    LAN networks are only suitable for transmission over a limited distance. The cost of installation rises as the coverage area expands.

    LAN requires security to avoid threats from malware and viruses. Since computers are interconnected, any security breach can impact the entire network. Apart from securing devices physically, LAN security can be compromised by misconfigurations including weak passwords and improper allocation of devices. Obviously WLANs are easier to attack because physical access to network devices is not required. However, even in wired LANs, physical access to LAN sockets in hallways and reception areas can pose risks. It becomes important to keep the entire network under a policy guideline to avoid possible threats.

  • What type of devices are commonly found on a LAN?
    Types of LAN networking devices. Source: Waters 2016, slide 3.
    Types of LAN networking devices. Source: Waters 2016, slide 3.

    A LAN has many types of devices:

    • Host: End device (client or server) that can send and receive data.
    • Repeater: Operates at the physical layer. Receives data on one port, boosts the signal and sends it out on another port.
    • Hub: Essentially a multi-port repeater. All devices connected to the hub belong to the same LAN segment. A packet coming on one port is forwarded to all other ports. More devices connected to a single hub will result in packet collisions and drop in throughput.
    • Bridge: Connects two or more LANs in the network. Isolates its ports to accommodate more devices. Bridges forward frames between different LAN segments by looking at MAC addresses. It works at physical and data link layers.
    • Switch: Similar to a bridge but more sophisticated. Whereas a bridge typically implements functionality in hardware, a switch does it in software.
    • Router: A layer 3 or network layer device. It routes packets by looking at IP addresses. Essential for connecting to the Internet.
    • Gateway: Interconnects to another network type, either LAN or WAN, by translating between their protocols.
  • How does Virtual LAN differ from a normal LAN?

    Virtual LAN (VLAN) increases the capabilities of a normal LAN. It's a logical way of separating traffic between multiple logical or virtual networks that exists physically on the same network. VLANs are mostly used by organizations with a large number of devices.

    In a normal LAN, a broadcast message reaches all nodes whether they need it or not. In a VLAN, only a subset of nodes that belong to that VLAN (aka broadcast domain) will receive the broadcasted packet. Thus, VLANs mitigate packet flooding and network congestion.

    VLANs minimize security risks by reducing the number of hosts that receive a packet. Moreover, hosts that hold sensitive information can be on a separate VLAN. VLANs enable flexible network configuration, such as, grouping hosts by department rather than physical location. VLANs can be easily reconfigured just by changing port configurations.

    Implementation of VLAN will be cost-effective as it's built using switches. Routers are needed only for sending data outside the LAN.

  • Could you describe the different types of LAN topologies?
    Different LAN topologies. Source: Unet Communication 2018.
    Different LAN topologies. Source: Unet Communication 2018.

    Topology in networking refers to the way of devices are interconnected. Some major LAN topologies are:

    • Bus Topology: Also known as the backbone network. Simplest and widely used network design that needs only a single cable for connectivity. A device known as a terminator is placed at both ends to avoid signals reflecting back to each other.
    • Star Topology: A central device acts as a hub and connects to all other devices. Data on the network passes through devices in between before reaching the destination.
    • Ring Topology: Nodes are arranged in a ring topology. Data passes through each node before reaching the destination. Traffic can be bidirectional and the chances of packet collisions are less. Broken network links affect bi-directional communication.
    • Mesh Topology: Nodes are connected to each other in point-to-point configuration. Each node has multiple paths to reach another node. If one path fails, an alternate path is used, making this topology more fault-tolerant.
  • What are the different data transmission methods used in LANs?
    Types of transmission methods in networks. Source: EchoW 2016.
    Types of transmission methods in networks. Source: EchoW 2016.

    In communications, data can be transmitted in a few ways:

    • Unicast: It's a one-to-one data transmission method that typically uses a connection-oriented protocol such as TCP (Transmission Control Protocol). A web server that transmits or streams data to a single user via a unique connection is an example of unicast.
    • Multicast: It's a one-to-many data transmission method that uses a connectionless protocol such as UDP (User Datagram Protocol). A simple example is an email addressed to a specific group of recipients.
    • Broadcast: It's a one-to-all data transmission method. Data originates from a single point and is sent to all users simultaneously. Cable TV is an example of a broadcast network.

    In LAN, unicasting is predominant with many applications using it (FTP, HTTP, Telnet). Multicasting is implicit in the way a hub operates. VLAN is also multicasting in some sense. Explicit multicasting is possible via the IGMP protocol. Broadcasting is usually employed when a node wants to discover something, such as in ARP and DHCP protocols.

  • How does a LAN interface with a WAN?
    LAN and WAN interfaces on a router. Source: Cisco Systems 2015.
    LAN and WAN interfaces on a router. Source: Cisco Systems 2015.

    Routers connect LAN devices to WAN and then the wider internet. Most wireless routers come with two types of physical ports labelled as LAN and WAN. A WAN port is mostly connected to a modem that makes the router capable of accessing the internet. LAN port can be used to connect with devices that don't have Wi-Fi support. For secure communications, the LAN and WAN ports are internally separated by a firewall. Devices connected via WAN ports can't access the LAN devices unless port forwarding is configured.

    One of the essential operations done by a router is called Network Address Translation (NAT). NAT is designed to conserve IP addresses. Rather than give every device in the world a unique IP address, LAN devices have unregistered IP addresses that are valid only within that LAN. Router acts as an intermediary and presents to the internet a single public IP address. Router translates between internal private addresses and the public address.

  • Could you describe some recent advancements in LAN technology?

    LAN has seen significant development since its inception in the 1970s and has grown exponentially with changing demands and needs of users. Availability of next-generation WLAN cloud services, 5G, IoT, smart buildings, and cabling trends are transforming the industry.

    Single-Pair Ethernet (SPE) has become the trend for being faster and cost-effective. It provides transmission speeds up to 1Gbps with a single pair of twisted copper wires rather than the classic four-pair cables or RJ45 connectors.

    All over IP is an approach to building automation with IP alone. It's an integrated approach that brings together Ethernet/IP cabling, Power over Ethernet (PoE), and WLAN. Since all devices understand IP, there's no need for protocol translation in between. Such standardization improves reliability and availability.

    Adoption of Passive Optical LAN (POLAN) cable has changed the fundamental LAN architecture by replacing copper cables with single-mode fiber optic cables, providing higher bandwidth and numerous other advantages.

Milestones

1972

Dr. Robert M. "Bob" Metcalfe and his colleagues at Xerox PARC develop the first experimental Ethernet network called Alto Aloha Network for connecting with Altos, a personal workstation.

May
1973
Metcalfe's schematic representation of the Ethernet. Source: Alfred 2008.
Metcalfe's schematic representation of the Ethernet. Source: Alfred 2008.

Metcalfe renames Alto Aloha Network to Ethernet. He clarifies that this network can support any device. In a memo titled Alto Ethernet he gives a schematic representation in which personal computers can connect to a printer via a coaxial cable.

1974

Cambridge University initiates the Cambridge RING Project for communication of devices through the Laboratory within the campus. Information flows on twisted pair cables between the printers and computers.

Jul
1976
Diagram drawn by Dr. Robert M. Metcalfe in 1976 to present Ethernet. Source: OnTime Networks 2014.
Diagram drawn by Dr. Robert M. Metcalfe in 1976 to present Ethernet. Source: OnTime Networks 2014.

David Boggs and Bob Metcalfe publish a paper titled Ethernet: Distributed Packet Switching for Local Computer Networks. The same year Ethernet becomes an open networking standard funded by three companies Xerox, DEC and Intel.

Dec
1977

The first commercial LAN is installed by Datapoint Corp. at Chase Manhattan Bank in New York. It uses the Attached Resource Computer (ARC) network using a token ring scheme for Ethernet.

Dec
1984

The Institute of Electrical and Electronics Engineers (IEEE) publishes the standard IEEE 802.3 that specifies the Carrier Sense Multiple Access with Collision Detection (CSMA/CD) access method, which is essential for the working of a LAN.

1991
Kalpana Etherswitch EPS-1500. Source: Shieldforyoureyes 2008.
Kalpana Etherswitch EPS-1500. Source: Shieldforyoureyes 2008.

Kalpana Corporation launches a new device called LAN switch. Each port can run at full capacity simultaneously, something not possible with hubs. This is later called an Ethernet switch and it provides high-throughput communications.

1995

Fast Ethernet (FE) is introduced with transmission speed up to 100Mbps to meet the increasing the needs of users. It's specified by the IEEE 802.3u standard.

1997

First version of Wireless Local Area Network (WLAN) standards IEEE 802.11 is published with two raw data rates of 1 or 2Mbps.

Jun
2003

Power over Ethernet (PoE) is defined by the IEEE 802.3af and 802.3at standards. It can pass electric power along with data on twisted pair Ethernet cable. PoE can provide 48 volts over a 4-wire or 8-wire twisted pair. It's useful at locations without a power outlet.

Dec
2013

In WLAN, the standard IEEE 802.11ac is defined. It operates at the 5GHz band with support for MU-MIMO (Multi-User MIMO). This allows access points to communicate with multiple devices simultaneously.

Dec
2017

400GbE Ethernet interface is approved by IEEE under the IEEE 802.3bs standard. It can transmit data up to 400Gbps, which is four times faster than 100Gbps standard while also consuming less power.

Feb
2021

The IEEE 802.11ax standard or Wi-Fi 6 is launched. It provides more speed and greater stability on a higher bandwidth channel than its predecessors. MU-MIMO in Wi-Fi 6 can work in both 2.4GHz and 5GHz bands.

References

  1. APOLAN. 2020. "Passive Optical LAN Technical Overview & Benefits." The Association for Passive Optical LAN, April 17. Accessed 2021-12-19.
  2. Alfred, Randy. 2008. "May 22, 1973: Enter Ethernet." Wired, May 22. Accessed 2021-12-19.
  3. Azam, Waqas. 2021. "What is Local Area Network | features and characteristics | functions of LAN." W7cloud, September 02. Accessed 2021-12-15.
  4. Carritech. 2017. "LAN vs WAN: What are the differences?" Carritech Telecommunications, February 02. Updated 2019-01-14. Accessed 2021-12-15.
  5. Cisco. 2020. "What You Need to Know about Routing and Switching." Cisco Systems, September 14. Accessed 2021-12-15.
  6. Cisco Meraki. 2020. "Multicast-Unicast Conversion." Cisco Meraki, October 05. Updated 2021-02-24. Accessed 2021-12-19.
  7. Cisco Systems. 2015. "6.3.1.7 LAN and WAN Interfaces." In: Introduction to Networks, Cisco Networking Academy, February. Accessed 2021-12-22.
  8. Cisco Systems. 2020a. "What is a LAN? Local Area Network." Cisco Systems, November 11. Accessed 2021-12-15.
  9. Cisco Systems. 2020b. "Network Address Translation (NAT) FAQ." Technology Support, Cisco Systems, November 18. Accessed 2021-12-26.
  10. Cloudflare. 2020. "What is a network switch? | Switch vs. router." Cloudflare, August 09. Accessed 2021-12-15.
  11. CompTIA. 2020. "Network Security Basics - Definition, Threats and Solutions." CompTIA, September 29. Accessed 2021-12-17.
  12. Cornell University. 2003. "Ethernet, Hubs, Bridges, Switches, Other Technologies used at the Link Layer, ARP." CS 519, Cornell University, April 9. Accessed 2021-12-26.
  13. DeSouza, Jon. 2020. "Single Pair Ethernet Changes Scope of Next-Gen Cabling Systems." Machine Design, July 03. Accessed 2021-12-19.
  14. Dordal, Peter Lars. 2020. "100 Mbps (Fast) Ethernet." 2020. Section 2.3 in: An Introduction to Computer Networks, via LibreTexts, December 1. Accessed 2021-12-22.
  15. EchoW. 2016. "A Packet's Adventures on Routers-08." Huawei Forum, May. Accessed 2021-12-23.
  16. Edwards, Brian M., Leonard A. Giuliano, and Brian R. Wright. 2002. "Section 1.6: Multicast on the LAN." In: Interdomain Multicast Routing: Practical Juniper Networks and Cisco Systems Solutions, Addison-Wesley Professional, April 24. Accessed 2021-12-26.
  17. Fairhurst, Godred. 2020. "Unicast, Broadcast, and Multicast." School of Engineering, University of Aberdeen, March 10. Accessed 2021-12-26.
  18. Gerber, Matthias. 2020. "All over IP in the Building – Why?" Reichle & De-Massari, February 13. Updated 2021-01-05. Accessed 2021-12-19.
  19. Gillis, Alexander S. and Tom Nolle. 2021. "What Is Network Topology?." TechTarget, August 23. Accessed 2021-12-19.
  20. Grustniy, Leonid. 2019. "LAN sockets in reception areas — unnecessary and dangerous." Kaspersky Lab, September 16. Accessed 2021-12-17.
  21. Hewlett Packard Enterprise. 2021. "TCP/IP - What Is Address Resolution Protocol (ARP)." Hewlett Packard Enterprise, January 19. Updated 2020-11-19. Accessed 2021-12-15.
  22. Hoffman, Chris. 2017. "Wi-Fi vs. Ethernet: How Much Better Is a Wired Connection?" How-To Geek, May 31. Updated 2020-11-19. Accessed 2021-12-17.
  23. Huawei. 2019. "What Is a VLAN?" Huawei, July 02. Accessed 2021-12-17.
  24. Hypertec Direct. 2019. "The Difference Between LAN & WAN in Wireless Routers." Hypertec Direct, September 26. Updated 2019-10-11. Accessed 2021-12-18.
  25. IEEE SA. 1985. "802.3-1985 - IEEE Standards for Local Area Networks: Carrier Sense Multiple Access With Collision Detection (CSMA/CD) Access Method and Physical Layer Specifications." IEEE Standards Association, IEEE, December 31. Accessed 2021-12-19.
  26. IEEE SA. 2021. "IEEE 802.11ax-2021 - IEEE Standard for Information Technology--Telecommunications and Information Exchange between Systems Local and Metropolitan Area Networks--Specific Requirements Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications Amendment 1: Enhancements for High-Efficiency WLAN." IEEE Standards Association, IEEE, February 9. Accessed 2021-12-26.
  27. IXON Cloud. 2020. "WAN to LAN: Port forwarding." IXON Cloud, June 22. Updated 2020-11-19. Accessed 2021-12-21.
  28. Intel Corporation. 2004. "Wireless Ethernet LAN (WLAN): General 802.11a/802.11b/802.11g FAQ." Intel Corporation, March 31. Updated 2016-08-20. Accessed 2021-12-17.
  29. Intel Corporation. 2021. "Wi-Fi vs. Ethernet: How Much Better Is a Wired Connection?" Intel Corporation, June 25. Updated 2020-11-19. Accessed 2021-12-17.
  30. Juniper Networks. 2018. "Understanding Wireless Interference." Network Director User Guide, Network Director v4.0, Juniper Networks, May 05. Accessed 2021-12-17.
  31. Kojceski, Goran. 2016. "This article describes what a VLAN (Virtual LAN) is." study-ccna, January 26. Updated 2021-06-24. Accessed 2021-12-17.
  32. Lantronix. 2014. "Ethernet Tutorial – Part I: Networking Basics." Lantronix, December 09. Accessed 2021-12-15.
  33. Linksys. 2017. "What is MU-MIMO?" Linksys, March 08. Accessed 2021-12-22.
  34. Lithmee. 2019. "What is the Difference Between Broadcast and Multicast." Pediaa.Com, January 20. Updated 2019-01-20. Accessed 2021-12-15.
  35. Mali, Shweta. 2021. "Network Topology: A central pillar for network’s operations." Blog, stl.tech, October 14. Accessed 2021-12-17.
  36. Martin, Lou. 2011. "What Is LAN Used For?" Chron.com, August 04. Updated 2016-10-26. Accessed 2021-12-15.
  37. Melnick, Jeff. 2019. "Network Devices Explained." Netwrix Blog, January 08. Updated 2019-10-04. Accessed 2021-12-20.
  38. N-able. 2020. "A Quick Guide to Network Topology." N-able, April 21. Updated 2021-10-01. Accessed 2021-12-19.
  39. Netgear. 2017. "What is PoE? (Power over Ethernet)" Netgear, April 24. Accessed 2021-12-19.
  40. OnTime Networks. 2014. "Ethernet History." OnTime Networks, LLC, November 30. Accessed 2021-12-24.
  41. Oppenheimer, Priscilla, and Joseph Bardwell. 2002. "Troubleshooting Campus Networks: Practical Analysis of Cisco and LAN Protocols." Wiley, October 10. Accessed 2021-12-19.
  42. Professor Messer. 2012. "Client Server and Peer-to-Peer Networking." In: N10-005 CompTIA Network+, via Youtube, April 07. Accessed 2021-12-24.
  43. Reichle & De-Massari. 2020. "A closer look at Local Area Network trends and solutions." Total Telecom, January 20. Accessed 2021-12-19.
  44. Sarinnapakorn, Kanoksri. 2001. "IEEE 802.11b High Rate Wireless Local Area Networks." ResearchGate, March 15. Accessed 2021-12-22.
  45. Schultz, Don. 2019. "WAN vs. LAN: What Is the Difference?" Blog, Cable Academy, trueCABLE Inc., November 21. Accessed 2021-12-26.
  46. Shieldforyoureyes. 2008. "Kalpana EtherSwitch EPS-1500." Wikimedia Commons, September 20. Accessed 2021-12-24.
  47. Spurgeon, Charles E. 2014. "Chapter 1. The Evolution of Ethernet." In: Ethernet: The Definitive Guide, 2nd Edition, O'Reilly Media, March 13. Accessed 2021-12-20.
  48. UNet Communication. 2018. "Network Topology Types with Diagrams." UCPL, September 10. Accessed 2021-12-23.
  49. University of Cambridge. 2001. "Computer Laboratory - The Relics Project." University of Cambridge, May 01. Accessed 2021-12-19.
  50. Unuth, Nadeem. 2006. "The Fundamentals of an Ethernet LAN, Explained." Lifewire, June 09. Updated 2021-09-12. Accessed 2021-12-15.
  51. Varadarajan, Suba. 1997. "Virtual Local Area Networks." The Ohio State University, August 14. Accessed 2021-12-17.
  52. Vaughan-Nichols, Steven. 2017. "The birth and rise of Ethernet: A history." Hewlett Packard Enterprise, June 30. Updated 2019-03-19. Accessed 2021-12-19.
  53. Versa Technology. 2021. "400G Ethernet: It’s Here, and It’s Huge." Versa Technology, September 21. Updated 2021-09-08. Accessed 2021-12-19.
  54. Waters, Hugo. 2016. "LAN switching and Bridges." Via SlidePlayer. Accessed 2021-12-26.
  55. Wikipedia. 2021a. "Local area network." Wikipedia, December 17. Accessed 2021-12-26.
  56. Wikipedia. 2021b. "Wireless LAN." Wikipedia, December 7. Accessed 2021-12-26.
  57. Wood, Lamont. 2008. "The LAN turns 30, but will it reach 40?" Computerworld, January 31. Updated 2014-08-20. Accessed 2021-12-20.

Further Reading

  1. Cloudflare. 2020. "What is a LAN (local area network)?" Cloudflare, August 09. Accessed 2021-12-23.
  2. Agarwal, Tarun. 2014. "What is Ethernet : Types, Features & Its Categories." ElProCus, February 24. Updated 2021-10-18. Accessed 2021-12-23.
  3. Ali, Mustafa. 2017. "What is Wireless LAN? What is WLAN?" What is Wireless LAN? What is WLAN?, November 08. Accessed 2021-12-20.
  4. Clark, D. D., K. T. Pogran, and D. P. Reed. 1978. "An introduction to local area networks." Proceedings of the IEEE, vol. 66, no. 11, pp. 1497-1517, November. doi: 10.1109/PROC.1978.11152. Accessed 2021-12-22.

Article Stats

Author-wise Stats for Article Edits

Author
No. of Edits
No. of Chats
DevCoins
21
15
2374
3
12
1642
2157
Words
2
Likes
6795
Hits

Cite As

Devopedia. 2021. "Local Area Network." Version 24, December 26. Accessed 2023-11-12. https://devopedia.org/local-area-network
Contributed by
2 authors


Last updated on
2021-12-26 11:27:11
  • Computer Networks
  • Ethernet
  • Wi-Fi
  • Virtual LAN
  • Network Address Translation
  • Firewall