...

/

Fine-Grained vs. Coarse-Grained Segmentation

Fine-Grained vs. Coarse-Grained Segmentation

This lesson briefly discusses the two types of segmentation: fine-grained segmentation and coarse-grained segmentation.

We'll cover the following...

Most of our examples thus far have focused on systems with just a few segments (i.e., code, stack, heap); we can think of this segmentation as coarse-grained, as it chops up the address space into relatively large, coarse chunks. However, some early systems (e.g., ...