5 Networking Fundamentals Flashcards
Six types of networks:
Local area network (LAN)
Wide area network (WAN)
Personal area network (PAN)
Metropolitan area network (MAN)
Storage area network (SAN)
Wireless local area network (WLAN)
What is LAN ?
LANs (local area network) simply link computers in order to share resources within a closed environment.
What is (WAN) ?
A wide area network (WAN) . Whereas LANs are limited to single buildings, WANs can span buildings, states, countries, and even continental boundaries. It’s safe to think of a WAN as multiple dispersed LANs connected
together.
What is PAN ?
Personal Area Networks (PANs) used in reference to Bluetooth networks.
wireless personal area network (WPAN)
Whenever two Bluetooth devices get close enough to each other, they can communicate directly with each other—no central communication point is required. This dynamically created network is called a
piconet. A Bluetooth-enabled device can communicate with up to seven other devices in one piconet. Two or more piconets can be linked together in a scatternet. In a scatternet, one or more devices would serve as a bridge between the piconets.
What is a MAN ?
Metropolitan Area Networks (MAN). For those networks that are larger than a LAN but confined to a relatively small
geographical area, there is the term metropolitan area network (MAN). A MAN is generally defined as a network that spans a city or a large campus. For example, if a city decides to install wireless hotspots in various places, that network could be considered a MAN. The difference between MAN and WAN is who has responsibility for managing the connectivity.
In a MAN, a central IT organization, such as the campus or city IT staff, is responsible. In a WAN, it’s implied that you will be using publicly available communication lines, and there will be a phone company or other service provider involved.
What is a SAN ?
A storage area network (SAN) is designed to do exactly what it says, which is to store
information. This network won’t have client computers or other types of servers on it.
It’s for storage only.
Denefits to SAN:
Dedicated SANs relieve network loads. With a SAN, all storage traffic, which may
include huge data files or videos, is sent to a specific network or network segment,
relieving traffic on other network segments.
SANs offer fast data access. Most SANs use high-speed Fibre Channel connections,
which allow for very fast access even for huge files.
SANs are easily expandable. In most cases, it’s a matter of connecting a new storage
unit, which might even be hot-swappable
(removed and replaced without powering
down the system), and a few clicks to configure it. Then it’s ready to go.
Block-level storage is more efficient. Most
SANs are configured to store and retrieve data in a system called block storage. This
contrasts with the file-based access systems you’re probably used to, such as the ones in Windows and macOS.
Block storage allows a file to be broken into more manageable chunks rather than
being stored as one entity. This allows the operating system to modify one portion of
a file without needing to open the entire file. In addition, since data reads and writes
are always of the same block size, data transfers are more efficient and therefore faster. Latency with block storage is lower than with other types of storage.
What is WLAN ?
A wireless local area network (WLAN) is simply a LAN, but one in which clients connect wirelessly rather than through
network cables.
Wireless clients on a network typically access the network through a wireless access point
(WAP). The WAP may connect wirelessly to another connectivity device, such as a wireless router, but more likely uses a wired connection to a router or switch.
Primary Network Components:
Servers
Clients or workstations
Resources
Every network requires two more items to tie these three components together: a network operating system (NOS) and some kind of shared medium (wired or wireless connectivity).
What are Servers ?
They provide a link to the resources necessary to perform any task. The link that the server provides could be to a resource existing on the server itself or to a resource on a client computer.
Servers offer networks the capability of centralizing the control of resources and security, thereby reducing administrative difficulties. They can be used to distribute processes for balancing the load on computers and can thus increase speed and performance. They can also compartmentalize files for improved reliability. That way, if one server goes down, not all of the files are lost. Servers can perform several different critical roles on a network. For example, a server that provides files to the users on the network is called a file server. Likewise, one that hosts printing services for users is called a print server. Servers can be used for other tasks as well, such as authentication, remote access services, administration, email, and so on.
Networks can include multipurpose and single-purpose servers. A multipurpose server can be, for example, both a file server and a print server at the same time. If the server is a single-purpose server, it is a file server only or a print server only.
What is a dedicated server ?
A dedicated server is assigned to provide specific applications or services for the network and nothing else. Because a dedicated server specializes in only
a few tasks, it requires fewer resources than a nondedicated server might require from
the computer that is hosting it. This savings may translate to efficiency and can thus be
considered as having a beneficial impact on network performance. A web server is an
example of a dedicated server; it is dedicated to the task of serving up web pages and
nothing else.
What is a non-dedicated server ?
Nondedicated servers are assigned to provide one or more network services and local access. Nondedicated servers can be used to direct network traffic and perform administrative actions, but they also are often used to serve as a frontend for the administrator to work with other applications or services or to perform services for more than one network. For example, a dedicated web server
might serve out one or more websites, whereas a nondedicated web server serves out websites but might also function as a print server on the local network or as the administrator’s workstation.
What are workstations ?
Workstations are the computers on which the network users do their work, performing
activities such as word processing, database design, graphic design, email, and other office or personal tasks. A workstation is basically an everyday computer, except for the fact that it is connected to a network that offers additional resources. In network terms, workstations are also known as client computers. As clients, they are allowed to communicate with the servers in the network to use the network’s resources.
What are network resources ?
Printers and other peripherals
Disk storage and file access
Applications
What are Network Operating Systems ?
Network Operating Systems PCs use a disk operating system that controls the filesystem and how the applications communicate
with the hard disk. Networks use a network operating system (NOS) to control the communication with resources and the flow of data across the network. The NOS runs
on the server. Some of the more popular NOSs are Linux, Microsoft’s Windows Server series (Server 2022, Server 2019, and so on), and macOS Server.
Two resource access models:
peer-to-peer
client-server