Share via


Network Driver Interface Specification (NDIS) (Windows CE 5.0)

Send Feedback

TCP/IP, along with other Microsoft networking protocols, uses the Network Driver Interface Specification (NDIS) interface to communicate with network card drivers. Much of the Open Systems Interconnection (OSI) model link layer functionality is implemented in the NDIS interface. This makes development of network card drivers much simpler.

Link layer functionality is divided between the network interface card/driver combination and the low-level protocol stack driver. The link layer is responsible for discovering the Maximum Transmission Unit (MTU) and reporting it to the protocols above the link layer.

For more information, see Link Layer Functionality and Maximum Transmission Unit (MTU).

See Also

TCP/IP

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.