An execution modesupported by the Intel 80286 and later processors. In real mode, these processors imitate the Intel 8088 and 8086microprocessors, although they run much faster. The other mode available is called protected mode. In protected mode, programs can accessextended memory and virtual memory. Protected mode also supports multitasking. The 80386 and later microprocessors support a third mode called virtual 8086 mode. In virtual mode, these microprocessors can run several real-mode programs at once.
The DOSoperating system was not designed to take advantage of protected mode, so it always executes programs in real mode unless a protected mode extender is run first.