LAN 的确切定义是什么?

1 networking local-area-network

当我阅读一些网络书籍时,他们通常将 LAN 定义为跨越建筑物、校园楼层、家庭等的一组连接的计算机。但是,我认为这是非常模糊的。LAN 的确切定义是什么?即在查看网络拓扑时,您如何识别局域网?

Kha*_*led 6

我在维基百科上找到了这个很好的定义:

A local area network (LAN) is a computer network that interconnects computers in
a limited area such as a home, school, computer laboratory, or office building.
The defining characteristics of LANs, in contrast to wide area networks (WANs),
include their usually higher data-transfer rates, smaller geographic area,
and lack of a need for leased telecommunication lines.
Run Code Online (Sandbox Code Playgroud)

因此,您可以依靠三点来决定是否使用 LAN:

  1. 较小的地理区域。
  2. 更高的数据速率。
  3. 缺乏用于互连其部件的租用线路。