As an Amazon Associate I earn from qualifying purchases.

Session Notes: Definitions & Explanations PDF Download

Study Session lecture notes PDF with operating system definitions and explanation to study “What is Session?”. Study session explanation with operating system terms to review operating system course for online degree programs.

Session Definition:

  • A collection of one or more processes that represents a single interactive user application or OS function.

    Operating Systems by William Stallings



Session Notes:

A session is a collection of process groups, and all members of a process group are members of the same session. When a user first logs into the system, he/she is entered into a new session. Each session has a controlling process, which is normally the login shell of the user.

Keep Learning with Operating System Notes

What is Program Counter?

A program counter is a register in a computer processor that contains the location of the instruction that is being ...

What is Instruction Cycle?

Instruction cycle is a processor cycle in which one instruction is processed. Each cycle processes a single instruction. There are ...

What is Deadlock Prevention?

Deadlock Prevention is done by constraining how requests for resources can be made in the system and how they are ...

What is Mutual Exclusion?

Mutual Exclusion is a program object that prevents simultaneous access to a shared resource. The concept is used in concurrent ...

What is Reusable Resource?

A reusable resource is a resource that is not rendered useless by being used. For instance, a magnetic disk such ...

What is Address Translator?

An address translator is a method of concatenating the frame number with the offset part of a logical address to ...