SlideShare a Scribd company logo
1 of 20
G.Venkateswarlu
Computer system can be organized in a number of
can categorize roughly according to the number of
general-purpose processors used.
How a modern computer system works.
 The general-purpose processors are
categorized as follows.
1)Single-Processor Systems.
2)Multiprocessor Systems.
3) Clustered Systems.
Single-Processor Systems:
 Most computer systems used a single
processor.
 On a single processor system, there is one
main CPU capable of executing a general-
purpose instruction set,including
instructions from user processes.
Single-Processor Systems:
 Almost all single processor systems have
other special-purpose processors as well.
 They come in the form of device-specific
processors, such as disk, keyboard, and
graphics controllers.
 on mainframes, they may come in the form of
more general-purpose processors, such as
I/O processors that move data rapidly among
the components of the system
 All of these special-purpose processors run a
limited instruction set and do not run user
processes.
 They are managed by the operating system,
in that the operating systems ends them
information about their next task and
monitors their status.
 For example, a disk-controller
microprocessor receives a sequence of
requests fromthemain CPU and implements
its own disk queue and scheduling algorithm.
 This arrangement relieves the main CPU of
the overhead of disk scheduling.
 PCs contain a microprocessor in the keyboard to
convert the keystrokes into codes to be sent to
the CPU.
 In other systems or circumstances, special-purpo
se processors are low-level components built
into the hardware.
 The operating system cannot communicate with
these processors; they do their jobs
autonomously.
 The use of special-purpose microprocessors is
common and does not turn a single-processor
system into a multiprocessor.
Multiprocessor Systems:
 The multiple-processor systems in use
today are of two types.
1. Asymmetric multiprocessing.
2. Symmetric multiprocessing.
Asymmetric multiprocessing: in which each
processor is assigned a specific task.
Symmetric multiprocessing (SMP):
The most common systems use symmetric
multiprocessing (SMP), in which each
processor performs all tasks within the
operating system.
Multiprocessor Systems:
 multiprocessor systems also known as
parallel systems or multicore systems.
 Multiprocessor systems have two or more
processors in close communication, sharing
the computer bus and sometimes the clock,
memory, and peripheral devices.
 Multiprocessor systems first appeared
prominently appeared in servers and have
since migrated to desktop and laptop
systems.
 Recently, multiple processors have appeared
on mobile devices such as smart phones and
tablet computers.
 Multiprocessor systems have three main
advantages:
1)Increased throughput.
2)Economy of scale.
3)Increased reliability.
1.Increased throughput.
 By increasing the number of processors, we
expect to get more work done in less time.
 The speed-up ratio with N processors is not
N, however; rather, it is less than N.
Economy of scale.
 Multiprocessor systems can cost less than
equivalent multiple single-processor systems,
because they can share peripherals, mass
storage, and power supplies.
Increased reliability.
 If functions can be distributed properly
among
several processors,thenthe failure of one
processor will not halt thesystem, only slow it
down.
 If we have ten processors and one fails, then
each of the remaining nine processors can pick
up a share of the work of the failed
processor.
 Thus, the entire system runs only 10 percent
slower, rather than failing altogether.
Clustered Systems:
 Another type of multiprocessor system is a
clustered system, which gathers together
multiple CPUs.
 Like multiprocessor systems, but multiple
systems working together.
 Usually sharing storage via a storage-area network
(SAN)
Provides a high-availability service which survives
failures
 Asymmetric clustering has one machine in hot-
standby mode
 Symmetric clustering has multiple nodes running
applications, monitoring each other
Some clusters are for high-performance computing
(HPC)
 Applications must be written to use parallelization
 Some have distributed lock manager (DLM) to avoid
conflicting operations.
Any Queries?
Thank you………

More Related Content

What's hot

Operating systems system structures
Operating systems   system structuresOperating systems   system structures
Operating systems system structuresMukesh Chinta
 
Operating Systems
Operating SystemsOperating Systems
Operating Systemsvampugani
 
File Management in Operating System
File Management in Operating SystemFile Management in Operating System
File Management in Operating SystemJanki Shah
 
6 multiprogramming & time sharing
6 multiprogramming & time sharing6 multiprogramming & time sharing
6 multiprogramming & time sharingmyrajendra
 
Process management in os
Process management in osProcess management in os
Process management in osMiong Lazaro
 
Presentation on Operating System & its Components
Presentation on Operating System & its ComponentsPresentation on Operating System & its Components
Presentation on Operating System & its ComponentsMahmuda Rahman
 
operating system
operating systemoperating system
operating systemKadianAman
 
