Virtual Memory From Addresses to Pages: The Abstraction Behind Modern Processes
Virtual memory lets each process work in a private address space while the operating system maps those addresses onto physical memory and storage.
2026-09-19
Topic Thread
4 published observations tracking this thread.
Virtual memory lets each process work in a private address space while the operating system maps those addresses onto physical memory and storage.
TCP provides a reliable ordered byte stream; UDP exposes datagrams without TCP's delivery guarantees, leaving more responsibility to the application.
A process is an execution environment with its own address space; threads provide concurrent execution within a process and therefore share more state.
Before a browser can usually contact a hostname, somebody has to resolve a name to network information. DNS makes that resolution scalable through hierarchy and caching.