Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hantbk/distributed-systems
https://github.com/hantbk/distributed-systems
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/hantbk/distributed-systems
- Owner: hantbk
- Created: 2024-11-18T15:39:43.000Z (about 24 hours ago)
- Default Branch: main
- Last Pushed: 2024-11-18T17:29:10.000Z (about 22 hours ago)
- Last Synced: 2024-11-18T17:59:22.570Z (about 22 hours ago)
- Language: HTML
- Size: 6.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distributed Systems Principles and Paradigms
## 1. Definition
A distributed system is a collection of independent computers that appear to the users of the system as a single coherent system. (Tanenbaum and Van Steen, 2007)## 2. Goals
Distributed systems have several key characteristics that set them apart from other types of systems. Some of the most important characteristics of distributed systems include:
- **Make Resources Accessible**: make it easier for users to access resources, such as files, databases, and applications, from any location.
- **Distribution Transparency**: the system should behave as if all resources were located at a single site.
- **Openness**: the system should be open to new resources and technologies.
- **Scalability**: the system should be able to grow and shrink as needed.## 3. Some Lab Experiments
- **Lab 1**: [Link](./lab1/)
- **Lab 2**: [Link](./lab2/)
- **Lab 3**: [Link](./lab3/)