Operating system memory management
Operating system memory managementOperating system memory management
Operating system memory managementrprajat007
 
computer system structure
computer system structurecomputer system structure
computer system structureHAMZA AHMED
 
Operating Systems Basics
Operating Systems BasicsOperating Systems Basics
Operating Systems Basicsnishantsri
 

What's hot (20)

Operating systems system structures
Operating systems   system structuresOperating systems   system structures
Operating systems system structures
 
Parallel processing
Parallel processingParallel processing
Parallel processing
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
Amdahl`s law -Processor performance
Amdahl`s law -Processor performanceAmdahl`s law -Processor performance
Amdahl`s law -Processor performance
 
File Management in Operating System
File Management in Operating SystemFile Management in Operating System
File Management in Operating System
 
6 multiprogramming & time sharing
6 multiprogramming & time sharing6 multiprogramming & time sharing
6 multiprogramming & time sharing
 
Process management in os
Process management in osProcess management in os
Process management in os
 
Scheduling algorithms
Scheduling algorithmsScheduling algorithms
Scheduling algorithms
 
Scheduling
SchedulingScheduling
Scheduling
 
Presentation on Operating System & its Components
Presentation on Operating System & its ComponentsPresentation on Operating System & its Components
Presentation on Operating System & its Components
 
Boot process
Boot processBoot process
Boot process
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating Systems
 
operating system
operating systemoperating system
operating system
 
Operating system memory management
Operating system memory managementOperating system memory management
Operating system memory management
 
computer system structure
computer system structurecomputer system structure
computer system structure
 
Memory management
Memory managementMemory management
Memory management
 
Operating Systems Basics
Operating Systems BasicsOperating Systems Basics
Operating Systems Basics
 
File system structure
File system structureFile system structure
File system structure
 
System calls
System callsSystem calls
System calls
 
SCHEDULING ALGORITHMS
SCHEDULING ALGORITHMSSCHEDULING ALGORITHMS
SCHEDULING ALGORITHMS
 

Similar to Computer system architecture

Operating Systems
Operating SystemsOperating Systems
Operating Systemsachal02
 
OS M1.1.pptx
OS M1.1.pptxOS M1.1.pptx
OS M1.1.pptxbleh23
 
Session1 intro to_os
Session1 intro to_osSession1 intro to_os
Session1 intro to_osKalyani Patil
 
Operating Systems
Operating Systems Operating Systems
Operating Systems Fahad Shaikh
 
Operating System Introduction.pptx
Operating System Introduction.pptxOperating System Introduction.pptx
Operating System Introduction.pptxVijayKumarKandhi1
 
LM1 - Computer System Overview, system calls
LM1 - Computer System Overview, system callsLM1 - Computer System Overview, system calls
LM1 - Computer System Overview, system callsmanideepakc
 
Ch1 OS
Ch1 OSCh1 OS
Ch1 OSC.U
 
Types of operating system
Types of operating systemTypes of operating system
Types of operating systemAshikur Rahman
 
Operating System Simple Introduction
Operating System Simple IntroductionOperating System Simple Introduction
Operating System Simple IntroductionDiwash Sapkota
 
Distributed system notes unit I
Distributed system notes unit IDistributed system notes unit I
Distributed system notes unit INANDINI SHARMA
 
Types of Operating System-converted.pdf
Types of Operating System-converted.pdfTypes of Operating System-converted.pdf
Types of Operating System-converted.pdfOmid695066
 

Similar to Computer system architecture (20)

Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
OS M1.1.pptx
OS M1.1.pptxOS M1.1.pptx
OS M1.1.pptx
 
System architecture
System architectureSystem architecture
System architecture
 
OS UNIT1.pptx
OS UNIT1.pptxOS UNIT1.pptx
OS UNIT1.pptx
 
Session1 intro to_os
Session1 intro to_osSession1 intro to_os
Session1 intro to_os
 
Operating Systems
Operating Systems Operating Systems
Operating Systems
 
Operating System Introduction.pptx
Operating System Introduction.pptxOperating System Introduction.pptx
Operating System Introduction.pptx
 
LM1 - Computer System Overview, system calls
LM1 - Computer System Overview, system callsLM1 - Computer System Overview, system calls
LM1 - Computer System Overview, system calls
 
Ch1 OS
Ch1 OSCh1 OS
Ch1 OS
 
OS_Ch1
OS_Ch1OS_Ch1
OS_Ch1
 
OSCh1
OSCh1OSCh1
OSCh1
 
Types of operating system
Types of operating systemTypes of operating system
Types of operating system
 
