z/OS Address Spaces and Memory Fundamentals
Understand how z/OS isolates work into address spaces and manages virtual storage, and why this matters for both stability and performance reasoning.
Every unit of work on z/OS — a batch job, a TSO session, a CICS region — runs in its own address space, a private virtual storage range giving that work an isolated view of memory separate from every other concurrently running address space, and grasping this isolation model is what lets you reason clearly about both system stability and performance topics that come up in more advanced interviews.
Address spaces are like separate hotel rooms on the same floor — each guest has their own private space that no other guest can wander into or disturb, even though they all share the same building's common hallways and utilities, and if one room's plumbing backs up it's a problem for that room, not the whole hotel.