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

正文內(nèi)容

計(jì)算機(jī)網(wǎng)絡(luò)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)書-閱讀頁(yè)

2025-07-12 06:05本頁(yè)面
  

【正文】 服務(wù)器配置與管理(選做)一、 實(shí)驗(yàn)?zāi)康募叭蝿?wù)熟悉windows2000DHCP服務(wù)的工作原理熟悉并掌握Windows 2000 Server中DHCP服務(wù)器的基本配置。三、預(yù)備知識(shí) 動(dòng)態(tài)主機(jī)配置協(xié)議是一種簡(jiǎn)化主機(jī)IP配置管理的TCP/IP標(biāo)淮,簡(jiǎn)稱DHCP。DHCP服務(wù)器就是安裝DHCP服務(wù)器軟件的汁算機(jī),DHCP客戶機(jī)就是啟用DHCP功能的計(jì)算機(jī),運(yùn)行Windows系統(tǒng)的計(jì)算機(jī)都可作為DHCP客戶機(jī)(只需在TCP/IP設(shè)置中選擇自動(dòng)獲取IP地址)。DHCP服務(wù)器以地址租約的形式將該配置信息提供給發(fā)出請(qǐng)求的客戶機(jī)。除了分配IP地址之外,還可進(jìn)行客戶端TCP/IP的設(shè)置。四、 實(shí)驗(yàn)步驟DHCP服務(wù)的安裝在“控制面板”中,雙擊“添加/刪除程序”圖標(biāo),在出現(xiàn)的“添加/刪除程序”窗口中,單擊“添加/刪除Windows組件”按鈕,出現(xiàn)“Windows組件向?qū)А睂?duì)話框。選擇“動(dòng)態(tài)主機(jī)配置協(xié)議(DHCP)”選項(xiàng),單擊“確定”。圖 Windows組件向?qū)? 網(wǎng)絡(luò)服務(wù)DHCP服務(wù)的配置單擊“開始”/“程序”/“管理工具”/“DHCP”,出現(xiàn)“DHCP”窗口。在此過(guò)程中,輸入此作用域分配的地址范圍、子網(wǎng)掩碼,;添加排除地址范圍,;添加客戶使用的路由器的IP地址,;輸入DNS服務(wù)器名、IP地址、域名。在客戶端,右擊桌面上的“網(wǎng)上鄰居”圖標(biāo),選擇“屬性”菜單,右擊“本地連接”圖標(biāo),選擇“屬性”菜單。選擇“自動(dòng)獲取IP地址”。在客戶端,單擊“開始”/“程序”/“附件”/“命令提示符”,輸入ipconfig/all命令即可查看計(jì)算機(jī)獲取的IP地址。(2)簡(jiǎn)述實(shí)驗(yàn)基本步驟。 實(shí)驗(yàn)六 熟悉網(wǎng)絡(luò)互連設(shè)備及其基本配置一、 實(shí)驗(yàn)?zāi)康?熟悉網(wǎng)絡(luò)互連設(shè)備的基本配置 熟悉路由及相關(guān)協(xié)議的基本原理二、 實(shí)驗(yàn)環(huán)境路由器5個(gè)交換機(jī) 若干主機(jī)若干(操作系統(tǒng):windows2000)三、 實(shí)驗(yàn)步驟 網(wǎng)絡(luò)的物理連接對(duì)網(wǎng)絡(luò)設(shè)備進(jìn)行物理連接,以形成如下圖所示的網(wǎng)絡(luò)結(jié)構(gòu)。 其中Router1的配置命令如下所示:RouterRouterenable /*To get into privilege mode*/Password:Routerconfig t /* enter configuration mode */Router(config)hostname eRouter1 /*modify the name of Router1*/eRouter1 (config) interface ethernet 0 /* enter interface configuration mode*/eRouter1(configif) ip address /* place an IP address on the interface */eRouter1(configif) no shutdown /*turn on the interface */eRouter1(configif)exiteRouter1 (config) interface serial 0 eRouter1(configif) ip address eRouter1(configif) no shutdowneRouter1(configif)exiteRouter1(config)exiteRouter1對(duì)于Router2 、Router4的配置與上面命令相似。此時(shí)在路由器上可以Ping通直接相連的鄰居。eRoute1rping (3) 為沒(méi)有直接相連的路由器建立靜態(tài)路由對(duì)eRouter2的配置如下:eRouter2config teRouter2(config)ip route eRouter2(config)exiteRouter2對(duì)eRouter4的配置如下:eRouter4config teRouter4(config)ip route eRouter4(config)exiteRouter4ping (4) 查看靜態(tài)路由表eRouter2 show ip route 進(jìn)行RIP設(shè)置eRouter1eRouter2eRouter4Interface Ethernet 0 Interface Serial 0其中對(duì)Router1的配置命令如下:RouterenRouterconf tRouter(config)hostname eRouter1eRoute1r(config)int e0eRouter1(configif)ip address eRouter1(configif)no shuteRouter1(configif)exit eRouter1(config)int s0eRouter1(configif)ip address eRouter1(configif)no shuteRouter1(configif)exit eRouter1(config) router ripeRouter1(configrouter) network eRouter1(configrouter)network eRouter1(configrouter)對(duì)Router2的配置命令如下:RouterenRouterconf tRouter(config)hostname eRouter2eRouter2(config)int e0eRouter2(configif)ip address eRouter2(configif)no shuteRouter2(configif)exiteRouter2(config)router ripeRouter2(configrouter)network eRouter2(configrouter)exiteRouter2(config)exiteRouter2對(duì)Router4的配置命令如下:RouterenRouterconf tRouter(config)hostname eRouter4eRouter4(config)int s0eRouter4(configif)ip address eRouter4(configif)no shuteRouter4(configif)exiteRouter4(config)router ripeRouter4(configrouter)network eRouter4(configrouter)exiteRouter4(config)exiteRouter4四、 實(shí)驗(yàn)報(bào)告內(nèi)容簡(jiǎn)述實(shí)驗(yàn)過(guò)程中出現(xiàn)的問(wèn)題及解決方法。咨詢電話:020.值班手機(jī):.網(wǎng)站網(wǎng)址:....47 /
點(diǎn)擊復(fù)制文檔內(nèi)容
電大資料相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1