Know about Network Types

One way to categorize the different types of computer network designs is by their scope or scale. For historical reasons, the networking industry refers to nearly every type of design as some kind of area network. Common examples of area network types are:
  • LAN - Local Area Network
  • WLAN - Wireless Local Area Network
  • WAN - Wide Area Network
  • MAN - Metropolitan Area Network
  • SAN - Storage Area Network, System Area Network, Server Area Network, or sometimes Small Area Network
  • CAN - Campus Area Network, Controller Area Network, or sometimes Cluster Area Network
  • PAN - Personal Area Network
  • DAN - Desk Area Network

0

LAN

afees afees - 8 months ago
LANs, generally speaking, are collections of interconnected nodes, all of which are geographically nearby, such as in the same room or in the same building. A node is any device which can be networked, like a computer (often referred to as a system), a printer, an appliance (web server, NFS server, etc.), or a black-box device (usually a router or switch_we define these later in this chapter). It should be noted that with the advent of layer 2 routing (see Chapter 16 for a discussion of layer 2 routing or switching; layers are discussed in the next section), the notion that the nodes within a LAN must be geographically close becomes untrue.

0

WLAN

afees afees - 8 months ago
A WAN is a collection of interconnected and geographically disparate nodes. Often, the major distinction between a LAN and a WAN is the use of some form of high-speed media to interconnect the nodes. Such media includes microwave, satellite, and telecommunications connections. WAN is a very general term that is often applied to collections of LANs and other WANs as well as collections of nodes. One example is the Internet, which is frequently described as a WAN_in fact, the Internet interconnects both LANs and WANs.

0

WAN

afees afees - 8 months ago
The term CAN is usually applied to LANs or WANs that comprise the collection of interconnected nodes belonging to a single company or university/college but whose interconnection extends across many buildings.

0

MAN

afees afees - 8 months ago
This term is usually applied to the collection of nodes within a metropolitan area that fall under the same corporate control such as that of a telecommunications company or independent service provider (ISP).

0

Other Types of Area Networks

afees afees - 8 months ago
  • Wireless Local Area Network - a LAN based on WiFi wireless network technology
  • Metropolitan Area Network - a network spanning a physical area larger than a LAN but smaller than a WAN, such as a city. A MAN is typically owned an operated by a single entity such as a government body or large corporation.
  • Campus Area Network - a network spanning multiple LANs but smaller than a MAN, such as on a university or local business campus.
  • Storage Area Network - connects servers to data storage devices through a technology like Fibre Channel.
  • System Area Network - links high-performance computers with high-speed connections in a cluster configuration. Also known as Cluster Area Network.