When a process attempts to access an address in memory, the OS checks that the address is not outside of the process's memory section by checking that it is between the start (base) and end (base + limit) addresses:
Hardware address protection with base and limit registers. Derived from Bell, John T. "Main Memory." University of Illinois, Chicago.