All processors associated with the same shared memory structure access the exact same storage location |
Synchronisation is achieved by controlling tasks' reading from and writing to the shared memory. |
A shared memory location must not be changed by one task while another, concurrent task is accessing it. |