Windows 2000 Administration Concepts and Network Components
Posted by Anonymous and classified in Technology
Written on in
English with a size of 3.22 KB
a) Microkernel Architecture
A microkernel is an OS architecture where only essential functions (like process management, memory management, and inter-process communication) run in kernel mode.
Other services (like device drivers, file systems, etc.) run in user mode.
Advantage: More stable and secure; easier to maintain.
Disadvantage: Can be slower due to more user-kernel interactions.
b) Data Backup Strategies
Strategies used to safeguard data from loss or corruption.
Types:
Full Backup: Copies all data.
Incremental Backup: Copies only data changed since the last backup.
Differential Backup: Copies changes since the last full backup.
Best practice: Use the 3-2-1 rule – 3 copies, 2 media types, 1 offsite.
c) Auditing in Windows 2000
Auditing tracks user