DS Intro - Taxonomy of DS
DS Intro - Taxonomy of DS
Systems
1. flexibility
2. easy to access and put together all the computing systems
connected together with high speed network.
The above result leads to distributed systems…. Than previous centralized
systems.
12/29/2023 Distributed Systems 2
Taxonomy
• Flynn’s taxonomy is a classification scheme for
computer architectures proposed by Michael Flynn
in 1966.
• The taxonomy is based on the number of instruction
streams and data streams that can be processed
simultaneously by a computer architecture.
A collection of independent(autonomous )
computers that appears to its users as a
single coherent system.
1.1
2. users they are dealing with single system i.e all the
autonomous computers need to collaborate with each
others through passing messages.
2. Openness
3. Concurrency
4. Scalability
5. Fault Tolerance
6. Transparency
1. Hardware redundancy
2. Software recovery scheme (i.e. Self Healing S/W)
3. Reliability (fault tolerance): if some of the machines crash, the system can survive.
4. Incremental growth: as requirements on processing power grow, new machines can
be added incrementally.
1.www.csc.villanova.edu/~schragge/CSC8530/Intro.html –
2. www0.cs.ucl.ac.uk/staff/ucacwxe/lectures/ds98-99/dsee3.pdf
3. www.ida.liu.se/~TDDD25/lecture-notes/lect1.frm.pdf