| A | B |
| Active Directory | A domain security database of user and computer information that is stored on domain controllers and referenced by domain member computers |
| cpu | A device responsible for the actual execution of instructions stored in applications and operating system code |
| device driver | Software written by the developer of a hardware component that tells the operating system how to talk to and control the hardware. |
| domain controller | A server responsible for holding a domain security database which contains a list of user and computer account security data. |
| domain name system | dns. A standard service in the TCP/IP protocol used to define how computer names are translated into IP addresses. |
| dll | dynamic link library. A file that holds application code modules. These modules are shared among applications, so the file is also called a library. |
| encrypted file system | efs. A component of the NTFS file system that is responsible for encrypting individual files. Those files are not readable without the correct digital identification. |
| hyperthreading | technique used in certain Intel processors to improve their overall performance by working on more than one thread at a time. |
| multifactor authentication | mfa. Security system that requires more than one method of proving someone or something is who or what it is declared to be. |
| multimaster replication | When a domain has multiple domain controllers, all domain controllers are capable of making changes to the security domain database they share. The changes are replicated from one domain controller to another. |
| multitasking | A term used to describe the appearance of more than one application sharing the CPU of the computer. To the user, the applications all seem to be running at the same time. |
| NT File System | A standard for organizing files and folders on a hard disk partition. This standard is more complex than FAT but adds more management features. This is the preferred standard for storing files on a hard disk. |
| plug and play | The computer will recognize the hardware dynamically, load a device driver for it, and make it available to the user in a short period of time. |
| preemptive multitasking | method used for applications to share a cpu with time limits and priority levels. |
| process | A term used to describe the files, memory, and application code that combine together to form a single running application. |
| thread | A piece of code that performs a specific single task. An application is written as one or more threads, each of which performs a specific task within the application. |
| virtual desktop | allows users to create multiple desktops with different applications and switch between them on a single monitor |
| windows perr to peer networking | allow clients to use IPv6 to communicate with each other over LANs or the Internet. |