Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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 Functionalityand Maximum Transmission Unit (MTU).

See Also

Other Resources

TCP/IP