Memory and Address Space
The concept of keeping processes in User Space isolated from one another, so they cannot access each other’s Virtual Memory; this provides security and also avoids Processes from clobbering each other.
Attempting to access memory in an “illegal” location will trigger a Page Fault
See also: Memory Pages and Paging