1 / 3

 Network interface card(NIC) drivers NIC drivers directly manage network interface cards.

 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

kirra
Download Presentation

 Network interface card(NIC) drivers NIC drivers directly manage network interface cards.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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.

  2. 所需開發工具 • VtoolsD • Win95 DDK or Win98 DDK or NT DDK • Win32 SDK • MSDN

  3. 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.

More Related