Download presentation
Presentation is loading. Please wait.
1
Department of Computer Information Science, NCTU
實驗一 網路驅動程式安裝 教師: 助教: 1998/10/19 High Speed Network Lab. Department of Computer Information Science, NCTU
2
Outline 網路驅動程式的分類 標準界面 Adapter Driver架構 Windows下的網路驅動程式 實驗步驟
3
網路驅動程式的分類
4
Packet Driver 標準界面
5
ODI 及 NDIS 標準界面
6
Winsock 標準界面
7
Adapter Driver架構 軟體、硬體的解析 軟體、硬體的合作方式 Interrupt I/O base address 封包傳送過程
封包接收過程
8
軟硬體的解析
9
Interrupt & I/O address
10
傳送封包過程
11
接收封包流程
12
Windows下的網路驅動程式
13
Interrupt 及 VMM
14
NDIS 3.0 標準介面
15
實驗步驟 DOS環境 Windows 3.1環境 Windows 95環境 Proprietary App Packet driver
ODI driver NDIS 2.0 driver Windows 3.1環境 Protected Mode PD Winsock Windows 95環境 Static & Dynamic VxD
16
DOS環境
17
Windows 3.1環境
Similar presentations