Chapter 3—Answers
- True
- Plug and Play:
-
- Interrupt Request (IRQ)
- Direct Memory Access (DMA)
- True
- Windows Registry
- Devices
- Device Manager
- Services Control Manager
- Registry Editor
- Service account
- Any changes made to your server are stored in the registry. That said, the Windows Registry is a hierarchical database that stores the hardware/software configuration and system security information. After you access the registry, you will notice that its console tree (left-hand side) consists of five registry keys known as hives (that is HKEYs):
HKEY_CLASSES_ROOT
(HKCR),HKEY_CURRENT_USER
(HKCU),HKEY_LOCAL_MACHINE
(HKLM),HKEY_USERS
(HKU), andHKEY_CURRENT_CONFIG
(HKCC).
- Services are background services that keep alive the OS. When accessing services through the Services Control Manager, you will notice that for each service there is a description which helps us understand its purpose. Each service has the following start-up types: Automatic, Automatic (Delayed start), Manual, and Disable.