A LAN, or Local Area Network, is a local network that connects devices within a limited space or one administrative scope, such as a home, office, school, or lab, so they can communicate with each other.

In everyday terms, a LAN is the network that lets computers, phones, printers, NAS devices, servers, and other local devices exchange data inside a home or organization.

More precisely, a LAN is not just a group of nearby devices. It is a network configured so devices inside one local administrative scope can communicate.

LAN Is a Scope Classification

LAN is not the name of a specific device, cable, or internet plan.

LAN classifies a network by scope.

TermMeaning
LANA relatively small local network such as a home, office, school building, or lab
WANA network that connects wider areas such as cities, countries, or continents
InternetThe global interconnection of many networks

A LAN is not the opposite of the Internet. A LAN is closer to an internal local network. The Internet is a global network of networks.

At home, the structure often looks like this:

laptop  ---\
phone    --- home LAN --- router --- ISP network --- Internet
printer ---/

The LAN is the inside network in the home.

Core Role

The core role of a LAN is to create a communication environment for devices inside a local scope.

Inside a LAN, these interactions can happen:

computer -> print request to printer
laptop   -> store files on NAS
phone    -> stream video to TV
office PC -> access internal server
game console -> local communication with another device

Common LAN devices include:

computers
smartphones
tablets
printers
routers
switches
NAS devices
servers
CCTV devices
IoT devices

A LAN does not automatically mean Internet access. If external connectivity is down, devices may still communicate inside the LAN. A laptop may still reach a NAS or printer because that traffic stays inside the local network.

LAN Does Not Mean Wired

LAN is often associated with network cables, so it is easy to assume that LAN means a wired network.

That is not correct. LAN is a scope concept. Wired versus wireless is a separate question.

A LAN can be built with:

wired Ethernet
wireless Wi-Fi
wired and wireless together

For example, a desktop connected to a router by Ethernet and a phone connected to the same router by Wi-Fi can belong to the same LAN.

desktop -- Ethernet -- router
phone   -- Wi-Fi    -- router

The accurate distinction is:

LAN is a limited local network. Ethernet is a common wired technology for building LANs. Wi-Fi is a common wireless technology for joining LANs.

LAN and Wi-Fi Are Different

Wi-Fi is a wireless access technology. A LAN is the local network itself.

When someone says they connected to Wi-Fi at a cafe, their laptop connected to a wireless access point. That Wi-Fi connection usually leads into the cafe’s internal LAN.

laptop
  -> Wi-Fi
wireless AP
  -> cafe LAN
  -> Internet

Wi-Fi is the wireless connection method. The LAN is the local network reached through that connection.

LAN and Ethernet Are Different

Ethernet is the common wired technology used in many LANs.

ConceptRole
LANThe local network inside a limited space or administrative scope
EthernetA common wired networking technology used to build LANs

Ethernet is one way to build a LAN. LAN is the broader concept.

In everyday speech, people may say “LAN cable.” More technically, “Ethernet cable” or “network cable” is more precise.

LAN and the Internet Are Different

A LAN is an internal network. The Internet is the external global network.

In a home:

home LAN:
laptop, phone, printer, TV, NAS, router
 
Internet:
Google, YouTube, GitHub, remote servers, and many other networks

The router usually sits at the boundary:

local devices --- LAN --- router --- WAN/ISP network --- Internet

That is why many routers have separate LAN and WAN ports.

The LAN ports connect inward to local devices. The WAN port connects outward toward the ISP modem or external Internet line.

The router helps with Internet access, but it also helps create the local LAN.

LAN and IP Address Range Are Not the Same

Home LAN devices often have addresses such as:

192.168.0.2
192.168.0.3
192.168.0.4

or:

192.168.1.10
10.0.0.5
172.16.0.20

It is tempting to say that the same private IP range equals the same LAN. In simple home networks, it often looks that way. But LAN and IP range are different concepts.

A LAN is the local network structure. An IP range is an addressing system used to identify devices inside a network.

One company can use several IP ranges:

engineering: 192.168.10.0/24
finance:     192.168.20.0/24
guest Wi-Fi: 192.168.50.0/24

The same physical equipment can also be split into multiple logical LANs using VLANs.

The precise statement is:

An IP address range is an addressing structure. A LAN is the local network structure in which addresses are used.

Same Wi-Fi Does Not Always Mean Same LAN

In a normal home, devices on the same Wi-Fi often belong to the same LAN.

In companies, schools, cafes, and hotels, that may not be true.

The same Wi-Fi name can still involve:

client isolation
guest network separation
VLAN separation
firewall policy

For example, on cafe Wi-Fi, your laptop may be unable to reach another customer’s laptop. The devices appear to share a wireless environment, but security policy blocks direct device-to-device communication.

The accurate statement is:

Same Wi-Fi may mean the same wireless access infrastructure, but whether devices are in the same LAN and can communicate depends on network configuration.

Is LAN Only Physical Nearness?

The word local can make LAN sound like a pure distance term: close means LAN, far means WAN.

That is useful for a first approximation, but incomplete.

LANs are usually built inside limited spaces such as homes, offices, or school buildings. But the stronger criterion is one local administrative scope, not just physical distance.

One floor, one building, or several nearby buildings under one organization’s local network can be treated as a LAN. Connecting a Seoul office and a Busan office through carrier links is usually WAN-like, even if both belong to the same company.

Simple version:

A LAN is a nearby network.

More precise version:

A LAN is a network that directly connects devices inside a limited geographic and administrative scope for local communication.

What a LAN Enables

A LAN lets devices:

have local addresses
send data to each other
share printers, file servers, and NAS devices
reach the Internet through a router
communicate internally even without external Internet

A LAN is not merely a step toward using the Internet. It is itself a network. Internet access is what happens when that LAN is connected outward to other networks.

What LAN Does Not Mean

LAN does not mean:

Internet access is guaranteed
the network must be wired
the network must be Wi-Fi
all devices must share one IP range
all devices can reach each other
the network is automatically secure

LAN means a local network structure. Actual reachability depends on routers, switches, firewalls, VLANs, operating-system settings, and access policies.

Home Example

Suppose a home has:

router
desktop
laptop
phone
printer
smart TV
NAS

The desktop and NAS may connect by Ethernet. The laptop, phone, printer, and TV may connect by Wi-Fi. The router ties them together.

desktop -- wired --\
laptop  -- Wi-Fi --\
phone   -- Wi-Fi --- router --- Internet
printer -- Wi-Fi --/
NAS     -- wired --/
 
inside this boundary = LAN

Inside that LAN, the laptop can find the printer, the desktop can access the NAS, and the phone can stream to the TV.

Common Confusions

Confused ConceptDifference From LAN
Wi-FiWireless access technology, not the local network itself
EthernetCommon wired LAN technology, not the scope concept itself
InternetGlobal network of networks, not the internal local network
RouterDevice that helps create a LAN and connect it outward, not the LAN itself
IP address rangeAddressing scheme, not the full local network structure
Same Wi-FiMay still block local communication depending on policy
Network cableOne physical medium for LAN connectivity, not the LAN itself

Core Takeaway

A LAN is a local network that connects devices such as computers, phones, printers, and servers inside a limited space or one administrative scope so they can communicate.

A LAN can be wired, wireless, or both. It is not the Internet, Wi-Fi, or Ethernet. Wi-Fi and Ethernet are technologies used to connect to or build a LAN.