Operating System: 問題

同步I/O:O.S.會一直等待該I/O完成後,才會把CPU的控制權交還給使用者。
非同步I/O:O.S.直接將CPU的控制權交還給使用者,而不必等I/O工作完成,此時CPU工作會與I/O工作同時進行。非同步I/O的主要優點是可增加系統的效率,當I/O發生時,CPU可用來計算或起動其它的I/O動作。
同步I/O和非同步I/O的差別?

CPU scheduling decisions may take place when a process:
1.  Switches from running to waiting state
2.  Switches from running to ready state
3.  Switches from waiting to ready
4.  Terminates
所以當process在記憶體中的時候算是ready狀態嗎?

Bluetooth and 802.11 devices use wireless technology to communicate over several feet, in essence creating a small-area-network.

Peer-to-peer網路的優點:
較佳的並列處理能力
不用投資在伺服器
較少遺失資料的風險
缺點:
架構較為複雜

Cache replacement policy: 又稱為cache algorithm,是由instructions或algorithm組成,當cache滿時,選擇要將哪個資料丟掉。

LiveCD指的是可以用CD run的OS。
Linux distribution(發行版)。

privileged instructions可以在user mode底下被嘗試使用,但不會被執行。

有多個command interpreter的系統稱interpreters為shells。

Policy表達的是" what will be done ",mechanisms表達的才是" how to do something "








留言