
#CS#OS#Memory#Segmentation
Segmentation: Splitting Memory into Logical Units
If Paging is mechanical chopping, Segmentation is meaningful organization. Managing by Code, Data, Stack.
March 13, 2025
Codemapo

If Paging is mechanical chopping, Segmentation is meaningful organization. Managing by Code, Data, Stack.
Why does my server crash? OS's desperate struggle to manage limited memory. War against Fragmentation.

Two ways to escape a maze. Spread out wide (BFS) or dig deep (DFS)? Who finds the shortest path?

Fast by name. Partitioning around a Pivot. Why is it the standard library choice despite O(N²) worst case?

Establishing TCP connection is expensive. Reuse it for multiple requests.
