As an Amazon Associate I earn from qualifying purchases.

Segmentation Definition and Explanation PDF Download

Learn Segmentation definition in operating system with explanation to study “What is Segmentation”. Study segmentation explanation with operating system terms to review operating system course for online degree programs.

Segmentation Definition:

  • Division of a program or an application into segments as part of a virtual memory scheme.

    Operating Systems by William Stallings



Segmentation Explanation:

Segmentation is a memory management technique in which, the memory is divided into the variable size parts. Each part is known as segment which can be allocated to a process. The details about each segment are stored in a table called as segment table.

Keep Learning Operating System Explanations

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 Pipe?

A pipe is a technique for passing information from one program process to another. Basically, a pipe passes a parameter ...

What is Cluster?

A cluster is a group of servers and other resources that act like a single system and enable high availability ...

What is Program Status Word?

The Program Status Word (PSW) is a collection of data which is 64 bits long. It keeps track of the ...

What is Spooling?

Spooling is a process in which data is temporarily held to be used and executed by a device, program or ...

What is Real Address?

A real address, more commonly known as the physical address, is a memory address that is represented in the form ...