40 likes | 239 Views
Network interface card(NIC) drivers NIC drivers directly manage network interface cards. -miniport drivers NIC miniports perform only those hardware-specific operations needed to manage a particular NIC.Code in the NDIS library takes care
E N D
Network interface card(NIC) drivers NIC drivers directly manage network interface cards. -miniport drivers NIC miniports perform only those hardware-specific operations needed to manage a particular NIC.Code in the NDIS library takes care of packet arrival, and queuing of outgoing packets.
所需開發工具 • VtoolsD • Win95 DDK or Win98 DDK or NT DDK • Win32 SDK • MSDN
NDIS intermediate drivers NDIS intermediate protocol driver is to perform media translation between an existing legacy transport driver and a miniport that manages a NIC for a new media type unknown to the transport driver. Transport drivers A transport driver is responsible for implementing a specific network protocol suck as TCP/IP or IPX/SPX.