精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>编程开发>>嵌入式开发>>协议栈开发>>NT协议栈图解>>NT的协议栈图解(1)

主题:NT的协议栈图解(1)
发信人: wenbobo(灌了拂衣去)
整理人: wenbobo(2002-09-22 17:48:17), 站内信件
Network Devices and Protocols

NDIS Drivers

The Network Driver Interface Specification (NDIS) library abstracts the network hardware from network drivers. NDIS also specifies a standard interface between layered network drivers, thereby abstracting lower-level drivers that manage hardware from upper-level drivers such as network transports. NDIS also maintains state information and parameters for network drivers, including pointers to functions, handles, and parameter blocks for linkage, and other system values.

As the following figure shows, NDIS supports the following types of network drivers:


* Miniport drivers

* Intermediate drivers

* Protocol drivers





----
掬水月在手
弄花香满身


广州社区嵌入式开发版    广州社区C语言版     我的纯音乐网站

[关闭][返回]