Unit 1 Part 2 Networking 3
Unit 1 Part 2 Networking 3
Data Processing,
Networking and Recent
trends in computing
u
u
DISTRIBUTED
COMPUTING
SYSTEM
Today, distributed computing is an integral
part of both our digital work life and
private life. Anyone who goes online and
performs a Google search is already using
distributed computing. Distributed system
architectures are also shaping many areas
of business and providing countless services
with ample computing and processing
power.
What is distributed computing
u A distributed computer system consists of multiple software
components that are on multiple computers, but run as a single
system. The computers that are in a distributed system can be
physically close together and connected by a local network, or
they can be geographically distant and connected by a wide area
network. A distributed system can consist of any number of
possible configurations, such as mainframes, personal computers,
workstations, minicomputers, and so on. The goal of distributed
computing is to make such a network work as a single computer.
u A distributed system, also known as distributed computing, is a
system with multiple components located on different machines
that communicate and coordinate actions in order to appear as a
single coherent system to the end-user.
u A distributed computing system provides access to the scarce
computing resources, such as an expensive colored printer, an
expensive software, e.g. an expensive data processor etc. to
multiple users through interconnected networks.
u Example: One network may have the colored laser jet printer
and one of the other networks may have the expensive software
loaded on a single computer. But, the user, whether they are
close to these resources or they are geographically distant,
through distributed computing system can make use of these
resources on their local computer. The distributed computing
systems can be easily expanded by adding more machines to the
networks, as needed.
Advantages of Distributed systems