• 网络学院
  • IT资讯
  • 操作系统
  • 网络技术
  • 软件应用
  • 办公软件
  • 编程技术
  • 网站架设
  • 数据库类
  • 平面设计
  • 多媒体类
  • 游戏资讯
  • 教学论文
  • 认证考试
思科认证考试(CCNA)考试模拟题20—39及答案(4)
  站点:
  • 首 页
  • 最新软件
  • 文章教程
  • 国内软件
  • 国外软件
  • 绿色软件
  • 源码下载
  • 字体下载
思科认证考试(CCNA)考试模拟题20—39及答案(4)
软件发布 思科认证考试(CCNA)考试模拟题20—39及答案(4)
网络软件 系统工具 应用软件 联络聊天 图形图像 多媒体类 行业软件 游戏娱乐 编程开发 安全相关 教育教学 数码软件 绿软下载
热门软件: QQ 瑞星 pplive e话通 木马克星 千千静听 office2000 五笔字根 Photoshop 视频分割
返回文章教程首页 >> 认证考试 >> 思科认证 >> Cisco试题 >> 思科认证考试(CCNA)考试模拟题20—39及答案(4)

思科认证考试(CCNA)考试模拟题20—39及答案(4)

添加时间: 2007-9-3 22:11:00  作者: Cisco认证考试  阅读次数:57   来源: http://www.d9soft.com

       

Common Name Novel Name Cisco Name
Ethernet 2 Ethernet_II arpa
IEEE 802.3 Ethernet_802.2 sap
IEEE 802.3 with SNAP Ethernet_SNAP snap
Ethernet Ethernet_802.3 Novell ether
IEEE 802.5 with SNAP Token_ring snap

Note that Cisco can use the name snap to define two different frame types because these names are assigned to either a Token Rring or an Ethernet interface. In doing this the frame type name means something different to the router depending upon the interface type it is assigned to.

31. [RxNx] In order to communicate throughout an internetwork, which of the following are required. Choose Two.

a) The use of a routable protocol such as NetBEUI or LAT
b) A hierarchical naming scheme server such as DNS
c) A host file at each communicating device
d) A two part network addressing scheme such as Network/Host
e) The use of a routable protocol such as IP or IPX
f) The use of a routable protocol such as TCP or IPX

Answer
d) A two part network addressing scheme such as Network/Host
e) The use of a routable protocol such as IP or IPX

Explanation: Since an internetwork is made up of multiple logical networks with hosts on each of those networks, a two-part addressing scheme is required so that each can be identified. For example, IP uses a 32-bit number, which is really at least two separate numbers, one part for the network and one part for the host on that network. In an IP number such as 131.108.25.165, the major network portion is 131.108, and, assuming we are not subnetting, the host portion is 25.165. Both IP and IPX provide such a two part addressing scheme.

But protocols such as NetBEUI or LAT do not provide addressing at layer 3 and therefore are unable to distinguish between different logical networks. As a result they are not routable.

32. [CxNx] What is the default route on an IP network? Choose one.

a) This is the route that will be chosen first by IP for delivery of a datagram.
b) The address of the nearest downstream neighbor in a Token ring network.
c) At the router, it is the route used to direct frames for which the next hop has not been explicitly listed in the routing table.
d) Any static route listing in a routing table.
e) When all conditions are equal, the best route for delivery of IP datagrams.

Answer
c) At the router, it is the route used to direct frames for which the next hop has not been explicitly listed in the routing table.

The purpose of a default route is to route frames for which a next hop has not been explicitly listed in the routing table. To say it another way is to say that the default route points the way to go when there is no known path to follow. At a router, the default route is the address of the next hop if no other route is known or specified. Often the default route is set as a path to the Internet, where any unknown destination can hopefully be resolved.

33. [CxNx] A caret symbol (^) inserted into a failed command indicates which of the following. Choose one.

a) Numeric data is required for this command.
b) The point in a command where you can simply press return to complete the syntax string.
c) The point in a command where you have entered an incorrect command, keyword or argument.
d) The point in a command where you must enter a required value.
e) This is a normal indicator for any failed command.

Answer
c) The point in a command where you have entered an incorrect command, keyword or argument.

An example follows:

R2#sh clack

^% Invalid input detected at ^

marker.Router_B>sh cl?

WORD clock
 

34. [RXNx] The metric used by IPX RIP is:

a) hops
b) ticks
c) cost
d) ticks and hops
e) None of the above.

Answer
d) ticks and hops

Ticks are used initially if there is a tie then hops are used. Default tick count is 1 for a LAN connection and 6 for a serial connection.

35. [xINx] Which one of the following masks has the nickname of the "serial mask"?

a) 255.255.255.192
b) 255.255.255.224
c) 255.255.255.240
d) 255.255.255.248
e) 255.255.255.252

Answer
e) 255.255.255.252

The 255.255.255.252 provides two host addresses. This is the exact number of host addresses we need for a serial connection. In the example below the two host addresses are shown in bold. The chart represents the fourth octet of a class C address. The mask is 255.255.255.252. The network number is 4. The broadcast address is 7.

36. [SxNx] The following statement would deny traffic from what subnets?

Router_B(config)#access-list 101 deny

tcp 10.1.8.0 0.0.7.255

192.16.5.0 0.0.0.255
 

