Networking
Networking
LESSON - 7 NETWORKING
INTRODUCTION
With standardized hardware and software, the microcomputers provide user- friendly
environment. It meets the computing requirements of most users. But, the need for interaction
with other computer users and with other computer systems for exchange of data etc., has
increased over the years. Networks are increasingly meeting this need. From the users’ point of
view the networks may be of two types: Local area network and Wide area network.
Computer networking is the process of inter connecting two or more computers so that
the users can communicate with each other, share resources and overcome other limitations of
stand-alone systems. The network can be established with a variety of combinations of
computers such as a net of only microcomputers, microcomputers and one or more
minicomputers and a set of microcomputers connected to a mainframe computer. The computers
in typical network are autonomous in the sense that they have processing capability independent
of the network.
2
ADVANTAGES OF NETWORKING
TYPES OF NETWORK
The networks can be classified into three; local area network (LAN), metropolitan area
network (MAN) and wide area network (WAN). They are explained in the following sections:
Most organizations use private networks for communication. Society for Worldwide
Interbank Financial Transactions (SWIFT), a non-profit organization of banks, owns a private
3
network. The network exchanges financial transactions between the participating financial
institutions, about 3000 in number in over 60 countries. The terminals of these participating
banks are hooked with SWIFT’s access centers. The network offers data communication service
24 hours a day, 7 days a week.
Advantages of WAN
The integration of the local nodes into the distributed database linked by the WAN
provides the following advantages:
1. The WAN allows access to database at remote sites, enabling exchange of data.
2. If a remote node fails, remaining nodes on the network can still exchange data.
3. If the network fails, the local mode can still access its own database.
4. The data used on daily basis by the sales offices resides at the local site, making it easier to
retrieve quickly.
5. The local offices can maintain the data more effectively. The corporate office can access the
data as needed.
6. As a site's database grows larger, its system's storage capacity can be easily upgraded without
affecting the transfer of data between other nodes on network.
One of the most significant aspects of a wide area network when comparing it with
freedom of a local area network is the involvement of a public telecommunications authority.
Regardless of whether the network is made up from system, the controlling authority is almost
always the public authority. In order to protect their equipment and employees, the authority lays
down rules, which must be observed by anyone connecting to their lines. In most countries
stringent requirements are also imposed on the characteristics of the data transmissions.
4
The LAN is an interconnection of computers that need to communicate with each other in a
limited geographical area. The network may have other sharable devices attached such as fax,
laser printers and copiers. The network includes a central facility with huge storage capacity for
the requirements of the organization. It also has a network operating system for managing the
network.
Types of LAN:
Local area networks are mainly of two types: Client/ Server LAN and Peer-to-Peer LAN.
b) Peer-to-Peer LAN:
In a Peer-to-Peer LAN every computer is equal in status and functioning. All the
computers on the network are capable of communicating independently with any other computer
on the network without using a server. Thus, any computer on the network can access data and
programs stored on any other computer. The peer-to-peer LAN is less expensive than
client/server LAN. But at the same time this LAN may be slower than a client/server LAN.
5
LAN Topology
The design of network requires selection of a particular topology and architecture for the
interconnection of network component.
Topology refers to the way the computers are physically connected into the network. The
network architecture includes the specifications of the components that can be connected to the
network. IBM’s Systems Network Architecture (SNA) is an example of vendor developed
network architecture. Such network architecture specifies network components such as
terminals, workstations, printers, cluster controllers, host computer and communications
controllers.
There are a number of network topologies. Of them ring, star and bus are popular network
topologies.
a) Star Topology:
In star network the nodes are connected to a central computer called the host computer.
The nodes cannot communicate directly. Each node can communicate with the host computer.
The host computer takes the message and routes it to the other node or nodes.
Node
Node Printer
Host
(Server
Node Node
Node
The host is the main computer to which other nodes are connected by communication
links. The host computer is responsible for the overall functioning of the network. The node
may be a microcomputer, terminal or any other device like storage device, printer etc.,
6
In a star network centralization of control over the network resources is easy. It is also
possible to network minicomputer or mainframe with other microcomputers and dumb terminals.
It eliminates single point failure of a common wire. If one of the host computers fails, it does not
usually affect the others in the network. But the hub becomes a central point of failure in a ring
network. If the host computer breaks down, the entire network breaks down.
b) Ring Topology:
In a ring network the computers can communicate directly with each other and also with
the central computer. The nodes are connected to a line that is closed like a loop. The ring
network is more reliable than star network. Even if the central computer in the network fails, the
other computers can continue to communicate with each other.
c) Bus Topology:
A bus network configures computers to a single non- looping channel. The computers
connected to the network share the same bus or communication channel. Bus wiring is easy and
needs much less wring for small segments.
Node Node
Old internet bus wiring is prone to cable failure. If the bus wiring connection is broken
at any point, the entire network fails.
7
d) Hybrid Network:
In most cases, instead of a single topology, a combination of topologies may be used for
greater flexibility and reliability. Hybrid network combines features of Star, Ring and Bus
network:
Features of LAN
The features of LAN include the following
a) Limited geographical area say within a few kilometers.
b) Common communication link for sharing information, software and peripheral devices
without regard to proximity of user to such resources on the network.
c) High transmission capability.
d) Low error rate as the network contains built- in component for detecting for system errors.
e) Private ownership by the user.
f) Not subject to regulation by the telecom service.
A large personal computer or minicomputer serves as the LAN’s hub. A high capacity
hand disk is attached to the hub as data files and software are stored on the network file server.
The users can load the software on the file server and retrieve data files for processing. The
output can be directed to the printer attached to the LAN.
Any the communication network that meets most or all of the following characteristics
can be classified as LAN,:
a) All the devices on the network share a common transmission medium, that is, the cable and/
or the controller.
b) The devices connected to the network can operate independent of the network.
c) Any device connected to it can communicate with any other device on the network, and
d) The network is capable of supporting heavy data traffic over short distances compared to
telecommunication network.
e) The network covers a limited area usually a few kilometers in radius or a single site like a
university campus, an office or a factory.
f)
LAN Components
The components of LAN are File server, workstation, network operating system, LAN
cable, Active and Passive hubs etc.
a) Workstation
It is a single- user microcomputer with high power communication facilities. It can
exchange message with other workstations or fileserver.
8
Workstations can be of two types: user workstation and server workstation. User
workstation is a microcomputer on the network, which is used to access the network. Service
workstation performs service to process other workstations on the network. User workstation
normally does not process requests from other workstations. Server workstation makes available
all sharable network resources to other workstations. More than one server workstations may be
added to the network such as printer server and fileserver. Normally the server workstation is
the most powerful workstation. Server workstation may be dedicated or non-dedicated. In case
of dedicated workstation, it is not available for other user applications. Non-dedicated server
workstation doubles as an individual workstation and at the same time performs network-related
functions.
b) File Server
File server is actually a process running on a computer that provides the clients access to
files on that computer. The term is loosely applied to mean computer that runs file server
software. In this sense, it is a powerful computer with special software to serve files to other
workstations on the network. The files, which may be program files or data files, are
simultaneously shared by a number of workstations.
c) Gateway
The gateway assists in communicating between LANs. A workstation may be dedicated
to serve as gateway. This is required particularly when two networks with different technologies
have to communicate with each other. Gateway may also be used to connect LAN with a
mainframe computer.
e) Active Hub
Hub is an electronic device to which multiple computers are attached usually using
twisted pair cables. Active hub is a powered distribution point with active devices that drive
distant nodes up to one kilometer away. It can connect up to eight nodes on the network. The
maximum distance carried by an active hub is about 2000 ft.
f) Passive Hub
This hub is a distribution point that does not use power or active devices in a network to
connect up to four nodes within a short distance. The maximum distance covered by a passive
hub is nearly 300 ft.
g) LAN Cable
LAN requires superior cable capable of transferring data at high speed. Coaxial cables or
fibre optic cables may be used for networking computer.
9
i) Applications Software
Another component of LAN is application software. It has to be ensured that the
application software works in the multi- user environment.
j) Protocols
Data transmission between devices requires protocol. Protocols are sets of rules and
procedures to control the data transmission between computer and other devices. They are
common technical guidelines for communication between devices. They specify the order in
which signals will be transferred, the signal for completion of transfer etc. Only Devices using
the same protocol can communicate directly. Both the sending and receiving devices must use
the same protocol for effecting communication. For communication between devices using
different protocols requires intermediate interpretation device or software.