SAQ 1 - A
Which of the following system configurations are capable of being concurrent, parallel, or neither?
One processor, three activities
Concurrent, but not parallel – the activities can share one processor in a pseudoparallel fashion.
SAQ 1 - B
Which of the following system configurations are capable of being concurrent, parallel, or neither?
Three processors, two activities
Parallel and therefore concurrent – each activity can progress simultaneously on one processor, with one idle.
SAQ 1 - C
Which of the following system configurations are capable of being concurrent, parallel, or neither?
Three processors, five activities
A mixture of parallel and pseudo-parallel activity is possible here – some processes must share one or more processors.
SAQ 1 - D
Which of the following system configurations are capable of being concurrent, parallel, or neither?
Two processors, one activity
No concurrency or parallelism is possible as there is only one activity – this can run on one of the processors while the other remains idle. If the activity could be split up into two or more subactivities then some concurrency and even parallelism would be possible.
SAQ 2
Does the internet qualify as a distributed system according to the definition above (See page 20)?
The internet certainly satisfies the first two requirements above. Its components are computer systems – either individual computers, like PCs and web servers, or computer networks, depending on how detailed a view you take. These components are connected by computer networking and communicate using internet protocols such as TCP/IP. It is harder to say if the internet is a coherent, transparent system providing a range of functions – to naive users it may well be transparent, especially on a fast connection. At any rate, the internet is generally agreed to be a distributed system, so it must be the case!
SAQ 3
Summarise the main benefits and costs of concurrent systems.
The benefits are:
The costs are:
SAQ 4
Summarise the main benefits and costs of distributed systems.
The benefits include
The costs are:
SAQ 5
Summarise the main benefits and costs of mobile systems.
Pros:
Cons: