Lecture 1 (Part 1) Flashcards
What is a Distributed System?
A distributed system is a collection of
computer subsystems which belong logically
to the same system but are spread over the
sites of a computer network.
What are the two aspects of a Distributed System?
- Distributed
2. Logically Co-related
What is a Distributed aspect?
The subsystems do not reside at the same site.
What is a Logically Co-related aspect?
The subsystems have the same properties which tie them together. All subsystems logically belonging to the same system.
What are the Two Types of Application of a Distributed System?
- Local Application
2. Global Application
What is a Local Application?
These are applications which require to access the resources of its local site
What is a Global Application?
These are applications which access resources at more than one branch
What are the Access Plans?
- Global Access Plan
2. Local Access Plan
What is a Global Access Plan?
Determines what information must be accessed at which sites and which files must be transmitted between sites.
What is a Local Access Plan?
Decides how to perform the local resource accesses at each site