Guest User

Untitled

a guest
Oct 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. # 作業系統
  2. * D10515008 白正冬
  3. ---
  4. 1. What Operating System Do
  5. 作業系統的主要功能是管理電腦的軟體與硬體資源,不管是那一種硬體,都需要透過作業系統的功能,才能夠正常地工作,軟體需要建立在作業系統的基礎上,作業系統是使用者與電腦系統之間溝通的橋樑。作業系統是負責資源管理與作業管理的軟體。(資料來源:千華數位文化,計算機概論)
  6. 2. Computer-System Organization
  7. 在設計觀念裏,如果只討論計算機的輸入、儲存、處理、輸出裝置的電路設 計,一般我們稱為是計算機組織,它的領域主要 是討論硬體設計觀念。(資料來源:德明科大)
  8. 3. Computer-System Arechitecture
  9. 如果同時探討系統與指令的執行,那就 稱為計算機結構,它除了討論硬體的設計外,並同時要考 慮系統的運作與指令的執行。(資料來源:德明科大)
  10. 4. Operating- System Structure
  11. 一般作業系統是個非常大的程式,有相當多的方式去架構:
  12. * 簡單架構-MS-DOS。
  13. * 複雜-UNIX。
  14. * 分層-抽象結構。 (資料來源:宅學習)
  15. 5. Operating-System Operations Modern operating systems are interrupt driven.
  16. * If there are no processes to execute.
  17. * no I/O devices to service, and no users to whom to respond, an operating system will sit quietly, waiting for something to happen. Events are almost always signaled by the occurrence of an interrupt or a trap. (from: padakuu)
  18. 6. Process Management
  19. 建立(Creating)或刪除(Deleting)作業系統之行程或使用者之行程; 2. 暫停行程(Suspending Process)、或恢復流程(Resuming Process); 3. 提供多個流程之同步執行(Synchronization)機制; 4. 提供流程間之訊息傳遞(Communication)機制; 5. 提供流程之死結處理(Deadlock Handling)機制。(資料來源:碁峰資訊)
  20. 7. Memory Management
  21. 內存管理子系統是操作系統的重要部分。從計算機發展早期開始,就存在對於大於系統中物理能力的內存需要。為了克服這種限制,開發了許多種策略,其中最成功的就是虛擬內存。虛擬內存通過在競爭進程之間共享內存的方式使系統顯得擁有比實際更多的內存。(資料來源:開源中國)
  22. 8. Storage Management(From Wikipedia, the free encyclopedia)
  23. Storage management usually refers to the management of Computer data storage, which includes memory management. It can also refer to specific methods or products for storage management, such as the following:   
  24. * ADSTAR Distributed Storage Manager.
  25. * Automatic Storage Management.
  26. * Hierarchical storage management.
  27. * IBM Tivoli Storage Manager.
  28. * OpenView Storage Area Manager.
  29. * Storage Management Initiative – Specification.
  30. * Storage Resource Manager.
  31. * Storage Resource Management保護和安全.
  32. 9. Protection and Security
  33. 在計算機科學中,保護和安全的分離是一種設計選擇。將保護確定為一種機制和安全作為一項政策,因此將保護 - 安全區分作為機制和政策原則分離的特殊情況。
  34. 10. Kernel Data Structures
  35. * 內核為您提供鍊錶和紅黑樹實現。
  36. * 您無需為代碼編寫自己的鏈接列表。
  37. * 內核廣泛使用鍊錶。
  38. * 完全公平計劃中使用紅黑樹。
  39. 11. Computing Environments
  40. Computing Environment is a collection of computers which are used to process and exchange the information to solve various types of computing problems.
  41. 12. Open-Source Operating Systems
  42. Open Source operating systems are released under a license where the copyright holder allows others to study, change as well as distribute the software to other people. This can be done for any reason. The different open source operating system available in the market are. (from: btechsmartclass)
Add Comment
Please, Sign In to add comment