Chapter 13 IPC and System Structure

Objectives

To bring the reader back to a high level view of IPC within system structure after the detailed study of shared memory based interactions of the previous two chapters. To introduce IPC when there is no shared data. To contrast IPC with and without shared data and to show that the same problems can be solved in both contexts, given suitable concurrency facilities.

Points to emphasise

Possible difficulties

This material should not be too difficult. It is setting up a context for Chapters 13 and 15 instead of diving straight into the detail.

Teaching hints