10 Networking
10 Networking
INTRODUCTION
Networking is the process of inter connecting two or more computers
so that the users can communicate with each other, share resources,
exchange of data and overcome other limitations of stand-alone systems.
Advantages of Networking
Networking has become an essential requirement for data
communications. It may be done through wired connections or wireless
connections. It is a critical information technology infrastructure for any
business firm. Once an organization connects the computers into a
network, it acquires a capability to communicate innovatively and
economically with employees, distributors, customers and suppliers. The
main advantages of networking are:
1. Resource sharing such as processor storage space and peripherals like
modem, fax, and laser printer.
2. Sharing of Data files by many users in the network.
3. Sharing of Software.
4. E-mail, voice mail, instant messaging, video conferencing etc. are
some of the communication facilities that can be used for
communication among users on a network.
5. the data processing can be decentralized by enabling local offices to
capture and store data, and generate information to meet most of
their requirements at local level itself.
6. It is possible to centralize all data processing activities through a
network.
7. With centralized control over a network, policies concerning data
security can be implemented uniformly.
8. With Internet connectivity between manufacturing and marketing
organizations, it is possible to do electronic commerce between them
and also with customers.
9. Implementation of enterprise application systems(ERP)
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.
Wide Area Network (WAN)
WANs were originally developed in the late 1960s to enable
communication between computer centers and sharing of hardware,
software and other communication facilities. WAN can be implemented
using private or public networks. In a private network, an organization
takes on lease telephone lines to connect such sites into a network. It is
also possible to connect computers in different locations using microwave
or satellite transmission. Public networks are installed by the Government
owned telecommunication agencies. WAN spans large geographic
distances. It is also called long-haul network. WAN is usually operated at
lower speeds than MAN and involves delay.
NICNET, SBINET and WELCOMENET are some of the private networks
in India. NICNET is a network of National Informatics Centre that
connects all the district headquarters in the country. SBINET is a private
network of State Bank of India and connects its branches across the
country. WELCOMNET connects the hotels of the Welcome Group.
Public Networks
Public networks came up first in the 1970s to facilitate data
communication and to provide value-added services to users. The
USAT&T's Advanced Communication Services, British Post Office's Prestel,
the US Telenet, DATAPAC of Bell Canada, TRANSPAC of France etc. are
some examples of Public Networks. They are run by both private
corporations and Telecommunication Departments of the state.
Metropolitan area network
Metropolitan area network covers a wider area than a local area
network. Usually MAN covers a large metropolitan city and is a scaled
down version of wide area network. It operates at high speeds over
distances sufficient for a metropolitan area.
WORK WORK
STATION STATION
HOST
WORK WORK
STATION STATION
Star Network
RING
Ring Network
Bus Topology
A bus network configures computers to a single non-looping channel.
The computers connected to the network share the same bus or
communications channel. Bus wiring is easy and needs much less wiring
for small segments.
Bus Network
Old Ethernet bus wiring is prone to cable failure. If the bus wiring
connection is broken at any point, the entire network fails.
Tree Topology
This is a kind of complex bus topology. The branching cable, which
does not have closed loops, serves as the transmission medium in a tree.
The cable begins at a point called the head end and it branches to
connect the workstations or nodes to the network. Each branch can have
additional branches to connect more workstations.
Tree Network
In most cases, instead of a single topology, a combination of
topologies may be used for greater flexibility and reliability.
Features of LAN
The features of LAN include the following.
1. Limited geographical area, say, within a few kilometers.
2. Common communication link for sharing information, software and
peripheral devices.
3. High transmission capability.
4. Low error rate as the network contains built in component for detecting
and compensating for system errors.
5. Private ownership by the user.
6. Not subject to regulation by the telecom services.
DISTRIBUTED SYSTEM
A distributed system interconnects computer locations to other
computer locations called nodes. Large organizations interconnect their
computer systems at different offices and plants into network. With
Internet technology, connecting offices across the globe into a single
network is possible at very low costs.
The data processing in such a network can be distributed. This allows
offices, plants etc. to collect, store and process data as they occur and use
the information locally. The computer facility at the head office can be
easily accessed from multiple nodes on the network. Thus the local offices
are able to capture and process operating data in their own way and at the
same time head office receives all information it needs from such local
offices.
Client/Server Computing
A client/server system is a distributed system with a server and one or
more clients. The server is a powerful computer, usually a mainframe or a
minicomputer. The clients are usually small computers: PCs or
workstations. The server stores common programs and data used by
several user systems. The clients request the server for data and
programs. The server processes the requests' and makes available the
requested data and programs.
The client/server (C/S) computing requires special software at front-
end (client side) and back-end (server side). The front-end software
provides user interface, facilitates data manipulation and handles
communication with server. The back-end software takes care of data
acquisition and integrity, transaction management and data recovery in the
event of system failure.
In a LAN environment the host transfers the entire program file or data
file to the workstation for processing. This requires lot of data traffic
between the server and the workstations. In C/S environment the server
processes the request and transfers the result requested by the client. This
reduces the data traffic on the network.
QUESTIONS
1. What is LAN? What are the components of LAN?
2. What is network topology? Explain the popular network topologies.
3. Explain the meaning and purpose of communication protocols.
4. What is distributed system?
5. What is client/server computing?