Introduction to NDIS 5.0

The Network Driver Interface Specification (NDIS) 5.0 represents a number of extensions to the interface described in NDIS 3.0 and 4.0. The basic requirements, services, terminology, and architecture of the earlier versions also apply to NDIS 5.0. The new NDIS architecture will be included in Windows 98 and Windows NT 5.0 operating systems.

NDIS 5.0 consists of all functionality defined in NDIS 4.0, plus the following extensions:

NDIS Extensions for ATM and QOS. Previously, NDIS primarily supported network interface card driver development and deployment of connectionless network media such as Ethernet, Token Ring, ArcNet, and Fiber Distributed Data Interface (FDDI). NDIS 5.0 extends this interface to provide efficient support for connection-oriented media such as ATM and ISDN, with support for QOS and with isochronous data transfer for media that supports QOS. The new architecture also enables support for streaming of multimedia data such as audio and video over the NDIS media.

Information about the miniport driver model is included in the Windows NT 5.0 DDK.

Note: NDIS 5.0 features are accessible only by using the NDIS miniport driver model and are not supported for full MAC drivers.