Creation of Processes
- Static or dynamic process creation
- Allocation of resources
- Subprocess obtains resources directly from the OS
- Subprocess constrained to share resources from a subset of the parent
process
- Initialization data
- Process execution
- Parent continues to execute concurrently with its children
- Parent waits until all its children have terminated