PAN, LAN, CAN, MAN, and WAN: Understanding Network Types by Geographic Scope REf: AI Tools as IS
Computer networks are often classified according to the geographic area they cover.
The most common categories are:
- PAN — Personal Area Network
- LAN — Local Area Network
- CAN — Campus Area Network
- MAN — Metropolitan Area Network
- WAN — Wide Area Network
At first glance, these categories may look like they are defined simply by distance.
However, that is only partly true.
There are no universal rules such as:
0–1 km = LAN
1–30 km = MAN
more than 30 km = WAN
Those kinds of distance ranges may be useful as rough examples, but modern networks are better understood by their scope, purpose, ownership, and architecture.
1. Personal Area Network — PAN
A Personal Area Network, or PAN, is a small network formed around an individual.
It usually connects personal electronic devices that are physically close to one another.
Examples include:
- smartphone connected to wireless earbuds;
- smartwatch connected to a phone;
- laptop connected to a Bluetooth mouse;
- phone connected to a car entertainment system;
- computer connected to a wireless keyboard.
Common PAN technologies include:
- Bluetooth;
- USB;
- NFC;
- other short-range wireless technologies.
A PAN is usually very small compared with other network types.
However, it is better not to define it by saying that it must cover exactly “a few metres.”
The important idea is:
A PAN connects devices associated with an individual or a very small personal workspace.
A typical example is:
Smartphone ↔ Bluetooth Earbuds
or:
Laptop ↔ Bluetooth Mouse
2. Local Area Network — LAN
A Local Area Network, or LAN, covers a relatively small geographic area.
Typical examples include:
- a room;
- a home;
- an office;
- a floor of a building;
- an entire building;
- sometimes a group of nearby buildings.
Common LAN technologies include:
- Ethernet;
- Wi-Fi.
A typical home LAN might look like this:
Laptop → Wi-Fi Access Point/Router → Internet
An office LAN might look like:
PC → Ethernet Switch → Server
The defining idea is that the network operates within a local environment or premises.
Does a LAN Have a Fixed Radius?
No.
A LAN does not have a universal maximum radius.
One common source of confusion is the 100-metre limit associated with copper Ethernet.
For example, a typical twisted-pair Ethernet connection may have a maximum cable length of approximately:
100 metres
But that is the maximum length of one Ethernet cable segment, not the maximum size of the entire LAN.
For example:
PC — 100 m — Switch — 100 m — Switch — 100 m — Server
The devices may be hundreds of metres apart even though each Ethernet link follows its own distance limitation.
Using fiber-optic Ethernet, individual links can extend much farther.
Depending on the technology, fibre Ethernet links can extend:
- hundreds of metres;
- several kilometres;
- tens of kilometres.
Therefore:
The physical size of a LAN is not determined by one Ethernet cable length.
Can a LAN Contain a Router?
Yes.
A common misunderstanding is:
LANs contain switches, while MANs and WANs contain routers.
That is not correct.
A LAN can absolutely contain routers.
For example, one building may contain several IP networks:
192.168.10.0/24— employees192.168.20.0/24— guests192.168.30.0/24— servers192.168.40.0/24— IoT devices
Traffic between these IP networks must be routed.
The routing may be performed by:
- a router;
- a Layer-3 switch;
- a firewall with routing capabilities.
Therefore, one local network environment can contain many routers or Layer-3 devices.
The presence of a router does not automatically make a network a MAN or WAN.
Can a LAN Have Multiple Network Addresses?
Yes.
This is another important distinction.
A LAN is not the same thing as an IP subnet.
A LAN describes a local network environment.
An IP subnet describes a logical Layer-3 addressing domain.
A single office building could contain all of these:
10.10.10.0/24
10.10.20.0/24
10.10.30.0/24
10.10.40.0/24
and the entire environment may still reasonably be described as a LAN.
Routers or Layer-3 switches route traffic between those subnets.
Therefore:
One LAN can contain multiple IP networks or subnets.
3. Campus Area Network — CAN
A Campus Area Network, or CAN, connects multiple LANs across several nearby buildings.
The word “campus” should not be understood only in the educational sense.
A CAN can exist in:
- a university;
- a college;
- a hospital complex;
- a large corporate campus;
- a research facility;
- an industrial complex.
For example:
Building A LAN
↓
Campus Fiber Backbone
↓
Building B LAN
↓
Campus Fiber Backbone
↓
Building C LAN
All of these buildings may belong to the same organization.
A CAN is therefore larger than the typical individual building LAN, but smaller than a city-scale network.
A useful way to remember it is:
LAN = local building or premises
CAN = multiple nearby buildings within one campus
Fiber is commonly used to connect campus buildings because it supports high speeds and long distances.
4. Metropolitan Area Network — MAN
A Metropolitan Area Network, or MAN, spans a metropolitan or city-scale region.
It typically connects multiple:
- offices;
- buildings;
- campuses;
- branches;
- data centres;
- LANs.
For example, an organization may have several locations around a city:
Office A
↓
Metropolitan Network
↓
Office B
↓
Metropolitan Network
↓
Office C
These sites may be several kilometres or tens of kilometres apart.
Traditionally, some textbooks describe a MAN as covering something like:
1 to 30 miles
or approximately the size of a city.
That can be useful as a rough mental picture.
However, it should not be treated as a strict definition.
A 29-mile network is not automatically a MAN while a 31-mile network suddenly becomes a WAN.
The better definition is:
A MAN interconnects networks or sites across a metropolitan or city-scale area.
Does a MAN Need Routers?
Routers are very common in MANs, but they are not what defines a MAN.
Suppose three offices use different IP subnets:
Office A: 10.1.0.0/16
Office B: 10.2.0.0/16
Office C: 10.3.0.0/16
Traffic between them must be routed.
So a MAN will often include:
- routers;
- Layer-3 switches;
- carrier equipment;
- firewalls.
However, some metropolitan services can operate mainly at Layer 2.
Metro Ethernet is a good example.
Therefore:
MAN does not mean “a network containing routers.”
It means a network with metropolitan geographic scope.
Can a MAN Use the Same IP Network Address at Multiple Sites?
Technically, yes in some designs, but this requires careful explanation.
In a normal routed design, different sites should normally use different IP subnets.
For example:
Site A: 192.168.10.0/24
Site B: 192.168.20.0/24
This is straightforward because routers know where each network is located.
Using exactly the same subnet independently at multiple routed sites would create ambiguity.
For example, if two sites both use:
192.168.10.0/24
a router may not know which site contains:
192.168.10.50
unless special technologies or network separation methods are used.
Therefore, in a normal routed MAN:
Each routed subnet should normally have a unique IP prefix.
Layer-2 Extension Across a Metropolitan Area
There is an important exception.
A provider can sometimes extend the same Layer-2 Ethernet network across geographically separated locations.
For example:
Building A192.168.10.0/24
↓
Metro Ethernet
↓
Building B192.168.10.0/24
From the customer’s perspective, both buildings may appear to belong to the same Ethernet LAN or VLAN.
This can be useful, but extending one large Layer-2 domain over long distances can also create management and reliability challenges.
Large modern networks therefore often prefer routed designs rather than one enormous broadcast domain.
What Is Metro Ethernet?
Metro Ethernet is an Ethernet-based networking service delivered across a metropolitan area.
Ordinary Ethernet is usually associated with a local network:
PC → Ethernet Switch → Server
Metro Ethernet extends Ethernet connectivity between geographically separated locations.
For example:
Office A → Metro Ethernet → Office B
The offices may be many kilometres apart.
From the customer’s perspective, the service may look like a very long Ethernet connection.
Internally, however, the service provider may use:
- fibre;
- carrier Ethernet switches;
- MPLS;
- optical transport;
- other telecommunications technologies.
The customer does not necessarily see those internal details.
How Large Can a Metro Ethernet Network Be?
There is no single universal distance limit.
A Metro Ethernet network may span:
- several kilometres;
- tens of kilometres;
- an entire metropolitan region.
Some telecommunications providers offer Ethernet services that extend between cities or even across countries.
At that point, the service may still use Ethernet technology, but geographically it would normally be considered a WAN service rather than a MAN.
This is an important distinction:
Ethernet describes a networking technology.
while:
LAN, MAN, and WAN describe network scope.
Ethernet itself does not impose a city boundary.
What Is Metro Fiber?
Metro fiber refers primarily to the physical fiber-optic infrastructure installed across a metropolitan region.
For example, a telecom provider may install fiber through:
- city streets;
- underground conduits;
- utility infrastructure;
- commercial buildings;
- data centres;
- campuses.
That physical infrastructure is a metro fiber network.
A provider can then use that fibre to deliver different services.
One possible service is Metro Ethernet.
Therefore:
Metro fiber = physical infrastructure
while:
Metro Ethernet = networking service delivered over metropolitan infrastructure
A simple analogy is:
Metro fiber = the road
Metro Ethernet = a transportation service operating on that road
The physical medium and the networking service are related, but they are not the same thing.
5. Wide Area Network — WAN
A Wide Area Network, or WAN, spans a large geographic region.
A WAN may connect:
- cities;
- provinces or states;
- countries;
- continents.
A company with offices in Toronto, Vancouver, New York, London, and Singapore may operate a WAN connecting all of those locations.
A simplified architecture might be:
Toronto LAN
↓
WAN
↓
Vancouver LAN
↓
WAN
↓
London LAN
WANs commonly use services from telecommunications providers.
Possible technologies include:
- leased lines;
- MPLS;
- carrier Ethernet;
- Internet VPNs;
- SD-WAN;
- fiber networks;
- satellite communication.
The Internet itself is the largest example of interconnected wide-area networking.
Geographic Scope: The Simplest Comparison
A useful way to remember the network categories is:
| Type | Typical Scope | Example |
|---|---|---|
| PAN | Around an individual | Phone and smartwatch |
| LAN | Room, home, office, building | Office Ethernet network |
| CAN | Multiple nearby buildings | University campus |
| MAN | City or metropolitan area | Offices across one city |
| WAN | Regional, national, global | Corporate network across countries |
The progression can be remembered as:
PAN → LAN → CAN → MAN → WAN
or conceptually:
Person → Building → Campus → City → Country/World
Geographic Size Is Not the Same as Network Layer
It is important not to mix up two different concepts:
Geographic classification
- PAN
- LAN
- CAN
- MAN
- WAN
These describe the scope of the network.
Logical IP organization
- IP address
- network address
- subnet
- routing table
These describe the logical Layer-3 structure of the network.
For example, a single LAN may contain:
- one subnet;
- ten subnets;
- hundreds of VLANs and subnets.
Likewise, a MAN may connect dozens or hundreds of IP networks.
Therefore:
LAN does not mean one subnet.
and:
MAN does not mean multiple subnets by definition.
They describe different aspects of networking.
Ethernet Does Not Mean LAN Only
Ethernet is often introduced as a LAN technology.
That is a good starting point, but Ethernet is not restricted to one building.
Modern Ethernet can operate over:
- copper;
- multimode fibre;
- single-mode fibre.
Depending on the Ethernet standard and optical equipment, individual Ethernet links may extend from:
- tens of metres;
- hundreds of metres;
- several kilometres;
- tens of kilometres.
Service providers can also carry Ethernet traffic over metropolitan and wide-area networks.
That is why terms such as:
- Metro Ethernet;
- Carrier Ethernet;
- Ethernet WAN
exist.
Therefore:
Ethernet is a networking technology, not a geographic classification.
Switches and Routers Also Do Not Define LAN, MAN, or WAN
A switch usually forwards Ethernet frames based primarily on MAC addresses.
A router forwards packets between IP networks based on IP addresses and routing information.
Both devices can exist in a LAN.
Both can also appear in larger networks.
For example:
LAN
PC → Switch → Router → Server Subnet
MAN
Office Router → Metro Network → Office Router
WAN
Branch Router → Carrier Network → Headquarters Router
The devices help implement the network.
They do not determine whether the network is a LAN, MAN, or WAN.
One Network Can Contain Many Smaller Networks
The categories can also be hierarchical.
For example, a university may have:
- several PANs belonging to individual users;
- many LANs inside different buildings;
- a CAN connecting those buildings;
- a MAN connection to another city campus;
- a WAN connection to cloud services or remote offices.
So these terms are not always mutually exclusive descriptions of every physical component.
A larger network may contain many smaller network environments.
A Practical Example
Consider an organization with three offices.
Office A
Inside the building:
- staff PCs;
- Wi-Fi;
- servers;
- switches;
- routers.
This is a LAN environment.
Office B
Located five kilometres away.
It has another LAN.
Office C
Located fifteen kilometres away.
It also has a LAN.
The organization purchases Metro Ethernet from a telecom provider to connect all three offices.
Now the overall city-scale network can be considered a MAN.
Each location may use a separate subnet:
Office A: 10.10.1.0/24
Office B: 10.10.2.0/24
Office C: 10.10.3.0/24
Routing moves packets between these networks.
If the organization then connects another office in a different province or country, that larger interconnection becomes part of a WAN.
The hierarchy becomes:
Individual devices → LANs → MAN → WAN
The Most Important Idea
The easiest mistake is to treat PAN, LAN, CAN, MAN, and WAN as rigid distance categories.
They are better understood as descriptions of network scope.
A useful summary is:
PAN — network around an individual.
LAN — network within a local premises or building.
CAN — network connecting nearby buildings within a campus.
MAN — network connecting sites across a metropolitan area.
WAN — network connecting sites across large geographic regions.
There are no universal distance boundaries that separate one category from another.
Likewise:
- a LAN can contain routers;
- a LAN can contain multiple IP subnets;
- a MAN can use Layer-2 or Layer-3 networking;
- Metro Ethernet can extend Ethernet across a city;
- metro fiber describes physical fibre infrastructure;
- Ethernet itself does not define geographic size.
Final Thought
Network classification becomes much easier once geographic scope is separated from networking technology.
LAN, CAN, MAN, and WAN tell us approximately where and how broadly the network operates.
Ethernet, Wi-Fi, fiber, and Metro Ethernet tell us something about how connectivity is implemented.
IP addresses, subnets, and routing tell us how devices and networks are organized logically.
Keeping those three ideas separate makes it much easier to understand how modern networks are designed:
Geographic scope + transmission/networking technology + logical IP architecture.
