Chapter - 1: Basic Structure of Computers: Computer Types
Chapter - 1: Basic Structure of Computers: Computer Types
\
|
=
t
Where n = number of programs in suite.
Since actual execution time is measured the SPEC rating is a measure of the combined
effect of all factors affecting performance, including the compiler, the OS, the processor, the
memory of comp being tested.
Multiprocessors & Multicomputers:-
Large computers that contain a number of processor units are called multiprocessor
system.
These systems either execute a number of different application tasks in parallel or
execute subtasks of a single large task in parallel.
All processors usually have access to all memory locations in such system & hence they
are called shared memory multiprocessor systems.
The high performance of these systems comes with much increased complexity and cost.
In contrast to multiprocessor systems, it is also possible to use an interconnected group of
complete computers to achieve high total computational power. These computers
normally have access to their own memory units when the tasks they are executing need
to communicate data they do so by exchanging messages over a communication network.
This properly distinguishes them from shared memory multiprocessors, leading to name
message-passing multi computer.