【正文】
路由聚合機(jī)制來減少路由表的大小。 保存路由器配置文件 問題: Which mand will copy the routers configuration script from RAM to NVRAM? A. copy runningconfig startupconfig is readonly, so this is not possible. C. copy all D. save ram E. save ram nvram Select the 1 best answer 題目大意: 那個命令是將路由器的配置文件從 RAM 中拷貝到 NVARM 中。 題解: RAM : 相當(dāng)于 計算機(jī)的內(nèi)存,但掉電的時候,內(nèi)存里面的東西將會丟失。 NVARM:相當(dāng)于計算機(jī)的硬盤,但掉電的時候,硬盤里面的東西不會丟失。 在語句中的 Runningconfig 是存在于 RAM 中, Startup config 存在于 NVRAM, copy runningconfig startupconfig 是一個 COPY 命令,講 RAM 中的數(shù)據(jù)或配置文件拷貝到 NVARM 中。同時在實際中可以用 copy run start 來簡寫這個命令。 正確答案: A 參考資料: CCNA: Cisco Certified Network Associate Study Guide Fourth Edition——Page194: Handson Lab 4.3: Saving a Router Configuration 網(wǎng)絡(luò)中廣播地址 原題: The following exhibit shows the WAN. Study it carefully: What are the broadcast addresses of the subs in the PCjob work? ( Select three options.) A. B. C. D. E. F. .255 上述 IP 地址中,哪個是 PCjob 網(wǎng)絡(luò)的廣播地址? 題解:又是一道關(guān)于 IP 地址的題目,首先回顧一下什么才是 IP 地址:廣播地址由 IP 地址網(wǎng)絡(luò)前綴加上全 1 主機(jī)后綴組成,如: 是 這個網(wǎng)絡(luò)的廣播地址; 是 . 這個網(wǎng)絡(luò)的廣播地址。 現(xiàn)在問的是 PCjob 網(wǎng)絡(luò)中的廣播地址,看一下圖,發(fā)現(xiàn)這個網(wǎng)絡(luò)里有三個網(wǎng)段,而且題目也要求選出三個廣播地址,那就一個一個來咯。 : : /20 網(wǎng)段廣播地址: 正確答案: BEF 交換機(jī)考題分析 原題: What is the basic characteristic of switches and hubs? A. Hubs cannot filter frames. B. Using hubs is costly with regard to bandwidth availability. C. Switches do and can not forward broadcasts. D. Switches are more efficient than hubs in processing frames. E. Switches increase the number of collision domains in the work. 漢意: 交換機(jī)與集線器的基本特征是什么? 正確答案: E 解釋: 交換機(jī)增加網(wǎng)絡(luò)中沖突域的數(shù)量。 注意: 交換機(jī)在內(nèi)部處理中有一些不同類型的變量,盡管現(xiàn)在的交換機(jī)基本上都使用 storeandforward,但是大部分思科交換機(jī),至少支持以下三種不同類型中的一種。 ? Storeandforward The switch fully receives all bits in the frame ( store) before forwarding the frame ( forward)。 ? Cutthrough The switch performs the address table lookup as soon as the destination address field in the header is received. ? Fragmentfree This performs like cutthrough switching, but the switch waits for 64 bytes to be received before forwarding the first bytes of the outgoing frame. 參考資料: Sybex CCNA 640801 CCNA SelfStudy CCNA ICND exam certification Guide( Ciscopress, ISBN 158720083x)