问题:
Which command will copy the routers configuration script from RAM to NVRAM?
A. copy running-config startup-config B.NVRAM is read-only,so this is not possible. C. copy all D. save ram E. save ram nvram
Select the 1 best answer
题目大意:
那个命令是将路由器的配置文件从RAM中拷贝到NVARM中。
题解:
RAM : 相当于计算机的内存,但掉电的时候,内存里面的东西将会丢失。
NVARM:相当于计算机的硬盘,但掉电的时候,硬盘里面的东西不会丢失。
在语句中的 Running-config 是存在于RAM中,Startup- config 存在于 NVRAM,"copy running-config startup-config" 是一个COPY命令,讲RAM中的数据或配置文件拷贝到NVARM中。同时在实际中可以用 copy run start来简写这个命令。
正确答案:A
参考资料:
CCNA:Cisco Certified Network Associate Study Guide Fourth Edition——Page194:Hands-on Lab 4.3:Saving a Router Configuration
网络中广播地址
原题:The following exhibit shows the PCjob.com WAN. Study it carefully:What are the broadcast addresses of the subnets in the PCjob network? (Select three options.)
A. 172.16.82.255 B. 172.16.95.255 C. 172.16.64.255 D. 172.16.32.255 E. 172.16.47.255 F. 172.16.79.255上述IP地址中,哪个是PCjob网络的广播地址?
题解:又是一道关于IP地址的题目,首先回顾一下什么才是IP地址:广播地址由IP地址网络前缀加上全1主机后缀组成,如:192.168.1.255是192.169.1.0这个网络的广播地址;130.168.255.255是130.168.0.0这个网络的广播地址。
现在问的是PCjob网络中的广播地址,看一下图,发现这个网络里有三个网段,而且题目也要求选出三个广播地址,那就一个一个来咯。
172.16.32.0/20网段广播地址:172.16.47.255 172.16.64.0/20网段广播地址:172.16.79.255 172.16.82.90/20网段广播地址:172.16.95.255
正确答案:BEF
交换机考题分析
原题: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 network.
汉意:
交换机与集线器的基本特征是什么?
正确答案:E
解释:
交换机增加网络中冲突域的数量。
注意:
交换机在内部处理中有一些不同类型的变量,尽管现在的交换机基本上都使用store-and-forward,但是大部分思科交换机,至少支持以下三种不同类型中的一种。
? Store-and-forward -The switch fully receives all bits in the frame (store) before forwarding the frame (forward)。
? Cut-through - The switch performs the address table lookup as soon as the destination address field in the header is received.
? Fragment-free - This performs like cut-through switching, but the switch waits for 64 bytes to be received before forwarding the first bytes of the outgoing frame.
参考资料:
Sybex CCNA 4.0 640-801
CCNA Self-Study CCNA ICND exam certification Guide(Ciscopress,ISBN 1-58720-083-x)
转 载:http://www.qqread.com/cisco/h686113081.html相关专题
- CCNA (250篇文章)
- 题库精选:CCNA考试自测题第4卷 (270次浏览)
- 思科认证CCNA考试基础教程 (136次浏览)
- 自学通过CCNA考试完全指南(实用版) (129次浏览)
- CCNA命令总动员(上) (81次浏览)
- 【CCNA】TestKing 640-801 v40.0 (77次浏览)
- CCNA最新模拟考试题 (46次浏览)
- CCNA命令总动员(下) (37次浏览)
- CCNA管理手册:路由基础知识全接触 (17次浏览)
- Cisco Press - CCNA ICND2(2007) (0次浏览)



