banner
News center
Competitive factory price & great quality

What is Network Driver Interface Specification?

Jan 28, 2024

Network Driver Interface Specification (NDIS) is a Windows specification for how communication protocol programs (such as TCP/IP) and network device drivers communicate with each other.

As an application programming interface for network interface controllers, NDIS provides a standard interface between protocol drivers and network adapter drivers, allowing various network devices to communicate.

Microsoft and Robert Metcalfe's 3Com developed NDIS. Using NDIS, Windows software developers can develop protocol stacks that work with the MAC driver for any hardware manufacturer's communications adapter. Any adapter maker can also write MAC driver software that can communicate with any protocol stack program.

NDIS defines a set of functions that a network adapter driver must implement to work with a network protocol stack. This includes processes for initializing and configuring the adapter, sending and receiving data, and handling events such as adapter removal or power management.

NDIS specifies interfaces as follows:

Multiple protocol drivers can share a single network adapter leveraging a NDIS interface. This approach enables seamless interoperability between different networking protocols. Network administrators can benefit from using multiple protocols on a single network and support a broader range of network hardware.

NDIS has been widely adopted in the industry and is used in operating systems beyond Microsoft Windows, including Linux and BSD. It has also been extended to support wireless networking and other advanced networking technologies.

Novell and Apple introduced a similar interface, Open Data-Link Interface, for NetWare and Macintosh environments.

NDIS latency is the time it takes for a computer to process data packets sent by other computers connected to the same network. NDIS latency measures how fast data packets can be processed and routed between computers. Low latency indicates better communication efficiency among different devices connected to the same network.

The Microsoft proprietary protocol Remote Network Driver Interface Specification (RNDIS) implements a virtual Ethernet link using a cellular network or Wi-Fi connection. It enables the connection of mobile devices to personal computers over high bandwidth networks like cellular, Ethernet, Wi-Fi and more. RNDIS also allows scripts from the host to be executed on the remote device.

A NDIS virtual network adapter is a type of virtualization software that facilitates the use of multiple separate and distinct local area networks (LANs) by hosting them on a single physical adapter. The NDIS virtual network adapter helps bridge the gap between different types of data networks, such as Ethernet and Token Ring, allowing seamless communication between disparate LANs. This allows LANs to be efficiently managed without juggling multiple hardware adapters.

A NDIS virtual network adapter enumerator is a Windows feature used to register and enumerate network adapter drivers. NDIS virtual network adapter enumerators help systems recognize and support one or more virtual network cards, allowing multiple virtual adapters to coexist on a single system.

NDIS BSOD, or blue screen of death, is an error message that is displayed when a computer's networking adapter encounters a problem. This usually occurs when the NDIS driver is corrupted or incompatible with the system. It stops the OS from using any type of network communications protocol.

Software bugs, hardware failure, conflicts with other drivers and issues with the network adapter can cause the NDIS BSOD. Diagnosing the cause of the error can be difficult as the BSOD message often provides limited information about the underlying issue.