Introduction to Computer Networks
Introduction to Computer Networks
Computer Network is a group of computers connected with each other through wires, optical
fibres or optical links so that various devices can interact with each other through a network.
The aim of the computer network is the sharing of resources among various devices.
Why Configuring Computer Networks?
File sharing. Networking computers makes it very easy for the users on the network to
share application files
Hardware sharing. Users can share devices such as printers, CD‐ROM drives, and hard
drives.
Program sharing. Applications such as spreadsheets and word processors can be run
over the network.
User communication. Network allows users to take advantage of communication media
such as electronic mail, newsgroups, and video conferencing.
Definition of terms
Segment ‐ Any portion of a network that is separated, by a switch, bridge or router, from
other parts of the network.
Backbone ‐ The main cabling of a network that all of the segments connect to. Typically, the
backbone is capable of carrying more information than the individual segments.
A client ‐ computer that allows a user or users to log on to the network and take advantage of
the resources available on the network. The purpose of the client is to get user onto the
network; therefore, client computers don’t usually have the processing power, the storage
space, or the memory found on a server because the client does not have to serve up
resources to other computers on the network.
A server, on the other hand, is typically a much more powerful computer that runs a
network operating system. The server provides centralized administration of the network
and serves up the resources that are available on the network, such as printers and files. The
administrator of the server decides who can and cannot log on the network and which
resources the various can access.
Classification of Computer Networks
The following are criteria in which we classify Computer network:
a) Geographical span or categorized by their size. Using this criteria a Computer network is
mainly of four types; namely
Personal Area Network (PAN):
Personal Area Network is a network arranged within an individual person, typically
within a range of 10 meters.
Local Area Network (LAN)
Local Area Network is a group of computers connected to each other in a small area
such as building, office, college or a school.
1
Metropolitan Area Network (MAN)
MAN is a network that covers a metropolitan area or a city. It can go up to a maximum
of 50 km.
MAN is a network physical area larger than a LAN but smaller than a WAN, such as a city.
A MAN is typically owned and operated by a single entity such as a government body or
large corporation.
2
Client/Server Network
Client/Server network is a network model designed for the end users called clients, to
access the resources such as songs, video, etc. from a central computer known as
Server.
The central controller is known as a server while all other computers in the network are
called clients.
A server performs all the major operations such as security and network management.
A server is responsible for managing all the resources such as files, directories, printer,
etc.
All the clients communicate with each other through a server. For example, if client1
wants to send some data to client 2, then it first sends the request to the server for the
permission. The server sends the response to the client 1 to initiate its communication
with the client 2.
All Computers are in a domain
Some Computers have client operating systems while others have server operating
systems.
Credentials and backup are maintained by the server