freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

計(jì)算機(jī)網(wǎng)絡(luò)基礎(chǔ)與應(yīng)用實(shí)驗(yàn)指導(dǎo)書-資料下載頁

2025-06-27 07:46本頁面
  

【正文】 ed int wMsg , long lEvent ) 。這個(gè)函數(shù)可以把套接字句柄和窗口建立起連接,wMsg 是我們必須自定義的一個(gè)消息。lEvent就是制定的網(wǎng)絡(luò)事件。包括FD_READ , FD_WRITE ,FD_ACCEPT,FD_CONNECT,FD_CLOSE 。幾個(gè)事件。例如,需要接收FD_READ , FD_WRITE , FD_CLOSE 的網(wǎng)絡(luò)事件??梢哉{(diào)用WSAAsyncSelect( s , hWnd , WM_SOCKET , FD_READ | FD_WRITE | FD_CLOSE ) 。這樣,當(dāng)有FD_READ , FD_WRITE 或者 FD_CLOSE網(wǎng)絡(luò)事件時(shí),窗口hWnd將會(huì)收到WM_SOCKET消息,消息參數(shù)的lParam標(biāo)志了是什么事件發(fā)生,MFC的CSocket類,就是使用這個(gè)模型。 實(shí)驗(yàn)十七、PPP協(xié)議的配置實(shí)驗(yàn)?zāi)康模赫莆誔PP協(xié)議的配置方法理解PPP的原理實(shí)驗(yàn)設(shè)備: N臺計(jì)算機(jī)實(shí)驗(yàn)所需軟件: Packet Tracer 和windows professonal操作系統(tǒng)實(shí)驗(yàn)步驟: 一、實(shí)驗(yàn)配置拓?fù)鋱D圖一PPP(Point to Point Protocol)數(shù)據(jù)鏈路層協(xié)議。兩種認(rèn)證方式:一種是PAP,一種是CHAP。相對來說PAP的認(rèn)證方式安全性沒有CHAP高。PAP在傳輸password是明文的,而CHAP在傳輸過程中不傳輸密碼,PAP認(rèn)證是通過兩次握手實(shí)現(xiàn)的,而CHAP則是通過3次握手實(shí)現(xiàn)的。二、PPP的基本配置命令Router(configif)encapsulation PPPRouter(configif)PPP multilinkRouter(configif)PPP authentication chap三、配置PPP圖二 路由器Boson上配置PPP的命令圖三 Newyork上配置PPP的命令圖四 啟用RIP路由協(xié)議,兩個(gè)路由器要配置RIP Boson路由器的配置:Bostonsh runningconfigBuilding configuration...Current configuration : 652 bytes!version no service passwordencryption!hostname Boston!username Newyork password 0 senya!ip ssh version 1no ip domainlookup!interface FastEthernet0/0no ip addressduplex autospeed autoshutdown!interface FastEthernet0/1ip address duplex autospeed auto!interface Serial0/3/0description Link to Router Newyorkip address encapsulation pppppp authentication chapclock rate 56000!interface Vlan1no ip addressshutdown!router ripversion 2network network !ip classless!line con 0line vty 0 4login!endNewyork路由器的配置:Newyorksh runningconfigBuilding configuration...Current configuration : 606 bytes!version no service passwordencryption!hostname Newyork!username Boston password 0 senya!ip ssh version 1!interface FastEthernet0/0no ip addressduplex autospeed autoshutdown!interface FastEthernet0/1ip address duplex autospeed auto!interface Serial0/3/0description link to Bostonip address encapsulation pppppp authentication chap!interface Vlan1no ip addressshutdown!router ripversion 2network network !ip classless!line con 0line vty 0 4login!!end 圖五 配置計(jì)算機(jī)的IP地址及網(wǎng)關(guān) 圖六 在計(jì)算機(jī)PC0上使用ping命令檢查網(wǎng)絡(luò)的連通性至此,本實(shí)驗(yàn)完成。 實(shí)驗(yàn)十八、配置單區(qū)域OSPF實(shí)驗(yàn)?zāi)康模赫莆誒SPF(開放最短路經(jīng)優(yōu)生)協(xié)議的基本配置查看OSPF協(xié)議的配置、鄰居、接口和路由等信息實(shí)驗(yàn)設(shè)備: N臺計(jì)算機(jī)實(shí)驗(yàn)所需軟件: Packet Tracer 和windows professonal操作系統(tǒng)實(shí)驗(yàn)步驟:一、配置實(shí)例拓?fù)鋱D圖一二、OSPF配置基本命令Router(config)router ospf 1Router(configrouter)network area 0Router(configrouter)routerid 三、OSPF配置實(shí)例1、路由器基本配置圖二 以Router1為例介紹網(wǎng)絡(luò)中各個(gè)路由器的基本配置2、啟動(dòng)OSPF 圖三圖四 Router1的OSPF配置圖五 Router2的OSPF配置圖六 Router3的OSPF配置圖七 Router4的OSPF配置圖八 查看路由器中的路由表3、校驗(yàn)、診斷圖九  show ip protocol查看路由器中所啟用的路由計(jì)算協(xié)議圖十 show ip ospf圖十一 show ip ospf interface圖十二 圖十三 show ip ospf neighbor 想看鄰居圖十四 show ip ospf database圖十五 debug ip ospf events開啟診斷,no debug ip ospf events關(guān)閉診斷圖十六 pc2 ping 通所有網(wǎng)段內(nèi)的計(jì)算機(jī)或路由器 實(shí)驗(yàn)十九、路由器實(shí)現(xiàn)Vlan間通信實(shí)驗(yàn)?zāi)康模赫莆談?dòng)態(tài)路由RIP的配置方法理解RIP的原理實(shí)驗(yàn)設(shè)備: N臺計(jì)算機(jī)實(shí)驗(yàn)所需軟件: Packet Tracer 和windows professonal操作系統(tǒng)實(shí)驗(yàn)步驟:一、實(shí)驗(yàn)拓?fù)鋱D圖一 路由器:Cisco 2811,交換機(jī):Cisco 2950二、創(chuàng)建Vlan2950vlan databae2950(vlan)vlan 10 name math2950(vlan)vlan 20 name chinese圖二三、把交換機(jī)端口分配給Vlan2950conf t  2950(config)int range fa0/2 3  2950(configifrange)switchport mode access  2950(configifrange)switchport access vlan 10  2950(configifrange)int range fa0/4 5  2950(configifrange)switchport mode access  2950(configifrange)switchport access vlan 20圖三四、配置交換機(jī)trunk端口  2950(config)int fa0/1  2950(configif)switchport mode trunk圖四五、配置路由器子接口  Routerconf t  Router(config)int fa0/  Router(configsubif)encapsulation dot1q 10  Router(configsubif)ip address   Router(configsubif)int fa0/  Router(configsubif)encapsulation dot1q 20  Router(configsubif)ip address   Router(configsubif)int fa0/1 Router(configif)no shut圖五圖六 查看路由器中的路由表六、配置計(jì)算機(jī),測試  在本次實(shí)驗(yàn)中,pc0與pc1同處于vlan 10 ;pc2與pc3同處于Vlan 20 。用pc0 ping 通。 實(shí)驗(yàn)二十、DHCP 中繼配置實(shí)驗(yàn)?zāi)康模赫莆誅HCP中繼的配置方法理解DHCP中繼原理實(shí)驗(yàn)設(shè)備: N臺計(jì)算機(jī)實(shí)驗(yàn)所需軟件: Packet Tracer 和windows professonal操作系統(tǒng)實(shí)驗(yàn)步驟:一.實(shí)驗(yàn)配置拓?fù)鋱D圖一 實(shí)驗(yàn)拓?fù)鋱D實(shí)驗(yàn)環(huán)境說明:由于模擬的服務(wù)器只能提供一個(gè)地址池,因此使用兩個(gè)DHCP服務(wù)器,分別創(chuàng)建DHCP地址池:::。圖二 DHCP服務(wù)器地址池配置圖三 DNS服務(wù)器二.實(shí)驗(yàn)配置1、Router2的配置Router2sh startupconfigUsing 580 bytes!version service passwordencryption!hostname Router2!enable password 7 0822455D0A16!ip ssh version 1!interface FastEthernet0/0no ip addressduplex autospeed autoshutdown!interface FastEthernet0/1ip address duplex autospeed auto!interface Serial0/3/0ip address clock rate 56000!interface Vlan1no ip addressshutdown!router eigrp 10 \\啟用EIGRP路由協(xié)議network network autosummary!ip classless!line con 0line vty 0 4password 7 0822455D0A16login!end ?。?、Router0的配置Router0sh startupconfUsing 625 bytes!version service passwordencryption!hostname Router0!ip ssh version 1!interface FastEthernet0/0ip address ip helperaddress \\配置DHCP中繼代理,duplex autospeed auto!interface FastEthernet0/1ip address ip helperaddress \\配置DHCP中繼代理,duplex autospeed auto!interface Serial0/3/0ip address !interface Vlan1no ip addressshutdown!router eigrp 10 \\啟用EIGRP路由協(xié)議network network network autosummary!ip classless!line con 0line vty 0 4password 7 0822455D0A16login!end  3、配置DHCP Client  讓客戶PC動(dòng)態(tài)獲取IP地址。圖四圖五圖六 測試 84 / 84
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1