0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

はじめに

Operating Systemの基礎(主な役割と機能)のまとめです。

目次

  1. 概要(基礎)
  2. 主な役割
  3. 参考文献

Chapter1

オペレーティングシステムとは、ユーザーとハードウェア(CPU、I/Oデバイス、RAMなど)との間の仲介役として機能する、ソフトウェアのシステムの事です。

オペレーティングシステムの主な目的は、ユーザーに利便性を提供することです。
現在「Windows」が世界最大のシェアを占めており、「Linux」のユーザー数は年々増加しています。(LinuxはThroughput(単位時間あたりに処理できるデータ量≒PCの能力)の観点で優れています)。

オペレーティングシステムの主な目的:

  • ユーザーに利便性を提供すること - convenience :Windows優勢
  • 効率性 -efficiency:Linux優勢
     → (Throughput(単位時間あたりに処理できるデータ量≒PCの能力)の観点で優れている)

Chapter2

オペレーティングシステムの主な機能:

  1. リソース管理 - Resource manager(CPU、RAM、I/O devicesなど)
  2. プロセス管理 - process manager(CPU)
  3. ストレージ管理 - Storage(HD)
  4. メモリ管理 - Memory management(RAM, file systemなど)
  5. セキュリティとプライバシー - Security & Protection(例:パスワード, プロセス同士の干渉阻止)
  6. IOデバイス管理 -I/O Device management

参考文献

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?