日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

1 軟考網(wǎng)絡(luò)工程師復(fù)習(xí)資料

練習(xí)題
習(xí)題一

NAT英文全稱(chēng)是“Network Address Translation”,中文意思是“網(wǎng)絡(luò)地址轉(zhuǎn)換”,它是一個(gè)IETF(Internet Engineering Task Force, Internet工程任務(wù)組)標(biāo)準(zhǔn),答應(yīng)一個(gè)整體機(jī)構(gòu)以一個(gè)公用IP(Internet Protocol)地址出現(xiàn)在Internet上 。顧名思義,它是一種把內(nèi)部私有網(wǎng)絡(luò)地址(IP地址)翻譯成合法網(wǎng)絡(luò)IP地址的技術(shù) 。如圖









某公司通過(guò)專(zhuān)線(xiàn)上網(wǎng),申請(qǐng)的合法Internet IP地址192.1.1.1~192.1.1.10,使用路由器的NAT功能進(jìn)行地址轉(zhuǎn)換,具體配置如下: Current configuration:
version 11.3
no service passWord-encryption
hostname 2501
ip nat pool aaa 192.1.1.2 192.1.1.10 netmask 255.255.255.0
ip nat inside source list 1 pool aaa
interface Ethernet0
ip address 10.1.1.1 255.255.255.0
ip nat inside
interface Serial0
ip address 192.1.1.1 255.255.255.0
ip nat outside
no ip mroute-cache
bandwidth 2000
no fair-queue
clockrate 2000000
interface Serial1
no ip address
shutdown
no ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
Access-list 1 permit 10.1.1.0 0.0.0.255
line con 0
line aux 0
line vty 0 4
password cisco
end
【問(wèn)題1】NAT按技術(shù)類(lèi)型分為哪三種轉(zhuǎn)換方式?
【問(wèn)題2】請(qǐng)解釋畫(huà)線(xiàn)部分內(nèi)容含義?
【問(wèn)題3】此配置中采用了那種轉(zhuǎn)換方式?
習(xí)題二

PPP(Point-to-Point Protocol)是SLIP(Serial Line IP protocol)的繼續(xù)者,它提供了跨過(guò)同步和異步電路實(shí)現(xiàn)路由器到路由器(router-to-router)和主機(jī)到網(wǎng)絡(luò)(host-to-network)的連接 。
CHAP(Challenge Handshake Authentication Protocol)( 挑戰(zhàn)-握手驗(yàn)證協(xié)議)和PAP(Password Authentication Protocol) (PAP)( 口令驗(yàn)證協(xié)議)通常被用于在PPP封裝的串行線(xiàn)路上提供安全性認(rèn)證 。使用CHAP和PAP認(rèn)證,每個(gè)路由器通過(guò)名字來(lái)識(shí)別,可以防止未經(jīng)授權(quán)的訪(fǎng)問(wèn) 。
路由器Router1和Router2的S0口均封裝PPP協(xié)議,采用CHAP做認(rèn)證 。;
配置如下:
設(shè)置如下:
Router1:
hostname router1
username router1 password xxx
interface Serial0
ip address 192.200.10.1 255.255.255.0
encapsulation ppp
clockrate 1000000
ppp authentication chap
!
Router2:
hostname router2
username router2 password xxx
interface Serial0
ip address 192.200.10.2 255.255.255.0
encapsulation ppp
ppp authentication chap
【問(wèn)題1】上述配置中是否有問(wèn)題?請(qǐng)指出并說(shuō)明理由 。
【問(wèn)題2】解釋配置中畫(huà)線(xiàn)部分內(nèi)容含義?
習(xí)題三

X.25規(guī)范對(duì)應(yīng)OSI三層,X.25的第三層描述了分組的格式及分組交換的過(guò)程 。X.25的第二層由LAPB(Link Access Procedure, Balanced)實(shí)現(xiàn),它定義了用于DTE/DCE連接的幀格式 。X.25的第一層定義了電氣和物理端口特性 。
在以下實(shí)例中每二個(gè)路由器間均通過(guò)svc實(shí)現(xiàn)連接 。

各路由器的配置如下:
Router1:
interface Serial0
encapsulation x25
ip address 192.200.10.1 255.255.255.0
x25 address 110101
x25 htc 16
x25 nvc 2
x25 map ip 192.200.10.2 110102 broadcast

;x25 map ip 192.200.10.3 110103 broadcast
!
Router2:
interface Serial0
encapsulation x25
ip address 192.200.10.2 255.255.255.0
x25 address 110102
x25 htc 16
x25 nvc 2
x25 map ip 192.200.10.1 110101 broadcast
x25 map ip 192.200.10.3 110103 broadcast
!
Router:
interface Serial0
encapsulation x25
ip address 192.200.10.3 255.255.255.0
x25 address 110103
x25 htc 16
x25 nvc 2
x25 map ip 192.200.10.1 110101 broadcast
x25 map ip 192.200.10.2 110102 broadcast
!
【問(wèn)題1】X.25網(wǎng)絡(luò)設(shè)備分為哪幾類(lèi)?
【問(wèn)題2】解釋配置中畫(huà)線(xiàn)部分內(nèi)容含義?

習(xí)題四

以下是使用E1線(xiàn)路實(shí)現(xiàn)多個(gè)64K專(zhuān)線(xiàn)連接.
注: 1. 當(dāng)鏈路為T(mén)1時(shí),channel-group編號(hào)為0-23, Timeslot范圍1-24; 當(dāng)鏈路為E1時(shí), channel-group編號(hào)為0-30, Timeslot范圍1-31.;

推薦閱讀