• 计算机讨论版
  • 电脑诊所
  • 菜鸟学院
  • 软件世界
  • 安全专区
  • 硬件世界
  • 网络世界
  • 网页设计
  • 图像设计
  • 程序设计
  • 操作系统
  • 计算机考试
  • 电脑故障
  • 电脑学习
  • 电脑技术
  • 电脑入门
  • 计算机知识
  • 电脑之家
  • 故障诊断
  • 电脑医院
  • 电脑学校
  • 电脑维护
  • 电脑医生
  • 电脑问答
  • 计算机问题
  • 电脑小知识
  • 电脑软件
  • 电脑diy
  • 你问我答
  • 网友俱乐部
  • 实用技巧
  • 初级应用
  • 心得分享
  • 软硬兼施
  • 电脑之家
  • 维护资料
  • 软件应用
  • 软件交流
  • 电脑硬件
  • 硬件知识
  • 电脑网络
  • windows
  • 计算机考试

    计算机考试
    ·我想要公务员考试题或者参考书!
    ·[推荐]NP升级前后变化的对比
    ·专家答疑:Cisco300个问题全解
    ·10.26日过640-607,987分,发表85%完...
    ·求CCNA TK20下载
    ·基于Microsoft Windows&n...
    ·4门微软MCSE 2003网络与系统类考试...
    ·请教认证就业问题!
    ·关于mcse认证考试的时间问题?
    ·网络技术水平考试[求助]
    ·[讨论]水平考试
    ·想学 ccna的菜鸟发问了!
    ·关于浙江省高校计算机等级二级考试C语言!
    ·11.9 pass 607[战报]
    ·ccna 10月8号后战报
    ·CCNP的实验设备注意事项
    ·微软MCSE2000认证问题集锦(二)
    ·天津:下半年公务员招考开始

    CCNA考试题目

    类别: 计算机考试  时间: 2007.03.15

    Rayi々
    CCNA考试题目
    前面的10几分钟的提问真的很烦人,为什么不改改?
    我是在第27题和第55题碰到实验题的。我先说说实验题。
    27
    战报上有那题少配网络的。具体是说装了三个路由器,但是连不起来。叮当阿毛昨天碰到是中间的少配了

    ,所以今天我直奔中间的那个,那知道我是第一个没配好。show run看了一下hostname password 啥都配

    好了就差两个网络,广播一下,ping 一下都通。然后存盘ok。有的xd说点连着Router的host进不去有密

    码,那个密码不就在题目给你了么?要看清题。还有的xd说配网络一下拓扑图就没有了ip地址看不到了,

    起是最好你是先把要广播的地址写在纸上最保险,或者你可以点左边有show topoly看图和地址,待看完

    之后再点hidden topoly不就回到路由器配置界面了么?
    55
    那题配ip 地址的,给我的地址是192.168.81.0/27配第一个网络的第一个地址给e0第二个网络的第一个主

    机地址给s1。也就是e0:192.168.81.33 s1:192.168.81.65 然后注意具体配的时候用的不是缺省掩码别

    手快给望了,是255.255.255.224。每个断口还有no shutdown。最后再ping一下成功就存盘。这次我碰到

    的实验题都配全了,只要配这些东西,所以很简单两题我想只用了不到10分钟吧。

    下面是其他58题。(我的是60题一共,我怎么觉得好象是62题?)顺序不一定对。

    1:两个路由分别连接两个交换机,交换机下面还有两个主机:host1和host2
    其中一个路由地址为a 10.1.34.45/22,另外一个为b 10.1.34.255/22,他们不能互相通信什么原因?
    a The ethernet1 interface has been assigned a broadcast address
    b the ethernet1 interface is not assigned aunique network number
    c host2 has been assigned the gateway subnet mask 255.255.254.0
    d host1 has been configured with 255.255.252.0 as the gateway subnet mask
    e the ethernet0 adn ethernet1 interface are unique network number
    答案有两个说法bc和de
    这题我放在最上面我想这是必考的题。我选的bc。我认为b:如果e1陪了个不unique 的network number那

    它就不能和host连接,当然也就不能帮host路由所以两个host当然不能通信。c,注意这里是254,和/22 

    252不一样,也就是host2的mask和e1的不一样,那他和router也就连不起来。导致两主机不能通信。


    2:The network 172.25.0.0 has been subnetted to accommodate five
    subnets. Which of the following IP addresses could be assigned to a host in
    the third subnet if no ip subnet zero command configured on the router?
    A. 172.25.16.53
    B. 172.25.24.1
    C. 172.25.45.168
    D. 172.25.62.255
    E. 172.25.96.1
    F. 172.25.118.194
    这题我也碰到了,和tallman007兄弟一样。我认为ef都对,但我选的f,听说cisco把没有正确答案的题让

    最靠进答案的选想得分。我想f是一定没争议的吧。

    3:Which of the following are Application layer protocols that use TCP/IP? (Choose three.)
    A. ARP 
    B. HTTP 
    C. SMTP 
    D. FTP 
    E. ICMP
    Answer: B, C, D
    这题就不说了,tk原题。

    4:An administrator needs ensur that any unauthorized individual trying to remotely access 

    the router CLI will be presented whih an appropriate warning.Which command will accomplish 

    this requirement?
    a.router#incoming banner motd
    b.router#banner motd
    c.router(config)#banner motd
    d.router(config-line)#banner motd
    e.router(config-line)#motd banner
    f.router(config-ling)#banner incoming 
    answer:c
    注意是在(config)

    5:Which of the following devices support Full Duplex Ethernet ? (Choose two.)
    A. Switch to host.
    B. Switch to switch.
    C. Hub to hub.
    D. Switch to hub.
    E. host to host.
    Answer: A, B,e
    这题我记得是最后一题。

    6:If you take a dotted-decimal class A IP address such as 10.0.0.1 and convert the first 

    octet to binary. Which of the following is the correct bit pattern for the first octet?
    A. 0xxxxxxx
    B. 10xxxxxx
    C. 110xxxxx
    D. 1110xxxx
    E. 11110xxx
    Answer: A
    这题也靠了不过是b类地址,就是选b。

    7:Which of the following are reasons to use VLANs? (Choose three.)
    A. They increase the size of collision domains.
    B. They allow logical grouping of users by function.
    C. They enhance network security.
    D. They increase the size of broadcast domains while decreasing the number of broadcast 

    domains.
    E. They increase the number of broadcasts domain while decreasing their size.
    F. The simplify switch administration.
    Answer: B, C, E
    原题

    8:
    Which show commands can you use to identify the local DLCI number? (Choose two.)
    A. Show frame-relay local-dlci
    B. Show frame-relay pvc
    C. Show frame-relay dlci
    D. Show frame-relay map
    E. Show ip route
    Answer: B, D

    9:There are some differences between routed and routing protocols. Which of the following 

    are examples of those differences? (Choose two.)
    A. A routed protocol is assigned to an interface and determines the method of packet 

    delivery.
    B. A routing protocol determines the path of a packet through a network.
    C. A routed protocol determines the path of a packet through a network.
    D. A routing protocol operates at the transport layer of the OSI model.
    E. A routed protocol updates the routing table of a router.
    Answer: A, B

    10:Using a protocol analyzer you determine your LAN traffic is experiencing congestion. 

    What could be some possible causes for a congested network? (Choose four.)
    A. Too many hosts in a broadcast domain.
    B. Full Duplex operation.
    C. Broadcast storms.
    D. Multicasting.
    E. Segmentation.
    F. Low bandwidth.
    Answer: A, C, D, F

    11:
    Which layer of the OSI model handles data translation, code formatting, and encryption 

    occur?
    A. Physical B. Data link C. Network D. Transport
    E. Session F. Presentation
    Answer: F

    12:You have hired a new consultant to help you setup and configure a router in the Florida 

    office. You are located in the company headquarters in Atlanta from the DOS command prompt, 

    you are able to ping a router but are unable to telnet it. What is most likely causing this 

    problem?
    A. The PC has a bad network interface card.
    B. The IP address of the router is on a different subnet.
    C. No password has been set on the router vty lines.
    D. The default gateway is not set on the PC.
    E. The IP address of the workstation is incorrect.
    Answer: C

    13:RouterC does not appear to be receiving RIP updates from RouterB, which command can you 

    enter on RouterC to see if it is receiving these RIP updates?
    A. Show ip protocols.
    B. Show ip route rip.
    C. Debug ip rip.
    D. Debug ip updates.
    E. Debug ip transactions.
    Answer: C

    14:Users on your network 10.1.0.0/16 are complaining that they cannot access the company's 

    intranet server using the FQDN www.snowball.com. You are able to ping the IP address but you 

    cannot ping www.snowball.com.
    What is the likely cause of this problem?
    A. TCP/IP failure.
    B. DNS failure.
    C. FTP failure.
    D. SNMP failure.
    Answer: B
    可能叙述的不一样但答案连顺序都是一样的。

    15:Using the address 192.64.10.0/28 how many subnets and hosts are available?
    A. 62 networks and 2 hosts
    B. 6 networks and 30 hosts
    C. 8 networks and 32 hosts
    D. 16 networks and 16 hosts
    E. 14 networks and 14 hosts
    Answer: E
    好性也靠到了。反正这种酸主机,子网的题目很多。

    16:Which command will provide you with information regarding the Layer 3 IP address of a 

    directly connected neighbor?
    A. Show ip interface
    B. Show cdb neighbors
    C. Show cdp neighbors detail
    D. Show ip route
    E. Show ip link status
    F. Telnet
    Answer: C
    原题

    17:The ABC Company has hired you as a consultant to add a new VLAN named SALES to there 

    existing switched network. Which of the following are true regarding configuration of this 

    VLAN? (Choose three.)
    A. The VLAN must be created.
    B. The VLAN must be named.
    C. An IP address must be configured for the SALES VLAN.
    D. The desired ports must be added to the new VLAN:
    E. The VLAN must be added to the STP domain.
    Answer: A, B, D
    描述不一样,这种题我做到两题问的和答案都差不多。当时我还以为前面的做错了呢。

    18:
    Which of the following correctly describe steps in the OSI data encapsulation process? 

    (Choose two)
    A. Transport layer divides a data stream into segments & adds reliability & flow control 

    information
    B. Data link layer adds physical source & destination address & an FCS to the segment
    C. Packets are created when the network layer encapsulate a frame with source & destination 

    host address & protocol related control information
    D. Packets are created when the network layers adds layers 3 address & control information 

    to a segment
    E. The presentation layer translated bits into bits into voltages for transmission across 

    the physical link
    Answer: A, D
    原题

    19:Which command is used to display the placement and direction of an IP access control 

    list on a router?
    A. show access-list
    B. show ip route
    C. show ip interface
    D. show interface
    E. show interface list
    F. show ip interface brief
    Answer: C
    这种题也考了好几个。

    20:C,D. There are no such commands.
    QUESTION NO: 353
    Exhibit:
    hostname tess hostname tess
    ! !
    username tess password testking ! username tess password testking
    ! !
    interface serial 0 interface serial 0
    ip address 172.23.56.2 255.255.255.0 ip address 172.23.56.3 255.255.255.0
    encapsulation ppp encapsulation ppp
    ppp authentication chap ppp authentication chap
    clockrate 56000
    The output shown in the exhibit was taken from two directly connected routers. Based on the 

    output,
    which of the following would be displayed when the command Router# show interface serial 0 

    is entered?
    (Choose two)
    A. Serial 0 is up, line protocol is up
    B. Serial 0 is up, line protocol is down
    C. LCP open
    D. LCP closed
    Answer: B, D
    变形题。但和这差不多答案也一样 

    21:填空题还是一个b类地址每个子网要400多台主机的子网掩码,
    是255。255。254。0
    tk原题。

    22:有点想这题不过问的是igrp要加as。
    QUESTION NO: 10
    Your company has decided to use IP RIP version 1 as the routing protocol. Which of the 

    following are
    the commands you can use to configure IP RIP version 1 on your router?
    A. Router RIP
    network 172.16.1.0
    network 10.1.0.1
    B. Router RIP
    network 172.16.0.0
    network 10.0.0.0
    C. Router RIP
    network 172.16.1.0 172.16.1.1
    network 10.1.0.0 10.1.1.1
    D. Router RIP
    network 172.16.1.0 265.255.255.0
    Network 10.1.0.0 255.255.0.0
    Answer: B

    23:QUESTION NO: 11
    Spanning-Tree was originally developed by DEC. What is the reason Spanning-Tree is used in a
    switched LAN?
    A. To provide a mechanism for network monitoring in switched environments.
    B. To prevent routing loops in networks with redundant paths.
    C. To prevent routing switching loops in networks with redundant switched paths.
    D. To manage, the addition, deletion, and naming of VLANs across multiple switches.
    E. To segment a network into multiple collision domains.
    Answer: B
    这道争议题,tk上答案不对真正考到的c是switching loops.所以选c。

    24:QUESTION NO: 12
    Switches have three primary modes to handle frame switching. Which two statements about the 

    store
    and forward switching method are true? (Choose two)
    A. Latency remains constant regardless of frame size.
    B. Latency through the switch varies with frame length.
    C. The switch receives the complete frame before beginning to forward it.
    D. The switch checks the destination address as soon as it receives the header and begins 

    forwarding the
    frame immediately.
    Answer B, C
    原题


    Rayi々

    25:QUESTION NO: 14
    Which layer of the OSI model ensures reliable end-to-end delivery of data?
    A. Application
    B. Presentation
    C. Session
    D. Transport
    E. Network
    Answer: D
    原题

    26:QUESTION NO: 15
    You company uses a switch in the training department. You need to be able to make changes to 

    this
    switch remotely so that you can allow different classrooms to have access to the Internet as 

    needed. What
    do you have to configure on this switch so that you can remotely make these changes? (Choose 

    two.)
    A. The switch name must match the workgroup name of the local network.
    B. The switch must be configured with an IP address and default gateway.
    C. The remote workstations must have access to the VSM of the switch.
    D. CDP must be enabled on the switch so that other devices on the network can locate it.
    Answer: B, C
    原题

    27:QUESTION NO: 18
    What can you use to connect a user’s pc directly to a router?
    A. Connect the PC's COM port to the router's console port using a straight-through cable.
    B. Connect the PC's COM port to the router's console port using a crossover cable.
    C. Connect the PC's COM port to the router's Ethernet port using a straight-through cable.
    D. Connect the PC's Ethernet port to the router's Ethernet port using a crossover cable.
    E. Connect the PC's Ethernet port to the router's Ethernet port using a rollover cable.
    F. Connect the PC's Ethernet port to the router's Ethernet port using a straight-through 

    cable.
    Answer: D
    我碰到是b变成rollover。所以选b。是个变形题。

    28:QUESTION NO: 19
    What are good reasons for using layer two switches? (Choose two)
    A. To reduce collisions.
    B. To increase collisions.
    C. To increase the number of collision domains.
    D. To decrease the number of collision domains.
    E. To decrease the number of broadcast domains.
    Answer: A, C
    我考到个变形题,问的是briger,而且选相也不一样,这种题不难掌握。

    29:QUESTION NO: 29
    Which of the following are reasons to use VLANs? (Choose three.)
    A. They increase the size of collision domains.
    B. They allow logical grouping of users by function.
    C. They enhance network security.
    D. They increase the size of broadcast domains while decreasing the number of broadcast 

    domains.
    E. They increase the number of broadcasts domain while decreasing their size.
    F. The simplify switch administration.
    Answer: B, C, E
    原题

    30:QUESTION NO: 41
    Your boss is concerned about routing loops with the use of distance vector routing protocols 

    such as RIP
    and IGRP in your network you would like to ensure him that there are mechanisms used to 

    prevent the
    possibility of a routing loop. Which of the following are examples of this mechanism? 

    (Choose two.)
    A. Link-state advertisement (LSA)
    B. Spanning Tree Protocol.
    C. Shortest path first tree.
    D. Split horizon.
    E. Hold-down timers.
    Answer: D, E
    原题

    31:QUESTION NO: 45
    You have installed a new PC to your access layer switch. You have configured the IP address, 

    subnet
    mask, default gateway, and DNS settings. You have verified that the information you have 

    entered is
    correct and that the proper cable was used however this PC is unable to access devices that 

    are connected
    to the same switch. What is the likely cause of this problem?
    A. The router lacks a routing table entry for the new host.
    B. The host switch port is assigned to the incorrect VLAN.
    C. The host MAC address is incorrectly configured.
    D. A VTP instance for the new host has not been installed.
    Answer: B
    原题

    32:QUESTION NO: 46
    Cisco supports three different LMI types for Frame Relay. Which of the following are the 

    type LMI
    types? (Choose three.)
    A. IETF
    B. Q931
    C. Q933A
    D. IEEE
    E. CISCO
    F. ANSI
    Answer: C, E, and F
    原题

    33:QUESTION NO: 51
    Which of the following are true about connection-oriented network servers? (Choose two.)
    A. Non-reliable
    B. Reliable
    C. Less bandwidth-intensive
    D. Handshaking
    Answer: B, D
    好象考到一题

    34QUESTION NO: 57
    There are some differences between routed and routing protocols. Which of the following are 

    examples
    of those differences? (Choose two.)
    A. A routed protocol is assigned to an interface and determines the method of packet 

    delivery.
    B. A routing protocol determines the path of a packet through a network.
    C. A routed protocol determines the path of a packet through a network.
    D. A routing protocol operates at the transport layer of the OSI model.
    E. A routed protocol updates the routing table of a router.
    Answer: A, B
    原题


    35:QUESTION NO: 59
    When setting up Frame Relay for point-to-point subinterfaces, you enter the following 

    configuration:
    Router(config)#int s0/0
    Router(config-if)#ip address 10.39.0.1 255.255.0.0
    Router(config-if)#encapsulation frame-relay
    Router(config-if)#interface s0/0.39 point-to-point
    Router(config-if)#frame-relay interface-dlci 139
    Router(config-if)#exit
    Router(config)#exit
    Router#copy run start
    Which of the following must not be configured?
    A. The Frame Relay encapsulation on the physical interface.
    B. The local DLCI on each subinterface.
    C. An IP address on the physical interface.
    D. The subinterface type as point-to-point.
    Answer: C
    原题


    36:QUESTION NO: 83
    One of the best ways to understand how to build a network is to understand the method in 

    which traffic
    is passed across the network. One of the reasons the OSI model was created to help you 

    understand how
    a network operates. Which three devices operate at all seven layers of the OSI model? 

    (Choose three.)
    A. Network host
    B. Network management station
    C. Transceiver
    D. Bridge
    E. Web server
    F. Switch
    Answer: A, B, E
    原题

    37:QUESTION NO: 98
    What are the benefits of replacing a hub with a bridge and segmenting the network?
    A. It increases the number of collision domains.
    B. It decreases the number of collision domains.
    C. It increases the number of broadcast domains.
    D. It decreases the number of broadcast domains.
    Answer: A
    很多这种题。

    38:QUESTION NO: 101
    Exhibit:
    TestKing1#show interface serial 0/0
    Serial0/0 is down, line protocol is down
    Hardware is HD64570
    Internet address is 172.22.5.1/30
    MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255
    Encapsulation HDLC, loopback not set, keepalive set (10 sec)
    Last input never, output 00:03:11, output hang never
    Last clearing of "show interface" counters never
    Input queue: 0/75/0 (size/max(drops): Total output drops: 0
    Queuing strategy: weighted fair
    Output queue: 0/1000/64/0 (size/max active/threshold/drops)
    Conversations 0/2/256 (active/max active/max total)
    Reserved Conversations 0/0 (allocated/max allocated)
    5 minute input rate 0 bits/sec, 0 packets/sec
    5 minute output rate 0 bits/sec, 0 packets/sec
    0 packets input, 0 bytes, 0 no buffer
    Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
    11 packets output, 476 bytes, 0 underruns
    0 output errors, 0 collisions, 27 interface resets
    0 output buffer failures, 0 output buffers swapped out
    11 carrier transitions
    DCD=down DSR=down DTR=down RTS=down CTS=down
    TestKing1 cannot establish a connection to TestKing2 using the show interface serial 0/0 

    command on
    TestKing1 command which layer of the OSI model is most likely the problem?
    A. Physical layer.
    B. Data layer.
    C. Network layer.
    D. Transport layer.
    Answer: A
    原题

    39:QUESTION NO: 107
    You have just entered the command:
    Superhero(config-line)#logging sync
    Cisco IOS allows which keystroke(s) to complete the syntax of a partially entered command.
    Which keystroke(s) did you use to complete the above command above to the completed command
    below?
    Superhero(config-line)#logging synchronous
    A. Ctrl+shift+6 then x.
    B. Ctrl+Z
    C. TAB
    D. /?
    E. Shift
    Answer: C
    变形题。反正就是考tab键的

    40:QUESTION NO: 118
    To successfully troubleshoot LAN/WAN connectivity problems on a router which of the 

    following
    commands could you use? (Choose three.)
    A. Ping
    B. Tracert
    C. Ipconfig
    D. Show ip route
    E. Winipcfg
    F. Show interfaces
    Answer: A, D, F
    原题

    41:QUESTION NO: 121
    Using a protocol analyzer we noticed sustained, heavy collisions in our CSMA/CD LANs. What 

    are some
    possible affects could this have our LAN? (Choose three.)
    A. Increased broadcast traffic.
    B. Delay.
    C. Low throughput.
    D. High throughput.
    E. Congestion.
    F. Higher bandwidth.
    Answer: B, C, E
    原题


    42QUESTION NO: 123
    Clients residing in the TK Department report access problems. They are unable to connect to 

    the new
    server at the Branch Office.
    What is a possible cause of this problem?
    A. The default gateway of the workstations in the sales department is incorrect.
    B. The subnet mask of the workstations in the sales department in incorrect.
    C. The default gateway of the server at the Branch Office is incorrect.
    D. The host address of the server at the Branch Office is invalid.
    640 - 607
    Leading the way in IT testing and certification tools, www.testking.com
    - 91 -
    E. The serial 0 interface on the Main Office router and the serial 1 interface on the Remote 

    Office router
    are not on the same subnetwork.
    Answer: D
    原题

    43QUESTION NO: 124
    Most networks are often described as using either 10BaseT or 100BaseTX media. What does the 

    'Base' in
    these media types mean?
    A. It describes the signaling method for communication on the network.
    B. It refers to the type of media used in the network.
    C. It relates to the speed of transmission of network signals.
    D. It defines the allowable length of media that can be used.
    E. It defines half-duplex or full-duplex operation.
    Answer: A
    原题


    Rayi々

    44:QUESTION NO: 132
    Management has reported that they cannot access the corporate files on the company’s ftp 

    server from
    home. They were able to do this in the past. You feel that somebody has changed an access 

    list that is
    preventing those managers from accessing the corporate data. The access list number is 131. 

    Which
    command displays access list 131?
    A. Show access-list 131
    B. Show IP access list 131
    C. Display IP address list 131
    D. Display access-list 131 details
    Answer: A
    变形题。这钟show题很多。

    45:QUESTION NO: 133
    You have a direct serial link to an adjacent router. You do not have connectivity, and when 

    you run the
    show running-config the output says that the serial interface is shutdown.
    You issue the command: show interface s0
    What will the output include?
    A. Serial 0 is up, line protocol is down.
    B. Serial 0 is down, line protocol is down.
    C. Serial 0 is down, line protocol is up.
    D. Serial is administratively down, line protocol is down.
    E. Serial 0 is administratively down, line protocol is up.
    F. Serial 0 is administratively up, line protocol is down.
    Answer: B
    原题考到,tk答案是错的。应该选d

    46:QUESTION NO: 145
    You need to find out the IPX address on a Cisco 2500 series router. Which command displays 

    all routed
    protocols and the interfaces on which the protocol is enabled?
    A. Show protocols.
    B. Show protocol brief.
    C. Show interfaces protocol.
    D. Show interfaces.
    E. Show routed.
    F. Show routed interfaces.
    Answer: D
    原题

    47QUESTION NO: 152
    Given the network 192.141.27.0/28, identify the valid host addresses. (Choose three.)
    A. 192.141.27.33
    B. 192.141.27.112
    C. 192.141.27.119
    D. 192.141.27.126
    E. 192.141.27.175
    F. 192.141.27.208
    Answer: A, C, D
    原题

    48QUESTION NO: 158
    Exhibit:
    RouterTK#show ip route
    Codes: C-connected,s-static,I-IGRP,R-RIP,M-Mobile,B-BGP
    D-EIGRP,EIGRP external, O-OSPF,IA-OSPF inter area,
    EI-OSPF external type 1,E2-OSPF external type 2, E-EGP,
    i-IS-IS,L1-IS-IS level-1,L2-IS-IS level-2,*-candidate default,
    U-per-user static route
    Gateway of last resort is not set
    R 192.168.8.0/24 [120/1] via 192.168.2.2, 00:00:10, Serial0
    C 192.168.9.0/24 is directly connected, Serial 1
    R 192.168.10.0/24 [120/7] via 192.168.9.1, 00:00:02, Serial1
    R 192.168.11.0/24 [120/7] via 192.168.9.1, 00:00:03, Serial1
    C 192.168.1.0/24 is directly connected, Ethernet0
    C 192.168.2.0/24 is directly connected, Serial0
    R 192.168.3.0/24 [120/1] via 192.168.2.2, 00:00:10, Serial0
    R 192.168.4.0/24 [120/15] via 192.168.2.2, 00:00:10, Serial0
    R 192.168.5.0/24 [120/15] via 192.168.2.2, 00:00:10, Serial0
    R 192.168.6.0/24 [120/15] via 192.168.2.2, 00:00:10, Serial0
    R 192.168.7.0/24 [120/1] via 192.168.2.2, 00:00:10, Serial0

    Based on the output of the show ip route command which route will not be entered into a 

    neighbor RIP
    router?
    A. R 192.168.3.0/24 [120/1] via 192.168.2.2, 00:00:10, Serial0
    B. R 192.168.11.0/24 [120/7] via 192.168.9.1, 00:00:03, Serial1
    C. C 192.168.1.0/24 is directly connected, Ethernet0
    D. R 192.168.5.0/24 [120/15] via 192.168.2.2, 00:00:10, Serial0
    Answer: D
    原题

    49:QUESTION NO: 161
    You have issued the show ip route command and looking at the routing table entry, which of 

    the
    following are used by default in the calculation of the number 8675309? (Choose two.)
    I 131.107.0.0 [100/8675309] via 192.168.16.3, 00:00:55, Ethernet0
    A. MTU
    B. Bandwidth
    C. Administrative distance
    D. Hop count
    E. Metric
    F. Delay
    Answer: B, F
    变形题,他把bf说复杂了,战报上有。

    50:QUESTION NO: 170
    When installing the IGRP routing protocol which of the following is also required?
    A. Connected network numbers.
    B. IP address mask.
    C. Metric weights.
    D. Autonomous system number.
    E. Registered administrative id.
    Answer: D
    好象考到了。

    51:QUESTION NO: 174
    Which of the following protocols is referred to as a hybrid routing protocol because it has 

    features of
    both distance-vector and link-state?
    A. RIP
    B. OSPF
    C. EIGRP
    D. IGRP
    Answer: C
    原题

    52:QUESTION NO: 177
    Routing Protocols use which OSI layer to determine the best path to a network?
    A. Data Link
    B. Network
    C. Physical
    D. Presentation
    E. Session
    F. Transport
    Answer: B
    变形题他直接就问你处理network。。的是哪一成还是选b。

    53:QUESTION NO: 180
    The Defense Advanced Research Projects Agency (DAPRA) developed the TCP/IP suite of 

    protocols.
    Which layer in that TCP/IP model corresponds to the OSI model’s network layer?
    A. Application
    B. Transport
    C. Internet
    D. Network
    E. Physical
    Answer: C
    变形题也是问你osi network 到tcp/ip internet

    54:QUESTION NO: 183
    You are the network administrator of the Sonic Water Company. One of your users is unable to 

    reach
    the company’s web site that is hosted at a remote site. Looking at the personal computer 

    you discover the
    following information:
    Local PC – 10.0.3.35/24
    Default gateway – 10.0.3.1
    Remote server – 10.0.5.250/240
    You then conduct the following tests from the offending local PC:
    ping 127.0.0.1 – successful
    ping 10.0.3.35 – successful
    ping 10.0.3.1 – unsuccessful
    ping 10.0.5.250 – unsuccessful
    Which of the following problems would create the test results listed above?
    A. TCP/IP not correctly installed.
    B. Local physical layer problem.
    C. Local NIC not functioning.
    D. Remote physical layer problem.
    Answer: B
    变形题,tk上面也有好象。我碰到的是全部不成功。是tcp/ip坏了。

    55:QUESTION NO: 200
    There are three major groups of routing protocols: distance-vector protocols, link-state 

    protocols, and
    hybrid protocols. Select two valid statements regarding routing protocols? (Choose two)
    A. Distance vector protocols send the entire routing table to directly connected neighbors.
    B. Link state protocols send the entire routing table to all routers in the network.
    C. Distance vector protocols send updates about directory connected neighbors to all 

    networks listed in
    the routing table.
    D. Link state protocols send updates containing the state of their own links to all other 

    routers on the
    network.
    Answer: A, D
    原题好象第二题就碰到了。

    56:QUESTION NO: 236
    You have decided to remove RIP routing on your router and install IGRP. You have issued the
    command no router rip on all of your routers. You now need to install IGRP on your routers. 

    Which
    commands should you use to enable IGRP routing?
    A. router igrp 100
    network 192.168.1.0
    network 10.0.0.0
    B. router igrp 100
    network 192.168.1.0
    network 10.2.0.0
    C. router igrp 100
    network 192.168.1.0 192.168.1.1
    network 10.2.0.0 10.2.1.1
    D. router igrp 100
    network 192.168.1.0 255.255.255.0
    network 10.2.0.0 255.255.0.0
    Answer: A
    是不是原题网了。但这种题靠到了。

    57:原题
    QUESTION NO: 253
    If I have VLAN 3, and VLAN 4 configured on a Cisco Switch, and I would like to have pc’s on 

    VLAN 3
    communicate with pc’s on VLAN 4. Which of the following will allow this inter-VLAN 

    communication to
    take place?
    A. It takes place through any Cisco router.
    B. It takes place through a Cisco router than can run ISL.
    C. It takes place through a router, but this disables all the router's Security and 

    filtering functionality for
    the VLANs.
    D. For nonroutable protocols, (e.g., NetBEUI) the router provides communications between 

    VLAN
    domains.
    E. Inter-VLAN communications is not possible because each VLAN is a separate broadcast 

    domain.
    Answer: B

    58:QUESTION NO: 284
    When using Frame Relay which statement about the Committed Information Rate (CIR) is true?
    A. It is the rate, in bits per second, at which the Frame Relay switch agrees to transfer 

    data
    B. It is the clock speed (port speed) of the connection (local loop) to the Frame Relay 

    cloud
    C. It is the maximum number of bits that the switch can transfer during any Committed Rate
    Measurement Interval
    D. It is a signaling standard between the CPE device and the FR switch. It is responsible 

    for managing the
    connection and maintaining status between the devices.
    Answer: A
    原题


    tangyufu333

    谢谢

    上一篇:我想要公务员考试题或者参考书! 下一篇:CCNP的实验设备注意事项

    计算机讨论版 © 版权所有

    提示:计算机讨论版致力于电脑信息的分享与传播,内容仅供参考,按此操作责任自负。