Distributed computing
Topic history | v1 (current) | created by jjones
Details
Distributed computing
see v1 | created by jjones | Add resource "Distributed Systems Reading List"
- Title
- Distributed computing
- Description
- Distributed computing is a field of computer science that studies distributed systems. A distributed system is a system whose components are located on different networked computers, which communicate and coordinate their actions by passing messages to one another. The components interact with one another in order to achieve a common goal. 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. A computer program that runs within a distributed system is called a distributed program (and distributed programming is the process of writing such programs). There are many different types of implementations for the message passing mechanism, including pure HTTP, RPC-like connectors and message queues.
- Link
- https://en.wikipedia.org/?curid=8501
resources
treated in Distributed Systems Reading List
authors
This topic has no history of related authors.