a) 10.1.8.0
b) 10.1.15.0
c) 10.1.0.0
d) 10.1.16.0
e) choice a and b

Answer
a) 10.1.8.0
b) 10.1.15.0
e) choice a and b

The type of mask used here is an inverse mask meaning that when the mask has a bit value of 0 the access list must match the corresponding bits. If the inverse mask has a value of 1 it s "don t care," meaning the access list does not care about the corresponding bit.

Since the inverse mask has a value of 0 in the first and second octet the access list must match the first 16 bits. Since the value of the fourth octet is 255 that means all the bits are ones, so the access list does not care about the value of the fourth octet.


10 1 8 0
0 0 7 255

The octet that is not so obvious is the third octet. The inverse mask of 7 gives us 0 s for the most significant 5 bits and 1 s for the last 3. Refer to the chart below.

Since the least 3 significant bits are 1 s they can be anything, which gives us the subnets 8-15.

37. [SxNx] Name three reasons why VLAN s should be created.

a) Moves, Adds and Changes are made simpler.
b) There is less administrative overhead.
c) The switch can route between VLANS.
d) It limits broadcasts domains.
e) The router can switch faster.

Answer
a) Moves, Adds and Changes are made simpler.
b) There is less administrative overhead.
d) It limits broadcasts domains.

If a workstation moves there is a good chance the move is within the same VLAN. If we have a good design of a single subnet within each VLAN there will be no need to reconfigure the workstation with a new layer 3 address. Each VLAN defines a broadcast domain.

38. [SxNx] The Catalyst 5000 uses which switching mode?

a) Cut-through
b) Store and forward
c) Fast switching
d) Choice a and b
e) Choice a and c

Answer
b) Store and forward

Store and forward mode receives the complete frame before forwarding takes place. After the destination and source addresses are read the cyclic redundancy check is performed, the frame is forwarded. Switch latency is dependent upon frame size.

Cut-through, on the other hand, starts forwarding the frame as soon as the destination address is read. This mode reduces latency in the switch.

39. [OxNx] Which of the following layers defines data representation?

a) Application Layer 7
b) Presentation Layer 6
c) Session Layer 5
d) Transport Layer 4
e) Network Layer 3
f) Data Link Layer 2
g) Physical Layer 1

Answer
b) Presentation Layer 6

 

上下文章:

 

上一篇文章: 思科认证考试(CCNA)考试模拟题20—39及答案(3) 下一篇文章: CCIE实验考试经典题库 CCIE(1)

相关文章:

  • 09年全国计算机等级考试更新7门教材
  • 微软更改Vista认证指标帮Intel售芯片
  • 用3ds max模拟香烟烟丝飘动的效果
  • 卡巴斯基蝉联最高级别认证:九冠王
  • EA公布《模拟人生3》海量游戏截图

相关软件:

  • 天柏在线考试系统 V7.0 通用版
  • 出国留学考试旅游英语免费用 V1.0
  • 公安基础知识考试宝典 3.0
  • 执业药师考试宝典 V6.1 中药版
  • 执业药师考试宝典 V6.1 西药版
  • 报检员考试全程通 V6.5

 

快速导航

  • 网络学院
  • 精品汇聚
  • 字体下载
  • 教程下载
  • ASP源码
  • PHP源码
  • Net源码
  • JSP 源码

思科认证分类导航

  • Cisco动态
  • Cisco指导
  • Cisco介绍
  • Cisco试题

本类经典文章推荐

  • Cisco试题:验证主机联通性
  • 思科认证考生问答竞选集(2)
  • Cisco试题库:ccna最新真题(下)(3)
  • Cisco试题库:ccna最新真题(下)(1)
  • Cisco试题:保存路由器配置文件
  • 3个CCIE对一个工程师的面试题
  • Cisco试题:OSPF协议
  • Cisco试题:UDP考题分析
  • Cisco试题:虚拟局域网
  • Cisco试题:CCNA-OSI参考模型

Cisco试题阅读排行

  • 思科认证考试(CCNA)考试模拟...
  • Cisco试题:保存路由器配置文件
  • CCNABRAINDUMP6(1)
  • 关于Cisco路由协议题和答案(中文)...
  • Cisco试题库:ccna最新真题(下)(3)
  • Cisco试题库:ccna最新真题(下)(1)
  • CiscoCCNA考试56题(1)
  • CCNA认证考试 (collected from Br...
  • 关于Cisco路由协议题和答案(中文)...
  • CCNA Study Notes1(3)

思科认证阅读总排行

  • Cisco路由器访问控制列表详解
  • EPON与GPON的综合比较
  • CCNA简介
  • 我的CISCO认证学习笔记总结
  • 思科考试认证(CISCO) CCNA考试就...
  • Cisco经验介绍:CCNP培训日记(2)
  • CCNA考试主要知识点指导
  • Cisco指导:IOS命令大全(一)
  • Cisco经验介绍:ping命令之解惑
  • 使用IPSec阻止特定网络协议和端口

广告位置

字母检索 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 回到顶部

关于我们 | 版权声明 | 免责条款 | 广告联系 | 软件发布 | 下载帮助 | 下载排行 | 网站地图 | 特别鸣谢 | 友情连接

copyright; 2005-2008 D9soft.com 第九软件网 版权所有