Communication Abstractions

In this lesson, we discuss what communication abstractions can be used to build distributed systems. We particularly look at distributed shared memory (DSM) in this lesson.

We'll cover the following...

Given a basic messaging layer, we now approach the next question in this chapter: what abstraction of ...