answersLogoWhite

0

clustered system: systems having many computers with shared storage and linked by a lan or network.


distributed system:
systems having many computers connected by a network and there is no shared storage.

User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

JudyJudy
Simplicity is my specialty.
Chat with Judy
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin
More answers

A clustered system is a group of interconnected computers working together as a single system to provide high availability and scalability, while a distributed system is a collection of independent computers that appear to users as a single coherent system, typically spread across multiple locations. In a clustered system, nodes are usually physically close to each other and tightly connected, while in a distributed system, nodes can be geographically dispersed and connected through a network.

User Avatar

AnswerBot

11mo ago
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between clustered system and distributed system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Information Science

What is the difference between distributed and parallel processing?

Distributed processing involves multiple interconnected systems working together to complete a task, with each system performing a different part of the task. Parallel processing, on the other hand, involves breaking down a task into smaller sub-tasks and executing them simultaneously using multiple processors within the same system. In distributed processing, systems may be geographically dispersed, while parallel processing occurs within a single system.


What is the difference between web services and a distributed object system?

Web services are a type of communication protocol that allows different applications to communicate over a network using standard web technologies like HTTP, XML, and SOAP. A distributed object system, on the other hand, is a system that enables objects to communicate and interact with each other across a network, often using specific middleware such as CORBA or DCOM. While both aim to facilitate communication between distributed systems, web services are more platform-independent and use standard web protocols, while distributed object systems are often tied to specific middleware technologies.


What are the differences between distributed systems and distributed database systems?

Distributed systems refer to a network of independent computers that work together to achieve a common goal, while distributed database systems specifically involve databases that are spread across multiple locations. Distributed database systems focus on storing and managing data across various nodes in a network, whereas distributed systems are more general and encompass a broader range of functionalities beyond data management.


What are the advantage of distributed database over centralized database?

Distributed databases offer advantages such as improved scalability, increased availability, and better fault tolerance compared to centralized databases. They also provide better performance by reducing network latency and enabling data to be processed closer to where it is needed. Additionally, distributed databases can offer better data security by replicating data across multiple locations.


Discuss the relative advantages of centralized and distributed databases?

Centralized databases offer easier management and maintenance due to a single point of control, while distributed databases provide better scalability, fault tolerance, and performance due to data distribution. Centralized databases are simpler to design and enforce consistency but can become a single point of failure, whereas distributed databases can continue functioning even if some nodes fail but are more complex to manage and balance data distribution. Both approaches have their own strengths and weaknesses depending on the specific requirements of the system.