In computing, preemption is the act performed by a external scheduler — without assistance or cooperation from the task — to temporarily interrupting an executing task, with the intention of resuming it at a later time.: 153 This preemptive scheduler usually runs in the most privileged protection ring, meaning that interruption and then resumption are considered highly secure actions. Such changes to the currently executing task of a processor are known as context switching.