Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Categories of distributed systems#

Sumit Rawal answered on June 24, 2023 Popularity 7/10 Helpfulness 1/10

Contents


More Related Answers

  • types of casing systems
  • difference between centralized and distributed database or system
  • Distributed system
  • Do you know Distributed tracing? what is the use of it?
  • distributed database
  • What do you mean by Distributed Transaction?
  • distributed computing features
  • Real-world distributed systems
  • The difference in developing software for distributed systems#
  • Difficulties Designing Distributed Systems
  • Why distributed systems are hard to design#
  • Properties that make distributed systems challenging#
  • Which of the following describes a distributed system?
  • Which benefit can we derive from distributed systems?
  • Quorums in Distributed Systems
  • Characteristics of Distributed Systems

  • Categories of distributed systems#

    0

    There are two main categories of distributed systems that depend on the nature of communication:

    Synchronous systems

    Asynchronous systems

    Synchronous system

    A synchronous system is one where each node has an accurate clock, and there is a known upper bound on the message transmission delay and processing time. As a result, the execution is split into rounds. This way, every node sends a message to another node, the messages deliver, and every node computes based on the messages it receives. During this, all nodes run in lock-step.

    Asynchronous system

    An asynchronous system is one where there is no fixed upper bound on how long it takes for a node to deliver a message, or how much time elapses between consecutive steps of a node. The system nodes do not have a common notion of time and, thus, run at independent rates.

    Popularity 7/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Jun 24 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.