Categories: Distributed Computing

Distributed Computing

Distributed computing is nothing but computing performed in a distributed system. Programs running on independent computers cooperate with each other to perform computing such as network services and Web-based applications. Network service is provided by a program called server on a network.

World Wide Web is such a network service. A network application runs on networked computers for end users. Online shipping carts and electronic auction sites, chat rooms and network games are some of the network applications.

Advantages

Affordability of computers and availability of network access.

Nowadays personal computers are cheap but they have more computing power than old mainframeĀ systems. Moreover access to Internet is not only easily available but also affordable. So largeĀ number of computers can be interconnected to make distributed computing powerful.

Resource sharing

Organizations can use distributed computing to pool their resources effectively.

Scalability

More resources can be added to network if the demand increases.

Fault tolerance

Fault tolerance is achieved by replicating the resource. Replication ensures that the required
resource is available when there is a failure.

Disadvantages

Multiple points of failure

Failure of one or more computers or network links can disturb the function of distributed computing system.

Security concerns

As the management is decentralized there is a great chance of unauthorized attack. Decentralization poses challenges to implement and enforce security polices thereby making the system vulnerable to security breaches and unauthorized access.

Robin

Share
Published by
Robin
Tags: Computing

Recent Posts

Hard Computing

What is hard computing? Hard computing is a traditional computing. It requires a precisely stated…

5 years ago

Soft Computing

Soft computing is a problem solving technology. It tends to fuse synergically different aspects of…

5 years ago

Cluster Computing

Cluster computing is an approach to achieve high performance, reliability or high throughput computing by…

5 years ago

Magnitude Comparator

Magnitude Comparator is a combinational circuit capable of comparing the relative magnitude of two binary…

9 years ago

Full-Subtractor

Full subtractor is a combinational circuit capable of performing subtraction on two bits namely minuend…

9 years ago

Half-Subtractor

Half-subtractor is a combinational circuit capable of subtracting a binary number from another binary number.…

9 years ago