Subject | English | Chinese Taiwan |
comp., MS | application isolation | 應用程式隔離 (The separation of applications by process boundaries that prevent the applications from affecting one another) |
comp., MS | atomicity, consistency, isolation, durability | 不可部分完成性、一致性、隔離性、耐用性 (The four essential properties of an electronic transaction. Atomicity requires that a transaction be fully completed or else fully canceled. Consistency requires that resources used are transformed from one consistent state to another. Isolation requires all transactions to be independent of each other. Durability requires that the completed transaction be permanent, including survival through system failure) |
comp., MS | isolation level | 隔離等級 (The property of a transaction that controls the degree to which data is isolated for use by one process, and is guarded against interference from other processes) |
comp., MS | network isolation | 網路隔離 (The use of an IP address pool to enable multiple copies of a lab environment to be run concurrently without causing network conflicts such as conflicts in computer names, DNS registration, and so forth) |
comp., MS | network isolation environment | 網路隔離環境 (A virtual environment that is run with network isolation, thereby protecting it from network conflicts) |
comp., MS | privilege isolation | 權限隔離 (A window manager subsystem that blocks applications at a lower UI privilege level from sending messages to or hooking threads belonging to processes with a higher UI privilege level) |
comp., MS | snapshot isolation level | 快照隔離等級 (A transaction isolation level in which each read operation performed by a transaction returns all data as it existed at the start of the transaction. Because a snapshot transaction does not use locks to protect read operations, it will not block other transactions from modifying any data read by the snapshot transaction) |
comp., MS | transaction isolation level | 交易隔離等級 (The property of a transaction that controls the degree to which data is isolated for use by one process, and is guarded against interference from other processes) |
comp., MS | UI Privilege Isolation | UI 權限隔離 (A window manager subsystem that blocks applications at a lower UI privilege level from sending messages to or hooking threads belonging to processes with a higher UI privilege level) |
comp., MS | User Interface Privilege Isolation | 使用者介面權限隔離 (A window manager subsystem that blocks applications at a lower UI privilege level from sending messages to or hooking threads belonging to processes with a higher UI privilege level) |
comp., MS | user isolation | 使用者隔離 (A method, using user names, for separating and isolating content areas within an FTP site. This is to ensure that users don't access FTP directories of one another) |