ndis 中文意思是什麼

ndis 解釋
網路驅動程序介面規范
  1. The intrusion detection system chooses the misuse detection technology. the main content of the paper is divided into four sections : section 1 mainly explores the windows network architectonics, analyzed the program of ndis, and introduced the main network data capture schema of lower layer ; then introduced the mechanism of packet capture and filter, and analyzed the framework of winpcap in capture and filter packet on the bases of former work

    本論文主要包括四個方面:第一部分主要分析了windows的網路體系結構,剖析了網路驅動介面規范( ndis )的編程,介紹了低層網路數據的主要的捕獲方案:然後介紹了包捕獲和過濾機制;最後在前兩者的基礎上,分析了本系統開發用工具winpcap數據包捕獲和過濾的的結構。
  2. As a whole the system may compart three modules : ndis drivers in the kernel mode, the dll program in the user mode and the user application program, adopting the share memory technology three modules realize the data share of the control canal rule, the encapsulation data and the network neiborhood name and so on, so we can easily finis1 " the packet authentication by the control canal rule, improve the filtering efficiency of the system. whereas the current of firewall technology, the system has wide utily value and business value. this software is based on windows 2000 operating system, the programming language is chosen as visual c + + 6. 0 and win2000 ddk

    從總體上可以劃分為以下三個模塊:核心層的ndis網路驅動程序、應用層的動態鏈接庫程序以及用戶應用程序,這三個模塊之間通過內存共享技術完成對控管規則、封裝數據、網上鄰居名字列表等數據的讀寫操作,從而很方便的根據控管規則實現了對網路封包的認證操作,提高了系統的過濾效率。鑒于目前防火墻技術的發展趨勢,本系統具有廣泛的實用價值和商業價值,因此具有一定的推廣前景。軟體的開發基於windows2000操作系統,開發語言採用visualc + + 6 . 0和win2000ddk 。
  3. Personal firewall for stateful packet filtering based on ndis

    的狀態包過濾個人防火墻
  4. The paper analyzes the secure problem existing in the tcp / ip protocol, discusses the possibility and superiority of secure transmission in network layer, researches the architecture of protocol ipsec, presents the design thought of using ipsec to realize the secure transmission within the pbc ' s intranet under the windows. the paper gives a schema of secure transmission system in the pbc ' s intranet, realizes it using the windows kernel program technology and obeying the specifications of ndis and ipsec. the secure transmission system promotes the secure extent of the pbc ' s intranet

    論文針對人民銀行內聯網面臨的信息和數據安全傳輸問題,分析了tcp / ip協議存在的安全問題,探討了在tcp / ip網路層實現安全傳輸的可能性和優越性,認真研究了ipsec協議體系結構和esp協議、 ah協議、 ike密鑰交換協議的原理,在既要保護已有投資,又要提高安全程度的前提下,提出了在windows操作系統下採用ipsec實現人民銀行內聯網安全傳輸的設計思想。
  5. Network monitor based on ndis intermediate driver

    中間層驅動程序的網路監測器
  6. This solutions includes adopting the ndis protocol driver as packet capture module, the kpf filter as packet filter which came from the revising and improving of the bpf filter, hypercuts with rule updating ability as packet classification algorithm.

    該方案包括以ndis協議驅動程序實現報文捕獲、以對bpf過濾器改進和增強后的kpf為報文過濾器,以增加了規則更新能力的hypercuts演算法為報文分類演算法。
  7. The personal firewall discussed here is developed by using tdi filter driver and ndis intermediate driver

    本系統採用內核模式的tdi過濾驅動程序和ndis中間驅動程序技術開發。
  8. Network driver technology is used in kernel mode. currently, most personal firewalls use ndis hook driver technology. however, ndis hook greatly depends on platform, so developers need to judge os version so as to use some undocumented structures

    目前大多數個人防火墻採用內核模式的ndishook驅動程序技術,但是,這種技術對平臺的依賴性比較大,需要在程序中判斷操作系統的版本而使用一些未見文檔的結構定義。
  9. Different kinds of technologies and skills, which are handled in developing the wdm / ndis driver under windows 2000, are explained from an example of implementing the driver of an wireless ethernet card with usb interface

    以開發usb介面的無線以太網卡驅動程序為例,討論了windows2000下wdm ndis型驅動程序實現過程中使用的各種技術和技巧。
  10. Through the analysis of windows ndis frameworks, the nat use ndis intermediate driver technique and modify the packets during it. the nat we designed support tcp, udp and icmp protocols. customer hosts in local network could connect to the internet using one ipv4 address

    通過對windowsndis框架的分析,系統採用在windowsndis中間層驅動進行數據包截獲處理的方式實現了網路地址轉換,它支持tcp 、 udp和icmp協議,採用埠映射的方法,實現多個內網地址使用一個公網地址連接internet的方式。
  11. Secondly ndis ( network driver interface specification ) technology in windows2000 and three kinds of network drivers : protocol driver, intermediate driver and miniport driver in ndis structure are narrated in detail. the whole structure of miniport driver for the wireless card and the design of all modules are described, the layered i / o technology in network stack and the configuration module based on this technology are introduced in succession

    第二部分詳細敘述了windows2000下的ndis (網路驅動介面規范)技術和ndis框架下的三類網路驅動程序:協議驅動程序、中間驅動程序和小埠驅動程序,並描述了所開發的ndis小埠驅動程序的整體架構和各模塊的設計,接著介紹了網路協議棧中的層次i o技術和基於此技術的配置模塊。
  12. Design and implementation of sniffer based on ndis intermediate driver

    中間層的嗅探器的設計與實現
  13. The prototype system captures data packets with ndis technique of windows, and it realizes data packets collecting with inference machine after formalizing the packet filtering rules

    該原型系統採用windows的ndis技術截獲數據包,將包過濾規則形式化后,利用推理機實現了數據包的採集。
  14. According to my reference, there are many schemes for the personal firewall technology and each has its own advantages and disadvantages. a new double filtering packet based on kernel and user mode scheme is presented in this paper with the development of the personal firewall technology : in the kernel mode, we develop the network driver program to implement the raw net packet capturing through the ndis hook technology, and also we accomplish the net packet filtering according to the control canal rules, in the user mode, we develop the dll program to implement the services based on socket capturing and filtering through the winsock2 spi technology, thereby we overcome the shortcoming during caputuring packet by kernel mode or user mode only, greatly improve the system security nature

    通過參考目前市場上多種個人防火墻的設計方案,並且分析比較各個設計方案的優缺點,結合目前個人防火墻技術的發展趨勢,提出一種基於內核態和用戶態雙重過濾的設計方案:在內核態採用ndishook技術開發ndis網路驅動程序實現對通過網路的原始數據封包截獲,並且通過訪問控管規則完成對數據封包的過濾;在應用態採用winsock2spi技術開發動態鏈接庫( dll )程序實現了對基於socket網路連接通信的服務截獲和過濾,從而克服了單方面從用戶態或核心態截獲數據包的缺點,極大提高了系統的安全性能。
  15. Network driver interface specification ndis

    網路介面設備通過網路驅動程序介面
  16. Ndis : network driver interface specification

    網路驅動程序介面規范
  17. Ndis network driver interface specification

    網路驅動程序介面規范
  18. Analysis of the implementation of ndis based network monitoring

    基於總線網路的醫院中心供氧監測系統
  19. Ndis nissan direct ignition system

    日產直接點火系統
  20. The client implemented as an ndis intermediate device driver that runs under windows

    Client實現為windows下的一個中間層驅動程序。
分享友人