Operating System Features

Operating System Features

  • Complicated by

  • shared

  • virtual

  • asynchronous

Concurrent (Concurrence)

  • Concurrency : two or more events in the same time interval occurs

  • Parallel : two or more events at the same time take place

  • The purpose of introducing the process: the program can execute concurrently

  • Microscopic These programs or time-divisionally alternately performed

  • The operating system concurrency , by time-sharing achieved

Sharing (Sharing)

  • Resource sharing, refers to the system memory available to process multiple concurrent execution of common use

  • Share the mutex

  • Simultaneous access

Virtual (Virtual)

  • To a physical entity becomes a plurality of logical counterparts

Asynchronous (Asynchronism)

  • Multi-channel programming environment that allows concurrent execution of multiple programs, due to limited resources, the implementation process is not consistent in the end, the stop and go, unpredictable speed forward

Guess you like

Origin www.cnblogs.com/YC-L/p/12094681.html