Questions tagged [distributed-system]

A distributed system consists of a collection of autonomous computers, connected through a network and distribution middleware, which 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.

A distributed system is a software system in which components located on networked computers communicate and coordinate their actions by passing messages.

1253 questions
-1
votes
1 answer

What is CALM principle in Distributed systems?

Can you please site a working example of Consistency As Logical Monotonicity (CALM) ? I know the theory behind this but need to see a working example . Google searches redirect me to technical research papers .
fnaticRC ggwp
  • 955
  • 1
  • 11
  • 20
-1
votes
1 answer

is there tool to build distributed search techniques?

Is there any tool, program, framework or anything that can help me in building distributed search techniques and evaluating the performance of those techniques. Any possible help? Thanks.
-1
votes
1 answer

How does RMI implements the distributed system's single image appearance to end user

We bind Server's name with it's object in rmi registry.And then look up the registry by the server's name or address.How does this keep the distributed System's single image intact as a user must not care about from where the data comes?
ABHISHEK KUMAR
  • 71
  • 1
  • 10
-1
votes
1 answer

what happens if the failed process wakes up after the election has taken place in the bully algorithm

I am currently learning about the bully algorithm for agreement in distributed systems. I understand how the election works but i am a bit confused on what happens for example if process 4 fails and process 2 started an election and process 3 wins…
user3659384
  • 37
  • 2
  • 8
-1
votes
1 answer

Cross Language Middlewares

I am developing a gaming server for playing cards that needs a persistent connection between clients and this server. so the server will accept connections from multiple clients, each of them has been developed with a different programming…
-1
votes
2 answers

Correlation between uptime and availability of file servers

Suppose that a file server has an uptime of 80%. How many more replicated servers with same uptime have to be used to give an availability of at least 99.99 percent?
Fabrizio
  • 51
  • 1
  • 9
-1
votes
3 answers

Want to sort of create a distributed file system?

Where I work there is about 400 employees split between several campuses at the two main campuses we have servers set up and shared folders on the servers. I want to setup a system so we have one shared folder that users see but then have copies of…
user802599
  • 787
  • 2
  • 12
  • 35
-1
votes
1 answer

Serialize vector in C++ to send over UDP Socket?

As a part of our end semester project we are required to implement a distributed chat system. The system needs to be scalable and robust. Keeping these criteria in mind I am confused as to how do we send a vector object over the socket. Since the…
Dhruv Arya
  • 95
  • 1
  • 12
-2
votes
1 answer

What does "at" mean in distributed system?

at means what in distributed system? tcc means try confirm cancel distributed system module acid, basic,soga,I know acid is database`s concept,and I meet at module,I can not know it,any one can help me ?
Edidada
  • 49
  • 6
-2
votes
4 answers

What is the difference between blockchain performance and blockchain scalability?

I really don´t get the difference between blockchain scalability and blockchain performance. Can some explain it to me?
-2
votes
1 answer

Middle-Ware Technologies

As a Assignment our team have to develop a distributed system and we have to provide List of middle-ware technologies. What are the middle-ware technologies and examples?
Sahan.java
  • 70
  • 12
-2
votes
1 answer

How to design a middleware between two existing systems

I have to analyse two systems : one is JIRA (ticketing system) and the other is a planning tool system. Then i have to make a middelware between them. I dont know how and where to start fom. Can anyone help me please?
-2
votes
1 answer

how to make website, use distributed file system- hadoop for data management

I am naive in big data technology, and have curiosity to relate it with the conventional application development. The conventional way to develop any web application is to have a hosting server (or application server) and a database to manage the…
Raxit Solanki
  • 434
  • 6
  • 15
-2
votes
1 answer

what architecture to use for website with cpu intensive server side tasks?

I am working on a hobby project website. Each user has up to several hundred megabytes of data specific to them stored in my database. The user can run various types of statistical analysis on the data that will result in graphs for the user to see…
-2
votes
1 answer

implementing distributed system which can store multimedia

I want to create a distributed system on which i will store large video files. The system should be able to serve multiple client at a given point of time. Also the system should be scalable and always available(ie. if one machine is down, the data…
1 2 3
83
84