Contents
- 1 What are the motivation factor for the distributed system?
- 2 Why do we want distributed systems?
- 3 What are the advantages of distributed systems?
- 4 What are the examples of distributed system?
- 5 What are the features of distributed systems?
- 6 What are the types of distributed systems?
- 7 What are the features of distributed system?
- 8 Which one is the most important factor for using distributed systems?
What are the motivation factor for the distributed system?
There are four major reasons for building distributed systems: resource sharing, computation speedup, reliability, and communication.
Why do we want distributed systems?
An important goal of a distributed system is to make it easy for users (and applications) to access and share remote resources. For example, it is cheaper to have a single high-end reliable storage facility be shared then having to buy and maintain storage for each user separately.
What are the goals of distributed system?
The main goal of a distributed system is to make it easy for users to access remote resources, and to share them with other users in a controlled manner. Resources can be virtually anything, typical examples of resources are printers, storage facilities, data, files, web pages, and networks.
What are the advantages of distributed systems?
Advantages of Distributed Systems
- All the nodes in the distributed system are connected to each other.
- More nodes can easily be added to the distributed system i.e. it can be scaled as required.
- Failure of one node does not lead to the failure of the entire distributed system.
What are the examples of distributed system?
Examples of distributed systems vary from SOA-based systems to massively multiplayer online games to peer-to-peer applications….Examples
- telephone networks and cellular networks,
- computer networks such as the Internet,
- wireless sensor networks,
- routing algorithms;
What are the characteristics of distributed system?
Key characteristics of distributed systems
- Resource sharing.
- Openess.
- Concurrency.
- Scalability.
- Fault tolerance.
- Transparency.
What are the features of distributed systems?
Key characteristics of distributed systems
- Resource sharing.
- Openess.
- Concurrency.
- Scalability.
- Fault Tolerance.
- Transparency.
What are the types of distributed systems?
Examples of Distributed Systems
- Networks. The earliest example of a distributed system happened in the 1970s when ethernet was invented and LAN (local area networks) were created.
- Telecommunication networks.
- Distributed Real-time Systems.
- Parallel Processing.
- Distributed artificial intelligence.
- Distributed Database Systems.
What are the three main features of distributed systems?
Three significant characteristics of distributed systems are: concurrency of components, lack of a global clock, and independent failure of components. Examples of distributed systems vary from SOA-based systems to massively multiplayer online games to peer-to-peer applications.
What are the features of distributed system?
Which one is the most important factor for using distributed systems?
Easy scaling is not the only benefit you get from distributed systems. Fault tolerance and low latency are also equally as important. Fault Tolerance — a cluster of ten machines across two data centers is inherently more fault-tolerant than a single machine.
What are the key characteristics of distributed system?