ITM(2).ppt
ITM(2).pptITM(2).ppt
ITM(2).ppt
 
Introduction to OS 1.ppt
Introduction to OS 1.pptIntroduction to OS 1.ppt
Introduction to OS 1.ppt
 
Types of os
Types of osTypes of os
Types of os
 
Operating System Simple Introduction
Operating System Simple IntroductionOperating System Simple Introduction
Operating System Simple Introduction
 
Distributed system notes unit I
Distributed system notes unit IDistributed system notes unit I
Distributed system notes unit I
 
Demo.pptx
Demo.pptxDemo.pptx
Demo.pptx
 
Os unit 1
Os unit 1Os unit 1
Os unit 1
 
Types of Operating System-converted.pdf
Types of Operating System-converted.pdfTypes of Operating System-converted.pdf
Types of Operating System-converted.pdf
 

Recently uploaded

Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 

Recently uploaded (20)

Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 

Computer system architecture

  • 2. Computer system can be organized in a number of can categorize roughly according to the number of general-purpose processors used. How a modern computer system works.
  • 3.  The general-purpose processors are categorized as follows. 1)Single-Processor Systems. 2)Multiprocessor Systems. 3) Clustered Systems.
  • 4. Single-Processor Systems:  Most computer systems used a single processor.  On a single processor system, there is one main CPU capable of executing a general- purpose instruction set,including instructions from user processes.
  • 5. Single-Processor Systems:  Almost all single processor systems have other special-purpose processors as well.  They come in the form of device-specific processors, such as disk, keyboard, and graphics controllers.  on mainframes, they may come in the form of more general-purpose processors, such as I/O processors that move data rapidly among the components of the system
  • 6.  All of these special-purpose processors run a limited instruction set and do not run user processes.  They are managed by the operating system, in that the operating systems ends them information about their next task and monitors their status.
  • 7.  For example, a disk-controller microprocessor receives a sequence of requests fromthemain CPU and implements its own disk queue and scheduling algorithm.  This arrangement relieves the main CPU of the overhead of disk scheduling.
  • 8.  PCs contain a microprocessor in the keyboard to convert the keystrokes into codes to be sent to the CPU.  In other systems or circumstances, special-purpo se processors are low-level components built into the hardware.  The operating system cannot communicate with these processors; they do their jobs autonomously.  The use of special-purpose microprocessors is common and does not turn a single-processor system into a multiprocessor.
  • 9. Multiprocessor Systems:  The multiple-processor systems in use today are of two types. 1. Asymmetric multiprocessing. 2. Symmetric multiprocessing. Asymmetric multiprocessing: in which each processor is assigned a specific task.
  • 10. Symmetric multiprocessing (SMP): The most common systems use symmetric multiprocessing (SMP), in which each processor performs all tasks within the operating system.
  • 11. Multiprocessor Systems:  multiprocessor systems also known as parallel systems or multicore systems.  Multiprocessor systems have two or more processors in close communication, sharing the computer bus and sometimes the clock, memory, and peripheral devices.
  • 12.  Multiprocessor systems first appeared prominently appeared in servers and have since migrated to desktop and laptop systems.  Recently, multiple processors have appeared on mobile devices such as smart phones and tablet computers.
  • 13.  Multiprocessor systems have three main advantages: 1)Increased throughput. 2)Economy of scale. 3)Increased reliability.
  • 14. 1.Increased throughput.  By increasing the number of processors, we expect to get more work done in less time.  The speed-up ratio with N processors is not N, however; rather, it is less than N.
  • 15. Economy of scale.  Multiprocessor systems can cost less than equivalent multiple single-processor systems, because they can share peripherals, mass storage, and power supplies. Increased reliability.  If functions can be distributed properly among several processors,thenthe failure of one processor will not halt thesystem, only slow it down.
  • 16.  If we have ten processors and one fails, then each of the remaining nine processors can pick up a share of the work of the failed processor.  Thus, the entire system runs only 10 percent slower, rather than failing altogether.
  • 17. Clustered Systems:  Another type of multiprocessor system is a clustered system, which gathers together multiple CPUs.  Like multiprocessor systems, but multiple systems working together.  Usually sharing storage via a storage-area network (SAN)
  • 18. Provides a high-availability service which survives failures  Asymmetric clustering has one machine in hot- standby mode  Symmetric clustering has multiple nodes running applications, monitoring each other Some clusters are for high-performance computing (HPC)  Applications must be written to use parallelization
  • 19.  Some have distributed lock manager (DLM) to avoid conflicting operations.