Subject | Norwegian Bokmål | English |
comp., MS | driver for nettverkskort | network adapter driver (A device driver that works directly with the network adapter, acting as an intermediary between the adapter and the protocol driver) |
comp., MS | driver for nettverkskortet | network card driver (A device driver that works directly with the network card, acting as an intermediary between the card and the protocol driver) |
comp., MS | ELAM-driver | ELAM driver (An antimalware driver that loads early in the boot process, to evaluate the safety of the other drivers being loaded. Based on a comparison against historical data for those drivers, the antimalware driver returns information to the kernel, which makes initialization decisions for each driver) |
comp., MS | inkludert driver | in-box driver (A driver contained in the default Windows installation) |
comp., MS | Integrated Drive Electronics | integrated drive electronics (A type of disk-drive interface in which the controller electronics reside on the drive itself, eliminating the need for a separate adapter card. IDE offers advantages such as look-ahead caching to increase overall performance) |
comp., MS | lagdelt driver | layered driver (One of a collection of drivers that responds to the same IRPs. Layered driver describes the highest-level and lowest-level drivers in a chain of layered drivers that process the same IRPs, along with all intermediate drivers in the chain) |
comp., MS | monolittisk driver | monolithic driver (A driver that is structured to handle all storage command processing from the driver class to the host bus attachment, residing in the code path either alongside Microsoft-supplied monolithic drivers, or alongside a Microsoft-supplied port driver and vendor-supplied miniport drivers) |
comp., MS | ODBC-driver | ODBC driver (A program file used to connect to a particular database. Each database program, such as Access or dBASE, or database management system, such as SQL Server, requires a different driver) |
comp., MS | oppstartskritisk driver | boot critical driver (A driver that must be available in order for the operating system to successfully complete the boot process. Boot critical drivers include all boot start drivers) |
comp., MS | signert driver | signed driver (A driver that meets the criteria of the Windows Logo Program. For performance and stability, Microsoft strongly recommends that you use only signed drivers for new or updated drivers) |
comp., MS | tidlig oppstart-driver mot skadelig programvare | Early Launch Antimalware driver (An antimalware driver that loads early in the boot process, to evaluate the safety of the other drivers being loaded. Based on a comparison against historical data for those drivers, the antimalware driver returns information to the kernel, which makes initialization decisions for each driver) |
comp., MS | usignert driver | unsigned driver (A driver that is not supported and that is not certified to work with a particular version of Windows) |
comp., MS | Windows Driver Foundation | Windows driver foundation (A framework that provides prewritten support for the requirements of Windows driver model (WDM), giving Microsoft Windows device-driver developers the ability to better focus on their device models. The driver framework reduces the amount of new code required to provide a full-featured WDM device driver) |