As an Amazon Associate I earn from qualifying purchases.

Segmentation Lecture Notes with Definitions PDF Download

Study Segmentation lecture notes PDF with operating system definitions and 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 Notes:

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 with Operating System Notes

What is Real Address?

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

What is Paging?

Paging is a method of writing data ton and reading from, secondary storage for use in main memory. In a ...

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

Encryption is the process of using an algorithm to transform information to make it unreadable for unauthorized users. This cryptographic ...

What is Beowulf?

Beowulf is an approach to building a supercomputer as a cluster of commodity off-the-shelf personal computers, interconnected with a local ...

What is Busy Waiting?

Busy waiting is a phenomenon in which a process checks repeatedly for a certain condition. It is waitinf for the ...