Calculate Document
Types of Distributed System

Types of Distributed System

Types of Distributed System Last Updated : 31 Mar, 2023 Pre-requisites: Distributed System A Distributed System is a Network of Mac

Related articles

UBC ATSC 113 CLOUD 9 ANTIPOLO: View Deck, Hanging Bridge & Restaurant Guide How To Use Atlas VPN Free Trial in 2024 [Full Guide] Best cloud storage in 2024 Set up connectors to route mail between Microsoft 365 or Office 365 and your own email servers

Types of Distributed System

Last Updated :
31 Mar, 2023

Pre-requisites: Distributed System

A Distributed System is a Network of Machines that can exchange information with each other through Message-passing. It can be very useful as it helps in resource sharing. It enables computers to coordinate their activities and to share the resources of the system so that users perceive the system as a single, integrated computing facility.

Types of Distributed Systems

  1. Client / Server Systems
  2. Peer-to-Peer Systems
  3. Middleware
  4. Three-tier
  5. N-tier

1. Client / Server Systems: Client-Server System is the most basic communication method where the client sends input to the server and the server replies to the client with an output. The client requests the server for resources or a task to do, the server allocates the resource or performs the task and sends the result in the form of a response to the request of the client. Client Server System can be applied with multiple servers.

2. Peer-to-Peer Systems: Peer-to-Peer System communication model works as a decentralized model in which the system works like both Client and Server. Nodes are an important part of a system. In this, each node performs its task on its local memory and shares data through the supporting medium, this node can work as a server or as a client for a system. Programs in the peer-to-peer system can communicate at the same level without any hierarchy.

3. Middleware: Middleware can be thought of as an application that sits between two separate applications and provides service to both. It works as a base for different interoperability applications running on different operating systems. Data can be transferred to other between others by using this service.

4. Three-tier: Three-tier system uses a separate layer and server for each function of a program. In this data of the client is stored in the middle tier rather than sorted into the client system or on their server through which development can be done easily. It includes an Application Layer, Data Layer, and Presentation Layer. This is mostly used in web or online applications.

5 . n – tier : n – tier is also call a multitier distribute system . The n – tier system is contain can contain any number of function in the network . n – tier systems is contain contain similar structure to three – tier architecture . When interoperability is sends send the request to another application to perform a task or to provide a service . n – tier is commonly used in web application and datum system .

Distributed System

Characteristics of Distributed System

  • Resource Sharing: It is the ability to use any Hardware, Software, or Data anywhere in the System.
  • Concurrency: It is naturally present in Distributed Systems, that deal with the same activity or functionality that can be performed by separate users who are in remote locations. Every local system has its independent Operating Systems and Resources.
  • scalability : It is increases increase the scale of the system as several processor communicate with more user by accommodate to improve the responsiveness of the system .
  • Transparency: It hides the complexity of the Distributed Systems from the Users and Application programs as there should be privacy in every system.

Challenges of Distributed Systems

  • Network latency: The communication network in a distributed system can introduce latency, which can affect the performance of the system.
  • Distributed coordination: Distributed systems require coordination among the nodes, which can be challenging because of the distributed nature of the system.
  • Data consistency: Maintaining data consistency across multiple nodes in a distributed system can be challenging.

Ways of Distributed Systems

A distributed system is also known as distributed computer science and distributed databases; independent components that interact with other different machines that exchange messages to achieve common goals. As such, the distributed system appears to the end-user like an interface or a computer. Together the system can maximize resources and information while preventing system failure and did not affect service availability.

1. Distributed Computing System

This distribute system is used in performance computation which require high computing .

  • Cluster Computing: Cluster Computing is a collection of connected computers that work together as a unit to perform operations together, functioning in a single system. Clusters are generally connected quickly via local area networks & each node is running the same operating system.

Types of Distributed System

Cluster Computing

When input comes from a client to the main computer, the master CPU divides the task into simple jobs and sends it to the slave note to do it when the jobs are done by the slave nodes, they send it back to the master node, and then it shows the result to the main computer.

Advantages of Cluster Computing

  1. high performance
  2. Easy to manage
  3. Scalable
  4. Expandability
  5. availability
  6. Flexibility
  7. Cost-effectiveness 
  8. distribute application  

Disadvantages of Cluster Computing

  1. High cost.
  2. The problem is finding the fault.
  3. More space is need .
  4. The increased infrastructure is needed.
  5. In distributed systems, it is challenging to provide adequate security because both the nodes and the connections must be protected.

