Subject | English | Korean |
comp., MS | 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 | business driver | 비즈니스 영향 요소 (A brief statement that defines clearly and specifically the desired business outcomes of the organization along with the necessary activities to reach them) |
comp., MS | custom driver access | 사용자 지정 드라이버 액세스 (Device IO Control to 3rd party driver, a form of restricted device interface access for privileged apps) |
comp., MS | data source driver | 데이터 원본 드라이버 (A program file used to connect to a specific database. Each database program or management system requires a different driver) |
comp., MS | device driver | 장치 드라이버 (Software that enables hardware or peripherals (such as a printer, mouse, or keyboard) to work with your computer or mobile device) |
comp., MS | device driver interface | 장치 드라이버 인터페이스 (A set of functions that are implemented by the operating system for use by drivers) |
comp., MS | Device Driver Wizard | 장치 드라이버 마법사 (A wizard that helps a driver developer get the new driver packages up and going quickly in Visual Studio) |
comp., MS | driver injection | 드라이버 추가 (The process of installing mass storage drivers into an offline Windows installation, such as from Windows Preinstallation Environment (WinPE) into a restored system) |
comp., MS | driver package | 드라이버 패키지 (A collection of files that comprise a driver) |
comp., MS | Driver Project Conversion Tool | 드라이버 프로젝트 변환 도구 (A tool to help driver developers convert their existing driver source files into Windows 8 device drivers by using Visual Studio) |
comp., MS | driver protection list | 드라이버 보호 목록 (A list of drivers known to cause instabilities when installed under Microsoft Windows XP and later versions. The list is checked at the following times: during installation of Windows; each time the system is rebooted; each time a device or application is installed) |
comp., MS | driver reflection | 드라이버 리플렉션 (The process by which a driver file is copied to a location on the destination computer and the corresponding service is created) |
comp., MS | driver stack | 드라이버 스택 (A device object that forwards input/output request objects (IRPs) to other device objects. Stacking always occurs from the bottom up and is taken down from the top) |
comp., MS | in-box driver | Windows 제공 드라이버 (A driver contained in the default Windows installation) |
comp., MS | kernel-mode driver | 커널 모드 드라이버 (A driver for a logical, virtual, or physical device) |
comp., MS | 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 | Microsoft JDBC Driver v4.0 for SQL Server | SQL Server용 Microsoft JDBC Driver v4.0 (A Java Database Connectivity (JDBC) 4.0 compliant driver that provides robust data access to Microsoft SQL Server databases) |
comp., MS | minifilter driver | 미니필터 드라이버 (A driver used by anti-malware software, backup agents, and encryption products to intercept requests that are targeted at a file system, or another file system driver, before the request reaches its intended destination) |
comp., MS | 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 | 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 | 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 | ODBC driver | ODBC 드라이버 (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 | out-of-box driver | Windows에서 제공하지 않는 드라이버 (A driver that is not included with Windows) |
IT | performance driver | 성과 동인 |
comp., MS | printer driver | 프린터 드라이버 (The device that communicates between your software program and your printer) |
comp., MS | RsFx driver | RsFx 드라이버 (A file-system filter driver to aid access to the data through the NTFS Streaming APIs for the filestream data type) |
comp., MS | 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 | static virtual device driver | 정적 가상 장치 드라이버 (A virtual device driver (VxD) that is statically loaded during system startup. A static VxD can be loaded in a number of different ways, including device enumeration by the Plug and Play (PnP)static device enumerator) |
comp., MS | store driver | 저장소 드라이버 (A software component of the Hub Transport Server that delivers inbound messages to Exchange stores, the databases that contain public folder and mailbox stores. The store driver is also responsible for retrieving messages from a user's outbox and submitting it for delivery) |
comp., MS | third-party driver | 타사 드라이버 (A driver created or provided by an entity outside Microsoft (distributed by a developer or an OEM)) |
comp., MS | unsigned driver | 서명되지 않은 드라이버 (A driver that is not supported and that is not certified to work with a particular version of Windows) |
comp., MS | virtual display device driver | 가상 디스플레이 장치 드라이버 (Software in Windows 9x that manages a display) |
comp., MS | Windows driver foundation | Windows 드라이버 파운데이션 (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) |
comp., MS | Windows Driver Library | Windows 드라이버 라이브러리 (A collection of hardware device drivers for a Microsoft Windows operating system that were not included in the original Windows package) |