IPC: Shared Memory

When two or more processes communicate via shared memory, each of these processes can read from and write to the same, shared chunk of main memory. [Some part of each process's address space, though, isn't shared with other processes.]