Applications of Cluster Computing

  1. In many web application functionality such as Security , Search Engines , Database server , web server , proxy , and email .
  2. It is flexible to allocate work as small data tasks for processing.
  3. Assist and help to solve complex computational problems.
  4. Cluster computing can be used in weather modeling.
  5. Earthquake, Nuclear, Simulation, and tornado forecast.
  • Grid Computing : In grid computing , the subgroup consist of distribute system , which are often set up as a network of computer system , each system is belong can belong to a different administrative domain and can differ greatly in term of hardware , software , and implementation network technology .

Types of Distributed System

Grid Computing

The different department has different computer with different OS to make the control node present which helps different computer with different OS to communicate with each other and transfer messages to work.

Advantages of Grid Computing

  1. Can solve big and more complex problem in a short time frame . easy collaboration with other organization and well use of exist equipment .
  2. Existing hardware is used to the fullest.
  3. Collaboration with organizations made easier

disadvantage of Grid Computing

  1. Grid software and standards continue to evolve.
  2. Getting started learning curve.
  3. Non-interactive job submission.
  4. You is need may need a fast connection between computer resource .
  5. license on many server can be prohibitive for some application .

Applications of Grid Computing  

  1. Organizations that develop grid standards and practices for the guild line.
  2. Works as a middleware solution for connecting different businesses.
  3. It is is is a solution – base solution that can meet computing , datum , and network need .

2 . distribute Information System

  • Distributed transaction processing: It works across different servers using multiple communication models. The four characteristics that transactions have:
    • Atomic: the transaction taking place must be indivisible to the others.
    • consistent :   The transaction is be should be consistent after the transaction has been done .
    • Isolated: A transaction must not interfere with another transaction.
    • Durable: Once an engaged transaction, the changes are permanent. Transactions are often constructed as several sub-transactions, jointly forming a nested transaction.

Types of Distributed System

nested transaction

Each database can perform its query containing data retrieval from two different databases to give one single result

In the company’s middleware systems, the component that manages distributed (or nested) transactions has formed the application integration core at the server or database. This was referred to as the Transaction Processing Monitor(TP Monitor). Its main task was to allow an application to access multiple servers/databases by providing a transactional programming model. Many requests are sent to the database to get the result, to ensure each request gets successfully executed and deliver result to each request, this work is handled by the TP Monitor.

Types of Distributed System

Distributed Transaction Processing

  • Enterprise Application Integration: Enterprise Application Integration (EAI) is the process of bringing different businesses together. The databases and workflows associated with business applications ensure that the business uses information consistently and that changes in data done by one business application are reflected correctly in another’s. Many organizations collect different data from different plate forms in the internal systems and then they use those data are used in the Trading system /physical medium.

Types of Distributed System

Enterprise Application Integration

  • RPC : Remote procedure call ( RPC ) , a software element that send a request to every other software element with the aid of using create a nearby method name and retrieve the datum Which is now know as remote method invocation ( RMI ) . An app is have can have a different database for manage different datum and then they can communicate with each other on different platform . suppose , if you login into your android device and watch your video on YouTube then you go to your laptop and open YouTube you can see the same video is in your watch list . RPC is have and RMI have the disadvantage that the sender and receiver must be run at the time of communication .

Types of Distributed System

Remote procedure call

Purposes

  • Targets the application rules and implements them in the EAI system so that even if one of the lines of business applications is replaced by the application of another vendor.
  • An EAI system is use can use a group of application as a front end , provide only one , consistent access interface to those application , and protect user from learn how to use different software package .

3. Distributed Pervasive System

Pervasive Computing is also abbreviated as ubiquitous (Changed and removed) computing and it is the new step towards integrating everyday objects with microprocessors so that this information can communicate. a computer system available anywhere in the company or as a generally available consumer system that looks like that same everywhere with the same functionality but that operates from computing power, storage, and locations across the globe.

  • Home system: Nowadays many devices used in the home are digital so we can control them from anywhere and effectively.

Types of Distributed System

Home Systems

  • Electronic Health System: Nowadays smart medical wearable devices are also present through which we can monitor our health regularly.

Types of Distributed System

Electronic Health System

  • Sensor Network is send ( IoT device ): internet devices is send only send datum to the client to act accord to the datum send to the device .

Types of Distributed System

Sensor Network

  • Before sensory devices is send only send and send datum to the client but now , they can store and process the datum to manage it efficiently .

Types of Distributed System

Sensor Network