Talk:Network Driver Interface Specification

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Application programming interface[edit]

The Network Driver Interface Specification (NDIS) is an application programming interface (API) for network interface cards (NICs). It was jointly developed by Microsoft and 3Com Corporation, and is mostly used in Microsoft Windows on Intel-based computers, but the open-source ndiswrapper project allows many NDIS-compliant NICs to be used with Linux. yellowTAB Zeta, a derivative of BeOS, is also expected to support NDIS drivers in its first major release.

The NDIS is a Logical Link Control (LLC) that forms the upper sublayer of the OSI data link layer (layer 2 of 7) and acts as an interface between layer 2 and 3 (the Network Layer). The lower sublayer is the Media Access Control (MAC) device driver.

The NDIS is a library of functions often referred to as a "wrapper" that hides the underlying complexity of the NIC hardware and serves as a standard interface for level 3 network protocol drivers and the hardware level MAC drivers. Another common LLC is the Open Data-Link Interface (ODI).


Devendra Kumar Yadav Mob. 9823477041 EMail: devendray@alohatechnology.com

Errors![edit]

NDIS does not equal LLC. In Windows, the LLC, network layer and transport layer are implemented by software drivers known as "NDIS Protocol Drivers", and the MAC is implemented in the NIC (Network Interface Card) Source: https://docs.microsoft.com/pt-br/windows-hardware/drivers/network/windows-network-architecture-and-the-osi-model — Preceding unsigned comment added by 62.119.168.113 (talk) 07:47, 12 November 2019 (UTC)[reply]